/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./Gui/Sites/Public/Src/scss/main.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:wght@100..900&display=swap);
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/normalize.css/normalize.css ***!
  \************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./Gui/Sites/Public/Src/scss/main.scss (1) ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ==========================================================================
 Grid settings
========================================================================== */
/* Padding between columns. Gets divided in half for the left and right. */
/* Number of columns in the grid.*/
/* ==========================================================================
 Breakpoint sizes
========================================================================== */
/* ==========================================================================
Fonts
========================================================================== */
/* ==========================================================================
Colors
========================================================================== */
/*Primary*/
/*Secondary*/
/*Neutrals*/
/*Brand colors*/
/*Accent-colors*/
/* ==========================================================================
Misc
========================================================================== */
/*UI*/
/* ==========================================================================
Theme colors
========================================================================== */
.position-sectionHeading, .position-col, .collectiveagreements-listitem, .content-wrapper .collectiveagreements-listitem, .business-item, .campaignEditorial-inner, .campaignEditorial--start .campaignEditorial-inner, .campaignTextblockList .campaignTextblock-image, .campaignTextblock-content, .campaignTextblockList .campaignTextblock-content, .campaignBow-text, .campaignBow-image, .memberinfo-sectionHeading, .memberinfo-sectionMeta, .memberinfo-col, .memberinfo-colFull, .memberinfo-memberslist, .editorials-listitem, .linklist-parent, .calculation-heading, .calculation-table, .statisticswrapper-col, .listing-listitem--wide, .notices-listitem, .landingIntro-aside, .articleList-listitem, .content-wrapper .articleList-listitem, .newslist-listitem--wide, .newslist-listitem--wide .news-content, .section-full .news-content, .newslist-listitem--wide .news-figure, .section-full .news-figure, .footer-address, .footer-newsletter, .tabsblock-tab, .demo-col-1, .demo-col-2, .demo-col-3, .demo-col-4, .demo-col-5, .demo-col-6, .demo-col-7, .demo-col-8, .demo-col-9, .demo-col-10, .demo-col-11, .demo-col-12, .section-quarter, .section-third, .section-half, .section-full {
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .quote--campaign .quote-inner, .quote--campaign .quote-caption {
    margin-left: 8.3333333333%;
  }
  .editorials-listitem, .section-third {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .collectiveagreements-listitem, .business-item, .linklist-parent, .section-quarter {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .quote--campaign .quote-inner, .quote--campaign .quote-caption {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .memberinfo-memberslist, .listing-listitem--wide, .newslist-listitem--wide, .section-half {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .demo-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .campaignEditorial--start .campaignEditorial-inner, .campaignTextblock-content, .landingIntro-aside, .demo-offset-1 {
    margin-left: 8.3333333333%;
  }
  .demo-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .campaignEditorial-inner, .demo-offset-2 {
    margin-left: 16.6666666667%;
  }
  .business-item, .campaignBow-text, .campaignBow-image, .editorials-listitem, .demo-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .demo-offset-3 {
    margin-left: 25%;
  }
  .linklist-parent, .landingIntro-aside, .footer-address, .footer-newsletter, .content-courseinfo, .demo-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .demo-offset-4 {
    margin-left: 33.3333333333%;
  }
  .demo-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .demo-offset-5 {
    margin-left: 41.6666666667%;
  }
  .position-col, .campaignTextblockList .campaignTextblock-image, .campaignTextblockList .campaignTextblock-content, .memberinfo-col, .statisticswrapper-col, .notices-listitem, .articleList-listitem, .newslist-listitem--wide .news-content, .section-full .news-content, .newslist-listitem--wide .news-figure, .section-full .news-figure, .tabsblock-tab, .demo-col-6, .section-half {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .demo-offset-6 {
    margin-left: 50%;
  }
  .demo-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .demo-offset-7 {
    margin-left: 58.3333333333%;
  }
  .campaignEditorial-inner, .quote--campaign .quote-inner, .quote--campaign .quote-caption, .demo-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .demo-offset-8 {
    margin-left: 66.6666666667%;
  }
  .demo-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .demo-offset-9 {
    margin-left: 75%;
  }
  .campaignEditorial--start .campaignEditorial-inner, .campaignTextblock-content, .demo-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .demo-offset-10 {
    margin-left: 83.3333333333%;
  }
  .demo-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .demo-offset-11 {
    margin-left: 91.6666666667%;
  }
  .demo-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .demo-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1416px) {
  .content-wrapper--offset {
    margin-left: 8.3333333333%;
  }
  .linklist-parent, .notices-listitem, .section-quarter {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .articleList-listitem {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .position-col, .articleList-listitem--wide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.theme--1 {
  --theme-color: #C6F476;
  --theme-accent-color: #C6F476;
  --theme-color-light: #DBF1ED;
  --theme-color-hex: rgba(198, 244, 118, 0.8);
  --theme-btn-color: #5B0336;
  --theme-link-color: #5B0336;
  --theme-bg-img: url('../images/bg.png');;
  --theme-light-text-color: #C6F476;
  --theme-dark-text-color: #C6F476;
}

/* ==========================================================================
 Commons
 ========================================================================== */
#guide-menu .sideMenu-list, #pageTreeMenu .sideMenu-list, .position-list, .collectiveagreements, .business-list, .subscriptions-list, .selectCompany-navigationList, .selectCompany-navigationTools, .campaignHeader-navList, .campaignTextblockList, .todo-list, .pagetools-list, .editorials, .agreements, .linkCollection, .linklist, .linklist-child, .collection-list, .video-list, .statistics-legendList, .listing, .notices, .contacts-list, .articleList, .meta-categories, .section-list, .breadcrumb-list, .globalNav, .mainNav-list, .accordion-list, .paging-list, .footer-navigationlist, .header-quicknav, .textblock-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#guide-menu .sideMenu-button, #guide-menu .sideMenu-button--action-none, #guide-menu .sideMenu-button--action, #pageTreeMenu .sideMenu-button, #pageTreeMenu .sideMenu-button--action, .position-deleteMember, .dialog-button, .dialog-close, .selectCompany-close, .memberinfo-deleteMember, .notes-close, .pagetools-tool, .video-play, .mainNav-button, .mainNav-button--action, .accordion-heading, .header-toggleMenu, .interact button[type=submit], form [type=reset], .courseinfo-register, .campaignCTA, form [type=submit], .button {
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.courseinfo-dateTitle, .courseinfo-timeTitle, .courseinfo-addressTitle, .courseinfo-mapTitle, .courseinfo-priceTitle, .courseinfo-otherTitle, .srOnly {
  position: absolute;
  left: -99999em;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ==========================================================================
 Grid components
 ========================================================================== */
.rekai-dataset-1, .rekai-dataset-3, .campaignWrapper, .campaignHeader-content, .campaignSplit-inner, .campaignBow-inner, .notes, .pagetools, .subpagehero-innerContainer, .hero-content, .breadcrumb, .mainNav, .header-global, .container, .tabsblock-inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
}
@media (min-width: 1416px) {
  .rekai-dataset-1, .rekai-dataset-3, .campaignWrapper, .campaignHeader-content, .campaignSplit-inner, .campaignBow-inner, .notes, .pagetools, .subpagehero-innerContainer, .hero-content, .breadcrumb, .mainNav, .header-global, .container, .tabsblock-inner {
    max-width: 1416px;
  }
}

.row, .position-section, .collectiveagreements, .business-list, .campaignEditorial, .campaignTextblock, .campaignBow-row, .memberinfo-section, .memberinfo-row, .editorials, .linklist, .calculation, .statisticswrapper, .notices, .landingIntro, .articleList, .newslist-listitem--wide .news, .section-full .news, .section-row, .section-list, .footer-inner, .flexrow, .tabsblock {
  display: block;
  margin-left: -16px;
  margin-right: -16px;
}

.position-section, .collectiveagreements, .business-list, .campaignEditorial, .campaignTextblock, .campaignBow-row, .memberinfo-section, .memberinfo-row, .editorials, .linklist, .calculation, .statisticswrapper, .notices, .landingIntro, .articleList, .newslist-listitem--wide .news, .section-full .news, .section-row, .section-list, .footer-inner, .flexrow, .tabsblock {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/*
    Placeholders for columns are generated in _mixins.scss
    Gnerated placeholders are:
    .col-sm-{1-n}
    .col-md-{1-n}
    .col-lg-{1-n}
    where n is number of columns declared in  _variables.scss
*/
.campaignSplit, .campaignBow, .subpagehero, .hero, .breakout, .split, .tabsblock-tab, .fill {
  min-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 8px;
  padding-right: 8px;
}

.courseinfo-register, .campaignCTA, form [type=submit], .button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 12px 24px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  cursor: pointer;
  background: #C6F476;
  color: #1A3326;
  border: none;
}
.courseinfo-register:hover, .campaignCTA:hover, form [type=submit]:hover, .button:hover {
  background: rgba(198, 244, 118, 0.7);
}
.courseinfo-register:disabled, .campaignCTA:disabled, form [type=submit]:disabled, .button:disabled {
  background: #C8CBC0;
  color: #6D7277;
  border: none;
  cursor: not-allowed;
  pointer-events: none;
}
.courseinfo-register:disabled:hover, .campaignCTA:disabled:hover, form [type=submit]:disabled:hover, .button:disabled:hover {
  background: #C8CBC0;
  color: #6D7277;
}

form [type=reset] {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 12px 24px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  cursor: pointer;
  background: #FFFFFF;
  color: #1A3326;
  border: 1px solid #1A3326;
}
form [type=reset]:hover {
  border-color: rgba(26, 51, 38, 0.7);
  color: rgba(26, 51, 38, 0.7);
}
form [type=reset]:disabled {
  background: #C8CBC0;
  color: #6D7277;
  border: none;
  cursor: not-allowed;
  pointer-events: none;
}
form [type=reset]:disabled:hover {
  background: #C8CBC0;
  color: #6D7277;
}

.interact button[type=submit] {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 12px 24px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  cursor: pointer;
  background: #FA6538;
  color: #FFFFFF;
  border: none;
}
.interact button[type=submit]:hover {
  background: rgba(250, 101, 56, 0.7);
}
.interact button[type=submit]:disabled {
  background: #C8CBC0;
  color: #6D7277;
  border: none;
  cursor: not-allowed;
  pointer-events: none;
}
.interact button[type=submit]:disabled:hover {
  background: #C8CBC0;
  color: #6D7277;
}

.textblock-link[href$=".pdf"], .textblock-link[href$=".doc"] {
  padding-right: 30px;
}
.textblock-link[href$=".pdf"]:after, .textblock-link[href$=".doc"]:after {
  position: absolute;
  bottom: 8px;
  right: 2px;
  transform: rotate(90deg);
  border-right: solid 2px #5B0336;
  margin: 0 0 0 0;
}
.textblock-link[href$=".pdf"]:before, .textblock-link[href$=".doc"]:before {
  content: "";
  width: 20px;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 2px;
  right: 0;
  border: solid 2px #5B0336;
  border-top: none;
  border-radius: 1px;
}
.textblock-link[href$=".pdf"]:hover:after, .textblock-link[href$=".doc"]:hover:after {
  margin: 0 0 -4px 0;
}

.debug * {
  background-color: rgba(255, 0, 0, 0.2);
}
.debug * * {
  background-color: rgba(0, 255, 0, 0.2);
}
.debug * * * {
  background-color: rgba(0, 0, 255, 0.2);
}
.debug * * * * {
  background-color: rgba(255, 0, 255, 0.2);
}
.debug * * * * * {
  background-color: rgba(0, 255, 255, 0.2);
}
.debug * * * * * * {
  background-color: rgba(255, 255, 0, 0.2);
}
.debug * * * * * * * {
  background-color: rgba(255, 0, 0, 0.2);
}
.debug * * * * * * * * {
  background-color: rgba(0, 255, 0, 0.2);
}
.debug * * * * * * * * * {
  background-color: rgba(0, 0, 255, 0.2);
}

.fill {
  backgroud-color: pink;
}

.breakout--campaignLogo {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%);
}
@supports not (clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%)) {
  .breakout--campaignLogo::before, .breakout--campaignLogo::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  .breakout--campaignLogo::before {
    top: 0;
    border-width: 8vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-variation-settings: "opsz" 14;
}

body {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  line-height: 1.675;
  color: #1A3326;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #1A3326;
  font-weight: 500;
  line-height: 1.25;
  text-wrap: balance;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}

h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 700;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
  }
}

h5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}

.preamble, .textblock-preamble, .content-preamble {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

p {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

a {
  text-decoration: underline;
  color: #138571;
  text-decoration: none;
}
a:not([class]) {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-decoration: underline;
  color: #138571;
}
a:not([class]):hover {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:not([class]) {
  font-weight: 600;
}

:root {
  --theme-color:$brand-primary;
  --theme-accent-color:$brand-primary;
  --theme-color-light:$brand-primary1;
  --theme-color-hex: rgba(198, 244, 118, 0.8);
  --theme-btn-color:$brand-secondary-dark;
  --theme-link-color:$brand-secondary-dark;
  --theme-light-text-color:$brand-primary;
  --theme-dark-text-color:$brand-primary;
  --theme-text-color: $text;
  --swiper-theme-color: #1A3326 !important;
}

/* ==========================================================================
 General Framework styles
 ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}

html.menu-open {
  overflow: hidden;
}
html.menu-open body {
  overflow: hidden;
  height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}

.hidden {
  display: none;
}

[class*=-clickable] {
  cursor: pointer;
}

/* ==========================================================================
 Framework components
 ========================================================================== */
.main > .container {
  padding-top: 0;
}
.container > .container {
  padding-left: 0;
  padding-right: 0;
}
.container--employersGuide {
  position: relative;
}

.linkButton {
  background-color: #C6F476;
  color: #fff;
  width: 100%;
  max-width: 440px;
  padding: 16px;
  border-radius: 8px;
  display: inline-block;
  line-height: 1.15;
  margin-bottom: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
}
.content-sidebar .linkButton, .linkCollection .linkButton {
  margin-bottom: 0;
}
.linkButton:before {
  margin-right: 12px;
  position: absolute;
  left: 16px;
}
.linkButton--form {
  padding-left: 60px;
}
.linkButton--form:before {
  content: url(../images/form-ico.svg);
}
.linkButton--ao {
  padding-left: 60px;
}
.linkButton--ao:before {
  content: url(../images/a-o-ico.svg);
}
.linkButton--agreement {
  padding-left: 60px;
}
.linkButton--agreement:before {
  content: url(../images/agreement-ico.svg);
}
.linkButton[target=_blank]:after {
  content: url(../images/new-window-ico.svg);
  position: absolute;
  right: 16px;
}

.figure {
  padding: 0;
  margin: 0;
  position: relative;
}
.figure-caption {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  font-style: italic;
}
@media (max-width: 420px) {
  .figure-caption {
    position: static;
    position: initial;
    padding: 8px 0 0 0;
    background-color: transparent;
    background-color: initial;
    margin-top: -16px;
  }
}
.report .figure-img {
  box-shadow: 0px 0px 10px rgba(32, 48, 56, 0.65);
}
@media (min-width: 992px) {
  .section-full .figure, .newslist-listitem--wide .figure {
    margin-bottom: 0;
  }
}

.checklist {
  padding-left: 19px;
  list-style: url(../images/check.svg);
  text-indent: 4px;
}
.checklist li {
  padding-bottom: 8px;
}

.textblock {
  max-width: 944px;
}
.textblock ul,
.textblock ol {
  margin-bottom: 16px;
}
.textblock-listitem {
  margin-bottom: 16px;
}
.textblock-link {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
.textblock-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-secondary-dark;
  background-color: var(--theme-link-color);
}
.textblock-link:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.content {
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .content {
    display: grid;
    grid-template-columns: 1fr 33.33333%;
    grid-template-rows: auto 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .content--withoutSidebar {
    grid-template-columns: 1fr;
  }
}
.content--withoutSidebar-article .content-wrapper {
  width: 100%;
}
.content-editorial {
  font-family: "Figtree", serif;
}
.content-editorial > *:last-child {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .content-figure {
    grid-area: 1/1/2/3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
  }
  .content--narrowFigure .content-figure {
    grid-area: 1/1/2/2;
    max-width: 912px;
  }
}
.content-header .tags {
  padding-left: 0;
}
.content-wrapper {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .content-wrapper {
    grid-area: 2/1/3/2;
    padding-top: 2.5rem;
    width: 675px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.5rem;
  }
}
.content-wrapper--searchbar {
  margin-bottom: 0;
}
.breakout--landing .content-wrapper {
  padding-top: 32px;
}
@media (min-width: 992px) {
  .breakout--landing .content-wrapper {
    padding-top: 0;
  }
  .breakout--landing .content-wrapper:before {
    content: "";
    width: calc(661.3333333333px - 32px);
    height: 30px;
    top: -60px;
    left: 16px;
    position: absolute;
    display: block;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1416px) {
  .breakout--landing .content-wrapper:before {
    width: calc(944px - 32px);
  }
}
.content-sidebar {
  grid-area: 2/2/3/3;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  container-type: inline-size;
  container-name: sidebar;
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .content-sidebar {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 3.5rem;
    margin-bottom: 32px;
  }
  .content--narrowFigure .content-sidebar {
    grid-area: 1/2/3/3;
    margin-top: -32px;
  }
}
.content-sidebar--navigation {
  background-color: #F4F2F0;
  padding: 0;
  margin-bottom: 32px;
  gap: 0;
  z-index: 1000;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 992px) {
  .content-sidebar--navigation {
    position: absolute;
    right: 16px;
    top: 64px;
    max-width: 380px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1416px) {
  .content-sidebar--navigation {
    max-width: 440px;
  }
}
.content-sidebar__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .content-sidebar__actions {
    padding: 1.5rem;
  }
}
.content-sidebar__actions .search {
  margin-bottom: 0;
}
.content-sidebar__actions .search .rekai-autocomplete {
  position: relative !important;
}
.content-sidebar__actions .rekai-dropdown-menu {
  height: auto;
  padding: 12px 0 0 0;
}
.content-courseinfo {
  margin-bottom: 32px;
  width: 100%;
}
@media (min-width: 992px) {
  .content-courseinfo {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.content-sidebarHeading {
  margin-bottom: 0;
}
.content-listing {
  margin-top: 1.5rem;
}
.content-listing--more {
  display: flex;
  justify-content: center;
}
.content-meta {
  margin-bottom: 24px;
}
.content-card {
  background-color: #DBF1ED;
  padding: 1.5rem;
  margin: 32px 0;
}
.content-card p:last-of-type,
.content-card ul:last-of-type {
  margin-bottom: 0;
}
.content-push {
  border-left: solid 5px #C6F476;
  padding-left: 1.5rem;
  margin: 32px 0;
}
.content-push p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.content-push--alt {
  border-left: solid 6px $brand-primary;
  border-left: solid 6px var(--theme-color);
  font-size: 1.6rem;
  font-family: "Figtree", serif;
  font-weight: bold;
  line-height: 1.4;
}
.content img {
  margin-bottom: 16px;
}

.breakout, .split {
  background-color: #F4F8F9;
  padding-top: 32px;
  padding-bottom: 32px;
}
.breakout--dark {
  background-color: #DBF1ED;
}
.breakout--light {
  background-color: #fff;
}
.breakout--quote {
  background-color: #C6F476;
  padding-top: 0;
  padding-bottom: 0;
}
.breakout--footernavigation {
  background-color: #DBF1ED;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
}
.breakout--cta {
  background: url("../images/cta-bg.png");
  background-size: cover;
}
.breakout--campaignLogo {
  background-color: $brand-primary1;
  background-color: var(--theme-color-light);
}
.breakout--landing {
  padding-bottom: 0;
  padding-top: 0;
  background-color: #fff;
  margin-top: -32px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .breakout--landing {
    margin-top: -64px;
  }
}
.subpagehero--text + .breakout--landing {
  margin-top: 0;
}
.subpagehero--text + .breakout--landing:before {
  display: none;
}
.subpagehero--text + .breakout--landing .landingIntro-inner:before {
  display: none;
}
@media (min-width: 992px) {
  .breakout--landing:before {
    content: "";
    width: 944px;
    width: 50%;
    height: 30px;
    top: -30px;
    left: 0;
    position: relative;
    display: block;
    background-color: #FFFFFF;
  }
}
.breakout + .breakout, .split + .breakout, .breakout + .split, .split + .split {
  margin-top: -16px;
}
.breakout:last-of-type, .split:last-of-type {
  margin-bottom: 0;
}

.button {
  line-height: 1;
}
.button--add:after {
  content: "+";
  padding: 0 0 1px 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  font-size: 2rem;
  left: 8px;
  bottom: -2px;
  position: relative;
}

.split {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .split {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #FA6538 50%, #FA6538 100%);
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  .split--alt {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #C6F476 50%, #C6F476 100%);
  }
  .split:before {
    content: "";
    width: 50%;
    height: 30px;
    top: -30px;
    left: 0;
    position: relative;
    display: block;
    background-color: #FFFFFF;
  }
}

.tabsblock-tab {
  padding-left: 16px;
  padding-right: 16px;
}
.tabsblock-tab--bg {
  background-color: #FA6538;
}
@media (min-width: 992px) {
  .tabsblock-tab--bg {
    padding-right: 16px;
  }
}
.split--alt .tabsblock-tab--bg {
  background-color: #C6F476;
}
@media (min-width: 992px) {
  .tabsblock-tab {
    max-width: 100%;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    min-width: 0;
    min-width: initial;
  }
}
.tabsblock-inner {
  font-family: "Figtree", serif;
  padding: 32px 16px;
  height: 100%;
}
@media (min-width: 992px) {
  .tabsblock-inner {
    padding: 32px 128px 64px 0;
  }
}
.tabsblock-tab--bg .tabsblock-inner {
  color: #FFFFFF;
  position: relative;
  padding-right: 100px;
}
@media (min-width: 992px) {
  .tabsblock-tab--bg .tabsblock-inner {
    padding: 32px 128px 64px 16px;
  }
}
.tabsblock-heading {
  font-weight: 700;
  font-size: 3.2rem;
  color: $brand-secondary-dark;
  color: var(--theme-link-color);
  margin-bottom: 8px;
}
.tabsblock-tab--bg .tabsblock-heading {
  color: #FFFFFF;
}
.tabsblock-link {
  color: $brand-secondary-dark;
  color: var(--theme-link-color);
  font-weight: 500;
  font-family: "Figtree", sans-serif;
  text-decoration: underline;
}
.tabsblock-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-secondary-dark;
  background-color: var(--theme-link-color);
}
.tabsblock-link:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.tabsblock-tab--bg .tabsblock-link {
  color: #FFFFFF;
}
.tabsblock-tab--bg .tabsblock-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
.tabsblock-tab--bg .tabsblock-link:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.tabsblock-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100px;
  margin-right: -68px;
}
@media (min-width: 992px) {
  .tabsblock-img {
    margin-right: 0;
  }
}
.tabsblock-tab--bg .tabsblock-img {
  margin-right: 0;
}

.swiper-button-next, .swiper-button-prev {
  width: 36px;
  height: 36px;
  border: 1px solid #1A3326;
  border-radius: 100%;
  background-image: url(../images/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 0.5;
}

.swiper-button-prev {
  rotate: 180deg;
}

.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

#members-only .support-contact-block {
  position: relative;
  top: -140px;
  margin-bottom: 300px;
}

.content-wrapper--noaccess {
  position: relative;
  top: -140px;
}
.content-wrapper--noaccess .section {
  padding-top: 0;
}

.mobile-sidenav-opener {
  display: none;
}

.container--employersGuide .mobile-sidenav-opener {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #107361;
  color: #fff;
  margin-top: 1rem;
  padding: 12px 24px 14px;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  gap: 10px;
}
@media (min-width: 992px) {
  .container--employersGuide .mobile-sidenav-opener {
    display: none;
  }
}
.container--employersGuide .mobile-sidenav-opener--collective {
  display: none;
}

@media print {
  .notes {
    display: none;
  }
}
.header:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 8px;
  display: block;
  left: 0;
  top: 0;
  background-image: var(--theme-bg-img);
  background-position: 55% 9%;
}
.header--open {
  padding-bottom: 16px;
}
.header--open.campaignHeader {
  padding-bottom: 0;
}
.header-mobile {
  display: block;
}
@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}
@media (max-width: 1416px) {
  .header-mobile {
    max-width: 100%;
  }
}
.header-mobile__search {
  border-top: 1px solid #C8CBC0;
  border-bottom: 1px solid #C8CBC0;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}
.header-navigation {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .header-navigation {
    max-width: 100%;
    position: absolute;
    top: 66px;
    right: 0px;
    left: 0;
    background: white;
    z-index: 1000;
    height: calc(100% - 66px);
  }
}
.header-navigation.hidden {
  display: none;
}
.header-toggleMenuContainer {
  display: flex;
  align-items: center;
}
.header-logolink {
  display: none;
}
@media (min-width: 992px) {
  .header-logolink {
    display: block;
    width: 260px;
  }
}
.header-logolink-mobile {
  display: block;
  height: 1.25rem;
}
@media (min-width: 992px) {
  .header-logolink-mobile {
    display: none;
  }
}
.header-logolink-mobile .header-logo {
  margin: 0;
}
.header-quicknav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
.header-quicknavLink {
  display: block;
  padding: 5px 16px;
  background-color: #000;
  color: #FFFFFF;
  position: absolute;
  left: -100rem;
  top: -100rem;
}
.header-quicknavLink:focus {
  top: 0;
  left: 0;
}
.header-global {
  display: none;
  order: 2;
}
@media (min-width: 992px) {
  .header-global {
    order: -1;
    display: block;
  }
}
@media (min-width: 1416px) {
  .header-global {
    max-width: 1416px;
    padding: 0;
  }
}
.header-mainNav {
  border: 1px solid #C8CBC0;
  border-width: 1px 0;
  height: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .header-mainNav {
    height: auto;
  }
}
@media (min-width: 992px) {
  .header-mainNav {
    position: relative;
    width: 100%;
    overflow: visible;
    overflow: initial;
  }
}
.header-mainNav-megaHeading {
  margin-left: 0;
}
.header-logo {
  height: 20px;
  margin: 23px 0;
}
@media (min-width: 992px) {
  .header-logo {
    height: 32px;
  }
}
.theme--EPS .header-logo {
  margin: 15px 0;
  height: 32px;
}
@media (min-width: 992px) {
  .theme--EPS .header-logo {
    height: 50px;
  }
}
.header-searchInput {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border: 0;
  padding: 8px 8px 8px 16px;
  background: transparent url(../images/magnifier-ico.svg) no-repeat 10px center;
  background-size: 16px;
  padding-left: 32px;
  z-index: 1000;
  left: -16px;
}
@media (max-width: 992px) {
  .header-searchInput {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    left: 0;
    padding-left: 40px;
    background: transparent url(../images/magnifier-ico.svg) no-repeat 16px center;
  }
}
@media (min-width: 1416px) {
  .header-searchInput {
    left: 0;
  }
}
.header-toggleMenu {
  height: 24px;
  width: 24px;
  background-image: url(../images/hamburger-ico.svg);
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  z-index: 2;
  margin-right: 12px;
}
.header-toggleMenu[aria-expanded=true] {
  background-image: url(../images/hamburger-close-ico.svg);
}
@media (min-width: 992px) {
  .header-toggleMenu {
    display: none;
  }
}
.header.mob-close-bar {
  display: none;
}

@media (max-width: 992px) {
  .header--site-message .header-navigation {
    top: 80px;
  }
}

.mobile-header {
  display: none;
}
.mobile-header--open {
  background-color: #F4F2F0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #C8CBC0;
}

.footer {
  background-color: #2E363D;
  padding: 64px 0 0;
  color: #FFFFFF;
  font-weight: 700;
}
.footer--campaign {
  padding: 32px 16px;
}
.footer-inner {
  justify-content: space-between;
}
.footer-logo {
  filter: brightness(0) invert(1);
  margin-bottom: 32px;
  max-width: 260px;
}
.footer-sn {
  margin-top: 16px;
}
.footer-address {
  font-style: normal;
  padding-bottom: 32px;
}
.footer-newsletter {
  margin-bottom: 32px;
}
.footer-newsletter p a {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.footer p {
  margin-bottom: 16px;
}
.footer a {
  color: #FFFFFF;
  font-weight: 400;
}
.footer-register {
  padding: 8px;
  border: 1px solid;
  border-radius: 8px;
  background-color: #2E363D;
}
.footer-heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
  line-height: 1.5rem;
}
.footer-navigation {
  background-color: #DBF1ED;
}
.footer-sociallink {
  text-decoration: none;
}
.footer-dl {
  display: flex;
  margin: 0;
  gap: 8px;
  align-items: center;
}
.footer-dd {
  margin: 0 4px;
  padding: 0;
}
.footer-navigationwrapper {
  flex: 1 0 100%;
  margin-top: 32px;
}
@media (min-width: 1416px) {
  .footer-navigationwrapper {
    margin-top: 0;
    flex: none;
  }
}
.footer-navigationlist {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-navigationlist {
    flex-direction: row;
  }
}
.footer-navigationitem {
  display: inline;
}
.footer-navigationitem a {
  font-weight: 700;
}

/**/
.paging {
  margin-bottom: 32px;
  font-size: 1.6rem;
}
.paging-list {
  text-align: center;
}
.paging-listitem {
  display: inline-block;
  margin: 6px 2px;
  display: none;
}
@media (min-width: 768px) {
  .paging-listitem {
    display: inline;
    display: initial;
  }
}
.paging-listitem--previous {
  margin-right: 22px;
  display: inline;
  display: initial;
}
.paging-listitem--next {
  margin-left: 22px;
  display: inline;
  display: initial;
}
.paging-listitem--first {
  display: inline;
  display: initial;
}
.paging-listitem--last {
  display: inline;
  display: initial;
}
.paging-listitem--current {
  display: inline;
  display: initial;
}
.paging-link {
  line-height: 1;
  text-decoration: none;
  padding: 8px;
  display: inline-block;
  border-radius: 8px;
  min-width: 34px;
  color: #C6F476;
}
.paging-link[aria-current] {
  background-color: #C6F476;
  border: solid 1px #C6F476;
  color: #FFFFFF;
}
.paging-ellipsis {
  padding-left: 8px;
  padding-right: 8px;
}

.content-wrapper .accordion--half .accordion-columns {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.accordion-heading {
  display: none;
}

.accordion {
  margin-bottom: 32px;
}
.accordion .accordion--hidden, .accordion .accordion--hidden-header {
  display: none !important;
}
.accordion .accordion-heading {
  display: block;
}
.accordion-item {
  border-bottom: 1px solid #C8CBC0;
}
.accordion-sectionheading {
  color: #C6F476;
  margin: 32px 0 16px;
  font-size: 2rem;
  font-weight: 400;
}
.content-sidebar .accordion-sectionheading {
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .accordion-sectionheading {
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.accordion-heading {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  position: relative;
  color: #1A3326;
  margin: 0;
  padding: 16px 32px 16px 0;
  width: 100%;
  text-align: start;
}
.accordion-heading:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  background-image: url(../images/chevron-down.svg);
  color: #164D44;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
.accordion-heading[aria-expanded=true]:after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .accordion-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    padding: 24px 32px 24px 0;
  }
}
.accordion-button {
  display: block;
  margin: 0;
  border: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: inherit;
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  text-align: left;
  padding-right: 32px;
}
.accordion-content {
  padding: 0 0 1.5rem 0;
}
.accordion-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #1A3326;
}
.accordion-content ul {
  list-style-type: disc;
}
.accordion-content:last-child {
  margin-bottom: 0;
}
.accordion-columns {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
@media (min-width: 992px) {
  .accordion-columns {
    flex-direction: row;
    gap: 2rem;
  }
}
.accordion--half .accordion-heading:after {
  right: 0px;
}
@media (min-width: 992px) {
  .accordion--half .accordion-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .accordion--half .accordion-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
  }
  .accordion--half .accordion-heading:after {
    right: 0px;
  }
}

.accordian--collective {
  padding: 0;
  margin-top: 32px;
}
.accordian--collective .accordion-item {
  border: none;
}
.accordian--collective .accordion-item .accordion-heading {
  display: flex;
  gap: 0.5rem;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.accordian--collective .accordion-item .accordion-heading[aria-expanded=true] {
  border: 1px solid #C8CBC0;
  border-bottom: none;
}
.accordian--collective .accordion-item .accordion-content {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #C8CBC0;
  border-top: none;
}

.accordian--collective-common {
  background-color: #F4F2F0;
}

.accordian--collective-ikem {
  background-color: #DBF1ED;
}

.mainNav {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .mainNav {
    height: auto;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 8px;
  }
}
@media (min-width: 1416px) {
  .mainNav {
    max-width: 1416px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .mainNav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.mainNav-button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #C8CBC0;
  padding: 1rem 0.5rem;
  color: #1A3326;
  text-decoration: none;
}
.mainNav-button--action {
  width: 64px;
}
.mainNav-button--action:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  background-image: url(../images/chevron-down.svg);
  color: #164D44;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .mainNav-button--action {
    display: none;
  }
}
.mainNav-button.open {
  background-color: #138571;
  color: #FFFFFF;
}
.mainNav-button.open .mainNav-button--action:after {
  transform: rotate(180deg);
  background-image: url(../images/chevron-down-white.svg);
}
@media (min-width: 992px) {
  .mainNav-button--current {
    color: #138571;
  }
}
.mainNav-button--search {
  padding-right: 0;
  color: #164D44;
}
.mainNav-button--search:after {
  display: none;
}
@media (min-width: 992px) {
  .mainNav-button {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .mainNav-button--has-children:hover {
    text-decoration: underline;
  }
}
.mainNav-mega {
  border-bottom: 1px solid #C8CBC0;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .mainNav-mega {
    width: calc(100% + 32px);
    padding: 32px;
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 8px 16px rgba(32, 48, 56, 0.15);
    margin-top: 0;
    z-index: 3;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
.mainNav-lvl1 {
  color: #1A3326;
  padding: 16px;
  margin: 0 0 16px 0;
  margin-right: -8px;
  background-color: rgba(22, 22, 22, 0.2);
}
@media (min-width: 992px) {
  .mainNav-lvl1 {
    margin: 0;
    margin-right: 0;
    background-color: transparent;
    padding: 0;
    max-width: 75%;
    color: #000;
  }
}
@media (min-width: 1416px) {
  .mainNav-lvl1 {
    max-width: 50%;
  }
}
.mainNav-lvl2 {
  padding-left: 16px;
}
@media (min-width: 992px) {
  .mainNav-lvl2 {
    padding-left: 0;
    padding-left: initial;
    list-style-type: none;
    padding: 0;
    -moz-columns: 3;
         columns: 3;
    gap: 64px;
  }
}
.mainNav-lvl2 li {
  padding: 4px 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  .mainNav-lvl2 li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.mainNav-lvl2 a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #1A3326;
  text-decoration: none;
}
.mainNav-lvl2 a:hover {
  text-decoration: underline;
}
.mainNav-lvl2 > li > a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  padding: 6px 0;
  display: block;
}
.mainNav-lvl3 {
  margin-bottom: 0;
  padding-left: 16px;
}
.mainNav-lvl3 li {
  line-height: 1.25;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .mainNav-lvl3 a {
    font-size: 1.7rem;
    font-weight: normal;
  }
}
.mainNav-megaHeading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.mainNav-megaLink {
  color: #1A3326;
}
.mainNav-megaLink:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-secondary-dark;
  background-color: var(--theme-link-color);
}
.mainNav-megaLink:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
@media (min-width: 992px) {
  .mainNav-megaLink {
    color: #C6F476;
  }
}
.mainNav-close {
  position: absolute;
  right: 48px;
  top: 16px;
  color: #C6F476;
  background-color: transparent;
  border: 0;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  z-index: 5;
  cursor: pointer;
  display: none;
}
@media (min-width: 992px) {
  .mainNav-close {
    display: inline;
    display: initial;
  }
}
@media (min-width: 1416px) {
  .mainNav-close {
    right: 16px;
    top: 16px;
  }
}

ul.highligh-first li:first-child a {
  color: #FA6538 !important;
}

.globalNav {
  margin-top: 16px;
  padding: 0 0.5rem;
}
@media (min-width: 992px) {
  .globalNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.globalNav-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  flex: 1;
}
.globalNav-item:last-child {
  justify-content: end;
}
.globalNav-item:first-child {
  justify-content: start;
}
.globalNav-link {
  padding: 0 16px 0 0;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.globalNav-link:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .globalNav-link {
    color: #C6F476;
  }
}
.globalNav-link--login, .globalNav-link--loggedIn {
  padding-right: 0;
  background-color: #138571;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 6px 32px 6px 8px;
  background-image: url(../images/member-white.svg);
  background-position: right 8px center;
  background-repeat: no-repeat;
  margin-top: 12px;
  display: inline-block;
}
@media (min-width: 992px) {
  .globalNav-link--login, .globalNav-link--loggedIn {
    margin-top: 0;
  }
}
.globalNav-link--loggedIn {
  line-height: inherit;
  border: 0;
}
.globalNav-userActionList {
  list-style: none;
  display: flex;
  margin: 0;
}
.globalNav-userActionList__item a {
  position: relative;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .globalNav-userActionList__item a {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.globalNav-userActionList__item a.login-btn {
  padding-left: 40px;
  padding-right: 10px;
  margin-top: 10px;
}
.globalNav-userActionList__item a.login-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 16px;
  background-image: url(../images/right-to-bracket.svg);
  background-repeat: no-repeat;
}
.globalNav .rekai-dropdown-menu {
  z-index: 1001 !important;
}

.breadcrumb {
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-top: 16px;
    margin-bottom: 10.6666666667px;
  }
}
.breadcrumb-list {
  font-size: 1.4rem;
}
.breadcrumb-listitem {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-weight: 600;
  display: inline;
  color: #1A3326;
}
.breadcrumb-listitem:after {
  content: "/";
  display: inline-block;
  padding: 0 1px 0 3px;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  position: relative;
  top: 0px;
  color: inherit;
}
.breadcrumb-listitem:last-child:after {
  content: "";
}
.breadcrumb-listitem:last-child {
  font-weight: normal;
  opacity: 0.8;
}
.breadcrumb-link {
  color: #1A3326;
}
.breadcrumb [aria-current=page] {
  font-weight: normal;
  color: #6D7277;
}

.hero-breadcrumb {
  display: none;
}

@media (min-width: 768px) {
  .adjust-breadcrums-to-hero .breadcrumb {
    display: none;
  }
  .adjust-breadcrums-to-hero .hero-breadcrumb {
    display: inline;
    display: initial;
    position: absolute;
    z-index: 1;
    margin-left: 0;
  }
  .adjust-breadcrums-to-hero .hero-breadcrumb .breadcrumb {
    display: inline;
    display: initial;
  }
  .adjust-breadcrums-to-hero .inverted-text [aria-current=page] {
    color: #FFFFFF;
  }
  .adjust-breadcrums-to-hero .inverted-text .breadcrumb-link, .adjust-breadcrums-to-hero .inverted-text .breadcrumb-listitem {
    color: #FFFFFF;
  }
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.section--sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .section--sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.section-list {
  display: flex;
  flex-direction: row;
  gap: 32px 0;
}
.section-header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-direction: column;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .section-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.5rem;
  }
}
.section-heading {
  color: #1A3326;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section-heading {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
  }
}
.section-linkwrapper {
  padding: 0;
  text-align: right;
}
.section--current {
  margin-bottom: 32px;
}
.breakout .section {
  margin-bottom: 0;
  margin-top: 0;
}
.section--divider {
  padding-top: 32px;
  border-top: 1px solid #d5e1e7;
}
@media (min-width: 768px) {
  .section--divider {
    padding-top: 64px;
  }
}
.breakout .section--panel {
  padding: 32px;
  background-color: #F4F8F9;
  margin-bottom: 32px;
  margin-top: 32px;
}

.newslist {
  gap: 1.5rem 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .newsPageList .news, .listing-listitem .news {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.newsPageList .news-figure, .listing-listitem .news-figure {
  height: 100%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .newsPageList .news-figure, .listing-listitem .news-figure {
    max-width: 164px;
  }
}
.newsPageList .news-figure a, .listing-listitem .news-figure a {
  height: 100%;
  width: 100%;
  display: block;
}
.newsPageList .news-figure img, .listing-listitem .news-figure img {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsPageList .news-content, .listing-listitem .news-content {
  padding-bottom: 0;
}

.news {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.newslist .news {
  height: 100%;
}
.content-wrapper .news {
  height: auto;
}
.content-sidebar .news {
  height: auto;
}
.newslist-listitem--wide .news {
  position: relative;
}
.news-figure {
  margin-bottom: 1rem;
}
.news-heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .news-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
.news-link {
  color: #1A3326;
}
.news-link--gated:after {
  -webkit-mask: url(../images/padlock.svg);
          mask: url(../images/padlock.svg);
  width: 24px;
  height: 25px;
  margin-bottom: -10px;
  transition: none;
  margin-right: 0;
  margin-left: 12px;
}
.news-link--gated:hover:after {
  margin-right: 0;
  margin-left: 12px;
}
.news-meta {
  margin-bottom: 16px;
}
.news-content {
  position: relative;
  padding-bottom: 16px;
  height: 100%;
}
.newslist-listitem--wide .news-content {
  position: static;
  position: initial;
  height: auto;
  height: initial;
}
.news-content .meta-date {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #6D7277;
  text-transform: lowercase;
}
.news--search-item .news-content {
  padding-bottom: 0;
}
.news-eyebrow {
  margin: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  display: none;
}
.newslist-listitem--wide .news, .section-full .news {
  position: relative;
}
.newslist-listitem--wide .news:after, .section-full .news:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #164D44;
  width: calc(100% - 32px);
  height: 100%;
  left: 16px;
  z-index: -1;
}
.newslist-listitem--wide .news-content, .section-full .news-content {
  align-self: center;
  padding: 32px;
}
@media (min-width: 992px) {
  .newslist-listitem--wide .news-content, .section-full .news-content {
    padding: 32px;
    margin-left: -16px;
  }
}
.newslist-listitem--wide .news-heading, .section-full .news-heading {
  font-size: 3.2rem;
}
.news .tags {
  white-space: nowrap;
  overflow: hidden;
  flex-wrap: nowrap;
  margin-bottom: 0.5rem;
}
.news .tags .tags--item {
  max-width: 130px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-wrap: nowrap;
}
.news .swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .news .swiper {
    overflow: hidden;
  }
}
.news-inner:last-child .news-text {
  margin-bottom: 0;
}

#js-fetch-more-news.hidden {
  display: none;
}

.meta {
  color: #6D7277;
}
.meta-courseinfo {
  flex: 1 0 100%;
  margin-bottom: 0;
}
.meta-categories {
  display: inline;
}
.meta-category {
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}
.meta-category:after {
  content: ", ";
}
.meta-category:last-of-type:after {
  content: none;
}
.meta-category:first-of-type:before {
  content: "|";
  margin-right: 4px;
  font-weight: 400;
}
.meta p {
  margin-bottom: 0;
}

.reports-listitem {
  height: auto !important;
}
.reports-listitem .article-backdrop {
  display: none;
}

.report {
  margin-bottom: 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .report {
    margin-bottom: 1rem;
  }
}
.reports .report {
  height: 100%;
}
.report-container {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  background-color: #F4F2F0;
  position: relative;
}
@media (min-width: 768px) {
  .report-container {
    flex-direction: row;
    padding: 1.5rem;
  }
}
.content-sidebar .report {
  height: auto;
}
.report-figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 1.5rem;
}
.report-figure figure {
  margin-bottom: 0;
}
.report-figure .figure-graphic {
  margin-bottom: 0;
}
.report-figure .figure-graphic img {
  margin-bottom: 0;
  box-shadow: none;
  max-height: 96px;
}
.report-figure--no-image {
  margin-right: 1.5rem;
  align-self: center;
}
.report-heading {
  color: #1A3326;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .report-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .content-sidebar .report-heading {
    margin-bottom: 16px;
  }
}
.report-link {
  color: #1A3326;
}
.report-link--gated:after {
  -webkit-mask: url(../images/padlock.svg);
          mask: url(../images/padlock.svg);
  width: 24px;
  height: 24px;
  margin-bottom: -4px;
  transition: none;
  margin-left: 6px;
  transition: none;
  margin-left: 6px;
  bottom: 6px;
}
.report-link--gated:hover:after {
  transition: none;
  margin-left: 6px;
}
@media (min-width: 992px) {
  .content-sidebar .report-content {
    flex: 0 1 auto;
    max-width: none;
    max-width: initial;
    padding: 0;
  }
}
.report-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #6D7277;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.report p.tags--item {
  margin-bottom: 0.5rem;
}
.report-download {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FA6538;
  border-radius: 100%;
}
.report-download img {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
.report:hover .article-backdrop {
  transform: translateX(12px) translateY(-12px);
}
.report:hover .article-icon {
  transform: translateX(8px);
}

.articleList {
  margin-bottom: 32px;
  gap: 32px 0;
}
.content-wrapper .articleList {
  margin: 0;
}
.content-wrapper .articleList-listitem {
  padding: 0;
}
.content-wrapper .container {
  padding: 0;
}

.article {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  margin-bottom: 32px;
  text-decoration: none !important;
}
.myPages .article {
  border-radius: 0 8px 8px 0;
}
.myPages .article:before {
  border-radius: 8px 0 0 8px;
}
.articleList-listitem .article {
  margin-bottom: 0;
}
.content-sidebar .article {
  height: auto;
  margin-bottom: 0;
}
.content-sidebar .article-text {
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.article-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 100%;
  padding: 1.5rem;
  background-color: #138571;
  height: 100%;
  z-index: 10;
}
.article-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .article-heading {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}
.article-inner--hasImage {
  padding-bottom: 3rem;
}
.article-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-secondary-dark;
  background-color: var(--theme-link-color);
}
.article-link:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.article-link:after {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.article-text {
  color: #FFFFFF;
}
.article-content {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #C6F476;
  transition: transform 0.2s ease;
}
.article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-footer--notice {
  justify-content: flex-end;
}
.article-footer--collective {
  align-items: end;
}
.article-icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #1A3326;
  background-image: url(../images/arrow-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  flex-shrink: 0;
  margin-left: 16px;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .article-icon {
    width: 48px;
    height: 48px;
    background-size: 16px 16px;
  }
}
.article .tags--item {
  margin-bottom: 0;
}
.article:hover .article-backdrop {
  transform: translateX(12px) translateY(-12px);
}
.article:hover .article-icon {
  transform: translateX(8px);
}

.articleList .swiperControls {
  padding: 0 16px;
}

.courses {
  gap: 32px 0;
  margin-bottom: 32px;
  position: relative;
}
@media (min-width: 992px) {
  .courses .swiper {
    overflow: hidden;
  }
}
.courses-swiperControls .activitiesSwiper-pagination {
  top: auto !important;
  bottom: auto !important;
}
.courses .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.courses .swiper-slide {
  display: flex;
  height: auto;
}
@media (max-width: 992px) {
  .courses .swiper-slide {
    width: 45% !important;
  }
}
@media (max-width: 768px) {
  .courses .swiper-slide {
    width: 90% !important;
  }
}

.course {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 1.5rem;
  background-color: #F4F2F0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .course {
    padding: 32px 24px 32px 24px;
  }
}
.content-sidebar .course {
  height: auto;
  padding: 16px 32px 32px 40px;
}
.courses-listitem .course {
  height: 100%;
}
.course-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 6px;
  max-width: 80%;
}
.course-heading a {
  color: #1A3326;
}
.course-eyebrowList {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.course-eyebrow {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  padding: 5px 12px 4px;
  border-radius: 22px;
  margin: 0 0 8px;
  display: inline-block;
  background-color: #FFFFFF;
  color: #585E64;
}
.course-meta .meta-courseinfo {
  color: #6D7277;
}
.course-separateDate {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #FA6538;
  padding: 8px 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.course-separateDate--month {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.course-separateDate--day {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.course-action {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.course-figure {
  position: absolute;
  width: 60px;
  top: 24px;
  right: 24px;
}
@media (min-width: 768px) {
  .course-figure {
    width: 120px;
  }
}
.course-figure img {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-figure-play {
  position: absolute;
  top: 11px;
  right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .course-figure-play {
    top: 22px;
    right: 37px;
    width: 44px;
    height: 44px;
    background-color: #FA6538;
  }
}
.course-figure-play:before {
  content: "";
  background-image: url(../images/youtube-ico.svg);
  background-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
}
.course .tags {
  margin-bottom: 8px;
}
.course .tags--item {
  background-color: #FFFFFF;
}

.courseinfo {
  padding: 16px 32px 32px;
  background-color: #203038;
  color: #fff;
}
@media (min-width: 992px) {
  .courseinfo {
    display: none;
  }
}
.content-sidebar .courseinfo {
  display: none;
}
@media (min-width: 992px) {
  .content-sidebar .courseinfo {
    display: block;
  }
}
.courseinfo-list {
  margin: 0 0 16px 0;
}
.courseinfo-dateDescription {
  margin: 0;
  padding: 4px 0;
}
.courseinfo-dateDescription:before {
  content: url(../images/calendar-ico.svg);
  position: relative;
  bottom: 4px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.courseinfo-timeDescription {
  margin: 0;
  padding: 6px 0;
}
.courseinfo-timeDescription:before {
  content: url(../images/clock-ico.svg);
  position: relative;
  bottom: -2px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.courseinfo-addressDescription {
  margin: 0;
  padding: 6px 0;
  text-indent: 30px;
}
.courseinfo-addressDescription:before {
  content: url(../images/mappin-ico.svg);
  position: relative;
  bottom: -2px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
  margin-left: -30px;
}
.courseinfo-mapDescription {
  margin: 0;
  padding: 6px 0;
}
.courseinfo-priceTitle:after {
  content: ": ";
}
.courseinfo-priceDescription {
  margin: 0;
  padding: 6px 0;
}
.courseinfo-otherDescription {
  margin: 0;
  padding: 6px 0;
}
.courseinfo-price {
  line-height: 1;
}
.courseinfo-register {
  background-color: #FA6538;
}
.courseinfo-applyByTitle, .courseinfo-applyByeDescription {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border-bottom: 0;
}

.quote {
  position: relative;
  padding: 24px;
  padding-top: 80px;
  background: #164D44;
}
@media (min-width: 768px) {
  .quote {
    padding: 80px 64px 32px 64px;
  }
}
@media (min-width: 992px) {
  .quote {
    min-height: 220px;
    padding: 76px 80px;
  }
}
@media (min-width: 992px) {
  .quote {
    min-height: 220px;
    padding: 76px 121px;
  }
}
.content-sidebar .quote, .landing-aside .quote {
  margin: 0;
}
.quote-inner {
  margin: 0;
  position: relative;
}
.quote-inner .quote-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.quote-inner p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .quote-inner {
    width: 100%;
    max-width: 100%;
    padding-right: 20%;
    flex: 1;
  }
  .quote-inner p {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
@media (min-width: 1416px) {
  .quote-inner {
    width: 100%;
    max-width: 100%;
    padding-right: 30%;
    flex: 1;
  }
  .quote-inner p {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}
.quote-inner:after {
  content: url("data:image/svg+xml,%3Csvg width='257' height='179' viewBox='0 0 257 179' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55.5676 -9.98039e-06C71.6529 -8.57416e-06 85.0574 5.45736 95.781 16.3721C106.261 27.5294 111.501 43.4165 111.501 64.0333C111.501 82.9522 107.845 99.6882 100.533 114.241C93.2219 128.794 84.0825 141.164 73.1152 151.351C62.148 161.538 41.3101 174 20.4723 178.5L20.4723 153.17C26.5652 150.745 33.5111 146.137 41.3101 139.345C48.8653 132.796 55.5676 125.156 61.4168 116.424C67.0223 107.935 70.0688 99.3243 70.5562 90.5925C68.3628 93.5031 64.5851 95.9286 59.2233 97.869C53.8616 99.8094 48.2561 100.78 42.4068 100.78C31.4396 100.78 21.6909 96.7775 13.1607 88.7734C4.38691 81.0118 9.48749e-06 69.9757 1.07386e-05 55.6653C1.22229e-05 38.6868 5.3618 25.1039 16.0854 14.9168C26.5652 4.97226 39.726 -1.13653e-05 55.5676 -9.98039e-06ZM201.067 2.73956e-06C217.152 4.14579e-06 230.557 5.45737 241.28 16.3721C251.76 27.5295 257 43.4165 257 64.0333C257 82.9522 253.344 99.6882 246.033 114.241C238.721 128.794 229.582 141.164 218.615 151.351C207.647 161.538 187.906 172.5 165.972 178.5L165.972 153.17C172.065 150.745 179.01 146.137 186.809 139.345C194.365 132.796 201.067 125.156 206.916 116.424C212.522 107.935 215.568 99.3243 216.056 90.5925C213.862 93.5031 210.084 95.9286 204.723 97.869C199.361 99.8095 193.755 100.78 187.906 100.78C176.939 100.78 167.19 96.7776 158.66 88.7734C149.886 81.0118 145.499 69.9758 145.499 55.6653C145.499 38.6868 150.861 25.1039 161.585 14.9168C172.065 4.97227 185.225 1.35464e-06 201.067 2.73956e-06Z' fill='%23C6F476' /%3E%3C/svg%3E%0A");
  position: absolute;
  top: -80px;
  right: 0;
  transform: scale(20%);
  transform-origin: 100% 20%;
}
.theme--1 .quote-inner:after {
  content: url("data:image/svg+xml,%3Csvg width='257' height='179' viewBox='0 0 257 179' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55.5676 -9.98039e-06C71.6529 -8.57416e-06 85.0574 5.45736 95.781 16.3721C106.261 27.5294 111.501 43.4165 111.501 64.0333C111.501 82.9522 107.845 99.6882 100.533 114.241C93.2219 128.794 84.0825 141.164 73.1152 151.351C62.148 161.538 41.3101 174 20.4723 178.5L20.4723 153.17C26.5652 150.745 33.5111 146.137 41.3101 139.345C48.8653 132.796 55.5676 125.156 61.4168 116.424C67.0223 107.935 70.0688 99.3243 70.5562 90.5925C68.3628 93.5031 64.5851 95.9286 59.2233 97.869C53.8616 99.8094 48.2561 100.78 42.4068 100.78C31.4396 100.78 21.6909 96.7775 13.1607 88.7734C4.38691 81.0118 9.48749e-06 69.9757 1.07386e-05 55.6653C1.22229e-05 38.6868 5.3618 25.1039 16.0854 14.9168C26.5652 4.97226 39.726 -1.13653e-05 55.5676 -9.98039e-06ZM201.067 2.73956e-06C217.152 4.14579e-06 230.557 5.45737 241.28 16.3721C251.76 27.5295 257 43.4165 257 64.0333C257 82.9522 253.344 99.6882 246.033 114.241C238.721 128.794 229.582 141.164 218.615 151.351C207.647 161.538 187.906 172.5 165.972 178.5L165.972 153.17C172.065 150.745 179.01 146.137 186.809 139.345C194.365 132.796 201.067 125.156 206.916 116.424C212.522 107.935 215.568 99.3243 216.056 90.5925C213.862 93.5031 210.084 95.9286 204.723 97.869C199.361 99.8095 193.755 100.78 187.906 100.78C176.939 100.78 167.19 96.7776 158.66 88.7734C149.886 81.0118 145.499 69.9758 145.499 55.6653C145.499 38.6868 150.861 25.1039 161.585 14.9168C172.065 4.97227 185.225 1.35464e-06 201.067 2.73956e-06Z' fill='%23C6F476' /%3E%3C/svg%3E%0A");
}
@media (min-width: 992px) {
  .quote-inner:after {
    top: -46px;
    transform: scale(50%);
    transform-origin: 100% 50%;
  }
}
@media (min-width: 1416px) {
  .quote-inner:after {
    top: calc(50% - 75px);
    transform: scale(100%);
  }
}
.content-sidebar .quote-inner, .landing-aside .quote-inner {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.quote-caption {
  margin: 0;
  display: flex;
  align-items: center;
}
.content-sidebar .quote-caption, .landing-aside .quote-caption {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.quote-cite {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin: 0;
  font-style: normal;
  color: #FFFFFF;
}
.quote-profileimage {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  display: inline;
}
.content-sidebar .quote-profileimage, .landing-aside .quote-profileimage {
  margin: 0 16px 0 0;
}

@media (min-width: 992px) {
  .content-editorial .quote {
    padding: 24px;
  }
}
.content-editorial .quote p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .content-editorial .quote-inner::after {
    top: 0;
    transform: scale(50%);
  }
}
.content-editorial .quote-profileimage {
  margin-bottom: 0;
}

.cta {
  position: relative;
  aspect-ratio: 20/6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .cta {
    flex-direction: row;
    background: #F4F2F0;
  }
}
.cta--container {
  display: flex;
  align-items: center;
  z-index: 10;
  width: 100%;
}
.cta--inner {
  width: 100%;
  margin-top: 24px;
  z-index: 10;
}
@media (min-width: 992px) {
  .cta--inner {
    width: 50%;
    padding-left: 64px;
  }
  .cta--inner--white-text {
    color: #FFFFFF;
  }
  .cta--inner--white-text .cta-heading {
    color: #FFFFFF;
  }
}
.cta-heading {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .cta-heading {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
  }
}
.cta-text p {
  margin-bottom: 24px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.cta--background {
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  background: #F4F2F0;
}
@media (min-width: 992px) {
  .cta--background {
    position: absolute;
    width: 50%;
  }
}
.cta--background--full-image {
  width: 100%;
}
.cta--background--figure {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  margin: 0;
}
.cta--background--figure svg {
  height: 100%;
}
@media (min-width: 992px) {
  .cta--background--figure {
    position: absolute;
  }
  .cta--background--figure svg {
    height: auto;
    height: initial;
  }
}
.cta--background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero {
  min-height: 454px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero {
    min-height: 580px;
  }
}
.hero-content {
  padding: 0 16px 32px;
  position: relative;
}
@media (min-width: 992px) {
  .hero-content {
    padding: 0 16px 64px;
  }
}
.hero-content:before {
  content: url(../images/blobbar.png);
  position: absolute;
  left: -200px;
  top: -200px;
  transform: scale(0.8);
}
@media (min-width: 992px) {
  .hero-content:before {
    left: -50px;
    top: -100px;
    transform: scale(1.1);
  }
}
.hero--theme .hero-content:before {
  content: none;
}
.hero-heading {
  color: #C6F476;
  font-family: "Figtree", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
  position: relative;
  max-width: 700px;
}
@media (min-width: 992px) {
  .hero-heading {
    font-size: 5.6rem;
  }
}
.hero--theme .hero-heading {
  color: #FFFFFF;
}
.hero-link {
  color: #C6F476;
  position: relative;
  text-decoration: underline;
}
.hero-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-secondary-dark;
  background-color: var(--theme-link-color);
}
.hero-link:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.hero--theme .hero-link {
  color: #FFFFFF;
}
.hero--theme .hero-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
.hero--theme .hero-link:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}

.subpagehero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 32px 8px;
  background-color: #F4F2F0;
  aspect-ratio: 1/1;
  max-height: 900px;
}
.subpagehero--fast-links.subpagehero {
  aspect-ratio: auto;
  align-items: flex-end;
}
@media (max-width: 420px) {
  .subpagehero--fast-links.subpagehero {
    aspect-ratio: auto;
  }
}
@media (min-width: 768px) {
  .subpagehero--fast-links.subpagehero {
    padding-top: 32px;
    aspect-ratio: auto;
  }
}
@media (min-width: 1250px) {
  .subpagehero--fast-links.subpagehero {
    padding-top: 32px;
    aspect-ratio: auto;
  }
}
@media (min-width: 1416px) {
  .subpagehero--fast-links.subpagehero {
    padding-top: 32px;
    aspect-ratio: auto;
  }
}
@media (min-width: 1921px, min-height: 1201px, max-height: 1550px) {
  .subpagehero--fast-links.subpagehero {
    padding-top: 32px;
    aspect-ratio: auto;
  }
}
@media (min-width: 768px) {
  .subpagehero--fast-links.subpagehero .subpagehero-content {
    margin-top: 60px;
  }
}
@media (min-width: 1250px) {
  .subpagehero--fast-links.subpagehero .subpagehero-content {
    margin-top: 160px;
  }
}
@media (min-width: 1416px) {
  .subpagehero--fast-links.subpagehero .subpagehero-content {
    margin-top: 140px;
  }
}
@media (min-width: 1921px, min-height: 1201px, max-height: 1550px) {
  .subpagehero--fast-links.subpagehero .subpagehero-content {
    margin-top: 140px;
  }
}
@media (max-width: 420px) {
  .subpagehero {
    aspect-ratio: auto;
  }
}
@media (min-width: 768px) {
  .subpagehero {
    padding-top: 100px;
    aspect-ratio: auto;
  }
}
@media (min-width: 1250px) {
  .subpagehero {
    padding-top: 100px;
    aspect-ratio: auto;
  }
}
@media (min-width: 1416px) {
  .subpagehero {
    padding: 150px;
    aspect-ratio: auto;
  }
}
@media (min-width: 1921px, min-height: 1201px, max-height: 1550px) {
  .subpagehero {
    padding-top: 200px;
    aspect-ratio: auto;
  }
}
.subpagehero-innerContainer .breadcrumb {
  width: 100vw;
  margin-top: -32px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 992px) {
  .subpagehero-innerContainer .breadcrumb {
    margin-top: 8px;
  }
}
.subpagehero-content {
  position: relative;
}
@media (min-width: 992px) {
  .subpagehero-content {
    width: 50%;
  }
}
.subpagehero--theme .subpagehero-content {
  padding: 0 16px 32px;
}
@media (min-width: 992px) {
  .subpagehero--theme .subpagehero-content {
    padding: 0 16px 64px;
  }
}
.subpagehero--text .subpagehero-content {
  padding-bottom: 16px;
}
.subpagehero-content .subpagehero-text p,
.subpagehero-content .subpagehero-text a:not(.btn) {
  font-weight: 600;
}
@media (min-width: 992px) {
  .subpagehero-content .subpagehero-text p,
  .subpagehero-content .subpagehero-text a:not(.btn) {
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin-bottom: 24px;
  }
}
.subpagehero-content .content-heading {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .subpagehero-content .content-heading {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
  }
}
.subpagehero-content .content-heading, .subpagehero-content .content-preamble, .subpagehero-content .content-editorial, .subpagehero-content .section-heading, .subpagehero-content .content-editorial a:not(.btn), .subpagehero-content .content-preamble a:not(.btn), .subpagehero-content .memberinfo-sectionHeading {
  color: #FFFFFF;
}
.subpagehero-content .content {
  padding-bottom: 0;
}
.subpagehero-content .section-heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .subpagehero-content .section-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
.subpagehero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .subpagehero-overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.subpagehero--employersGuide.subpagehero {
  aspect-ratio: auto;
  background-color: #164D44;
  padding-bottom: 0px;
}
@media (max-width: 420px) {
  .subpagehero--employersGuide.subpagehero {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .subpagehero--employersGuide.subpagehero {
    padding-top: 32px;
  }
}
@media (min-width: 1250px) {
  .subpagehero--employersGuide.subpagehero {
    padding-top: 0;
  }
}
@media (min-width: 1416px) {
  .subpagehero--employersGuide.subpagehero {
    aspect-ratio: auto;
    padding-top: 0;
  }
}
@media (min-width: 1921px, min-height: 1201px, max-height: 1550px) {
  .subpagehero--employersGuide.subpagehero {
    aspect-ratio: auto;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .subpagehero--employersGuide.subpagehero .subpagehero-content {
    padding: 32px 8px;
    padding-top: 0;
    width: auto;
  }
}
.subpagehero-heading {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #1A3326;
  margin-bottom: 16px;
  position: relative;
  padding-right: 64px;
}
@media (min-width: 768px) {
  .subpagehero-heading {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .subpagehero-heading {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 700;
    max-width: 700px;
  }
}
.hero--theme .subpagehero-heading {
  color: #FFFFFF;
}
.subpagehero--text .subpagehero-heading {
  color: #C6F476;
  max-width: 768px;
  padding-right: 16px;
}
.subpagehero--white-text .subpagehero-heading, .subpagehero--white-text .subpagehero-text, .subpagehero--white-text .subpagehero-text a:not(.btn) {
  color: #FFFFFF;
}
.subpagehero-link {
  color: #FFFFFF;
  position: relative;
  text-decoration: underline;
}
.subpagehero-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
.subpagehero-link:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.subpagehero--molecule {
  flex-direction: column;
  padding: 0;
  aspect-ratio: auto;
}
.subpagehero--molecule .subpagehero-innerContainer {
  background-color: #FFFFFF;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .subpagehero--molecule .subpagehero-innerContainer {
    padding: 12px 0 0;
  }
}
@media (min-width: 768px) {
  .subpagehero--molecule {
    flex-direction: row;
    padding: 100px 24px 48px 24px;
  }
  .subpagehero--molecule .subpagehero-innerContainer {
    background-color: #F4F2F0;
    padding-top: 0;
  }
}
@media (min-width: 1250px) {
  .subpagehero--molecule {
    padding: 0 24px;
    aspect-ratio: 21/9;
  }
}
@media (min-width: 1416px) {
  .subpagehero--molecule {
    padding: 150px 24px;
    aspect-ratio: auto;
  }
}
@media (min-width: 1921px, min-height: 1201px, max-height: 1550px) {
  .subpagehero--molecule {
    aspect-ratio: 55/9;
  }
}
.subpagehero--moleculeImage {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 140%;
  background: #F4F2F0;
  opacity: 0.25;
}
@media (min-width: 992px) {
  .subpagehero--moleculeImage {
    width: 50%;
    bottom: 0;
    opacity: 1;
  }
}
@media (min-width: 1250px) {
  .subpagehero--moleculeImage {
    width: 60%;
  }
}
@media (min-width: 1416px) {
  .subpagehero--moleculeImage {
    width: 48%;
  }
}
.subpagehero--moleculeImage--full-image {
  width: 100%;
}
.subpagehero--moleculeImage--figure {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  margin: 0;
  display: flex;
}
.subpagehero--moleculeImage--figure svg {
  height: 100%;
}
@media (min-width: 768px) {
  .subpagehero--moleculeImage--figure {
    position: absolute;
    display: grid;
    justify-content: end;
  }
}
@media (min-width: 992px) {
  .subpagehero--moleculeImage--figure {
    position: absolute;
    display: grid;
    justify-content: end;
  }
}
.subpagehero--moleculeImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.subpagehero--hidden {
  display: none;
}
.subpagehero .breadcrumb-listitem, .subpagehero .breadcrumb-link {
  color: #FFFFFF;
}
.subpagehero .swiper-slide .subpagehero-heading, .subpagehero .swiper-slide .subpagehero-text {
  margin-bottom: 1.5rem;
}
.subpagehero .swiperControls {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .subpagehero .swiperControls {
    margin-top: 1.5rem;
  }
}
.subpagehero .swiperControls .swiper-pagination {
  display: flex;
  gap: 20px;
  align-items: end;
  width: 100% !important;
}
.subpagehero .swiperControls .swiper-pagination-bullet {
  flex: 1;
  height: auto;
  background: none;
  opacity: 1;
  border-radius: 0;
  margin: 0 !important;
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .subpagehero .swiperControls .swiper-pagination-bullet {
    flex: auto;
    width: 100%;
    padding-top: 0;
  }
}
.subpagehero .swiperControls .bullet-heading {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  font-weight: 600;
  display: block;
  color: #C8CBC0;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 992px) {
  .subpagehero .swiperControls .bullet-heading {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
  }
}
.subpagehero .swiperControls .bullet-line {
  display: block;
  width: 100%;
  height: 4px;
  background: #C8CBC0;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}
.subpagehero .swiperControls .swiper-pagination-bullet-active .bullet-heading {
  color: #FFFFFF;
}
.subpagehero .swiperControls .swiper-pagination-bullet-active .bullet-line {
  background: #C6F476;
}
.subpagehero .fastLinks {
  position: relative;
  padding-top: 1rem;
  gap: 1rem;
}
.subpagehero .fastLinks--item:first-child {
  background-color: #C6F476;
}
@media (min-width: 992px) {
  .subpagehero .fastLinks {
    padding-top: 1.5rem;
    gap: 2rem;
  }
}
.subpagehero-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.subpagehero-video--video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpagehero p.gradient-cover-text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 91.666667%;
  content: "";
  background: linear-gradient(180deg, rgba(247, 247, 248, 0) 0, #164D44);
}

.landingIntro-inner {
  position: relative;
  font-family: "Figtree", serif;
}
@media (min-width: 1416px) {
  .landingIntro-inner:before {
    width: calc(944px - 32px);
  }
}
.landingIntro-preamble {
  font-size: 2rem;
  line-height: 1.375;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
}
.landingIntro-sidebarHeading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 32px;
}

.contacts {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.contacts-heading {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 8px;
  color: #1A3326;
  display: flex;
  align-items: center;
}
.breakout--dark .contacts-heading {
  color: #FFFFFF;
}
.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
}
.contacts-list--column .contact {
  flex-direction: column;
}
.contacts-list--column .contact-profileimage {
  margin-bottom: 24px;
}
.contacts-list--column .contact-content {
  text-align: center;
  margin-left: 0;
}
.contacts-list--column .contact-actionContainer {
  justify-content: center;
}
.contacts-item {
  flex: 1 1 100%;
  list-style-type: none;
}
@media (min-width: 992px) {
  .contacts-item {
    width: 100%;
  }
}

.contact {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F4F8F9;
  background-size: cover;
  background-image: url(../images/contact-bg-1.png);
}
@media (min-width: 992px) {
  .contact {
    background-image: url(../images/contact-bg-2.png);
  }
}
.contact:not(:last-of-type):not(.contacts-item .contact) {
  margin-bottom: 16px;
}
.contact-container {
  padding: 2rem;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 992px) {
  .contact-container {
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
  }
}
.content-sidebar .contact-container, .landingIntro-aside .contact-container {
  height: auto;
}
@media (min-width: 992px) {
  .content-sidebar .contact-container, .landingIntro-aside .contact-container {
    flex-direction: column;
  }
}
.content-sidebar .contact, .landingIntro-aside .contact {
  background-size: cover;
  background-image: url(../images/contact-bg-1.png);
}
.section-list .contact {
  margin-bottom: 0;
}
.content-wrapper .contact {
  height: auto;
}
.contact-actionContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .contact-actionContainer {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .contact-actionContainer {
    justify-content: flex-start;
  }
}
.content-sidebar .contact-actionContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}
.contact-profileimage {
  width: 128px;
  border-radius: 100%;
  align-self: center;
  z-index: 1;
  margin: 0 auto 24px auto;
}
@media (min-width: 992px) {
  .content-sidebar .contact-profileimage {
    margin: 0 auto 24px auto;
  }
}
@media (min-width: 992px) {
  .contact-profileimage {
    margin-bottom: 0;
  }
}
.contact-content {
  z-index: 1;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .content-sidebar .contact-content {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .contact-content {
    text-align: start;
    margin-left: 24px;
  }
}
.contact-ico {
  display: inline;
  display: initial;
}
.theme--EPS .contact-ico {
  filter: brightness(0) saturate(100%) invert(21%) sepia(82%) saturate(930%) hue-rotate(179deg) brightness(95%) contrast(92%);
}
.contact-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #1A3326;
  margin-bottom: 0;
}
.contact-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #6D7277;
  margin-bottom: 16px;
}
.contact-phone {
  margin: 0;
}
@media (min-width: 992px) {
  .content-sidebar .contact-phone {
    justify-content: center;
  }
}
.contact-mobilephone, .contact-phone {
  display: flex;
  justify-content: center;
  margin: 0;
}
.contact-mobilephone::after, .contact-phone::after {
  display: none;
  content: "•";
  padding: 0 8px;
}
@media (min-width: 768px) {
  .contact-mobilephone::after, .contact-phone::after {
    display: flex;
  }
}
@media (min-width: 768px) {
  .contact-mobilephone, .contact-phone {
    display: flex;
  }
}
.content-sidebar .contact-mobilephone, .content-sidebar .contact-phone {
  justify-content: center;
}
.content-sidebar .contact-mobilephone::after, .content-sidebar .contact-phone::after {
  display: none;
  content: "•";
  padding: 0 8px;
}
.contact-email {
  display: flex;
  justify-content: center;
  margin: 0;
}
.contact-email .contact-link {
  color: #138571;
  text-decoration: underline;
}
.content-sidebar .contact-email {
  justify-content: center;
}
.content-sidebar .contact-email::before {
  display: none;
  content: "•";
  padding: 0 8px;
}
.contact-link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #1A3326;
  flex-shrink: 0;
}

.notices {
  gap: 32px 0;
}
.notice {
  background-color: $brand-primary;
  background-color: var(--theme-color);
  padding: 32px 32px 96px 32px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}
.notice-clickable:hover {
  text-decoration: none;
}
.notice-clickable:hover .notice-content:after {
  margin-left: 4px;
  transition: margin ease-in 0.2s;
}
.notice-clickable .notice-content:after {
  margin-left: 0px;
  transition: margin ease-in 0.2s;
}
.content-wrapper .notice {
  margin-bottom: 32px;
}
.notices .notice {
  height: 100%;
}
.notice--alt {
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(32, 48, 56, 0.1);
}
.notice-content {
  padding-top: 16px;
  padding-right: 16px;
  border-top: solid 1px #87949B;
  color: $brand-primary;
  color: var(--theme-light-text-color);
}
.notice-content--linked {
  /*  &:after {
      margin-left: 0;
      margin-right: 0;
  }

  &:hover:after {
      margin-left: 0;
      margin-right: 0;
  }*/
}
.notice-content--linked:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-primary;
  background-color: var(--theme-light-text-color);
}
.notice-content--linked:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.notice-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: $brand-primary;
  color: var(--theme-light-text-color);
  /* .notice-content:after {
      margin-left: 0px;
      transition: margin ease-in 0.2s;
  }

  &:hover + .notice-content:after {
      margin-left: 4px;
      transition: margin ease-in 0.2s;
  }*/
}
.notice-link {
  color: inherit;
}
.notice-mask {
  position: absolute;
  bottom: 0;
  right: 8px;
  height: 160px;
  width: 180px;
  display: block;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
  -webkit-mask-size: auto 130px;
          mask-size: auto 130px;
  pointer-events: none;
}
.notice--alt .notice-content {
  border-top: solid 1px $brand-primary;
  border-top: solid 1px var(--theme-color);
  color: #C6F476;
}
.notice--alt .notice-content--linked:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-primary;
  background-color: var(--theme-color);
}
.notice--alt .notice-content--linked:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.notice--alt .notice-content--linked:after {
  margin-left: 0;
  margin-right: 0;
}
.notice--alt .notice-content--linked:hover:after {
  margin-left: 0;
  margin-right: 0;
}
.notice--alt .notice-heading {
  font-weight: 500;
  color: $brand-primary;
  color: var(--theme-color);
}
.notice--alt .notice-mask {
  background-color: $brand-primary;
  background-color: var(--theme-color);
}

form {
  font-family: "Figtree", sans-serif;
  margin-bottom: 32px;
}
form .loading {
  background-image: url(../images/loader.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  opacity: 0.8;
  cursor: default;
}
form [type=reset] {
  margin-left: 1rem !important;
}

label {
  display: block;
  margin-top: 16px;
}

input:not([type=submit]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=range]):not(.rekai-input):not(.filter-search-input) {
  width: 100%;
  max-width: 546px;
  padding: 13px 16px;
  border: 1.5px solid #C8CBC0;
  outline: none;
  transition: all 0.2s ease-in-out;
}
input:not([type=submit]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=range]):not(.rekai-input):not(.filter-search-input):focus {
  border-color: #1A3326;
}

select {
  width: 100%;
  max-width: 546px;
  padding: 12px 16px;
  border: 1.5px solid #d6d6d6;
}

textarea {
  width: 100%;
  max-width: 546px;
  padding: 12px 16px;
  border: 1.5px solid #d6d6d6;
}

[type=radio],
[type=checkbox] {
  width: auto;
  width: initial;
}

[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #C8CBC0;
  background: white;
  cursor: pointer;
}
[type=checkbox]:checked {
  background: #1A3326;
  border-color: #1A3326;
  background-image: url(../images/check-white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #C8CBC0;
  background: white;
  cursor: pointer;
}
[type=radio]:checked {
  position: relative;
  border-color: #1A3326;
}
[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #1A3326;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

fieldset {
  border: solid 1px #1A3326;
  padding: 16px;
  margin: 16px 0;
  max-width: 546px;
}

legend + * {
  margin-top: 0;
}

.content-editorial .EPiServerForms .Form__Element .Form__Element__Caption {
  display: block;
}
.content-editorial .FormExcludeDataRebind.FormCaptcha__Refresh {
  margin-bottom: 16px;
}

.FormTextbox .Form__Element__Caption, .FormRange .Form__Element__Caption, .FormSelection .Form__Element__Caption, .FormFileUpload .Form__Element__Caption, .FormCaptcha .Form__Element__Caption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: block !important;
  margin-bottom: 1rem;
}

.Form__Element .FormChoice div:has(.FormChoice__Input) {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.Form__Element .FormChoice div:has(.FormChoice__Input) .FormChoice__Label {
  margin-top: 0;
  margin-left: 8px;
  border: none !important;
  cursor: pointer;
}

.FormRange__Slider {
  background-color: #1A3326 !important;
}
.FormRange__Slider__Wrapper {
  align-items: center;
}
.FormRange__Slider__Button {
  background-color: #1A3326 !important;
  margin: 0 !important;
  height: 34px;
}
.FormRange__Min, .FormRange__Max {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem !important;
  color: #1A3326;
}
.FormRange__Input {
  /* For Firefox */
  /* For IE/Edge */
}
.FormRange__Input::-webkit-slider-runnable-track {
  background: #1A3326;
}
.FormRange__Input::-moz-range-track {
  background: #1A3326;
}
.FormRange__Input::-ms-track {
  background: #1A3326;
}

.FormCaptcha .FormCaptcha__Refresh {
  margin-bottom: 1rem !important;
}
.FormCaptcha .FormCaptcha__Image {
  margin-bottom: 1rem;
}

.floating-input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: #FFFFFF;
  border-color: transparent;
  color: #1A3326;
  -moz-appearance: textfield;
  max-width: none;
  max-width: initial;
  height: 56px;
  padding-top: 24px !important;
  padding-bottom: 8px !important;
}
.floating-input::-moz-placeholder {
  color: #FFFFFF;
}
.floating-input::placeholder {
  color: #FFFFFF;
}
.floating-input::-webkit-outer-spin-button, .floating-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.floating-input:focus {
  border-color: transparent;
}
.floating-label {
  position: relative;
  margin-top: 0;
}
.floating-label--text {
  position: absolute;
  color: #6D7277;
  left: 16px;
  bottom: 16px;
  transition: all 0.3s ease;
}
.floating-label .floating-input:not(:-moz-placeholder) + .floating-label--text {
  transform: translateY(-16px);
  font-size: 12px;
}
.floating-label .floating-input:focus + .floating-label--text,
.floating-label .floating-input:not(:placeholder-shown) + .floating-label--text {
  transform: translateY(-16px);
  font-size: 12px;
}

.listing {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  padding-bottom: 1.5rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .listing {
    padding-bottom: 3.5rem;
    margin-top: 1.5rem;
  }
}
.listing .listing-listitem--bordered {
  border-bottom: 1px solid #C8CBC0;
  padding: 1rem 0;
}
.listing-listitem--hidden {
  display: none;
}
.listing .listing-listitem {
  flex: 0 0 100%;
  max-width: 100%;
}
.listing-listitem article {
  height: auto;
}

.statisticswrapper {
  margin-top: 32px;
}
.statisticswrapper-col {
  margin: 16px 0;
}
.statistics-heading {
  color: #1A3326;
  margin-bottom: 0;
}
@media (min-width: 1416px) {
  .statistics-heading {
    padding: 0 32px;
  }
  .content-editorial .statistics-heading {
    padding: 0;
  }
}
.statistics-inner {
  display: flex;
  flex-direction: column;
  padding: 32px 0;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .statistics-inner {
    flex-direction: row;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .statistics-inner {
    padding: 0;
  }
}
@media (min-width: 1416px) {
  .statistics-inner {
    padding: 0 32px;
  }
  .content-editorial .statistics-inner {
    padding: 0;
  }
}
.statistics-canvaswrapper {
  max-width: 246px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .statistics-canvaswrapper {
    flex: 0 1 50%;
    max-width: 246px;
    padding: 16px 0;
  }
}
@media (min-width: 992px) {
  .statistics-canvaswrapper {
    flex: 0 1 50%;
    max-width: 140px;
    padding: 16px 0 0;
  }
}
@media (min-width: 1416px) {
  .statistics-canvaswrapper {
    flex: 0 1 50%;
    max-width: 246px;
    padding: 16px 0 0;
  }
}
.statistics--bar .statistics-canvaswrapper {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .statistics-legendwrapper {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    max-width: 100%;
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .statistics-legendwrapper {
    padding-left: 16px;
  }
}
@media (min-width: 1416px) {
  .statistics-legendwrapper {
    padding-left: 32px;
  }
}
.statistics--bar .statistics-legendwrapper {
  display: none;
}
.statistics-legendItem {
  cursor: pointer;
}
.statistics-legendBox {
  display: inline-block;
  height: 12px;
  width: 66px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .statistics-legendBox {
    width: 46px;
  }
}
@media (min-width: 1416px) {
  .statistics-legendBox {
    width: 66px;
  }
}
.statistics--bar .statistics-canvas {
  max-height: 400px;
}

.filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .filter {
    margin-bottom: 2rem;
  }
}
.filter-search {
  background-color: #F4F8F9;
  border: 0;
  margin: 0;
}
.filter-search.rekai-input {
  height: 100%;
  background: #FFFFFF;
  background: transparent url(../images/magnifier-ico.svg) no-repeat 16px center;
  padding-left: 48px;
}
.filter-search.filter-search-input {
  width: 100%;
  background: #FFFFFF;
  background: transparent url(../images/magnifier-ico.svg) no-repeat 16px center;
  padding-left: 48px;
}
.filter-label--select {
  margin-top: 0;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.filter-select {
  background-color: #FFFFFF;
  border: 0;
  color: #203038;
  max-width: none;
  flex: 1;
  width: auto;
  padding-left: 0.5rem;
  margin-right: 1rem;
}
.filter-row--columns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.filter-row--columns .filter-group {
  flex: 1;
}
@media (min-width: 992px) {
  .filter-row--columns {
    flex-direction: row;
  }
}
.filter-group {
  display: flex;
  border: 1px solid #C8CBC0;
}
.filter-group input[type=text] {
  height: 100%;
  background: #FFFFFF;
  outline: none;
  padding: 0 1.25rem 0 3.5rem;
  background: transparent url(../images/magnifier-ico.svg) no-repeat 10px center;
  background-size: 18px;
  padding-left: 32px;
  z-index: 100;
}
.filter-group .filter-button {
  border-radius: 0;
}
.filter-buttons {
  display: flex;
  flex-direction: row;
  gap: 0 16px;
}
.filter-count {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .filter-count {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}

.calculation {
  background-color: #138571;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 32px;
}
.calculation-heading {
  color: #fff;
  padding: 32px 32px 0 32px;
}
.calculation-colContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 32px;
  gap: 20px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .calculation-colContainer {
    flex-direction: row;
  }
}
.calculation-col {
  position: relative;
  flex: 1;
}
.calculation-table {
  margin-top: 1.5rem;
  border-collapse: collapse;
}
.calculation-tablehead {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
  padding: 16px 32px;
}
.calculation-sumrow .calculation-tablehead {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  padding-bottom: 32px;
}
.calculation-tabledata {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: right;
  vertical-align: top;
  padding: 16px 32px;
}
.calculation-sumrow .calculation-tabledata {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  padding-bottom: 32px;
}
.calculation-input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: #FFFFFF;
  border-color: transparent;
  color: #1A3326;
  -moz-appearance: textfield;
  max-width: none;
  max-width: initial;
  height: 56px;
  padding-top: 24px;
}
.calculation-input::-moz-placeholder {
  color: #FFFFFF;
}
.calculation-input::placeholder {
  color: #FFFFFF;
}
.calculation-input::-webkit-outer-spin-button, .calculation-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculation-input:focus {
  border-color: transparent;
}
.calculation-calcRow th, .calculation-calcRow td {
  border-bottom: 1px solid #FFFFFF;
}
.calculation-sum {
  color: #FA6538;
  white-space: nowrap;
}
.calculation-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #C8CBC0;
  margin-bottom: 4px;
  white-space: nowrap;
}
.calculation-label {
  position: relative;
  margin-top: 0;
}
.calculation-label--text {
  position: absolute;
  color: #6D7277;
  left: 16px;
  bottom: 16px;
  transition: all 0.3s ease;
}
.calculation-label .calculation-input:not(:-moz-placeholder) + .calculation-label--text {
  transform: translateY(-16px);
  font-size: 12px;
}
.calculation-label .calculation-input:focus + .calculation-label--text,
.calculation-label .calculation-input:not(:placeholder-shown) + .calculation-label--text {
  transform: translateY(-16px);
  font-size: 12px;
}
.calculation-label:after {
  content: "kr";
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: #1A3326;
}

.video {
  background-color: #F4F8F9;
  padding: 16px 16px 0 16px;
}
.content-wrapper .video {
  margin-bottom: 32px;
  padding-bottom: 8px;
}
.content-sidebar .video {
  margin: 0;
}
.video-wrapper {
  line-height: 1;
}
.video-player {
  aspect-ratio: 16/9;
  width: 100%;
  margin-bottom: 0;
}
.video-heading {
  margin-bottom: 0;
  margin-top: 16px;
}
.video-list {
  padding-top: 16px;
  padding-bottom: 16px;
}
.video-play {
  line-height: 1.4;
  text-align: left;
  text-indent: -5px;
  padding-left: 29px;
  margin: 4px 0;
}
.video-play:before {
  content: url(../images/youtube-ico.svg);
  filter: invert(1);
  margin-right: 6px;
  top: 2px;
  position: relative;
  opacity: 0.5;
  margin-left: -22px;
}
.video-play--active {
  font-weight: bold;
}
.video-play--active:before {
  opacity: 1;
}

.interact {
  padding: 32px 24px;
  margin-bottom: 32px;
  background-image: url(../images/form-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .interact {
    padding: 56px 32px;
  }
}
@media (min-width: 1416px) {
  .interact {
    padding: 80px 120px;
  }
}
.interact-dropdown {
  position: relative;
  max-width: 546px;
  width: 100%;
}
.interact-dropdown-label {
  padding: 1rem 1.25rem;
  background: #FFFFFF;
  border: 1px solid #C8CBC0;
}
.interact-dropdown-label:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  top: 34px;
  margin-top: -12px;
  background-image: url(../images/chevron-down.svg);
  color: #1A3326;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.interact-dropdown-list {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background: #FFFFFF;
  display: none;
  z-index: 10;
  border: 1px solid #C8CBC0;
}
.interact-dropdown-list label {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #C8CBC0;
  border-top: 0;
  margin: 0;
}
.interact-dropdown-list .interact-dropdown-item--disabled {
  background: #F4F2F0;
  color: #6D7277;
}
.interact-dropdown-list .interact-dropdown-item--disabled input {
  display: none;
}
.interact-dropdown-list .interact-dropdown-item--disabled .interact-labeltext {
  margin-left: 0;
}
.interact-dropdown-list-logIn {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #C8CBC0;
  border-top: 0;
  margin: 0;
}
.interact-dropdown--open .interact-dropdown-label {
  border-color: #1A3326;
}
.interact-dropdown--open .interact-dropdown-label:after {
  transform: rotate(180deg);
}
.interact-dropdown--open .interact-dropdown-list {
  display: block;
  border-color: #1A3326;
}
.interact-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.interact-wrapper .interact--interest, .interact--newsletter .interact-wrapper {
  min-height: 0;
}
@media (min-width: 992px) {
  .interact-wrapper {
    flex-direction: row;
    gap: 4rem;
  }
}
.interact--interest {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1416px) {
  .interact--interest {
    flex-direction: row;
  }
}
.interact-inner {
  display: flex;
  flex-direction: column;
  max-width: 684px;
  color: #000;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  flex: 1;
}
.interact-heading {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
@media (min-width: 1416px) {
  .interact-heading {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 700;
  }
}
.interact-mainBody {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #FFFFFF;
}
.interact-contactInfo {
  color: #FFFFFF;
  margin-top: 1rem;
  margin-bottom: 0;
}
.interact-contactInfo .interact-link {
  color: #FFFFFF;
  margin-left: 0;
}
.interact-preamble {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 1.5rem;
}
.interact-form {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 546px;
  width: 100%;
  flex: 1;
}
@media (min-width: 1416px) {
  .interact-form .interact--interest, .interact--newsletter .interact-form {
    max-width: 700px;
  }
}
.interact-form label {
  color: inherit;
  margin: 0;
}
.interact-form .floating-label {
  margin-bottom: 1rem;
}
.interact-action {
  padding-top: 16px;
}
.interact-action .interact-form--grouped, .interact--newsletter .interact-action {
  text-align: left;
  padding-top: 0;
  margin-top: 6px;
}
.interact-actiontext {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.interact-actiontext a {
  color: #FFFFFF;
}
.interact-tos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  color: #FFFFFF;
  padding-bottom: 16px;
  margin-top: 1rem;
}
.interact--newsletter .interact-tos {
  justify-content: flex-start;
}
.interact-tos a {
  color: white;
}
.interact-tos label {
  margin: 0;
  display: flex;
  align-items: center;
}
.interact-tos label input {
  margin-right: 0.5rem;
}
.interact-tos label .interact-link {
  color: #FFFFFF;
}
.interact-error {
  color: #FF5B5B;
  margin-top: 2px;
}
.interact-labeltext {
  margin-left: 0.5rem;
}
.interact-labeltext-disabled {
  color: #858585;
}
.interact-link {
  display: inline-flex;
  align-items: baseline;
  line-height: 1.675;
  color: #1A3326;
  font-weight: 500;
  margin-left: 4px;
  text-transform: lowercase;
  text-decoration: underline;
}
.interact-link:hover {
  text-decoration: underline;
}
.interact-loginIcon {
  display: inline;
  margin: 0 12px 0 8px;
  position: relative;
  bottom: -4px;
}
.interact-collection {
  margin-bottom: 32px;
}
.interact-ico {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -3px;
}
.interact-phone, .interact-email {
  margin-bottom: 0;
}
.interact-mandatory-hidden {
  display: none;
}
.collection {
  margin-top: 1rem;
}
.collection-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.collection-listitem {
  position: relative;
}
.collection-heading {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 16px;
  color: #000;
}
.collection-text {
  margin-bottom: 16px;
}
.collection-text p {
  margin-bottom: 0;
}
.collection-text a {
  font-weight: normal;
}
.collection-link {
  display: block;
  border-bottom: solid 1px #164D44;
  border-top: solid 1px #164D44;
  margin-top: -1px;
  padding: 6px 0;
  font-weight: 500;
  position: relative;
}
.collection-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-secondary-dark;
  background-color: var(--theme-link-color);
}
.collection-link:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.collection-link:after {
  position: absolute;
  right: 4px;
  top: 12px;
}
.collection-link[href$=".pdf"]:after, .collection-link[href$=".doc"]:after {
  position: absolute;
  bottom: 16px;
  right: 2px;
  transform: rotate(90deg);
  border-right: solid 2px #5B0336;
  margin: 0 0 0 0;
  top: auto;
  top: initial;
}
.collection-link[href$=".pdf"]:before, .collection-link[href$=".doc"]:before {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  background-color: #5B0336;
}
.collection-link[href$=".pdf"]:hover:after, .collection-link[href$=".doc"]:hover:after {
  margin: 0 0 -4px 0;
}

.linklist {
  margin-bottom: 32px;
  margin-top: 32px;
  gap: 16px 0;
}
.linklist-parent--current {
  background-color: #F4F8F9;
  padding-top: 8px;
  margin-top: -8px;
}
.linklist-content {
  position: relative;
}
.linklist-heading {
  color: #C6F476;
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.linklist-headinglink {
  color: #C6F476;
  font-size: 2.4rem;
}
.linklist-child {
  margin-bottom: 32px;
}
.linklist-item {
  margin-bottom: 12px;
  padding-bottom: 0;
  line-height: 1.1;
  padding-left: 8px;
}
.linklist-item--current {
  color: #fff;
  background-color: #FA6538;
  padding-top: 1px;
  padding-bottom: 1px;
}
.linklist-link--current:hover {
  border-bottom: 0;
}
.linklist-link:before {
  content: "› ";
  margin-left: -9px;
  position: relative;
  top: -1px;
}
.linklist-gated {
  display: inline-block;
  width: 18px;
  position: relative;
  bottom: -2px;
}
.content .linklist-gated {
  margin-bottom: 0;
}

.list-of-contents {
  list-style: none;
  border-left: 4px solid #C6F476;
  padding-left: 20px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .list-of-contents {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.list-of-contents li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.list-of-contents li a {
  padding: 2px 0;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.list-of-contents-btn {
  margin: -32px 0 32px;
}

.search {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 16px;
}
.search-wrapper {
  flex: 1 1 auto;
}
.search-button {
  height: -moz-fit-content;
  height: fit-content;
}
.search-input {
  max-width: none;
  max-width: initial;
  padding-top: 12px;
  padding-bottom: 11px;
}
.search .floating-label {
  flex: 1;
}

.employersGuideSearch {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border: 0;
  padding-left: 16px;
  height: 50px;
  background: transparent url(../images/magnifier-ico.svg) no-repeat 10px center;
  background-size: 16px;
  padding-left: 32px !important;
  z-index: 1000;
  background-color: #FFFFFF;
}

.guideblurb {
  height: 100%;
}
.guideblurb-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.guideblurb-link {
  color: #C6F476;
}
.guideblurb-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-secondary-dark;
  background-color: var(--theme-link-color);
}
.guideblurb-link:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.guideblurb-link:after {
  position: absolute;
  bottom: 16px;
  right: 0;
}
.guideblurb-meta {
  margin-bottom: 16px;
}
.guideblurb-content {
  position: relative;
  padding-bottom: 16px;
  height: 100%;
}
.guideblurb-eyebrow {
  margin: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  display: none;
}

.processStep {
  max-width: 944px;
}
.content-wrapper .processStep {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .processStep {
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 32px;
    grid-row-gap: 0px;
  }
}
.processStep-nameWrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #FA6538;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin: 0 auto 32px auto;
}
@media (min-width: 768px) {
  .processStep-nameWrapper {
    grid-area: 1/1/3/2;
    margin: 0;
    margin: initial;
  }
}
.processStep-name {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
  align-self: center;
  font-weight: bold;
}
.processStep-heading {
  grid-area: 1/2/2/3;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.processStep-description {
  grid-area: 2/2/3/3;
  max-width: 800px;
}
.processStep-editorial {
  font-family: "Figtree", serif;
  color: #000;
}
.processStep-editorial a {
  font-family: "Figtree", sans-serif;
}
.processStep-editorial a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-secondary-dark;
  background-color: var(--theme-link-color);
}
.processStep-editorial a:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
@container sidebar (max-width: 420px) {
  .processStep {
    display: block;
  }
  .processStep .processStep-nameWrapper {
    margin: 0 auto 32px auto;
  }
}

.linkCollection {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.linkCollection-listLink {
  text-decoration: none;
  color: $brand-secondary-dark;
  color: var(--theme-link-color);
}

.agreements {
  margin-bottom: 32px;
  gap: 64px 0;
}
.agreement {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.content-sidebar .agreement {
  height: auto;
}
.agreement-content {
  height: 100%;
  padding: 16px 32px;
  background-color: #F0F3F3;
  font-family: "Roboto Serif", serif;
  color: #000;
  border-left: 6px solid #ECA843;
  position: relative;
  /*
  background-image: url(../images/agreement-ico-light.svg);
  background-repeat: no-repeat;
  background-position: right $grid-gutter top $grid-gutter*2;
  background-size: 102px;


  @include breakpoint(md) {
      background-position: right $grid-gutter*3 center;
      background-size: 142px;
  }
  */
}
.agreement-content--alt {
  border-left: 6px solid #4CB8A4;
}
.agreement-heading {
  font-size: 2.4rem;
}
.agreement-link {
  color: #000;
}
.agreement-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-secondary-dark;
  background-color: var(--theme-link-color);
}
.agreement-link:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.agreement-link:after {
  position: absolute;
  right: 32px;
  bottom: 32px;
}
.agreement-link--gated:after {
  -webkit-mask: url(../images/padlock2.svg);
          mask: url(../images/padlock2.svg);
  width: 26px;
  height: 26px;
}
.agreement-periodHeading {
  margin-top: 48px;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 10.6666666667px;
}
.agreement-meta .agreement-periodHeading {
  margin-top: 0;
}
.agreement-dates {
  font-size: 1.4rem;
  margin-bottom: 0;
  font-family: "Roboto Flex", sans-serif;
  color: #000;
}
.agreement-notes {
  padding: 21.3333333333px 64px;
  margin: 16px 0;
  border: 1px solid #4CB8A4;
  font-size: 1.4rem;
  line-height: 1.2;
}
.agreement-meta .agreement-notes {
  margin-bottom: 32px;
}
.agreement-logHeading {
  font-size: 1.4rem;
  margin: 0 0 10.6666666667px 0;
  font-weight: normal;
  font-style: italic;
}
.agreement-logTitle {
  font-size: 1.4rem;
  margin: 0;
  display: inline;
}
.agreement-logTitle:after {
  content: " - ";
}
.agreement-logText {
  display: inline;
}
.agreement-logLink {
  color: #000;
  text-decoration: underline;
}

.editorials {
  margin-bottom: 32px;
  gap: 32px 0;
}
.pagetools {
  margin-bottom: 16px;
}
.pagetools-list {
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  gap: 0 24px;
}
.pagetools-listitem {
  display: inline;
}
.pagetools-tool {
  color: #C6F476;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 8px;
  line-height: 1.1;
}
.pagetools-tool-active img {
  filter: invert(74%) sepia(81%) saturate(2075%) hue-rotate(345deg) brightness(101%) contrast(94%);
}
.pagetools-tool[aria-expanded=true] {
  color: #FA6538;
  text-decoration: underline;
}
.pagetools-tool[aria-expanded=true] img {
  filter: invert(51%) sepia(4%) saturate(4116%) hue-rotate(121deg) brightness(94%) contrast(89%);
}
.pagetools-tool:hover {
  text-decoration: underline;
}

.notes {
  margin-bottom: 16px;
}
.notes-inner {
  width: 100%;
  max-width: 900px;
  position: relative;
}
.notes-textarea {
  width: 100%;
  max-width: none;
  max-width: initial;
  box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.25);
}
.notes-button {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
.notes-button[disabled] {
  transition: opacity 0.5s ease-in;
  cursor: auto;
  cursor: initial;
  opacity: 0.6;
}
.notes-close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.notes-action {
  text-align: right;
}
.notes-status {
  margin: 0 32px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.notes-status-hidden {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.todo {
  background-color: #F4F8F9;
  padding: 32px;
  position: relative;
}
.todo-preamble {
  font-size: 2rem;
  font-weight: 500;
}
.todo-item {
  position: relative;
  padding-left: 28px;
}
.todo-label {
  font-weight: 600;
}
.todo-checkbox {
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
}
.todo:after {
  content: url("../images/save-ico.svg");
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 32px;
  right: 32px;
}
.todo-loading:after {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

table:not([class]) {
  margin: 32px 0;
  border-color: #164D44;
}
table:not([class]) th, table:not([class]) td {
  padding: 8px;
}
table:not([class]) tbody th {
  text-align: left;
}
table:not([class]) .tdDark {
  background-color: #164D44;
  color: #FFFFFF;
}
table:not([class]) .tdLight {
  background-color: #C6F476;
  color: #164D44;
}

.memberinfo {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  gap: 0;
}
.memberinfo a[href]:not(.button--add):not(:where([href^="#"],
[href^="/"]:not([href^="//"]),
[href*="//ikem.se"],
[href*="//*.ikem.se"],
[href^="."])):after {
  content: url("../images/external-ico.svg");
  position: relative;
  left: 4px;
}
.memberinfo-section {
  gap: 32px 0;
}
.memberinfo-sectionHeading {
  margin-bottom: 0;
}
.memberinfo-sectionHeader {
  flex: 0 0 100%;
  max-width: 100%;
}
.memberinfo-sectionPreamble {
  width: 100%;
  padding: 32px;
  background-color: #F4F8F9;
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 1416px) {
  .memberinfo-sectionPreamble {
    padding-right: 700px;
  }
}
.memberinfo-sectionMeta {
  font-size: 1.6rem;
  font-family: "Figtree", serif;
}
.memberinfo-sectionMeta p {
  margin-bottom: 4px;
}
.memberinfo-row {
  flex: 1 0 100%;
  padding: 0 16px;
  gap: 32px 0;
}
.memberinfo-row:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d5e1e7;
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 1416px) {
  .memberinfo-row:before {
    display: none;
  }
}
.memberinfo-colFull {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1 1 100%;
}
.memberinfo-colHeading {
  margin-bottom: 8px;
}
.memberinfo-colData {
  margin-bottom: 0;
  line-height: 1.3;
}
.memberinfo-grouplistHeading {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 16px;
}
.memberinfo-list {
  padding-left: 32px;
  margin-top: 0;
}
.memberinfo-label {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.memberinfo-actionrow {
  border-top: solid 1px #d6d6d6;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.memberinfo-actionrow--noDivider {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.memberinfo-link {
  margin-bottom: 16px;
  display: inline-block;
  text-decoration: underline;
}
.memberinfo-memberslist {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.memberinfo-memberslistItem {
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.memberinfo-memberslistItem:nth-child(odd) {
  padding: 16px;
  background-color: #f4f8f9;
}
.memberinfo-deleteMember {
  background-image: url(../images/bin.svg);
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: 19.5px 18px;
  padding-left: 26px;
  text-decoration: underline;
  line-height: 1.5;
  color: #203038;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .memberinfo-deleteMember {
    margin-left: auto;
    flex: 0 1 auto;
  }
}

.memberdata {
  gap: 0;
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  /*    @include breakpoint(lg) {
      flex-wrap: nowrap;
  }*/
}
@media (min-width: 768px) {
  .memberdata {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .memberdata {
    flex: 0 0 85%;
  }
}
.memberdata-group {
  flex-wrap: wrap;
  flex-direction: row;
  width: 40%;
}
@media (min-width: 768px) {
  .memberdata-group {
    padding-right: 32px;
  }
}
.memberdata-group:last-child {
  width: 15%;
}
.memberdata-title {
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 6px;
}
.memberdata-highlight {
  font-weight: 500;
}
.memberdata-description {
  font-size: 1rem;
  line-height: 1.1;
  margin-left: 0;
}
.memberdata-link {
  flex: 1 1 100%;
  color: #6D7277;
  /*@include arrowIcon($brand-secondary);*/
  position: relative;
  text-decoration: underline;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .memberdata-link {
    margin-top: 0;
    flex: auto;
    text-align: center;
  }
}
.memberdata-tag {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  display: block;
  margin-top: 12px;
  padding: 5px 12px 4px;
  border-radius: 22px;
  display: inline-block;
  background-color: #F4F2F0;
  color: #6D7277;
}
@media (min-width: 768px) {
  .memberdata-tag {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
  }
}

.campaignWrapper {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  margin-top: 32px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .campaignWrapper {
    gap: 64px 0;
    margin-top: 64px;
  }
}
.campaignHeader {
  font-family: "Figtree", serif;
  position: relative;
}
.campaignHeader-inner {
  background-image: url("data:image/svg+xml,%3Csvg width='2272' height='801' viewBox='0 0 2272 801' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2271.65 800.681C1866.99 350.014 1070.15 -700.694 0.0562437 712.181C316.223 469.014 1484.65 222.181 2271.65 800.681Z' fill='%23FA6538' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
  background-size: 2000px;
  background-position: center bottom -210px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.theme--1 .campaignHeader-inner {
  background-image: url("data:image/svg+xml,%3Csvg width='2272' height='801' viewBox='0 0 2272 801' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2271.65 800.681C1866.99 350.014 1070.15 -700.694 0.0562437 712.181C316.223 469.014 1484.65 222.181 2271.65 800.681Z' fill='%23C6F476' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}
.campaignHeader-inner--noBanana {
  background-image: none;
}
.campaignHeader--video .campaignHeader-inner {
  background-position: center bottom -999999rem;
}
@media (min-width: 768px) {
  .campaignHeader--video .campaignHeader-inner {
    position: absolute;
    top: 0;
    background-position: center bottom -310px;
  }
}
@media (min-width: 992px) {
  .campaignHeader--video .campaignHeader-inner {
    background-position: center bottom -210px;
  }
}
.campaignHeader-content {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 860px;
}
.campaignHeader--video .campaignHeader-content {
  /*
  position: initial;
  transform: initial;
  padding-top: $grid-gutter;

  @include breakpoint(sm) {
      padding-top: 0;
      position: absolute;
      top: auto;
      bottom: -42px;
      transform: translate(-50%, -50%);
      bottom: 0;
  }

  @include breakpoint(md) {
      bottom: 60px;
  }
      */
  /*
  padding-top: $grid-gutter * 2;
  position: relative;
  top: initial;
  left: initial;
  transform: initial;
  color: #000;
  */
}
.campaignHeader--image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  min-height: 750px;
  box-shadow: 0px 0px 16px rgba(32, 48, 56, 0.1);
}
.campaignHeader--thin {
  height: 450px;
  min-height: 450px;
}
@media (min-width: 768px) {
  .campaignHeader--thin {
    min-height: 750px;
    height: auto;
  }
}
.campaignHeader--video {
  width: 100%;
  position: relative;
  padding: 0;
}
.campaignHeader--video.header--open {
  background-color: transparent;
  padding-bottom: 0;
}
.campaignHeader-navigation {
  background-color: rgba(32, 48, 56, 0.8);
  box-shadow: 0px 0px 16px rgb(32, 48, 56);
  z-index: 1;
  position: relative;
}
.campaignHeader--video .campaignHeader-navigation {
  position: absolute;
  width: 100%;
}
.campaignHeader--colored .campaignHeader-navigation {
  background-color: $brand-primary1;
  background-color: var(--theme-color-light);
}
@media (min-width: 992px) {
  .campaignHeader-navigation {
    background: none;
    height: auto;
    height: initial;
    box-shadow: none;
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .campaignHeader--colored .campaignHeader-navigation {
    background-color: $brand-primary1;
    background-color: var(--theme-color-light);
    position: static;
    position: initial;
  }
}
.campaignHeader-navList {
  font-family: "Figtree", sans-serif;
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 32px;
  color: #fff;
  font-weight: bold;
  justify-content: center;
}
@media (min-width: 992px) {
  .campaignHeader-navList {
    flex-direction: row;
    padding: 32px;
    gap: 32px;
    color: #fff;
    font-weight: bold;
    justify-content: center;
  }
}
.campaignHeader--video .campaignHeader-navList {
  /*
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  */
}
.campaignHeader-navLink {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
}

.campaignPreHeading {
  font-family: "Figtree", serif;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .campaignPreHeading {
    margin-bottom: 16px;
  }
}
.campaignHeader-content .campaignPreHeading {
  text-align: center;
  color: #fff;
}
.campaignHeader--video .campaignPreHeading {
  color: #000;
}
@media (min-width: 768px) {
  .campaignHeader--video .campaignPreHeading {
    color: #fff;
  }
}

.campaignHeading {
  font-family: "Figtree", serif;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 500;
}
.campaignHeader-content .campaignHeading {
  text-align: center;
  color: #fff;
}
.campaignHeader--video .campaignHeading {
  color: #000;
  /*
  font-size: 3.2rem;
  font-family: $base-font-family;
  @include breakpoint(sm) {
      font-size: 4rem;
  }
  */
}
@media (min-width: 768px) {
  .campaignHeader--video .campaignHeading {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .campaignHeading {
    font-size: 5.6rem;
  }
}

.campaignEditorial {
  font-family: "Figtree", sans-serif;
  font-size: 1.8rem;
}
.campaignEditorial--start {
  text-align: center;
}
.campaignEditorial h2,
.campaignEditorial h3,
.campaignEditorial h4 {
  font-family: "Figtree", sans-serif;
}
.campaignEditorial-inner {
  font-family: "Figtree", sans-serif;
}
@media (min-width: 768px) {
  .campaignEditorial--start .campaignEditorial-inner {
    font-size: 2.8rem;
    line-height: 1.375;
  }
}

.campaignCTA {
  background-color: $brand-primary;
  background-color: var(--theme-accent-color);
  border-radius: 4px;
  padding: 32px 64px;
  font-family: "Figtree", sans-serif;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.campaignSplit {
  font-family: "Figtree", serif;
  background-image: url("data:image/svg+xml,%3Csvg width='3601' height='945' viewBox='0 0 3601 945' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3600.01 146.5L0.00976562 0V519.318L3600.01 634V146.5Z' fill='%23FFE1D6 '/%3E%3Cpath d='M0.00195312 483.5L3600.01 362L3600.01 702L0.00195312 944.5V483.5Z' fill='%23FA6538 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  height: 880px;
  max-width: 1200px;
}
.theme--1 .campaignSplit {
  background-image: url("data:image/svg+xml,%3Csvg width='3601' height='945' viewBox='0 0 3601 945' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3600.01 146.5L0.00976562 0V519.318L3600.01 634V146.5Z' fill='%23DBF1ED '/%3E%3Cpath d='M0.00195312 483.5L3600.01 362L3600.01 702L0.00195312 944.5V483.5Z' fill='%23C6F476'/%3E%3C/svg%3E%0A");
}
@media (min-width: 1416px) {
  .campaignSplit {
    height: 940px;
  }
}
.campaignSplit-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .campaignSplit-inner {
    padding: 0 64px;
  }
}
@media (min-width: 1416px) {
  .campaignSplit-inner {
    padding: 0 236px;
  }
}
.campaignSplit-row {
  display: flex;
  align-items: center;
  flex: 1 1 50%;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
}
@media (min-width: 768px) {
  .campaignSplit-row {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .campaignSplit-row:nth-child(1) {
    flex: 0 1 45%;
  }
  .campaignSplit-row:nth-child(2) {
    flex: 0 1 45%;
  }
}
@media (min-width: 1416px) {
  .campaignSplit-row:nth-child(1) {
    flex: 0 1 50%;
  }
  .campaignSplit-row:nth-child(2) {
    flex: 0 1 50%;
  }
}
.campaignSplit-image {
  order: 2;
  flex: 0 1 60%;
}
@media (min-width: 768px) {
  .campaignSplit-image {
    display: flex;
    justify-content: center;
    flex: 1 1 50%;
  }
}
@media (min-width: 1416px) {
  .campaignSplit-image {
    justify-content: flex-start;
    padding: 0 32px;
    align-self: center;
  }
  .campaignSplit-row:nth-child(2) .campaignSplit-image {
    justify-content: flex-end;
    align-self: flex-start;
  }
}
.campaignSplit-image img {
  border-radius: 50%;
  border-radius: 50%;
  width: 184px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .campaignSplit-image img {
    width: 312px;
  }
}
.campaignSplit-text {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
  flex: 1 0 40%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .campaignSplit-text {
    display: flex;
    justify-content: center;
    flex: 1 1 50%;
  }
  .campaignSplit-row:nth-child(1) .campaignSplit-text {
    order: 2;
  }
}
@media (min-width: 1416px) {
  .campaignSplit-text {
    padding: 0 32px;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.25;
    justify-content: right;
    text-align: right;
  }
  .campaignSplit-row:nth-child(2) .campaignSplit-text {
    justify-content: left;
    text-align: left;
  }
}

.campaignTextblock {
  font-family: "Figtree", serif;
  display: flex;
  gap: 32px;
}
@media (min-width: 768px) {
  .campaignTextblock {
    gap: 64px;
  }
}
.campaignTextblockList .campaignTextblock {
  gap: 32px;
}
@media (min-width: 992px) {
  .campaignTextblockList .campaignTextblock {
    gap: 0;
  }
}
.campaignTextblockList .campaignTextblock-image {
  margin-left: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .campaignTextblockList-item:nth-child(even) .campaignTextblock-image {
    order: 2;
  }
}
.campaignTextblock-image figure {
  margin-bottom: 0;
}
.campaignTextblock-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .campaignTextblockList-item:nth-child(odd) .campaignTextblock-content {
    padding-left: 32px;
  }
}
.campaignTextblockList .campaignTextblock-content {
  margin-left: 0;
}
.campaignTextblock-header {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 500;
}

.campaignTextblockList {
  display: flex;
  gap: 64px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .campaignTextblockList {
    gap: 0;
  }
}

.campaignBow {
  background-image: url(../images/bow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120%;
}
@media (min-width: 992px) {
  .campaignBow {
    background-size: auto;
  }
}
.campaignBow-inner {
  display: flex;
  flex-direction: column;
  gap: 192px;
}
@media (max-width: 420px) {
  .campaignBow-inner {
    gap: 128px;
  }
}
@media (min-width: 768px) {
  .campaignBow-inner {
    gap: 256px;
  }
}
@media (min-width: 992px) {
  .campaignBow-inner {
    gap: 64px;
  }
}
@media (min-width: 1416px) {
  .campaignBow-inner {
    gap: 0;
  }
}
.campaignBow-row {
  gap: 32px;
}
@media (min-width: 992px) {
  .campaignBow-row {
    gap: 0;
  }
}
.campaignBow-row:nth-child(even) {
  justify-content: flex-end;
}
.campaignBow-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.campaignBow-image {
  display: flex;
  justify-content: center;
}
.campaignBow-image img {
  border-radius: 50%;
  width: 300px;
  max-width: 100%;
  align-self: center;
}
@media (min-width: 768px) {
  .campaignBow-image img {
    width: 400px;
  }
}

.campaignVideo {
  position: relative;
  height: 750px;
  z-index: -1;
}
.campaignVideo-player {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.campaignVideo-button {
  position: absolute;
  bottom: 16px;
  right: 8px;
  border: 0;
  background-color: transparent;
  font-size: 2rem;
  padding: 0;
  filter: grayscale(100%);
  cursor: pointer;
  opacity: 0.6;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  .campaignVideo-button {
    font-size: 4rem;
    bottom: 32px;
    right: 32px;
  }
}
.campaignVideo-button:hover {
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

.campaignHeader .header-toggleMenu {
  position: absolute;
  top: 32px;
  right: 32px;
}

.campaignLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 100px;
  max-height: 400px;
}
@media (min-width: 768px) {
  .campaignLogo {
    padding-top: 300px;
    padding-bottom: 200px;
    max-height: 500px;
  }
}
.campaignLogo-img {
  max-height: 300px;
}
@media (min-width: 768px) {
  .campaignLogo-img {
    max-height: 400px;
  }
}

.c-kpidata-section {
  max-width: 974px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 32px;
  background-color: #fff;
}
.c-kpidata-section h2,
.c-kpidata-section h3,
.c-kpidata-section p {
  width: 100%;
}
.c-kpidata-section input[type=text],
.c-kpidata-section textarea,
.c-kpidata-section select,
.c-kpidata-section label {
  max-width: 100%;
}
.c-kpidata-section input[type=text]:-moz-read-only, .c-kpidata-section textarea:-moz-read-only {
  background-color: #F4F8F9;
  opacity: 0.6;
}
.c-kpidata-section input[type=text]:read-only,
.c-kpidata-section textarea:read-only,
.c-kpidata-section select:disabled {
  background-color: #F4F8F9;
  opacity: 0.6;
}
.c-kpidata-section__edit {
  width: 100%;
  position: static;
  display: flex;
  gap: 4px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .c-kpidata-section__edit {
    position: absolute;
    top: 40px;
    right: 30px;
    width: auto;
  }
}
.c-kpidata-section__save {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-right: 0;
}
.c-kpidata-section__done {
  width: 100%;
  -moz-columns: 1;
       columns: 1;
  gap: 32px;
}
@media (min-width: 768px) {
  .c-kpidata-section__done {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 992px) {
  .c-kpidata-section__done {
    -moz-columns: 2;
         columns: 2;
    gap: 100px;
  }
}
.c-kpidata-section__done label {
  margin-top: 0;
  cursor: pointer;
  color: #FA6538;
}
.c-kpidata-section__done label:hover {
  text-decoration: underline;
}
.c-kpidata-section__done input[type=submit] {
  max-width: 100%;
}
.c-kpidata-section__submit {
  max-width: 100%;
  width: 100%;
}
.c-kpidata-section__submit:disabled {
  max-width: 100%;
  width: 100%;
  color: #858585;
  background-color: #F4F8F9;
}

.c-kpidata-section-label--required:after {
  content: "*";
  font-size: 0.89em;
  padding-left: 2px;
  color: #FF5B5B;
}

.c-kpidata-section-group {
  flex: 100%;
}
@media (min-width: 768px) {
  .c-kpidata-section-group--half {
    flex: calc(50% - 10px);
  }
}
.c-kpidata-section-group__info {
  margin: 4px 0;
  display: flex;
  gap: 4px;
}
.c-kpidata-section-group__info svg {
  align-self: flex-start;
  flex: 0 0 16px;
  top: 4px;
  position: relative;
}
.c-kpidata-section-group__placeholder {
  font-style: italic;
  font-size: 0.89em;
}

.c-kpidata-section-input-error {
  color: #FF5B5B;
}

.c-kpilist {
  padding-bottom: 32px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .c-kpilist {
    padding-top: 0;
  }
}
.c-kpilist__formElements {
  display: block;
  margin: 4px 0;
}
.c-kpilist__content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  gap: 4px;
  max-width: 546px;
  border-bottom: 1px solid #d5e1e7;
  padding: 10px 0;
}
.c-kpilist__content a {
  flex: 0 1 20px;
}
.c-kpilist__content a[data-kpi-done] {
  position: relative;
  top: 1px;
}
.c-kpilist__content svg {
  pointer-events: none;
}
.c-kpilist__content a.c-kpilist__content__link {
  flex: 1 1 auto;
}
.c-kpilist__content form {
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.rek-prediction__list {
  list-style: none;
}
.rek-prediction__list .rekai-pill {
  border: 1px solid #164D44;
}

.rek-prediction {
  margin-bottom: 32px;
}

.rekai-pills {
  gap: 0.5rem 0;
}

.rek-prediction__item.rekai-pill a {
  color: #164D44;
  text-decoration: none;
}

.rek-prediction__item.rekai-pill {
  color: #164D44;
  border-radius: 200px;
}

.subpagehero .rek-prediction__list .rekai-pill {
  border: 1px solid #FFFFFF;
}
.subpagehero .rek-prediction__item.rekai-pill a {
  color: #FFFFFF;
}
.subpagehero .rek-prediction__item.rekai-pill {
  color: #FFFFFF;
}

.rekai-news-header-wrapper h2.section-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
}
@media (min-width: 992px) {
  .rekai-news-header-wrapper h2.section-heading {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}

.rekai-newsarticle-article .underrubrik {
  margin: 1rem 0 0.5rem;
}
.rekai-newsarticle-article .underrubrik a {
  color: #1A3326;
}

.selectCompany {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 48px 32px 32px;
  background-color: #fff;
  box-shadow: 6px 8px 19px rgba(0, 0, 0, 0.15);
  width: 380px;
  max-width: 100vw;
  z-index: 1;
}
@media (min-width: 992px) {
  .selectCompany {
    left: auto;
    right: 0;
  }
}
.selectCompany-heading {
  font-size: 2.4rem;
  font-weight: normal;
  font-weight: 400;
  margin-bottom: 0;
}
.selectCompany-orgno {
  font-size: 1.6rem;
  padding-top: 6px;
  font-weight: 700;
  margin-bottom: 32px;
  margin-bottom: 0;
}
.selectCompany-close {
  position: absolute;
  top: 32px;
  right: 32px;
}
.selectCompany-change {
  font-size: 1.2rem;
  font-weight: 500;
  color: #138571;
}
.selectCompany-navigationList {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-top: 16px;
}
.selectCompany-navigationTools {
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-top: 16px;
}
.selectCompany-navigationItem {
  line-height: 1;
}
.selectCompany-navigationLink {
  font-size: 2rem;
  color: #333333;
}
.selectCompany-navigationLink--active {
  font-weight: 700;
}
.selectCompany-navigationLink--contact {
  font-size: 1.4rem;
}
.selectCompany-navigationLink--logout {
  font-size: 1.4rem;
}
.selectCompany-select {
  background-color: #FFFFFF;
  border: 0;
  color: #203038;
  max-width: none;
  flex: 1;
  width: auto;
  padding-left: 0.5rem;
  margin-right: 1rem;
}

.subscriptions {
  background-color: #F4F8F9;
  background-image: url(../images/Molekyl.svg);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 300px;
  padding: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.subscriptions-text {
  width: 660px;
  max-width: 100%;
}
.subscriptions-heading {
  line-height: 1.25;
}
.subscriptions-list {
  display: table;
  width: 660px;
  max-width: 100%;
}
.subscriptions-listitem {
  display: table-row;
  position: relative;
}
.subscriptions-toggleSwitch {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 24px;
  background: #afbcc2;
  border-radius: 24px;
  position: relative;
  margin-right: 6px;
}
.subscriptions-toggleSwitch:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  transition: 0.3s;
}
.subscriptions-toggleSwitch:after + label {
  background-color: #afbcc2;
}
.subscriptions-textLabel {
  padding-right: 32px;
  display: table-cell;
  width: 90%;
  font-weight: 500;
}
.subscriptions-textLabel:after {
  content: "✔";
  color: green;
  opacity: 0;
  transition: all 0.4s ease-in;
  position: absolute;
  right: -24px;
  top: 14px;
}
.subscriptions-textLabel-updated:after {
  opacity: 1;
  transition: all 0.4s ease-in;
}
.subscriptions-toggle {
  height: 0;
  width: 0;
  position: absolute;
  left: -9999rem;
}
.subscriptions-toggle:checked + label {
  background-color: #138571;
}
.subscriptions-toggle:disabled + label {
  opacity: 0.4;
  cursor: wait;
}
.subscriptions-toggle:focus + label {
  background-color: #6c8a85;
  box-shadow: 0px 0px 1px 1px #6c8a85;
}
.subscriptions-toggle:focus:checked + label {
  background-color: #FA6538;
}
.subscriptions-toggle:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}
.subscriptions-toggle:active:after {
  width: 130px;
}

.ko {
  display: table-cell;
}

.dialog-modal {
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border: 0;
  width: 660px;
  max-width: 90vw;
  box-shadow: 2px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
.dialog-modal[open] {
  display: inline-flex;
}
.dialog-heading {
  text-align: center;
}
.dialog-button {
  align-self: flex-end;
  position: sticky;
  top: 0;
}
.dialog-tools {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 8px 0 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .dialog-tools {
    flex-direction: row;
  }
}
.dialog-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 2rem;
  align-items: center;
  width: 100%;
}
.business-list {
  gap: 16px 0;
}
.business-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0 16px;
}
.business-item a {
  color: #FFF;
}
.business-link {
  height: 100%;
  text-decoration: none;
}
.business-card {
  background-color: #707373;
  border-radius: 8px;
  padding: 32px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.business-card--active {
  background-color: #273e47;
}
.business-card:hover .business-cardHeading {
  text-decoration: none;
}
.business-cardHeading {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0;
  text-decoration: underline;
}
.business-cardData {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.business .business-selector {
  position: relative;
  width: 100%;
}
.business .business-selector ul {
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0;
}
.business .business-selector--item {
  background-color: #fff;
  padding: 6px 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.business .business-selector--item a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  opacity: 0.8;
}
.business .business-selector--item--active {
  background-color: #C6F476;
  display: block;
  border-bottom: none;
}
.business .business-selector--item--active a {
  float: right;
  display: inline-block;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.selectedBusiness {
  margin-top: 32px;
  margin-bottom: 32px;
}
.selectedBusiness-heading {
  font-size: 3.6rem;
  margin-bottom: 4px;
}
.selectedBusiness-orgNo {
  margin-bottom: 0;
}
.selectedBusiness-CEO {
  margin-bottom: 0;
}

.collectiveagreements {
  gap: 32px 0;
  margin-bottom: 32px;
  display: flex;
  align-items: stretch;
}
.content-wrapper .collectiveagreements {
  gap: 0;
}
.collectiveagreement {
  padding: 16px 32px 32px 40px;
  background-color: #fff;
  height: 100%;
  background-color: #f4f8f9;
  border-radius: 0 8px 8px 0;
}
.collectiveagreement:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 8px;
  display: block;
  left: 0;
  top: 0;
  background-image: var(--theme-bg-img);
  background-position: 55% 9%;
}
li:nth-child(6n+1) .collectiveagreement:before {
  background-position: 59% 3%;
}
li:nth-child(6n+2) .collectiveagreement:before {
  background-position: 14% 95%;
}
li:nth-child(6n+3) .collectiveagreement:before {
  background-position: 46% 4%;
}
li:nth-child(6n+4) .collectiveagreement:before {
  background-position: 67% 61%;
}
li:nth-child(6n+5) .collectiveagreement:before {
  background-position: 80% 78%;
}
li:nth-child(6n+6) .collectiveagreement:before {
  background-position: 48% 45%;
}
.collectiveagreement:before {
  border-radius: 8px 0 0 8px;
}
@media (min-width: 768px) {
  .collectiveagreement {
    padding: 32px 32px 32px 40px;
  }
}
.content-wrapper .collectiveagreement {
  margin-bottom: 1rem;
  gap: 0;
  height: auto;
}
.content-sidebar .collectiveagreement {
  height: auto;
  padding: 16px 32px 32px 40px;
}
.courses-listitem .collectiveagreement {
  height: 100%;
}
.breakout--dark .collectiveagreement {
  background-color: #FFFFFF;
}
.collectiveagreement-heading {
  font-weight: 700;
  margin: 4px 0 6px;
}
.collectiveagreement-eyebrow {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #C6F476;
  padding: 5px 12px 4px;
  border-radius: 22px;
  margin-bottom: 4px;
  display: inline-block;
}
.collectiveagreement-eyebrow--Kurs {
  background-color: #FA6538;
}
.collectiveagreement-eyebrow--Mässa {
  background-color: #FA6538;
}
.collectiveagreement-eyebrow--Livesändning {
  background-color: #FFE1D6;
}
.collectiveagreement-eyebrow--Konferens\/Seminarie {
  background-color: #1A3326;
}
.collectiveagreement-eyebrow--Webbinarie {
  background-color: #C6F476;
}
.collectiveagreement-meta {
  margin-bottom: 16px;
}
.collectiveagreement-action {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.collectiveagreement-actionlink:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-secondary-dark;
  background-color: var(--theme-link-color);
}
.collectiveagreement-actionlink:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.collectiveagreement-link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  margin-left: 12px;
  margin-right: 0px;
  transition: margin ease-in 0.2s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
          mask: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8.32056H16.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.5 15.3206L16.5 8.32056L9.5 1.32056' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-repeat: no-repeat;
  background-color: $brand-secondary-dark;
  background-color: var(--theme-link-color);
}
.collectiveagreement-link:hover:after {
  margin-right: -4px;
  margin-left: 16px;
  transition: margin ease-in 0.2s;
}
.collectiveagreement-link--gated:after {
  -webkit-mask: url(../images/padlock.svg);
          mask: url(../images/padlock.svg);
  width: 24px;
  height: 25px;
  margin-bottom: -10px;
  transition: none;
  margin-right: 0;
  margin-left: 12px;
}
.collectiveagreement-link--gated:hover:after {
  margin-right: 0;
  margin-left: 12px;
}
.collectiveagreement-link:after {
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.courseinfo {
  margin-bottom: 24px;
  padding: 16px 32px 32px;
  background-color: #164D44;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .courseinfo {
    display: none;
  }
}
.content-sidebar .courseinfo {
  display: none;
}
@media (min-width: 992px) {
  .content-sidebar .courseinfo {
    display: block;
  }
}
.courseinfo-list {
  margin: 0 0 16px 0;
}
.courseinfo-list > dd {
  border-bottom: 1px solid #C8CBC0;
}
.courseinfo-dateDescription {
  margin: 0;
  padding: 4px 0;
}
.courseinfo-dateDescription:before {
  content: url(../images/calendar-ico.svg);
  position: relative;
  bottom: 2px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.courseinfo-timeDescription {
  margin: 0;
  padding: 6px 0;
}
.courseinfo-timeDescription:before {
  content: url(../images/clock-ico.svg);
  position: relative;
  bottom: 0;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.courseinfo-addressDescription {
  margin: 0;
  padding: 6px 0;
  text-indent: 30px;
}
.courseinfo-addressDescription:before {
  content: url(../images/mappin-ico.svg);
  position: relative;
  bottom: -2px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
  margin-left: -30px;
}
.courseinfo-mapDescription {
  margin: 0;
  padding: 6px 0;
}
.courseinfo-priceTitle:after {
  content: ": ";
}
.courseinfo-priceDescription {
  margin: 0;
  padding: 6px 0;
}
.courseinfo-otherDescription {
  margin: 0;
  padding: 12px 0;
  border: none;
}
.courseinfo-price {
  line-height: 1;
}
.courseinfo-register {
  background-color: #FA6538;
}
.courseinfo-applyByTitle, .courseinfo-applyByeDescription {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border-bottom: 0 !important;
  margin: 0;
}
.courseinfo-applyByTitle {
  font-weight: 600;
  padding-top: 12px;
}

.position {
  background-color: #F4F8F9;
  padding: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .position {
    padding: 32px;
  }
}
.position-heading {
  margin-bottom: 4px;
}
.position-preamble {
  font-weight: 700;
  line-height: 1.37;
  max-width: 800px;
  margin-bottom: 32px;
}
.position-section {
  gap: 32px 0;
  margin-bottom: 32px;
}
.position-sectionHeading {
  margin-bottom: 0;
}
.position-textLabel {
  font-weight: bold;
  margin-bottom: 4px;
  margin: 0;
}
@media (min-width: 768px) {
  .position-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.position-item {
  position: relative;
  padding: 0 16px 16px 28px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.position-label {
  font-weight: bold;
  margin-top: 0;
}
.position-checkbox {
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
}
.position:after {
  content: url("../images/save-ico.svg");
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 32px;
  right: 32px;
}
.position-loading:after {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.position-actionrow {
  border-top: solid 1px #d6d6d6;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.position-actionrow--noDivider {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.position-deleteMember {
  background-image: url(../images/bin.svg);
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: 19.5px 18px;
  padding-left: 26px;
  text-decoration: underline;
  line-height: 1.5;
  color: #203038;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .position-deleteMember {
    margin-left: auto;
    flex: 0 1 auto;
  }
}

.siteMessage {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #F4F2F0;
}
.siteMessage-alert {
  background: #FA6538;
  color: #FFFFFF;
}
.siteMessage p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  margin: 0;
}
.siteMessage p a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #1A3326;
}

.btn {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 12px 24px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  cursor: pointer;
}
.btn a {
  text-decoration: none;
  color: inherit;
}
.btn--sm {
  padding: 8px 20px 10px;
}
.btn--lg {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.btn--block {
  display: block;
  width: 100%;
  text-align: center;
}
.btn--primary {
  background: #C6F476;
  color: #1A3326;
  border: none;
}
.btn--primary:hover {
  background: rgba(198, 244, 118, 0.7);
}
.btn--secondary {
  background: #FFFFFF;
  color: #1A3326;
  border: 1px solid #1A3326;
}
.btn--secondary:hover {
  border-color: rgba(26, 51, 38, 0.7);
  color: rgba(26, 51, 38, 0.7);
}
.btn--secondaryplain {
  color: #1A3326;
  border: 1px solid #1A3326;
}
.btn--secondaryplain:hover {
  border-color: rgba(26, 51, 38, 0.7);
  color: rgba(26, 51, 38, 0.7);
}
.btn--alert {
  background: #FA6538;
  color: #FFFFFF;
  border: none;
}
.btn--alert:hover {
  background: rgba(250, 101, 56, 0.7);
}
.btn--ghost {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn--ghost:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn--disabled {
  background: #C8CBC0;
  color: #6D7277;
  border: none;
  cursor: not-allowed;
  pointer-events: none;
}
.btn--disabled:hover {
  background: #C8CBC0;
  color: #6D7277;
}
.btn--text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  display: flex;
  color: #1A3326;
  border: none;
  background-color: transparent;
  padding: 0;
}

a.btn {
  text-decoration: none;
}
a.btn:hover {
  text-decoration: none;
}

.btn--clean {
  border: none;
  background: transparent;
}

.inputContainer {
  position: relative;
}

.inputContainer input {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease;
}

.inputContainer label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  padding: 0 5px;
  color: #666;
  font-size: 16px;
  pointer-events: none;
  transition: all 0.2s ease;
}

/* When input is focused or has content */
.inputContainer input:not(:-moz-placeholder) {
  border-color: #2196F3;
}
.inputContainer input:focus,
.inputContainer input:not(:placeholder-shown) {
  border-color: #2196F3;
}

.inputContainer input:not(:-moz-placeholder) + label {
  top: 0;
  font-size: 12px;
  color: #2196F3;
  transform: translateY(-50%);
}

.inputContainer input:focus + label,
.inputContainer input:not(:placeholder-shown) + label {
  top: 0;
  font-size: 12px;
  color: #2196F3;
  transform: translateY(-50%);
}

/* Add a placeholder to help with the animation */
.inputContainer input::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.inputContainer input::placeholder {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.inputContainer input:focus::-moz-placeholder {
  opacity: 1;
}

.inputContainer input:focus::placeholder {
  opacity: 1;
}

.suggestions-group-wrapper {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
@media (min-width: 992px) {
  .suggestions-group-wrapper {
    flex-direction: row;
  }
}

.group-pages, .group-faq {
  flex: 1;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .group-pages, .group-faq {
    padding: 2rem 0 0 0;
  }
}

@media (max-width: 992px) {
  .group-faq {
    border-left: none;
    padding-top: 0;
  }
}
.group-faq__headline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.rekai-autocomplete {
  position: static !important;
  position: initial !important;
}

.rekai-dropdown-menu {
  top: 85px !important;
  bottom: 0;
  background-color: #FFFFFF;
  overflow: auto;
  border: 0 !important;
  border-top: 1px solid #C8CBC0 !important;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .rekai-dropdown-menu {
    bottom: auto;
    top: 78px !important;
  }
}

.header--site-message .rekai-dropdown-menu {
  top: 117px !important;
}
@media (min-width: 992px) {
  .header--site-message .rekai-dropdown-menu {
    bottom: auto;
    top: 110px !important;
  }
}

.content-sidebar__actions .rekai-dropdown-menu {
  top: 100% !important;
}

.rekai-dataset-1, .rekai-dataset-3 {
  background: #FFFFFF;
}

.rekai-suggestion {
  padding: 0 !important;
  margin-bottom: 0.75rem;
}

.rekai-suggestion-empty {
  margin: 2rem 0 0.75rem 0;
}

.rekai-suggestion-item {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.rekai-accordion__button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1rem !important;
  padding: 0.75rem 0 !important;
}

.rekai-suggestion-footer {
  border-right: none;
  margin-left: 0;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .rekai-suggestion-footer {
    width: 50%;
    margin-left: 1px;
    padding: 0.5rem 0 1.5rem;
  }
}

.suggestions-close-btn {
  margin-left: 16px;
}

.text-image-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .text-image-block {
    flex-direction: row;
  }
}
.text-image-block .text-image-block--image {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
@media (min-width: 768px) {
  .text-image-block .text-image-block--image {
    width: calc(50% - 5px);
  }
}
@media (min-width: 768px) {
  .text-image-block .text-image-block--image--centered {
    display: none;
  }
}
.text-image-block .text-image-block--image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
}
.text-image-block .text-image-block--heading {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .text-image-block .text-image-block--heading {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
  }
}
.text-image-block .text-image-block--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0px;
}
.text-image-block .text-image-block--text--label {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .text-image-block .text-image-block--text {
    width: calc(50% - 5px);
    margin-bottom: 0px;
    padding-left: 80px;
  }
  .text-image-block .text-image-block--text--label {
    margin-top: 0;
  }
}
.text-image-block .text-image-block--text .accordion {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .text-image-block--center {
    aspect-ratio: 21/9;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .text-image-block--center .text-image-block--text {
    margin-left: 50%;
  }
  .text-image-block--center .text-image-block--text .text-image-block--text--items {
    background-color: #fff;
    padding: 48px;
    margin: 50px 50px 50px 0;
  }
}
@media (max-width: 768px) {
  .text-image-block--center {
    background-image: none !important;
  }
}

@media (min-width: 768px) {
  .text-image-block--right .text-image-block--image {
    order: 2;
  }
}
.text-image-block--right .text-image-block--text {
  order: 1;
  padding-left: 0;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .text-image-block--right .text-image-block--text {
    width: calc(50% - 5px);
    padding-right: 80px;
  }
}

.button-container a {
  display: inline-block;
  border: 1px solid black;
  padding: 5px;
  text-decoration: none;
}

.fastLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 992px) {
  .fastLinks {
    gap: 32px;
  }
}
.fastLinks--item {
  background-color: #F4F2F0;
  color: #1A3326;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  min-width: 100%;
}
@media (min-width: 992px) {
  .fastLinks--item {
    flex: 1;
    min-width: calc(50% - 16px);
  }
}
@media (min-width: 1416px) {
  .fastLinks--item {
    min-width: auto;
  }
}
.fastLinks--item:hover {
  text-decoration: none;
}
.fastLinks--item:hover .fastLinks--headline {
  text-decoration: underline;
}
.fastLinks--item:hover .fastLinks--icon {
  transform: translateX(6px);
}
.fastLinks--headline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.fastLinks--text p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #6D7277;
  margin-bottom: 0;
}
.fastLinks--icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #1A3326;
  background-image: url(../images/arrow-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  flex-shrink: 0;
  margin-left: 16px;
  transition: all 0.2s ease;
}
.fastLinks--sidebar {
  margin: 0;
  padding-left: 0;
  gap: 1rem;
  flex-direction: column;
}
.fastLinks--sidebar .fastLinks--item {
  background-color: #FFFFFF;
  flex: 1;
  width: 100%;
}

.content-sidebar.content-sidebar--darkLinks .fastLinks--sidebar .fastLinks--item {
  background-color: #138571;
}
.content-sidebar.content-sidebar--darkLinks .fastLinks--sidebar .fastLinks--item .fastLinks--headline {
  color: #FFFFFF;
}

.content-wrapper .fastLinks {
  margin: 0;
  padding-left: 0;
  gap: 1rem;
  flex-direction: column;
}
.content-wrapper .fastLinks .fastLinks--item {
  flex: 1;
  width: 100%;
}

.usplist-block {
  padding: 40px 24px;
  background-color: #164D44;
  color: #fff;
}
.usplist-block h2 {
  color: #FFFFFF;
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .usplist-block h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .usplist-block {
    padding: 80px 56px;
  }
}
.usplist-block--items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .usplist-block--items {
    flex-direction: row;
  }
}
.usplist-block--item {
  flex: 1;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .usplist-block--item {
    padding-bottom: 0;
    margin-right: 32px;
  }
  .usplist-block--item:last-child {
    margin-right: 0;
  }
}
.usplist-block--item:last-child {
  padding-bottom: 0;
}
.usplist-block--number {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #C6F476;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .usplist-block--number {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 700;
  }
}
.usplist-block--heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.usplist-block--content {
  color: #FFFFFF;
}
.usplist-block--content p:last-of-type {
  margin-bottom: 0;
}

.tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tags--item {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  padding: 5px 12px 4px;
  border-radius: 22px;
  display: inline-block;
  background-color: #F4F2F0;
  color: #6D7277;
}
@media (min-width: 768px) {
  .tags--item {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
  }
}
.tags--big-space {
  margin-bottom: 28px !important;
}
.tags--white {
  background-color: #FFFFFF;
}

.swiperControls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}
.swiperControls .swiper-pagination, .swiperControls .swiper-button-prev, .swiperControls .swiper-button-next {
  position: relative;
}
.swiperControls .swiper-pagination {
  width: auto !important;
}
@media (min-width: 992px) {
  .swiperControls {
    margin-top: 40px;
  }
}
.swiperControls--buttons {
  display: flex;
}
.swiperControls--buttons .swiper-button-next {
  margin-left: 12px;
}

.memberBlock--top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 1rem;
}
.memberBlock--top--tagline {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #1A3326;
  margin-bottom: 1rem;
}
.memberBlock--top--text {
  text-align: center;
  max-width: 676px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .memberBlock--top {
    padding: 4rem 0 2rem;
  }
}
.memberBlock--top h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .memberBlock--top h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
  }
}
.memberBlock--content {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .memberBlock--content {
    flex-direction: row;
    padding-top: 3.5rem;
  }
}
.memberBlock--imageContainer {
  width: 100%;
}
@media (min-width: 992px) {
  .memberBlock--imageContainer {
    width: 50%;
  }
}
.memberBlock--image {
  background: #F4F2F0;
  aspect-ratio: 1/1;
}
.memberBlock--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.memberBlock--list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .memberBlock--list {
    width: 50%;
    padding: 0 4rem;
  }
}
.memberBlock--item {
  padding: 1rem 0;
  border-bottom: 1px solid #C8CBC0;
}
@media (min-width: 992px) {
  .memberBlock--item {
    padding: 1.5rem 0;
    margin: 0 1.5rem;
  }
}
.memberBlock--item--header {
  display: flex;
  margin-bottom: 1rem;
}
.memberBlock--item--index {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: #138571;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}
@media (min-width: 992px) {
  .memberBlock--item--index {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-top: 0;
    width: 2rem;
    height: 2rem;
  }
}
.memberBlock--item--headline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #1A3326;
}
@media (min-width: 992px) {
  .memberBlock--item--headline {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
.memberBlock--item--text {
  color: #1A3326;
}

.numberlist-block--items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 992px) {
  .numberlist-block--items {
    flex-direction: row;
    justify-content: space-between;
  }
}
.numberlist-block--item {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .numberlist-block--item {
    max-width: 25%;
  }
}
@media (min-width: 1416px) {
  .numberlist-block--item {
    max-width: 30%;
  }
}
.numberlist-block--heading {
  color: #138571;
  font-size: 64px;
  text-align: center;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 1416px) {
  .numberlist-block--heading {
    font-size: 100px;
  }
}

.pagelist-block {
  background-color: #164D44;
  padding: 24px 16px;
  color: #fff;
}
@media (min-width: 768px) {
  .pagelist-block {
    padding: 32px 24px;
  }
}
@media (min-width: 992px) {
  .pagelist-block {
    padding: 56px 32px;
  }
}
@media (min-width: 1416px) {
  .pagelist-block {
    padding: 80px 56px;
  }
}
.pagelist-block__header {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .pagelist-block__header {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin-bottom: 32px;
  }
}
.pagelist-block__list {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 32px;
       column-gap: 32px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
@media (min-width: 992px) {
  .pagelist-block__list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1416px) {
  .pagelist-block__list {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.pagelist-block__list-item {
  position: relative;
  min-width: 0;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  border-bottom: 1px solid #C8CBC0;
}
.pagelist-block__list-item:after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #138571;
  background-image: url(../images/arrow-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  flex-shrink: 0;
  margin-left: 16px;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .pagelist-block__list-item:after {
    bottom: 12px;
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1416px) {
  .pagelist-block__list-item:after {
    bottom: 16px;
  }
}
.pagelist-block__list-item:hover:after {
  transform: translateX(8px);
}
.pagelist-block__list-item a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  padding: 1rem 2rem 1rem 0;
}
@media (min-width: 992px) {
  .pagelist-block__list-item a {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    padding: 1rem 2rem 1rem 0;
  }
}
@media (min-width: 1416px) {
  .pagelist-block__list-item a {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    padding: 1rem 2rem 1rem 0;
  }
}
.support-contact-block {
  display: flex;
  justify-content: space-between;
  background-color: #FFE1D6;
  padding: 1.5rem;
  position: relative;
}
.support-contact-block ul {
  padding-left: 0.5rem;
}
.support-contact-block li {
  list-style: none;
  background-image: url(../images/check-green.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1rem;
  padding-left: 1.5rem;
}
@media (min-width: 992px) {
  .support-contact-block {
    align-items: center;
  }
}
.support-contact-block__headline {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.support-contact-block__contactText {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #6D7277;
  font-weight: 400;
}
.support-contact-block__contactContainer {
  margin-top: 1rem;
}
.support-contact-block__phone {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.support-contact-block img {
  height: 80px;
  width: 80px;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .support-contact-block img {
    height: 110px;
    width: 110px;
    margin-right: 1rem;
  }
}

#guide-menu {
  margin: 0 10px;
}
#guide-menu .content-sidebar--navigation .sideMenu-heading {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #C8CBC0;
}
#guide-menu .mobile-header {
  color: green;
}
@media (min-width: 992px) {
  #guide-menu .mobile-header {
    display: none;
  }
}
#guide-menu .sideMenu-heading {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding: 0 1.5rem 1.5rem;
  background: #F4F2F0;
}
@media (min-width: 992px) {
  #guide-menu .sideMenu-heading {
    padding: 0 1.5rem 0.5rem 1.5rem;
  }
}
#guide-menu .sideMenu-list {
  display: none;
}
#guide-menu .sideMenu-list .sideMenu-list {
  display: block;
  border-left: 3px solid #138571;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  #guide-menu .sideMenu-list {
    display: block;
  }
}
#guide-menu .sideMenu-list--expanded {
  display: block;
}
#guide-menu .sideMenu-list--heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding: 0.8rem 1.5rem;
  border-bottom: 1px solid #C8CBC0;
}
#guide-menu .sideMenu-listitem.last .sideMenu-button {
  border-bottom: 0;
}
#guide-menu .sideMenu-listitem:last-child .sideMenu-button {
  border-bottom: 0;
}
#guide-menu .sideMenu-listitem .sideMenu-subLevel .sideMenu-subLevel {
  border: 0;
}
#guide-menu .sideMenu-button {
  background: #F4F2F0;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #C8CBC0;
  color: #1A3326;
  text-decoration: none;
}
#guide-menu .sideMenu-button:hover {
  text-decoration: underline;
}
#guide-menu .sideMenu-button--level-2 {
  width: 10% !important;
  padding: 0 !important;
  font-weight: 400 !important;
}
#guide-menu .sideMenu-button--action-none {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #1A3326;
  width: 100%;
  text-align: left;
  padding: 1rem 1.5rem;
}
#guide-menu .sideMenu-button--action {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #1A3326;
  width: 100%;
  text-align: left;
  padding: 1rem 2rem 1rem 1.5rem;
}
#guide-menu .sideMenu-button--action:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -8px;
  background-image: url(../images/chevron-down.svg);
  color: #164D44;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
#guide-menu .sideMenu-button.open.level-1 .sideMenu-button--action {
  color: #138571;
}
#guide-menu .sideMenu-button.open.level-1 .sideMenu-button--action:after {
  background-image: url(../images/chevron-down.svg) !important;
}
#guide-menu .sideMenu-button.open {
  border-bottom: 0;
}
#guide-menu .sideMenu-button.open .sideMenu-button--action:after {
  transform: rotate(180deg);
  background-image: url(../images/chevron-down.svg);
}
#guide-menu .sideMenu-button--current.level-2, #guide-menu .sideMenu-button--current.level-3, #guide-menu .sideMenu-button--current.level-4 {
  font-weight: 600 !important;
  width: calc(100% - 5px);
}
#guide-menu .sideMenu-button--search {
  padding-right: 0;
  color: #164D44;
}
#guide-menu .sideMenu-button--search:after {
  display: none;
}
#guide-menu .sideMenu-close {
  position: absolute;
  right: 48px;
  top: 16px;
  color: #C6F476;
  background-color: transparent;
  border: 0;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  z-index: 5;
  cursor: pointer;
  display: none;
}
#guide-menu .sideMenu-subLevel .sideMenu-button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 0.75rem 1.5rem;
  border-top: 0;
  border-bottom: 0;
  border-width: 0 1px;
}
#guide-menu .sideMenu-subLevel .sideMenu-button.level-3 {
  padding: 0.75rem 1.5rem 0.75rem 2.5rem;
}
#guide-menu .sideMenu-subLevel .sideMenu-button.level-4 {
  padding: 0.75rem 1.5rem 0.75rem 4rem;
}
#guide-menu .sideMenu .level-1 ~ .sideMenu-subLevel {
  border-right: 1px solid #C8CBC0;
  border-bottom: 1px solid #C8CBC0;
  border-left: 1px solid #C8CBC0;
}
#guide-menu .level-2.sideMenu-button--has-children:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -12px;
  background-image: url(../images/chevron-down.svg);
  color: #164D44;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

#pageTreeMenu .content-sidebar--navigation .sideMenu-heading {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #C8CBC0;
}
#pageTreeMenu .sideMenu-heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding: 1.5rem;
  background: #F4F2F0;
}
@media (min-width: 992px) {
  #pageTreeMenu .sideMenu-heading {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
}
#pageTreeMenu .sideMenu-listitem:last-child .sideMenu-button {
  border-bottom: 0;
}
#pageTreeMenu .sideMenu-listitem .sideMenu-subLevel {
  border: 1px solid #C8CBC0;
}
#pageTreeMenu .sideMenu-listitem .sideMenu-subLevel .sideMenu-subLevel {
  border: 0;
}
#pageTreeMenu .sideMenu-button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  background: #F4F2F0;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #C8CBC0;
  padding: 1rem 1.5rem;
  color: #1A3326;
  text-decoration: none;
}
#pageTreeMenu .sideMenu-button:hover {
  text-decoration: underline;
}
#pageTreeMenu .sideMenu-button--action {
  width: 64px;
}
#pageTreeMenu .sideMenu-button--action:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  background-image: url(../images/chevron-down.svg);
  color: #164D44;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
#pageTreeMenu .sideMenu-button.open {
  border-bottom: 0;
}
#pageTreeMenu .sideMenu-button.open .sideMenu-button--action:after {
  transform: rotate(180deg);
  background-image: url(../images/chevron-down.svg);
}
#pageTreeMenu .sideMenu-button--current {
  background-color: #138571;
  color: #FFFFFF;
}
#pageTreeMenu .sideMenu-button--current.level-2 {
  border-left: 5px solid #C6F476;
  color: #138571;
}
#pageTreeMenu .sideMenu-button.level-2 {
  border-left: 1px solid blue;
}
#pageTreeMenu .sideMenu-button--search {
  padding-right: 0;
  color: #164D44;
}
#pageTreeMenu .sideMenu-button--search:after {
  display: none;
}
#pageTreeMenu .sideMenu-close {
  position: absolute;
  right: 48px;
  top: 16px;
  color: #C6F476;
  background-color: transparent;
  border: 0;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  z-index: 5;
  cursor: pointer;
  display: none;
}
#pageTreeMenu .sideMenu-subLevel .sideMenu-button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 0.75rem 1.5rem;
  border-top: 0;
  border-bottom: 0;
  background: #FFFFFF;
}
#pageTreeMenu .sideMenu-subLevel .sideMenu-button.level-3 {
  padding: 0.75rem 1.5rem 0.75rem 2.5rem;
  color: #1A3326;
}
#pageTreeMenu .sideMenu-subLevel .sideMenu-button.level-4 {
  padding: 0.75rem 1.5rem 0.75rem 4rem;
  color: #1A3326;
}
#pageTreeMenu .sideMenu-subLevel .sideMenu-button.sideMenu-button--current {
  font-weight: 600;
}
#pageTreeMenu .sideMenu .level-1 ~ .sideMenu-subLevel {
  border-right: 1px solid #C8CBC0;
  border-bottom: 1px solid #C8CBC0;
  border-left: 1px solid #C8CBC0;
}

.segment {
  display: flex;
  background-color: #F4F2F0;
  height: 2.5rem;
  margin-bottom: 1rem;
}
.segment-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin: 4px;
  background: transparent;
  padding: 4px 8px;
  text-align: center;
  flex: 1;
  width: 50%;
  color: #6D7277;
  cursor: pointer;
  text-decoration: none !important;
}
.segment-item div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 992px) {
  .segment-item {
    font-size: 16px;
  }
}
.segment-item--active {
  background: #138571;
  color: #FFFFFF;
  font-weight: 600;
}

.employersGuide {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .employersGuide {
    display: block;
  }
}
.employersGuide__side {
  order: -1;
  display: none;
}
@media (min-width: 992px) {
  .employersGuide__side {
    display: block;
  }
}
.employersGuide__side.mob-open {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .event-block {
    display: flex;
    gap: 2rem;
  }
}
.event-block__mobilefilter--trigger a {
  width: 100%;
  text-align: center;
}
.event-block__mobilefilter--trigger p {
  padding: 1rem 0;
  border-bottom: 1px solid #C8CBC0;
}
@media (min-width: 992px) {
  .event-block__mobilefilter--trigger {
    display: none;
  }
}
.event-block__filter {
  display: none;
  flex-shrink: 0;
  border-top: 1px solid #C8CBC0;
}
.event-block__filter input {
  display: inline-block;
  vertical-align: middle;
  display: none;
  margin-top: 8px;
}
.event-block__filter [type=radio]:checked, .event-block__filter [type=checkbox]:checked {
  background-color: #127D67;
}
.event-block__filter [type=radio]:checked::after {
  background-color: #fff;
  width: 8px;
  height: 8px;
}
.event-block__filter label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  display: none;
  width: calc(100% - 2.4em);
}
.event-block__filter__item {
  padding: 1rem;
  border: 1px solid #C8CBC0;
  border-top: none;
}
.event-block__filter__header-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  background-image: url(../images/close-ico.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  .event-block__filter__header-first {
    background: none;
    cursor: default;
  }
}
.event-block__filter__header-first a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.event-block__filter__header {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  background-image: url(../images/chevron-down-black.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  .event-block__filter__mobile-buttons {
    display: none;
  }
}
.event-block__filter__mobile-buttons .btn--secondary {
  margin-right: 0.5rem;
}
.event-block__filter--mobileopen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}
.event-block__filter--mobileopen .event-block__filter__item {
  border-left: none;
  border-right: none;
}
@media (min-width: 992px) {
  .event-block__filter--mobileopen {
    position: static;
    position: initial;
    z-index: auto;
    z-index: initial;
    padding: 0;
  }
  .event-block__filter--mobileopen .event-block__filter__item {
    border-left: 1px solid #C8CBC0;
    border-right: 1px solid #C8CBC0;
  }
}
@media (min-width: 992px) {
  .event-block__filter {
    width: 322px;
    display: block;
  }
}
.event-block__main {
  flex: 1;
}
.event-block .expanded .event-block__filter__header {
  background-image: url(../images/chevron-up-black.svg);
}
.event-block .expanded input, .event-block .expanded label {
  display: inline-block;
}
.event-block .expanded [hidden] {
  display: none;
}

.event-list {
  container-type: inline-size;
}
.event-list__item {
  width: 100%;
  display: block;
  color: black;
  background-color: #F4F2F0;
  padding: 20px;
  padding-right: 92px;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: calc(100% + 300px);
  background-size: 500px;
}
.event-list__item p {
  display: none;
}
.event-list__item--cta {
  display: none;
}
@container (min-width: 676px) {
  .event-list__item {
    padding: 40px;
  }
  .event-list__item div, .event-list__item p, .event-list__item h3 {
    width: calc(100% - 240px);
    max-width: 500px;
  }
}
.event-list__item .tag-bottoms span {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 10px;
  padding-left: 24px;
  background: no-repeat left;
  background-size: 16px;
}
.event-list__item .tag-date {
  background-image: url(../images/datum.svg) !important;
}
.event-list__item .tag-location {
  background-image: url(../images/location.svg) !important;
}
.event-list__item .tag-locked {
  background-image: url(../images/lock.svg) !important;
}
@container (min-width: 676px) {
  .event-list__item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.event-list__item--green, .event-list__item--red {
  background-position-x: calc(100% - 25px), calc(100% + 399px), calc(100% + 400px);
  background-size: 50px, 500px, 500px;
  background-image: url(/Sites/Public/dist/images/arrow-green.svg), url(/Sites/Public/dist/images/circle-transp.svg), url(/Sites/Public/dist/images/rect-green.svg);
}
@container (min-width: 676px) {
  .event-list__item--green, .event-list__item--red {
    background-size: 100px, 500px, 500px;
    background-position-x: calc(100% - 50px), calc(100% + 270px), calc(100% + 270px);
  }
}
.event-list__item--red {
  background-image: url(/Sites/Public/dist/images/triangle-red.svg), url(/Sites/Public/dist/images/circle-transp-red.svg), url(/Sites/Public/dist/images/rect-red.svg);
  background-color: #FFE1D6;
}
.event-list__item--red .tag-date {
  background-image: url(../images/play-black.svg) !important;
}
.event-list__item--first--green, .event-list__item--first--red {
  background-size: 600px;
}
@media (min-width: 992px) {
  .event-list__item--first--green, .event-list__item--first--red {
    background-position: top;
    background-position-x: 100%, calc(100% + 95px);
    background-size: auto;
    height: 282px;
  }
}
.event-list__item--first--green {
  background-color: #127D67;
  background-image: url(/Sites/Public/dist/images/figure-green.svg), url(/Sites/Public/dist/images/rect-green.svg);
}
.event-list__item--first--green p, .event-list__item--first--green h3, .event-list__item--first--green .tag-bottoms {
  color: #fff;
}
.event-list__item--first--green .event-type {
  background-color: #C6F476 !important;
  color: #000 !important;
}
.event-list__item--first--green .tag-date {
  background-image: url(../images/datum-white.svg) !important;
}
.event-list__item--first--green .tag-location {
  background-image: url(../images/location-white.svg) !important;
}
.event-list__item--first--green .tag-locked {
  background-image: url(../images/lock-white.svg) !important;
}
.event-list__item--first--red {
  background-color: #FFE1D6;
  background-image: url(/Sites/Public/dist/images/figure-red.svg), url(/Sites/Public/dist/images/rect-red.svg);
}
.event-list__item:hover {
  text-decoration: none;
}
.event-list .has-event-image {
  background-position-x: calc(100% + 400px), calc(100% + 400px);
  background-size: 500px, 500px;
}
@container (min-width: 676px) {
  .event-list .has-event-image {
    background-size: 500px, 500px;
    background-position-x: calc(100% + 300px), calc(100% + 300px);
  }
}
.event-list__footer {
  text-align: center;
  margin-top: 1rem;
}
.event-list__footer .progress-container {
  width: 256px;
  margin: 1rem auto;
  background-color: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  height: 8px;
  margin-bottom: 2rem;
}
.event-list__footer .progress-bar {
  height: 100%;
  background-color: #164D44; /* Your dark green */
  width: 0;
  transition: width 0.4s ease;
  border-radius: 8px;
}

.event-block-fullwidth {
  background-color: #F4F2F0;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .event-block-fullwidth {
    padding: 4rem;
  }
}
.event-block-fullwidth section {
  padding: 0;
  margin: 0;
}
.event-block-fullwidth .event-list__item--green {
  background-color: #FFFFFF;
  background-image: url(/Sites/Public/dist/images/arrow-green.svg), url(/Sites/Public/dist/images/circle-transp-white.svg), url(/Sites/Public/dist/images/rect-green.svg);
}

.event-tags span {
  display: inline-block;
  background-color: #FFFFFF;
  color: #62676B;
  font-weight: 600;
  padding: 4px 12px;
  margin-right: 8px;
  margin-bottom: 16px;
  border-radius: 100px;
  font-size: 0.875rem;
}
.event-tags .event-type-0 {
  background-color: #5B0336;
  color: #FFFFFF;
}
.event-tags .event-type-1 {
  background-color: #127D67;
  color: #FFFFFF;
}
.event-tags .event-type-2 {
  background-color: #0EC6A8;
  color: #000;
}
.event-tags .event-type-3 {
  background-color: #127D67;
  color: #FFFFFF;
}

.event-hero {
  width: 100%;
}
.event-hero .event-list__item {
  display: none;
  background-size: 0;
  background: none;
}
.event-hero .event-list__item h3 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
}
.event-hero .event-list__item p {
  display: block;
  max-width: 50%;
}
.event-hero .event-list__item--cta {
  display: block;
  margin: 2rem 0 3rem;
}
.event-hero .event-list__item--cta button {
  background-color: #C6F476;
  color: #164D44;
}
.event-hero .current .event-list__item {
  display: block;
}
.event-hero__footer a {
  cursor: pointer;
  padding: 10px 20px 10px 0;
  border-bottom: 4px solid #C8CBC0;
  margin-right: 10px;
  color: #C8CBC0;
  text-decoration: none;
}
.event-hero__footer a.selected {
  color: #fff;
  border-bottom: 4px solid #C6F476;
}

.event-page .subpagehero-usps {
  padding: 0;
}
.event-page .subpagehero-usps li {
  list-style: none;
  background-image: url(../images/check-white.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1rem;
  padding-left: 1.5rem;
}
.event-page #members-only .support-contact-block {
  top: -10px;
  margin-bottom: 0;
}
.event-page .gradient-cover-text {
  background: linear-gradient(180deg, #000 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.event-page__agenda button.btn--primary {
  color: #FFFFFF;
  background-color: #127D67;
}
.event-page__agenda [hidden] {
  display: none !important;
}
.event-page__agenda--header {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .event-page__agenda--header {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
.event-page__agenda__head {
  border-bottom: 1px solid #C8CBC0;
  padding: 24px 0;
}
.event-page__agenda__session--item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #C8CBC0;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .event-page__agenda__session--item {
    flex-direction: row;
    gap: 24px;
  }
}
.event-page__agenda__session--item .session-times {
  min-width: 100px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.event-page__agenda__session--item .session-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.event-page__video {
  background-color: transparent;
  padding: 0;
}
.event-page__video--preview {
  cursor: pointer;
  background-color: black;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-page__video--preview img {
  -o-object-fit: contain;
     object-fit: contain;
}
.event-page__video--preview .video-text {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: white;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .event-page__video--preview .video-text {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
}
.event-page__video [hidden] {
  display: none !important;
}
.event-page__videolist {
  background-color: #5B0336;
  padding: 32px;
  padding-bottom: 72px;
}
.event-page__videolist .video-list-header {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .event-page__videolist .video-list-header {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}
.event-page__videolist .video-list-total {
  margin-top: 4px;
  color: #FFFFFF;
}
.event-page__videolist .video-listitem {
  border-bottom: 1px solid #FFFFFF;
  padding: 16px 0;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.event-page__videolist .video-listitem:has(.video-play--active) {
  border-bottom: 1px solid #FA6538;
  color: #FA6538;
}
.event-page__videolist button {
  color: #FFFFFF;
  margin-right: 12px;
}
.event-page__videolist button::before {
  filter: none;
}
.event-page__videolist button:hover {
  text-decoration: underline;
}
.event-page__videolist .video-play--active {
  color: #FA6538;
  font-weight: normal;
}
.event-page__videolist .video-play:before {
  content: url("../images/play.svg") !important;
}
.event-page .content-sidebar {
  margin-top: -16px;
}
.event-page .content-sidebar .event-page__videolist {
  display: none;
}
@media (min-width: 992px) {
  .event-page .content-sidebar .event-page__videolist {
    display: block;
  }
}
.event-page .content-wrapper .event-page__videolist {
  position: relative;
  top: -20px;
}
@media (min-width: 992px) {
  .event-page .content-wrapper .event-page__videolist {
    display: none;
  }
}

.event-mode-green .subpagehero, .event-mode-green .subpagehero--moleculeImage {
  background-color: #164D44;
  color: #fff;
}
.event-mode-green .subpagehero-heading {
  color: #fff;
}
.event-mode-green .subpagehero-usps li {
  background-image: url(../images/check-lime.svg);
}
.event-mode-green a.breadcrumb-link, .event-mode-green .breadcrumb-listitem:after {
  color: #fff;
}

.event-mode-red .subpagehero, .event-mode-red .subpagehero--moleculeImage {
  background-color: #FFE1D6;
}
.event-mode-red .subpagehero-usps li {
  background-image: url(../images/check-orange.svg);
}

.event-activity {
  background-color: #f5f5f5;
  padding: 32px;
}
.event-activity select {
  appearance: none;
  -webkit-appearance: none; /* Safari / Chrome */
  -moz-appearance: none; /* Firefox */
  border: none;
}
.event-activity--row {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.event-activity--row:not(:first-child) {
  border-top: 1px solid #C8CBC0;
}
.event-activity--col:first-child {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: left;
}
.event-activity--col:last-child {
  text-align: right;
  max-width: 75%;
}
.event-activity--title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .event-activity--title {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}
.event-activity--price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #FA6538;
}
.event-activity--apply {
  text-align: center;
}
.event-activity--apply a, .event-activity--apply button {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.event-activity--apply span {
  color: #6D7277;
  display: block;
  margin-top: 8px;
}
.event-activity .js-waitlist a {
  background: none;
}
.event-activity .js-fullyboked {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 0.8rem;
}
.event-activity .no-border {
  border: none;
  padding-top: 0;
}
.event-activity .btn-down, .event-activity .btn-up {
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  background-image: url(../images/chevron-down.svg);
}
.event-activity .js-activity-toggle {
  cursor: pointer;
}
.event-activity .btn-up {
  transform: rotate(180deg);
}
.event-activity [hidden] {
  display: none;
}

.event-selector {
  cursor: pointer;
  background-color: #fff;
  background-color: #fff;
}
.event-selector-head {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.event-selector__current {
  position: relative;
}
.event-selector__items {
  display: none;
}
.event-selector a {
  display: block;
  color: #2E363D;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #C8CBC0;
}
.event-selector a img {
  display: none;
  margin: 0;
}
.event-selector a.selected {
  color: #127D67;
}
.event-selector a.selected img {
  display: inline;
}
.event-selector.open a {
  border-top: none;
  border-left: 1px solid #1A3326;
  border-right: 1px solid #1A3326;
}
.event-selector.open a:first-child {
  border-top: 1px solid #1A3326;
}
.event-selector.open a:last-child {
  border-bottom: 1px solid #1A3326;
}
.event-selector.open .event-selector__items {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}
.event-selector a.e-first {
  background-image: url(../images/chevron-down-black.svg);
  background-size: 16px;
  background-position-y: center;
  background-position-x: 96%;
  background-repeat: no-repeat;
}
.event-selector.open a.e-first {
  background-image: url(../images/chevron-up-black.svg);
}

.person-block {
  background-color: #DBF1ED;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .person-block {
    flex-direction: row;
    gap: 24px;
  }
}
.person-block__image {
  flex-shrink: 0;
}
.person-block__image img {
  display: block;
  width: 190px;
  height: auto;
  margin-bottom: 0;
}
.person-block__text {
  flex: 1;
  padding: 12px;
}
@media (min-width: 768px) {
  .person-block__text {
    padding: 12px 32px;
  }
}
.person-block__name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: black;
}
.person-block__title {
  color: #62676B;
}
.person-block__description {
  padding: 12px 0;
  color: black;
}
.person-block__readmore {
  display: none;
}
.person-block--showreadmore .person-block__description {
  padding-bottom: 0;
}
.person-block--showreadmore .person-block__readmore {
  display: block;
}
.person-block .toggler-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.person-block .toggler-more, .person-block .toggler-less {
  background-image: url(../images/chevron-down-green.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1rem;
  padding-left: 1.5rem;
  color: #127D67;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-weight: 600;
}
.person-block .toggler-less {
  background-image: url(../images/chevron-up-green.svg);
  display: none;
}
.person-block .toggler-checkbox:checked + .toggler-content {
  display: block;
}
.person-block .toggler-checkbox:checked + div + label + .toggler-less {
  display: block;
}
.person-block .toggler-checkbox:checked + div + .toggler-more {
  display: none;
}

.collective-digital section {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .collective-digital--herocontent {
    min-height: 386px;
  }
}
.collective-digital__info, .collective-digital__online {
  display: flex;
  gap: 2rem;
}
.collective-digital__info {
  justify-content: flex-start;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.collective-digital__info--label {
  color: #C8CBC0;
}
.collective-digital__info--value {
  color: #fff;
}
@media (max-width: 420px) {
  .collective-digital__info {
    display: block;
  }
  .collective-digital__info--label, .collective-digital__info--value {
    margin-top: 0.5rem;
  }
}
.collective-digital__online {
  display: none;
  background-color: #C6F476;
  padding: 1.5rem;
  justify-content: space-between;
  align-items: center;
}
.collective-digital__online--header {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #1A3326;
  margin-bottom: 0.5rem;
}
.collective-digital__online--text {
  color: #62676B;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.collective-digital__online:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .collective-digital__online {
    display: flex;
    gap: 2rem;
  }
}
.collective-digital__image--mobile, .collective-digital__online--mobile, .collective-digital__download-mobile {
  display: flex;
}
@media (min-width: 992px) {
  .collective-digital__image--mobile, .collective-digital__online--mobile, .collective-digital__download-mobile {
    display: none;
  }
}
.collective-digital__image--mobile {
  background: linear-gradient(180deg, rgba(22, 77, 68, 0) 0%, #164D44 100%);
  height: 150px;
  background-position: center top;
  background-repeat: no-repeat;
}
.collective-digital__image--mobile:after {
  position: absolute;
  width: 100%;
  height: inherit;
  content: "";
  background: linear-gradient(180deg, rgba(247, 247, 248, 0) 0, #164D44);
}
.collective-digital__online--mobile, .collective-digital__download-mobile {
  margin-bottom: 2rem;
}
.collective-digital__online--mobile img, .collective-digital__download-mobile img {
  margin: 0;
}
.collective-digital__download-mobile, .collective-digital__download-mobile:hover {
  color: #fff;
  border-color: #fff;
}
.collective-digital .content-editorial > *:first-child {
  margin-top: 0;
}
.collective-digital--sidebar {
  display: none !important;
  padding: 0;
  margin: 0;
  align-items: center;
  min-height: 400px;
}
@media (min-width: 992px) {
  .collective-digital--sidebar {
    display: flex !important;
  }
}
.collective-digital--sideblocks {
  padding-top: 2rem;
  background-color: #fff;
}
.collective-digital--chapter {
  margin-bottom: 3rem;
}
.collective-digital--image {
  width: 380px;
  height: 538px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.collective-digital--image a:link {
  background-image: url(../images/download-alt.svg);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: center;
  padding-right: 46px;
  background-size: 1.3rem;
}
.collective-digital--contentheader {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.collective-digital--contentlist {
  border-left: 4px solid #C6F476;
  padding-left: 20px;
  margin-bottom: 2rem;
  list-style-type: none;
}
.collective-digital--contentlist li {
  margin-bottom: 0.3rem;
}
.collective-digital--contentlist li a {
  color: #fff;
  font-weight: normal;
  text-decoration-color: #138571;
}
@media (min-width: 992px) {
  .collective-digital--pager {
    display: flex;
    justify-content: space-between;
  }
}
.collective-digital--pager > div {
  border: 1px solid #C8CBC0;
  padding: 24px;
}
@media (min-width: 992px) {
  .collective-digital--prev, .collective-digital--next {
    width: calc(50% - 20px);
  }
}
.collective-digital--prev a:link, .collective-digital--next a:link {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
}
.collective-digital--prev div, .collective-digital--next div {
  display: inline-block;
  height: 100%;
}
.collective-digital--next {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .collective-digital--next {
    margin-top: 0;
  }
}
.collective-digital--next a:link {
  justify-content: space-between;
}
.collective-digital--previcon, .collective-digital--nexticon {
  width: 32px;
  height: 32px !important;
  border-radius: 100%;
  background-color: #1A3326;
  background-image: url(../images/arrow-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  flex-shrink: 0;
  margin-left: 16px;
  transition: all 0.2s ease;
}
.collective-digital--previcon {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 16px;
}
.collective-digital--nexthead, .collective-digital--prevhead {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #1A3326;
}
.collective-digital--nexttext, .collective-digital--prevtext {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #62676B;
  display: block !important;
}
.collective-digital .enlightenment {
  border-left: 3px solid #1A3326;
  margin: 0;
  padding: 12px 32px;
}
.collective-digital table {
  border: 4px solid #fff;
  border-collapse: collapse;
}
.collective-digital table td {
  background-color: #F4F2F0;
}
.collective-digital table td.td-dark {
  background-color: #E5E4E2;
}
.collective-digital .mobile-sidenav-opener--collective {
  display: inline-block;
}
.collective-digital .mobile-sidenav-opener--agg {
  display: none;
}

.collective-list {
  padding: 0;
}
.collective-list li {
  list-style: none;
}
.collective-list a:hover {
  text-decoration: none;
}
.collective-list--item {
  background-color: #164D44;
  background-image: url(../images/circle-transp-green-375.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% + 200px);
  background-position-y: center;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .collective-list--item {
    padding: 2rem;
  }
}
@media (max-width: 420px) {
  .collective-list--item {
    background-position-x: calc(100% + 275px);
  }
}
.collective-list--info {
  width: calc(100% - 240px);
  max-width: 500px;
  min-width: 250px;
}
.collective-list--img {
  max-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .collective-list--img {
    max-width: 95px;
  }
}
.collective-list--heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  .collective-list--heading {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}
.collective-list--text {
  display: none;
}
@media (min-width: 992px) {
  .collective-list--text {
    display: block;
    margin-bottom: 2rem;
  }
}
.collective-list--periodlabel {
  color: #C8CBC0;
}
.collective-list--periodlabel, .collective-list--period {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .collective-list--periodlabel, .collective-list--period {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
.collective-list--signin .btn--alert {
  margin-right: 0.5rem;
}
.collective-list--signin .btn--secondaryplain {
  color: #fff;
  border-color: #fff;
}

.toggleable-richtext-block {
  padding: 1.5rem;
  margin: 32px 0;
  border-left: 6px solid;
}
.toggleable-richtext-block ul, .toggleable-richtext-block ol {
  padding-inline-start: 1.5rem;
}
.toggleable-richtext-block ul li::marker, .toggleable-richtext-block ol li::marker {
  color: #127D67;
}
.toggleable-richtext-block h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.toggleable-richtext-block--gray-lightest {
  background-color: #F4F2F0;
  border-color: #127D67;
}
.toggleable-richtext-block--secondary-purple {
  background-color: #FFE1D6;
  border-color: #5B0336;
}
.toggleable-richtext-block .toggle-btn {
  display: none;
}
.toggleable-richtext-block .toggle-btn svg {
  margin-left: 6px;
}
.toggleable-richtext-block toggle-btn:hover {
  text-decoration: none;
}
.toggleable-richtext-block--toggle-true .blockcontent {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* antal rader */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
}
.toggleable-richtext-block--toggle-true .toggle-btn {
  display: inline;
  display: initial;
}
.toggleable-richtext-block--toggle-true .toggle-btn--less {
  display: none;
}
.toggleable-richtext-block--toggle-true.open .blockcontent {
  display: inline;
  display: initial;
}
.toggleable-richtext-block--toggle-true.open .toggle-btn--less {
  display: inline;
  display: initial;
}
.toggleable-richtext-block--toggle-true.open .toggle-btn--more {
  display: none;
}

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