.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:-moz-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:-ms-flexbox;display:flex}.splide__pagination{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;width:95%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;-ms-flex-negative:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}.splide__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);width:2em;height:2em;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border:none;padding:0;opacity:.7;background:#ccc}.splide__arrow svg{width:1.2em;height:1.2em}.splide__arrow:hover{cursor:pointer;opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{position:absolute;z-index:1;bottom:.5em;left:50%;transform:translateX(-50%);padding:0}.splide__pagination__page{display:inline-block;width:8px;height:8px;background:#ccc;border-radius:50%;margin:3px;padding:0;transition:transform .2s linear;border:none;opacity:.7}.splide__pagination__page.is-active{transform:scale(1.4);background:#fff}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{width:0;height:3px;background:#ccc}.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent}.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border-color:#000}.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{right:1em;left:auto}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{top:auto;bottom:1em}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;bottom:50%;left:auto;right:.5em;transform:translateY(50%)}
.widgetItem-link[target=_blank],a[target=_blank]:not([class]),a[href^=http]:not([class]){background:url("/UI/icons/interface/material/arrow-outward-500-24-energy.svg") no-repeat right;padding-right:1.15em;background-size:1em 1em}.fileIcon{width:32px;height:32px;margin:5px !important;background-repeat:no-repeat;background-position:center;background-size:auto 100%}.fileIcon--pdf{background-image:url("/UI/icons/files/pdf.svg")}.fileIcon--word,.fileIcon--docx,.fileIcon--doc{background-image:url("/UI/icons/files/word.svg")}.fileIcon--excel,.fileIcon--xlsx,.fileIcon--xls,.fileICon--xlsm{background-image:url("/UI/icons/files/excel.svg")}.fileIcon--powerpoint,.fileIcon--pptx,.fileIcon--ppt,.fileIcon--pptm{background-image:url("/UI/icons/files/powerpoint.svg")}.widgetItem-link[target=_blank],a[target=_blank]:not([class]),a[href^=http]:not([class]){background:url("/UI/icons/interface/material/arrow-outward-500-24-energy.svg") no-repeat right;padding-right:1.15em;background-size:1em 1em}@-ms-viewport{width:device-width}html{scroll-behavior:auto}@media(prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}body{background-color:#fff;color:#002721;overflow-y:scroll;overflow-x:hidden;margin:0;min-height:100vh;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:20rem;-ms-overflow-style:scrollbar}body .page{max-width:100%;margin:0 auto;padding:0 1rem;min-height:0}@media print,screen and (min-width: 90em){body .page{width:90em}}@media screen and (max-width: 92em){body .page{box-sizing:border-box;width:100%}}@media print{body .page{box-sizing:border-box}}.admin body{min-height:100%}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,ul:first-child,ol:first-child,p:first-child{margin-top:0}h1:only-child,h2:only-child,h3:only-child,h4:only-child,h5:only-child,h6:only-child,ul:only-child,ol:only-child,p:only-child{margin-bottom:0}figure{padding:0;margin:0}fieldset{border:0;padding:0}iframe{border:0}address{font-style:normal;margin:0;padding:0}img{max-width:100%}img[width][height]{height:auto}details:not([open])>*:not(summary){display:none !important}summary{cursor:pointer}p:empty,p:blank{display:none}:-webkit-any-link:focus-visible{outline:.125em solid #23aa5f;outline-offset:.125em;border-radius:.125em}[href]:focus-visible,:any-link:focus-visible{outline:.125em solid #23aa5f;outline-offset:.125em;border-radius:.125em}a{color:#3c3c3b;-webkit-text-decoration-color:#000;text-decoration-color:#000}a:hover{color:#000;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}a:focus{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}a:active{color:#000;text-decoration:none}a[download]{text-decoration:none;background:url("/UI/icons/interface/download.svg") no-repeat right top;padding-right:1.25em;background-size:1em}a[download]:hover,a[download]:focus{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}.fileIcon+a[download]{background:none;padding-right:0}label[for]{cursor:pointer}small{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 30em){small{font-size:1rem;line-height:1.5}}input[type=text],input[type=search],input[type=number],button,select,textarea{border-radius:0;-webkit-appearance:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.a11y-shortcut:not(:focus){position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.a11y-shortcut:focus{position:absolute;top:0;left:0;background-color:#fff;padding:.5rem;z-index:10;color:inherit}[hidden],.is-hidden{display:none !important}.fileIcon{width:1.5rem;height:1.5rem;display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-size:1.25rem auto;min-width:1.5rem;margin:.2em .25em 0 0 !important;background-position:left center}.full-width{width:100%}@font-face{font-family:"Statnett";src:url("/UI/fonts/maison-neue-book.otf") format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Statnett";src:url("/UI/fonts/maison-neue-book-italic.otf") format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Statnett";src:url("/UI/fonts/maison-neue-demi.otf") format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Statnett";src:url("/UI/fonts/maison-neue-medium.otf") format("opentype");font-weight:500;font-style:normal;font-display:swap}body{font-family:"Statnett",sans-serif;font-size:100%;letter-spacing:normal;word-spacing:normal;line-height:1.5;font-weight:400}.button{background-color:#002721;border:1px solid #bbffe3;transition:background-color 100ms ease-in-out,border-color 100ms ease-in-out,color 100ms ease-in-out;color:#bbffe3;padding:.625em 1.25em;cursor:pointer;text-decoration:none;display:inline-block;box-sizing:border-box;vertical-align:top;--button-arrow-icon: url(/UI/icons/interface/material/arrow-forward-500-24-moss.svg);--button-arrow-icon-hover: url(/UI/icons/interface/material/arrow-forward-500-24-spruce.svg)}.button:hover,.button:focus,input[aria-controls]:focus+.button{background-color:#bbffe3;color:#002721;border-color:#002721}.button--secondary{background-color:#bbffe3;border-color:#002721;color:#002721;--button-arrow-icon: url(/UI/icons/interface/material/arrow-forward-500-24-spruce.svg);--button-arrow-icon-hover: url(/UI/icons/interface/material/arrow-forward-500-24-spruce.svg)}.button--energy{background-color:#05ce74;border-color:#002721;color:#002721;--button-arrow-icon: url(/UI/icons/interface/material/arrow-forward-500-24-spruce.svg);--button-arrow-icon-hover: url(/UI/icons/interface/material/arrow-forward-500-24-moss.svg)}.button--energy:hover,.button--energy:focus{background-color:#002721;color:#bbffe3;border-color:#bbffe3}.button--moss{--button-arrow-icon: url(/UI/icons/interface/material/arrow-forward-500-24-moss.svg);--button-arrow-icon-hover: url(/UI/icons/interface/material/arrow-forward-500-24-spruce.svg)}.button--spruce{--button-arrow-icon: url(/UI/icons/interface/material/arrow-forward-500-24-spruce.svg);--button-arrow-icon-hover: url(/UI/icons/interface/material/arrow-forward-500-24-moss.svg)}.button[href]::after{content:"";width:1em;height:1em;background:var(--button-arrow-icon) no-repeat center;background-size:1em auto;margin-left:.25em;display:inline-block;transition:background-image 100ms ease-in-out}.button[href]:hover::after{background:var(--button-arrow-icon-hover) no-repeat center;background-size:1em auto}.button[disabled]{background-color:gray}button.button,input.button{height:2.5em}.form-fieldset{margin:2em 0}.form-item .form-fieldset{margin:0}.form-group{margin:1em 0}.form-group:only-child{margin:0}.form-group .form-item+.form-item,.form-group .form-action+.form-item{margin-top:16px}@media screen and (min-width: 40.0625em){.form-group:not(.form-group--nongrid) .form-item{display:grid;grid-template:"label label" "description description" "control error";grid-gap:0 1.5rem}.form-group:not(.form-group--nongrid) .form-item>label{grid-area:label}.form-group:not(.form-group--nongrid) .form-item>.form-description{grid-area:description}.form-group:not(.form-group--nongrid) .form-item>.form-control,.form-group:not(.form-group--nongrid) .choices-list--dropdown .form-item>.choices-input,.choices-list--dropdown .form-group:not(.form-group--nongrid) .form-item>.choices-input,.form-group:not(.form-group--nongrid) .choices-list--dropdown .form-item>.choices-item,.choices-list--dropdown .form-group:not(.form-group--nongrid) .form-item>.choices-item,.form-group:not(.form-group--nongrid) .choices-list--single .form-item>.choices-item,.choices-list--single .form-group:not(.form-group--nongrid) .form-item>.choices-item,.form-group:not(.form-group--nongrid) .form-item>.form-switches{grid-area:control}.form-group:not(.form-group--nongrid) .form-item>.form-errorMessage{grid-area:error}}@media screen and (max-width: 40em){.form-group:not(.form-group--nongrid) .form-item{overflow:hidden}.form-group:not(.form-group--nongrid) .form-item>label{float:left}.form-group:not(.form-group--nongrid) .form-item>.form-errorMessage,.form-group:not(.form-group--nongrid) .form-item>.form-description,.form-group:not(.form-group--nongrid) .form-item>.form-control,.form-group:not(.form-group--nongrid) .choices-list--dropdown .form-item>.choices-input,.choices-list--dropdown .form-group:not(.form-group--nongrid) .form-item>.choices-input,.form-group:not(.form-group--nongrid) .choices-list--dropdown .form-item>.choices-item,.choices-list--dropdown .form-group:not(.form-group--nongrid) .form-item>.choices-item,.form-group:not(.form-group--nongrid) .choices-list--single .form-item>.choices-item,.choices-list--single .form-group:not(.form-group--nongrid) .form-item>.choices-item,.form-group:not(.form-group--nongrid) .form-item>.form-switches{clear:left;display:block}}.form-group>.form-group>.form-item{display:block}.form-group--inline{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:.5rem}@media screen and (max-width: 47.99875em){.form-group--inline{grid-template-columns:repeat(1, minmax(0, 1fr))}}.form-group--inline .form-item+.form-item{margin-top:0}.form-group--centered{-ms-flex-pack:center;justify-content:center}.form-errorMessage{overflow:hidden;padding:.5em .75em;padding-left:calc(1.2em + 8px)}.form-errorMessage::before{content:"!";background-color:#df1920;color:#fff;border-radius:50%;padding:.1em;width:1.2em;height:1.2em;display:inline-block;text-align:center;line-height:1;float:left;margin-left:calc(-1.1em - 8px);box-sizing:border-box;margin-top:.2em}.form-item label,.form-item legend{font-weight:500}.form-item--inline{display:-ms-flexbox;display:flex;grid-template-columns:repeat(2, minmax(0, 1fr))}@media screen and (max-width: 47.99875em){.form-item--inline{grid-template-columns:repeat(1, minmax(0, 1fr))}.form-item--inline .form-control,.form-item--inline .choices-list--dropdown .choices-input,.choices-list--dropdown .form-item--inline .choices-input,.form-item--inline .choices-list--dropdown .choices-item,.choices-list--dropdown .form-item--inline .choices-item,.form-item--inline .choices-list--single .choices-item,.choices-list--single .form-item--inline .choices-item{margin-bottom:8px}.form-item--inline .form-control+.form-submit,.form-item--inline .choices-list--dropdown .choices-input+.form-submit,.choices-list--dropdown .form-item--inline .choices-input+.form-submit,.form-item--inline .choices-list--dropdown .choices-item+.form-submit,.choices-list--dropdown .form-item--inline .choices-item+.form-submit,.form-item--inline .choices-list--single .choices-item+.form-submit,.choices-list--single .form-item--inline .choices-item+.form-submit{margin-left:0}}.form-control,.choices-list--dropdown .choices-input,.choices-list--dropdown .choices-item,.choices-list--single .choices-item{background:#fff;border:1px solid #000;height:2.5em;padding:0 .75rem;box-sizing:border-box;max-width:100%}.form-control+.form-submit,.choices-list--dropdown .choices-input+.form-submit,.choices-list--dropdown .choices-item+.form-submit,.choices-list--single .choices-item+.form-submit{margin-left:calc(1em - .43ch)}.form-control:not(input),.choices-list--dropdown .choices-input:not(input),.choices-list--dropdown .choices-item:not(input),.choices-list--single .choices-item:not(input){line-height:2.5em}.form-control--select,.choices-list--single .choices-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("/UI/icons/interface/arrowhead-down--green.svg");background-repeat:no-repeat;background-position:calc(100% - 0.75rem) center;background-size:.8em auto;padding-right:calc(.5em + 1.5rem)}.form-control--select>option,.choices-list--single .choices-item>option{font-weight:inherit}.form-control--select::-ms-expand,.choices-list--single .choices-item::-ms-expand{display:none}.form-control--textarea{line-height:inherit;height:auto;width:80ch}.form-control::-webkit-input-placeholder, .choices-list--dropdown .choices-input::-webkit-input-placeholder, .choices-list--dropdown .choices-item::-webkit-input-placeholder, .choices-list--single .choices-item::-webkit-input-placeholder{color:inherit;font-size:1em;opacity:.75;text-align:left}.form-control:-ms-input-placeholder, .choices-list--dropdown .choices-input:-ms-input-placeholder, .choices-list--dropdown .choices-item:-ms-input-placeholder, .choices-list--single .choices-item:-ms-input-placeholder{color:inherit;font-size:1em;opacity:.75;text-align:left}.form-control::-ms-input-placeholder, .choices-list--dropdown .choices-input::-ms-input-placeholder, .choices-list--dropdown .choices-item::-ms-input-placeholder, .choices-list--single .choices-item::-ms-input-placeholder{color:inherit;font-size:1em;opacity:.75;text-align:left}.form-control::placeholder,.choices-list--dropdown .choices-input::placeholder,.choices-list--dropdown .choices-item::placeholder,.choices-list--single .choices-item::placeholder{color:inherit;font-size:1em;opacity:.75;text-align:left}.form-control:focus::-webkit-input-placeholder, .choices-list--dropdown .choices-input:focus::-webkit-input-placeholder, .choices-list--dropdown .choices-item:focus::-webkit-input-placeholder, .choices-list--single .choices-item:focus::-webkit-input-placeholder{opacity:.465}.form-control:focus:-ms-input-placeholder, .choices-list--dropdown .choices-input:focus:-ms-input-placeholder, .choices-list--dropdown .choices-item:focus:-ms-input-placeholder, .choices-list--single .choices-item:focus:-ms-input-placeholder{opacity:.465}.form-control:focus::-ms-input-placeholder, .choices-list--dropdown .choices-input:focus::-ms-input-placeholder, .choices-list--dropdown .choices-item:focus::-ms-input-placeholder, .choices-list--single .choices-item:focus::-ms-input-placeholder{opacity:.465}.form-control:focus::placeholder,.choices-list--dropdown .choices-input:focus::placeholder,.choices-list--dropdown .choices-item:focus::placeholder,.choices-list--single .choices-item:focus::placeholder{opacity:.465}.form-control[type=text],.choices-list--dropdown [type=text].choices-input,.choices-list--dropdown [type=text].choices-item,.choices-list--single [type=text].choices-item{width:25ch}.form-control[type=email],.choices-list--dropdown [type=email].choices-input,.choices-list--dropdown [type=email].choices-item,.choices-list--single [type=email].choices-item{width:35ch}.form-control[type=number],.choices-list--dropdown [type=number].choices-input,.choices-list--dropdown [type=number].choices-item,.choices-list--single [type=number].choices-item{-moz-appearance:none;-webkit-appearance:none;width:16ch;min-width:0;text-align:right}.form-control[type=number]::-webkit-inner-spin-button,.choices-list--dropdown [type=number].choices-input::-webkit-inner-spin-button,.choices-list--dropdown [type=number].choices-item::-webkit-inner-spin-button,.choices-list--single [type=number].choices-item::-webkit-inner-spin-button,.form-control[type=number]::-webkit-outer-spin-button,.choices-list--dropdown [type=number].choices-input::-webkit-outer-spin-button,.choices-list--dropdown [type=number].choices-item::-webkit-outer-spin-button,.choices-list--single [type=number].choices-item::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media screen and (max-width: 25em){.form-control[type=text],.choices-list--dropdown [type=text].choices-input,.choices-list--dropdown [type=text].choices-item,.choices-list--single [type=text].choices-item,.form-control[type=email],.choices-list--dropdown [type=email].choices-input,.choices-list--dropdown [type=email].choices-item,.choices-list--single [type=email].choices-item,.form-control[type=number],.choices-list--dropdown [type=number].choices-input,.choices-list--dropdown [type=number].choices-item,.choices-list--single [type=number].choices-item{width:auto}}.form-switch{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-switch label{font-weight:300}.form-fieldset .form-switch{margin-top:8px}.form-switch>input{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.form-switch>input~label{padding-left:1.875em;overflow:hidden;display:inline-block}.form-switch>input~label::before{content:"";display:inline-block;float:left;margin-left:-1.875em}.form-switch>input[type=checkbox]~label::before{height:1.3125em;width:1.3125em;box-sizing:border-box;border:1px solid #000}.form-switch>input[type=checkbox]:checked~label::before{background:url("/UI/icons/interface/checked--green.svg") no-repeat center;background-size:contain}.form-switch>input[type=checkbox][disabled]~label{cursor:not-allowed;opacity:.8;text-decoration:line-through}.form-switch>input[type=radio]~label::before{height:1.5em;width:1.5em;border:1px solid #000;border-radius:50%;vertical-align:middle;box-sizing:border-box;box-shadow:inset 0 0 0 .25em #fff,inset 0 0 1px .3em #979797}.form-switch>input[type=radio]:checked~label::before{background-image:radial-gradient(circle at center, #23AA5F 40%, #fff 43%);box-shadow:none}.form-switch>input[type=radio][disabled]:checked~label::before{background-image:radial-gradient(circle at center, #979797 40%, #fff 43%)}.form-accept{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.EPiServerForms .form-item:not(.ValidationRequired)>label::after,.EPiServerForms .form-item:not(.ValidationRequired) .form-fieldset legend::after{font-size:87.5%;font-style:italic;color:#3c3c3b}html[lang=no] .EPiServerForms .form-item:not(.ValidationRequired)>label::after,html[lang=no] .EPiServerForms .form-item:not(.ValidationRequired) .form-fieldset legend::after{content:" – Valgfritt"}html[lang=en] .EPiServerForms .form-item:not(.ValidationRequired)>label::after,html[lang=en] .EPiServerForms .form-item:not(.ValidationRequired) .form-fieldset legend::after{content:" – Optional"}.form-action{display:inline-block}.form-item+.form-action{margin-top:2em}.form-action+.form-action{margin-left:8px}.input-group{display:-ms-flexbox;display:flex}.choices-list--single .choices-item{white-space:nowrap}@media print{.header,.footer,.alert,.startPage-header,.subscription,.sectionLinks,.relatedArticles,.shareMenu,.breadcrumb{display:none !important}.startPage .header{display:block !important}}h1{font-weight:500}h2,h3,h4,h5,h6,strong,b{font-weight:600}h1,h2,h3,h4,h5,h6{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;hyphenate-limit-chars:10 auto 4}h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{padding-bottom:.1em}button,input,optgroup,select,textarea{font-weight:300}p:last-child{margin-bottom:0}.text-center{text-align:center}.text-right{text-align:right}.alert{background-color:#fff;border:.25rem solid #fbb034;display:-ms-flexbox;display:flex;padding:1em 1.5rem 1em 1.5em;max-width:59.5rem;position:relative}.alert>strong{margin-right:.75rem}.alert-button{position:absolute;top:.5rem;right:.5rem;width:1rem;height:0;overflow:hidden;padding-top:1rem;background:url("/UI/icons/interface/close.svg") no-repeat center;border:0;cursor:pointer}.page-alert{box-sizing:border-box;width:100%;margin:0 auto .375rem}.page-alert .alert-title{max-width:16.75rem}.page-alert .alert-content{margin-left:auto;max-width:39.625rem}@media screen and (max-width: 61.25em){.page-alert{display:block;margin-bottom:1.5rem}.page-alert .alert-title{max-width:none;margin-right:0}.page-alert .alert-content{margin-left:0;max-width:none}}@media screen and (max-width: 37.5em){.page-alert{box-sizing:content-box;margin-left:-1rem;margin-right:-1rem;margin-top:calc((1rem + 0.25vh)*-1);width:100%}}.articleList{padding:4.375em 0}.articleList-items{list-style:none;margin:0;padding:0}.articleList-item{margin-bottom:2.625em}.articleList-item:last-child{margin-bottom:0}.articleList.is-done .articleList-button{display:none}.articleList-more{margin-top:2em}.articleItem{position:relative}.articleItem-header{margin-bottom:.375em}.articleItem-heading{font-weight:600;font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.articleItem-heading{font-size:1.5rem;line-height:1.3333333333}}.articleItem-heading{margin:0}.articleItem-heading>a{padding-right:1.25em;background:url("/UI/icons/interface/material/arrow-forward-500-24-energy.svg") no-repeat right;background-size:1em auto;text-decoration:none}.articleItem-heading>a::after{content:"";position:absolute;inset:0;z-index:1}.articleItem-heading>a:focus-visible{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.articleItem-heading>a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.articleItem-subheading{font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.articleItem-subheading{font-size:1.125rem;line-height:1.4444444444}}.articleItem-subheading{letter-spacing:1px;text-transform:uppercase}.articleItem-subheading a:active{letter-spacing:1px}.articleItem-subheading{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 30em){.articleItem-subheading{font-size:1rem;line-height:1.5}}.articleItem-subheading{margin:0}.articleItem-subheading~.articleItem-heading{margin-top:0}.articleItem-description{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.articleItem-description{font-size:1.25rem;line-height:1.4}}.articleItem-description{margin:0}.articleItem-datestamp{display:inline}.articleItem-footer{font-style:italic;font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 30em){.articleItem-footer{font-size:1rem;line-height:1.5}}.articleItem-footer{margin-top:.6428571429em}.articleItem--file .articleItem-heading{font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.articleItem--file .articleItem-heading{font-size:1.125rem;line-height:1.4444444444}}.articleItem--file .articleItem-heading>a::after{display:none}.articleItem--person .articleItem-heading{margin:0}.articleItem--person .articleItem-description>li~li>a::before{content:" /"}.card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.card:focus-within{outline:.125em solid #23aa5f;outline-offset:.125em;border-radius:.125em}.card-image img{display:block}.card-image+.card-header{margin-top:1rem}.card-heading{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.card-heading{font-size:1.5rem;line-height:1.3333333333}}.card-heading{margin:0;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.card-heading>a{padding-right:1.25em;background:url("/UI/icons/interface/material/arrow-forward-500-24-energy.svg") no-repeat right;background-size:1em auto;text-decoration:none}.card-heading>a::after{content:"";position:absolute;inset:0;z-index:1}.card-heading>a:hover,.card-heading>a:focus-visible{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.card-heading>a:focus-visible{outline:none}.card-subtitle,.card-subtitle:first-child{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 30em){.card-subtitle,.card-subtitle:first-child{font-size:1rem;line-height:1.5}}.card-subtitle,.card-subtitle:first-child{text-transform:uppercase;letter-spacing:.0625em;margin-bottom:.2857142857em}.card-subtitle+.card-heading{margin-top:0}.card--project .card-header{-ms-flex-order:unset;order:unset}.cardList{display:grid;grid-template-columns:minmax(0, 1fr);gap:1.5rem;-ms-flex-align:start;align-items:start;padding:0;margin:1em 0 0;list-style:none}.cardList-item{min-width:0;margin:0}.cardList-item p.card-text{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.cardList-item p.card-text{font-size:1.25rem;line-height:1.4}}.cardList-item p.card-text{margin:0}@media screen and (min-width: 20em){.cardList{gap:1.5em 1.5rem}}@media screen and (min-width: 48em){.cardList{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media screen and (min-width: 71em){.cardList{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media screen and (min-width: 71em){.cardList-filterBoolean{text-align:right}}.cardListSection-heading{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.cardListSection-heading{font-size:1.25rem;line-height:1.4}}.cardListSection-heading{font-weight:600;text-transform:uppercase;margin-bottom:.375em}.cardListSection--dual .cardList{row-gap:3.75rem}@media screen and (min-width: 48em){.cardListSection--dual .cardList{grid-template-columns:repeat(2, minmax(0, 1fr))}}.cardListSection--dual .cardListSection-heading{font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.cardListSection--dual .cardListSection-heading{font-size:1.125rem;line-height:1.4444444444}}.cardListSection--dual .cardList .card-text{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.cardListSection--dual .cardList .card-text{font-size:1.25rem;line-height:1.4}}.cardListSection--dual .cardList .card-text{margin-top:0}.cardListSection--dual .cardList .card-image+.card-header{margin-top:1.5rem}.cardListSection--dual .cardList .card-header{margin-bottom:.375em}.cardListSection--dual .cardList .card-header .card-heading{font-weight:600}.cardListSection--dual .cardList-item{max-width:none;width:auto;margin-top:0}.cardListSection--dual .card-heading{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.cardListSection--dual .card-heading{font-size:1.5rem;line-height:1.3333333333}}.cardListSection--dual .card-heading{font-weight:500}.cardListSection--dual .card-heading>a{padding-right:1.25em;background:url("/UI/icons/interface/material/arrow-forward-500-24-energy.svg") no-repeat right;background-size:1em auto;text-decoration:none}.cardListSection--dual .card-heading>a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}@media screen and (max-width: 56.25em){.cardListSection--dual .cardList .card-heading{font-size:1.5rem;line-height:1.3333333333}}@media screen and (max-width: 56.25em)and (max-width: 30em){.cardListSection--dual .cardList .card-heading{font-size:1.5rem;line-height:1.3333333333}}@media screen and (max-width: 56.25em){.cardListSection--dual .cardList .card-text{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 56.25em)and (max-width: 30em){.cardListSection--dual .cardList .card-text{font-size:1.25rem;line-height:1.4}}.carousel .splide__slide{height:37.5rem}@media print,screen and (min-width: 90em){.carousel .splide__slide{height:43.75rem}}@media screen and (min-width: 100em){.carousel .splide__slide{height:53.125rem}}@media screen and (min-width: 120em){.carousel .splide__slide{height:56.25rem}}@media screen and (min-width: 160em){.carousel .splide__slide{height:68.75rem}}.carousel .splide__pagination{display:-ms-flexbox;display:flex;position:relative;width:31.25rem;max-width:calc(100% - 9.375rem);margin:0 auto;-ms-flex-direction:row;flex-direction:row;bottom:0;left:0;transform:translateY(-75px) !important}.carousel .splide__pagination li{-ms-flex:1;flex:1;padding:.9375rem}.carousel .splide__pagination__page{width:100%;height:.4375rem;background:#002721;border-radius:0;opacity:1;transition:background-color .25s}.carousel .splide__pagination__page.is-active{transform:none !important;background:#23aa5f}.carousel .splide__arrows{position:relative;width:37.5rem;max-width:calc(100% - 3.125rem);margin:0 auto;transform:translateY(-75px) !important}.carousel .splide__arrow{top:.4375rem;width:auto;height:auto;transform:none;opacity:1}.carousel .splide__arrow svg{display:none}.carousel .splide__arrow--prev,.carousel .splide__arrow--next{width:3.125rem;height:2.1875rem;background-color:rgba(99,100,102,.65);border:.0625rem solid #fff;border-radius:0}.carousel .splide__arrow--prev:hover,.carousel .splide__arrow--next:hover{background-color:#23aa5f}.carousel .splide__arrow--prev:after,.carousel .splide__arrow--next:after{display:block;background:url("/UI/icons/interface/arrowhead-right--white.svg") no-repeat center;background-size:30%;content:"";width:2.1875rem;height:2.1875rem}.carousel .splide__arrow--prev{left:0}.carousel .splide__arrow--prev:after{transform:rotate(180deg)}.carousel .splide__arrow--next{right:0}.carousel{position:relative;width:100%;height:37.5rem}@media print,screen and (min-width: 90em){.carousel{height:43.75rem}}@media screen and (min-width: 100em){.carousel{height:53.125rem}}@media screen and (min-width: 120em){.carousel{height:56.25rem}}@media screen and (min-width: 160em){.carousel{height:68.75rem}}.carousel--youtube-open .splide__arrow,.carousel--youtube-open .splide__pagination{display:none}.carousel--youtube-open .carousel__media{opacity:0}.carousel--one-slide .splide__pagination,.carousel--one-slide .splide__arrows{display:none !important}.carousel__inner{position:absolute;width:100vw;top:0;left:calc(-50vw + 50%);height:37.5rem}@media print,screen and (min-width: 90em){.carousel__inner{height:43.75rem}}@media screen and (min-width: 100em){.carousel__inner{height:53.125rem}}@media screen and (min-width: 120em){.carousel__inner{height:56.25rem}}@media screen and (min-width: 160em){.carousel__inner{height:68.75rem}}.carousel__pause-button{position:absolute;bottom:.9375rem;background-color:#23aa5f;border-radius:50%;width:1.875rem;height:1.875rem;cursor:pointer}@media screen and (min-width: 46.875em){.carousel__pause-button{bottom:-3.875rem}}.carousel__pause-button:after{display:block;background:url("/UI/icons/interface/pause--white.svg") no-repeat center;background-size:50%;content:"";width:100%;height:100%}.carousel__pause-button[data-playing=false]:after{background:url("/UI/icons/interface/play--white.svg") no-repeat center;background-size:50%}.carousel__slide__content{padding:0 1.25rem}@media print,screen and (min-width: 90em){.carousel__slide__content{width:90em;margin-left:auto;margin-right:auto;padding:0}}.carousel__slide__content__inner{display:block;position:absolute;bottom:6.25rem;width:50%;max-width:50rem;background-color:rgba(0,0,0,.75);font-size:1.3125rem;color:#fff !important;-webkit-text-decoration-color:#fff !important;text-decoration-color:#fff !important;text-decoration:none !important;padding:1.3125rem}.carousel__slide__content__inner::after{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.carousel__slide__content__inner:hover::after{transform:scale(1.25)}.carousel__slide__content__inner:after{background:url("/UI/icons/interface/arrow-right--white.svg") no-repeat center}.carousel__slide__content__inner:hover h2,.carousel__slide__content__inner:focus h2,.carousel__slide__content__inner:focus-within h2{-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.carousel__slide__content__title{text-decoration:underline;margin-bottom:0;word-break:break-word;font-size:1.25rem}@media screen and (min-width: 48.0625em){.carousel__slide__content__title{font-size:1.625rem}}@media print,screen and (min-width: 90em){.carousel__slide__content__title{font-size:2rem}}.carousel__slide__content__description{margin-top:.375rem;font-size:1rem}@media print,screen and (min-width: 90em){.carousel__slide__content__description{font-size:1.3125rem}}.carousel__media{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f0f0f0;z-index:-1;transition:opacity .25s}.carousel__media img,.carousel__media video{display:block;object-fit:cover;height:100%;width:100%;transform:none;top:auto;left:auto;max-width:none;position:absolute;bottom:0;z-index:0}.carousel__media--contain-mobile{background-color:#fff}@media screen and (max-width: 48em){.carousel__media--contain-mobile img,.carousel__media--contain-mobile video{object-fit:contain}}.carousel__youtube{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0);pointer-events:none;transition:background-color .25s}.carousel__youtube--open{pointer-events:all;background-color:#000}.carousel__youtube--open .carousel__youtube__play-wrapper{display:none}.carousel__youtube--open .carousel__youtube__close{display:block}.carousel__youtube__play-wrapper{position:absolute;bottom:11.875rem;left:0;right:0;pointer-events:none}.carousel__youtube__play-container{text-align:right}@media print,screen and (min-width: 90em){.carousel__youtube__play-container{width:90em;margin-left:auto;margin-right:auto}}.carousel__youtube__play-button{width:40%;display:inline-block;text-align:center;pointer-events:all}.carousel__youtube__play{display:inline-block;width:3.75rem;height:3.75rem;overflow:hidden;position:relative;border-radius:100%;z-index:1;cursor:pointer}.carousel__youtube__play:before,.carousel__youtube__play:after{content:"";position:absolute}.carousel__youtube__play:before{top:.9375rem;left:1.5rem;width:0;height:0;border-top:.9375rem solid #23aa5f;border-bottom:.9375rem solid #23aa5f;border-left:1.25rem solid #fff;box-shadow:0 0 0 9999px #23aa5f;z-index:-1;transition:all .25s ease-in-out}.carousel__youtube__play-text{color:#fff;font-weight:bold;margin-top:.625rem;text-transform:uppercase}.carousel__youtube__close{position:absolute;display:none;top:4.0625rem;right:1.6875rem;width:1.5625rem;height:1.5625rem;cursor:pointer}.carousel__youtube__close:after{display:block;background:url("/UI/icons/interface/close--white.svg") no-repeat center;background-size:100%;content:"";width:100%;height:100%}.carousel__youtube__iframe-container{width:100%;height:100%;pointer-events:none}.carousel__youtube__iframe-container iframe{width:100%;height:100%;pointer-events:all}.choices{position:relative}.choices-list{line-height:2.5em}.choices-list--dropdown{display:none;position:absolute;width:100%;top:1px;left:1px;z-index:1}.choices-list--dropdown.is-active{display:initial}.choices-list--dropdown .choices-input{border:0;height:calc(2.5em - 2px);width:calc(100% - .4em - 1.5rem) !important;vertical-align:top}.choices-list--dropdown .choices-list{border:1px solid;background:#fff;border-top:0;margin-top:-1px;width:100%;box-sizing:border-box;max-height:60vh;overflow-y:auto}.choices-list--dropdown .choices-item{border:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;height:auto;line-height:1.5 !important}.choices-list--dropdown .choices-item:hover,.choices-list--dropdown .choices-item.is-highlighted{background-color:Highlight;color:HighlightText}.choices-list--dropdown .choices-placeholder{display:none}.choices-input.is-hidden{display:none}.contentExtender-toggle{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.contentExtender-toggle:focus~.contentExtender-button{outline-style:auto;outline-width:5px;outline-color:Highlight}@media(-webkit-min-device-pixel-ratio: 0){.contentExtender-toggle:focus~.contentExtender-button{outline-color:-webkit-focus-ring-color}}.contentExtender-toggle:checked+.contentExtender-button{display:none}.contentExtender-toggle:invalid~.contentExtender-list .contentExtender-item--hide,.contentExtender-toggle:checked~.contentExtender-list .contentExtender-item--hide{display:none}.contentExtender .text-center:has(.contentExtender-toggle:not([hidden])):not(:has(.contentExtender-action--expand[hidden],.contentExtender-button[hidden])){margin-top:1.5rem}.contentExtender-list:has(.contentExtender-item){display:grid;grid-template-columns:repeat(auto-fit, minmax(17.5rem, 1fr));gap:1.5rem 1.5rem;margin:0}.contentExtender-list:has(.contentExtender-item)>.contentExtender-item{width:auto;min-width:0;max-width:none;-ms-flex-preferred-size:auto;flex-basis:auto;margin:0}.contentExtender-actions{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;-ms-flex-pack:center;justify-content:center;margin-top:1.5rem}.contentExtender-actions .contentExtender-button{margin-right:0}.contentExtender-action{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.contentExtender .contentExtender-item--fullwidth{grid-column:1/-1;justify-self:stretch;width:100%;max-width:100%;-ms-flex-preferred-size:auto;flex-basis:auto}.contentExtender-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;height:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.contentExtender .articleItem{position:relative}.contentExtender .articleItem .articleItem-heading>a::after{content:"";position:absolute;inset:0;z-index:1}.contentExtender .articleItem .articleItem-heading>a:focus-visible{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}@media screen and (max-width: 40em){.contentExtender-list:has(.contentExtender-item){grid-template-columns:1fr}}.detailsList>li{width:29rem;max-width:50%}.detailsList>li>details{padding-left:2.25rem;margin-bottom:1em}.detailsList>li>details>summary.faqSection-question{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.detailsList>li>details>summary.faqSection-question{font-size:1.25rem;line-height:1.4}}.detailsList>li>details>summary.faqSection-question{font-weight:600}.detailsList>li>details>summary{list-style:none;margin-left:-2.25rem;margin-bottom:.5625em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;padding-left:2.25rem;position:relative}.detailsList>li>details>summary::before,.detailsList>li>details>summary::after{content:"";position:absolute;top:50%;left:0;display:block;width:1.25em;height:1.25em;background-repeat:no-repeat;background-position:center;background-size:contain;pointer-events:none;transform-origin:center;transition:opacity 150ms ease,transform 150ms ease}.detailsList>li>details>summary::before{background-image:url("/UI/icons/interface/material/add-500-24-energy.svg");opacity:1;transform:translateY(-50%) rotate(0deg) scale(1)}.detailsList>li>details>summary::after{background-image:url("/UI/icons/interface/material/close-500-24-spruce.svg");opacity:0;transform:translateY(-50%) rotate(-90deg) scale(0.8)}.detailsList>li>details>summary::-webkit-details-marker{display:none}.detailsList>li>details[open]>summary::before{opacity:0;transform:translateY(-50%) rotate(90deg) scale(0.8)}.detailsList>li>details[open]>summary::after{opacity:1;transform:translateY(-50%) rotate(0deg) scale(1)}.documentList,ul.documentList{margin:1.5em 0 2.5em;list-style:none;-webkit-columns:24.5rem;columns:24.5rem;padding:0}.documentList>li,ul.documentList>li{margin-bottom:1em;-webkit-column-break-inside:avoid;break-inside:avoid-column;padding-left:2rem}.documentList>li.documentList-item--zip,ul.documentList>li.documentList-item--zip{padding:0}.documentList>li .documentList-item--name,ul.documentList>li .documentList-item--name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.documentList>li a,ul.documentList>li a{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.documentList>li a,ul.documentList>li a{font-size:1.25rem;line-height:1.4}}.documentList>li a,ul.documentList>li a{display:-ms-flexbox;display:flex}@media screen and (max-width: 47.99875em){.documentList>li a,ul.documentList>li a{font-size:.875rem;line-height:1.5714285714}}@media screen and (max-width: 47.99875em)and (max-width: 30em){.documentList>li a,ul.documentList>li a{font-size:1rem;line-height:1.5}}.documentList .fileIcon,ul.documentList .fileIcon{float:left;margin-right:0 !important;margin-left:-1.75rem !important;margin-top:2px !important}.faqSection .detailsList>li{width:auto;max-width:none}.footer{-ms-flex-negative:0;flex-shrink:0}.footer-homeLink{display:block;margin:5.75rem auto 2.5rem;margin:5.75rem auto 3rem;width:3.125rem;height:3.125rem;text-align:center;box-sizing:border-box;position:relative;border-radius:50%;text-decoration:none;box-sizing:border-box;min-width:48px;min-height:48px}@media screen and (max-width: 47.99875em){.footer-homeLink{margin:1.5rem auto 1.5rem}}.footer-homeLink:focus,.footer-homeLink:focus-visible{outline:none}.footer-homeLink:focus::before,.footer-homeLink:focus-visible::before{background:#fff url("/UI/icons/interface/material/arrow-circle-up-solid-400-48-energy.svg") no-repeat center;background-size:3rem auto;box-shadow:0 0 0 2px rgba(0,0,0,0),0 0 0 2px #23aa5f}.footer-homeLink:hover::before{background:#fff url("/UI/icons/interface/material/arrow-circle-up-solid-400-48-energy.svg") no-repeat center;background-size:3rem auto}.footer-homeLink::before{background:#fff url("/UI/icons/interface/material/arrow-circle-up-400-48-energy.svg") no-repeat center;background-size:3rem auto;content:"";position:absolute;inset:0;transition:box-shadow 100ms ease,background 100ms ease-in-out;z-index:1;box-sizing:border-box;border-radius:50%}.footer-menu{background-color:rgba(0,0,0,.05);padding:0 1rem 2.625rem}.footer-menu a:focus{color:#23aa5f}.footer .megaMenu-linkGroup{margin-bottom:4rem;-ms-flex:1 auto;flex:1 auto}.footer .megaMenu .megaMenu-column--primary{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0}.footer .megaMenu .megaMenu-column--primary .megaMenu-columnContent:last-child{-ms-flex-item-align:end;align-self:flex-end;margin-right:1.5rem;margin-top:auto}.footer-mainMenu{-ms-flex-negative:0;flex-shrink:0}.footer-utilityMenu>.menuList{display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:.5rem}.footer-utilityMenu>.menuList>li{-ms-flex:1 auto;flex:1 auto}@media screen and (max-width: 19.99875em){.footer-menu{padding-left:1rem;padding-right:1rem}.footer .megaMenu-column{width:auto}.footer .megaMenu-column--primary{-ms-flex:1;flex:1}.footer .megaMenu-panel:only-child{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.footer-homeLink{margin-top:3vw;margin-bottom:2vw}}@media screen and (max-width: 35.5em){.footer-mainMenu,.footer-secondaryMenu{display:none !important}:root .footer .megaMenu-panel--subject{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.footer .megaMenu-column--secondary{-ms-flex-order:-1;order:-1;width:100%;margin-top:0 !important;margin-left:0}.footer .megaMenu .megaMenu-column--primary .megaMenu-columnContent:last-child{-ms-flex-item-align:auto;align-self:auto}}.menuList{display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0}.menuList>li{margin-right:.5em}.menuList>li:last-child{margin-right:0}.menuList--vertical{-ms-flex-direction:column;flex-direction:column}.messageTable{margin:2em 0;width:100%;max-width:100%}.messageTable caption{border-bottom:.0625em solid #23aa5f;caption-side:block-start;text-align:left;letter-spacing:.0625em;text-transform:uppercase;font-weight:500}.messageTable thead th{font-weight:500}.messageTable tbody th{font-weight:300}.messageTable th{text-align:left;padding:.75em 1.125rem .75em 0;white-space:nowrap;vertical-align:top}.messageTable td{padding:.75em 1.125rem .75em 0;vertical-align:top}.messageTable td a{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.messageTable .messageTable-numericCell{padding-left:1.125rem;padding-right:0;text-align:right}.messageTable details>summary{list-style:none;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.messageTable details>summary:focus{outline:none}.messageTable details>summary:focus::before{outline-width:1px;outline-style:solid;outline-color:Highlight}@media(-webkit-min-device-pixel-ratio: 0){.messageTable details>summary:focus::before{outline-color:-webkit-focus-ring-color}}.messageTable details>summary::before{color:#23aa5f;content:"+";margin-right:.75rem;font-size:2em;font-weight:100;line-height:.7;transition:transform 100ms ease}.messageTable details>summary::-webkit-details-marker{display:none}.messageTable details[open]>summary{font-weight:500;letter-spacing:-0.0078125em}.messageTable details[open]>summary::before{color:#000;transform:rotate(45deg)}.messageTable time{white-space:nowrap}@media screen and (max-width: 47.99875em){.messageTable,.messageTable tbody,.messageTable tr,.messageTable th,.messageTable td,.messageTable caption{display:block}.messageTable thead,.messageTable tfoot{display:none}.messageTable tr{margin:.5em 0;padding:.5em 0}.messageTable tr+tr{border-top:1px solid #05ce74;padding-bottom:0}.messageTable th,.messageTable td{padding:0;padding:0;text-align:left !important}.messageTable td[data-label]{display:table-row}.messageTable td[data-label]::before{font-weight:500;content:attr(data-label);display:table-cell;padding-right:1.125rem}}.organizationDetails{display:table}.organizationDetails>div{display:table-row}.organizationDetails dt,.organizationDetails dd{display:table-cell}.organizationDetails dt{padding-right:1.5rem}.organizationDetails dd{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;padding-bottom:.5em}@media screen and (max-width: 23.4375em){.organizationDetails{display:block}.organizationDetails>div,.organizationDetails dt,.organizationDetails dd{display:block}.organizationDetails>div{margin-bottom:.75rem}.organizationDetails dd{margin:0;padding:0}}.person-image>img{display:block}.person--list{margin-bottom:1.25em}.person--list .person-reference{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.person--list .person-reference{font-size:1.25rem;line-height:1.4}}.person--list .person-image,.person--list .person-description{display:none}.person--list .person-details,.person--list .person-contact,.person--list .person-phone{display:-ms-flexbox;display:flex}.person--list .person-details{gap:2.5em}.person--list .person-contact,.person--list .person-role{font-size:1.125em;line-height:1.625em}.person--list .person-contact{-ms-flex-wrap:wrap;flex-wrap:wrap}.person--list .person-role{-ms-flex-order:-1;order:-1;min-width:15.25rem;width:15.25rem;margin:0}.person--list .person-name::after{content:", "}.person--list .person-email{white-space:nowrap}.person--list .person-email a[href^=mailto]{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.person--list .person-email:not(:only-child)::after{content:" / "}.person--list .person-phone a[href^=tel]{white-space:nowrap}.person--list .person-phone:not(:last-child)::after{content:" / "}.person--list .person-name,.person--list .person-title{display:inline-block}.person--flip{position:relative;display:inline-block;overflow:hidden;-ms-flex-preferred-size:22.5rem;flex-basis:22.5rem}.person--flip .person-role,.person--flip .person-email,.person--flip .person-phone{display:none}.person--flip .person-description{opacity:0;position:absolute}.person--flip .person-details{position:absolute;bottom:0;background-color:rgba(0,0,0,.5);color:#fff;left:0;right:0;text-align:right;padding:1em}.person--flip .person-name{font-weight:500}.person--flip .person-image>img{background-color:#3c3c3b;min-height:25rem;min-width:22.5rem;-webkit-filter:grayscale(1);filter:grayscale(1)}.person--flip .person-image>img::before{content:"";position:absolute;width:100%;height:100%;background-color:#3c3c3b;left:0;top:0;box-shadow:inset -1px 0 0 #000}.person--flip:hover .person-details,.person--flip:focus .person-details{color:#fff;position:absolute;background-color:#000;padding:1.3125em;top:0;left:0;right:0;bottom:0;text-align:left}.person--flip:hover .person-name,.person--flip:focus .person-name{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.person--flip:hover .person-name,.person--flip:focus .person-name{font-size:1.5rem;line-height:1.3333333333}}.person--flip:hover .person-title,.person--flip:focus .person-title{margin-bottom:1.5em}.person--flip:hover .person-description,.person--flip:focus .person-description{display:block;font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 30em){.person--flip:hover .person-description,.person--flip:focus .person-description{font-size:1rem;line-height:1.5}}.person--flip:hover .person-description,.person--flip:focus .person-description{right:auto;position:static;opacity:1}@media screen and (max-width: 48em){.person--list .person-role{min-width:13.75rem;width:13.75rem}}@media screen and (max-width: 47.99875em){.person--list .person-details{-ms-flex-direction:column;flex-direction:column;gap:.75em}.person--list .person-role::after{content:":"}}@media screen and (max-width: 30em){.person--list .person-contact{display:block}.person--list .person-email a[href^=mailto]{white-space:break-spaces}.person--list .person-email::after,.person--list .person-phone::after{display:none}}.personList{list-style:none;padding:0}.personList--flip{margin-bottom:5rem}.personList--flip:last-child{margin-bottom:0}.personList--flip .personList-heading{font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.personList--flip .personList-heading{font-size:1.125rem;line-height:1.4444444444}}.personList--flip .personList-heading{letter-spacing:1px;text-transform:uppercase}.personList--flip .personList-heading a:active{letter-spacing:1px}.personList-items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#epi-quickNavigator{transition:100ms ease;transform:translateY(-125%)}:root:hover #epi-quickNavigator{transform:translateY(0%)}.relatedArticles{margin-bottom:2em}.relatedArticles-heading{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.relatedArticles-heading{font-size:1.25rem;line-height:1.4}}.relatedArticles-heading{font-weight:500;border-bottom:1px solid #05ce74;padding-bottom:.25em;text-transform:uppercase;margin-bottom:1.5em}.relatedArticles-header{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.5em}.relatedArticles-header .relatedArticles-heading{-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:0}.relatedArticles-list{display:-ms-flexbox;display:flex;list-style:none;padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -0.75rem}.relatedArticles-list>li{width:21.375rem;min-width:21.375rem;max-width:21.375rem;-ms-flex-preferred-size:21.375rem;flex-basis:21.375rem;margin:0 .75rem 0}.relatedArticles-list--vertical{display:block}.relatedArticles-listContent{overflow:hidden;position:relative}.relatedArticles--horizontal{overflow-x:hidden;max-width:100%;width:100%;position:relative}.relatedArticles--horizontal .relatedArticles-listContainer .relatedArticles-list{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:visible;-ms-flex-pack:start;justify-content:flex-start}.relatedArticles--horizontal .relatedArticles-listContainer .relatedArticles-list>li{min-width:21.375rem;scroll-snap-align:start;scroll-snap-stop:always}@media screen and (max-width: 19.99875em){.relatedArticles--horizontal .relatedArticles-listContainer .relatedArticles-list>li{min-width:18rem;width:21.375rem;max-width:calc(100vw - 2rem)}}.relatedArticles--horizontal .relatedArticles-listContainer .relatedArticles-list>li~li{padding-left:1.5rem;border-left:1px solid #979797}.relatedArticles--horizontal .relatedArticles-listContainer .relatedArticles-list>li:last-child{padding-right:3rem}.relatedArticles--horizontal .relatedArticles-listContainer{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-padding-left:.75rem;scroll-padding-right:.75rem;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-touch-action:pan-x pinch-zoom;touch-action:pan-x pinch-zoom}.relatedArticles--horizontal .relatedArticles-listContainer::-webkit-scrollbar{display:none}.relatedArticles--horizontal .relatedArticles-listContent::after{box-shadow:inset -1em 0 1.5em hsla(0,0%,100%,.95);content:"";height:100%;width:3rem;right:0;top:0;position:absolute;z-index:1;pointer-events:none}@media(prefers-reduced-motion: reduce){.relatedArticles--horizontal .relatedArticles-listContainer{scroll-behavior:auto}}.relatedArticles--horizontal .relatedArticles-scrollButton{display:inline-block}.relatedArticles-article{position:relative}.relatedArticles-articleHeading{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.relatedArticles-articleHeading{font-size:1.5rem;line-height:1.3333333333}}.relatedArticles-articleHeading{font-weight:600;margin:0}.relatedArticles-articleHeading>a{text-decoration:none;padding-right:1.25em;background:url("/UI/icons/interface/material/arrow-forward-500-24-energy.svg") no-repeat right;background-size:1em auto}.relatedArticles-articleHeading>a::after{content:"";position:absolute;inset:0;z-index:1}.relatedArticles-articleHeading>a:hover,.relatedArticles-articleHeading>a:focus-visible{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.relatedArticles-articleDescription{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.relatedArticles-articleDescription{font-size:1.25rem;line-height:1.4}}.relatedArticles-articleDescription{margin-top:.5em}.relatedArticles-scrollButton{display:none;background:rgba(0,0,0,0) url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:100% auto;border:0;cursor:pointer;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;height:2rem;width:2rem;transition:transform 200ms}.relatedArticles-scrollButton--back{transform:rotate(-180deg)}@media screen and (max-width: 47.25em){.relatedArticles-list>li{min-width:0;max-width:none;width:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.relatedArticles-heading{margin-bottom:1em}.relatedArticles-header{margin-bottom:1em}.relatedArticles--horizontal .relatedArticles-list>li{min-width:calc(100% - 1.5rem);max-width:calc(100% - 1.5rem);width:calc(100% - 1.5rem);-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem)}}.searchField{border-bottom:2px solid #000;position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.searchField:focus-within,.searchField:focus{border-color:#23aa5f}.searchField{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.searchField{font-size:1.5rem;line-height:1.3333333333}}.searchField{text-transform:none}.searchField>label{position:absolute;left:0;z-index:0;top:50%;width:100%;transform:translateY(-50%)}.searchField .form-control,.searchField .choices-list--single .choices-item,.choices-list--single .searchField .choices-item,.searchField .choices-list--dropdown .choices-input,.choices-list--dropdown .searchField .choices-input,.searchField .choices-list--dropdown .choices-item,.choices-list--dropdown .searchField .choices-item{border:0;text-transform:inherit;position:relative;background:none;width:calc(100% - 0.8333333333em - 8px);height:1.5em;padding:0;min-width:0}.searchField>button{background:url("/UI/icons/interface/material/search-500-48-spruce.svg") no-repeat center;background-size:auto 1em;border:0;cursor:pointer;width:1em;min-width:1em;overflow:hidden;padding-top:1em;height:0;vertical-align:middle;margin:.25em 0 .25em 8px}.shareMenu{margin-top:1.5rem}.shareMenu-button{background-repeat:no-repeat;background-size:100% auto;transition:background-image 100ms ease-in-out,outline 100ms ease-in-out;display:inline-block;width:2.5rem;height:2.5rem;overflow:hidden;border-radius:50%}.shareMenu-button[href*=facebook]{background-image:url("/UI/icons/actions/facebook--green.svg")}.shareMenu-button[href*=facebook]:hover,.shareMenu-button[href*=facebook]:focus{background-image:url("/UI/icons/actions/facebook-solid--green.svg")}.shareMenu-button[href*=linkedin]{background-image:url("/UI/icons/actions/linkedin--green.svg")}.shareMenu-button[href*=linkedin]:hover,.shareMenu-button[href*=linkedin]:focus{background-image:url("/UI/icons/actions/linkedin-solid--green.svg")}.shareMenu-button[href*=twitter]{background-image:url("/UI/icons/actions/x--green.svg")}.shareMenu-button[href*=twitter]:hover,.shareMenu-button[href*=twitter]:focus{background-image:url("/UI/icons/actions/x-solid--green.svg")}.shareMenu-button:focus,.shareMenu-button:focus-visible{outline:2px solid #23aa5f;outline-offset:2px;border-radius:50%}.socialMediaLinks{margin-top:1.5rem}.socialMediaLinks .menuList>li{margin:0}.socialMediaLinks .menuList>li:last-child a{margin-right:0}.socialMediaLinks-link{background-repeat:no-repeat;background-size:100% auto;transition:background-image 100ms ease-in-out;display:block;width:2rem;height:0;padding-top:2rem;overflow:hidden;margin-right:16px}.socialMediaLinks-link::after{display:none}.socialMediaLinks-link[href*=facebook]{background-image:url("/UI/icons/actions/facebook--green.svg")}.socialMediaLinks-link[href*=facebook]:hover,.socialMediaLinks-link[href*=facebook]:focus{background-image:url("/UI/icons/actions/facebook-solid--green.svg")}.socialMediaLinks-link[href*=instagram]{background-image:url("/UI/icons/actions/instagram--green.svg")}.socialMediaLinks-link[href*=instagram]:hover,.socialMediaLinks-link[href*=instagram]:focus{background-image:url("/UI/icons/actions/instagram-solid--green.svg")}.socialMediaLinks-link[href*=linkedin]{background-image:url("/UI/icons/actions/linkedin--green.svg")}.socialMediaLinks-link[href*=linkedin]:hover,.socialMediaLinks-link[href*=linkedin]:focus{background-image:url("/UI/icons/actions/linkedin-solid--green.svg")}.socialMediaLinks-link[href*=twitter]{background-image:url("/UI/icons/actions/x--green.svg")}.socialMediaLinks-link[href*=twitter]:hover,.socialMediaLinks-link[href*=twitter]:focus{background-image:url("/UI/icons/actions/x-solid--green.svg")}.socialMediaLinks-link[href*=rss]{background-image:url("/UI/icons/actions/rss--green.svg")}.socialMediaLinks-link[href*=rss]:hover,.socialMediaLinks-link[href*=rss]:focus{background-image:url("/UI/icons/actions/rss-solid--green.svg")}.socialMediaLinks-link:focus,.socialMediaLinks-link:focus-visible{outline:2px solid #23aa5f;outline-offset:2px;border-radius:50%}.widgetItem-link[target=_blank],a[target=_blank]:not([class]),a[href^=http]:not([class]){background:url("/UI/icons/interface/material/arrow-outward-500-24-energy.svg") no-repeat right;padding-right:1.15em;background-size:1em 1em}.subscription-heading{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.subscription-heading{font-size:1.25rem;line-height:1.4}}.subscription-heading{font-weight:500;border-bottom:1px solid #05ce74;padding-bottom:.25em;text-transform:uppercase;margin-bottom:1.5em}.subscription-description{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.subscription-description{font-size:1.25rem;line-height:1.4}}.subscription-feedback{font-weight:500;margin:1.5em 0}.newsletter-slider{width:400px;position:fixed;top:50%;right:-2px;background-color:#f0f0f0;border:2px solid #e6e3e1;border-top-left-radius:10px;border-bottom-left-radius:10px;transition:.5s ease-in-out;padding:1em;z-index:1337;font-size:1.2em;transform:translateY(-50%)}@media screen and (max-width: 30em){.newsletter-slider{width:300px;font-size:1em}}.newsletter-slider__title{font-weight:500;color:#4a4a4a;margin:0 auto;text-align:center;margin-bottom:.5em}.newsletter-slider__heading{font-weight:500;margin-bottom:.5em}.newsletter-slider__close-btn{position:absolute;top:22px;right:8px;-webkit-appearance:none;-moz-appearance:none;border:none;cursor:pointer}.newsletter-slider .invalid{border:1px solid #002721;margin:1em auto 0 auto;padding:1.3125em;font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.newsletter-slider .invalid{font-size:1.25rem;line-height:1.4}}.newsletter-slider .invalid:empty{display:none}.newsletter-slider .email{margin-bottom:.5em}.newsletter-slider .email,.newsletter-slider .submit{width:100%}.newsletter-slider .form-switch>input[type=checkbox]~label:before{background-color:#fff}.newsletter-slider .form-switch>input[type=checkbox]:focus~label:before{outline-width:2px;outline-style:solid;outline-color:#000}@media(-webkit-min-device-pixel-ratio: 0){.newsletter-slider .form-switch>input[type=checkbox]:focus~label:before{outline-color:-webkit-focus-ring-color;outline-style:auto}}.newsletter-slider.is-hidden{right:-442px}@media screen and (max-width: 30em){.newsletter-slider.is-hidden{right:-342px}}.button-wrapper{top:50%;transform:translateY(-50%);position:fixed;right:0;transition:right .2s ease-in-out;z-index:1000;cursor:pointer}.button-wrapper:hover{right:5px}.button-wrapper.is-hidden{right:-72px}.newsletter-toggle{transform:rotate(270deg);background-color:#05ce74;color:#002721;-webkit-appearance:none;-moz-appearance:none;padding:.5em 1.25em 2em;border:1px solid #002721;border-top-left-radius:10px;border-top-right-radius:10px;font-size:1.2em;position:fixed;right:-65px;cursor:pointer;font-weight:500}.newsletter-toggle:focus-visible{outline:2px solid #002721;outline-offset:2px}.newsletter-remove{position:relative;right:32px;top:-50px;border:2px solid #002721;z-index:2000;border-radius:50%;width:24px;height:24px;padding-left:1px;cursor:pointer}.newsletter-remove svg{transform:scale(0.7)}.newsletter-remove:focus-visible{outline:2px solid #002721;outline-offset:2px}@media print,screen and (min-width: 90em){.tabFilter{position:relative;display:-ms-flexbox;display:flex}.tabFilter label{font-size:.875rem;line-height:1.5714285714;border-bottom:4px solid rgba(0,0,0,0);color:#28874b;padding:1.7142857143em;text-transform:uppercase;display:block;text-align:center}}@media screen and (min-width: 90em)and (max-width: 30em){.tabFilter label{font-size:1rem;line-height:1.5}}@media print,screen and (min-width: 90em){.tabFilter .form-switch>input[type=radio]~label::before{display:none}.tabFilter input:checked~label{border-bottom-color:#23aa5f;color:#000}.tabFilter input{position:absolute}.tabFilter::after{content:"";position:absolute;width:200vw;height:8px;box-shadow:0 3px 8px -3px rgba(0,0,0,.25);bottom:0;left:-100%}}.tabbedContent-panel[aria-hidden=true]{display:none}.tabbedContent-anchor{position:fixed;top:0;left:0}@media screen and (min-width: 71em){.tabbedContent-nav{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.tabbedContent-nav::after{content:"";position:absolute;width:200vw;height:8px;box-shadow:0 3px 8px -3px rgba(0,0,0,.25);bottom:0;left:-100%}.tabbedContent-tab{font-size:.875rem;line-height:1.5714285714;border-bottom:4px solid rgba(0,0,0,0);color:#28874b;padding:1.7142857143em;text-transform:uppercase;display:block;text-decoration:none}}@media screen and (min-width: 71em)and (max-width: 30em){.tabbedContent-tab{font-size:1rem;line-height:1.5}}@media screen and (min-width: 71em){.tabbedContent-tab[aria-selected]{border-bottom-color:#23aa5f;color:#000;font-weight:500}}@media screen and (max-width: 71em){.tabbedContent-nav{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-0.75em;margin-right:-0.75em}.tabbedContent-tab{padding-left:1.875em;overflow:hidden;display:inline-block;text-decoration:none;margin-left:.75em;margin-right:.75em;margin-bottom:8px}.tabbedContent-tab::before{content:"";display:inline-block;float:left;margin-left:-1.875em;height:1.5em;width:1.5em;border:1px solid #000;border-radius:50%;vertical-align:middle;box-sizing:border-box;box-shadow:inset 0 0 0 .25em #fff,inset 0 0 1px .3em #979797}.tabbedContent-tab[aria-selected]::before{background-image:radial-gradient(circle at center, #23AA5F 40%, #fff 43%);box-shadow:none}}@media screen and (max-width: 70.99875em){.tabbedContent-nav{-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width: 47.99875em){.tabbedContent-nav,.tabbedContent-tab{display:block}}.vjs-playlist{padding:0;background-color:#1a1a1a;color:#fff;list-style-type:none}.vjs-playlist img{display:block;height:auto;width:auto}.vjs-playlist .vjs-playlist-item-list{position:relative;margin:0;padding:0;list-style:none}.vjs-playlist .vjs-playlist-item{position:relative;cursor:pointer;overflow:hidden}.vjs-playlist .vjs-playlist-thumbnail-placeholder{background:#303030}.vjs-playlist .vjs-playlist-now-playing-text{display:none;position:absolute;top:0;left:0;padding-left:2px;margin:.8rem}.vjs-playlist .vjs-playlist-duration{position:absolute;top:.5rem;left:.5rem;padding:2px 5px 3px;margin-left:2px;background-color:rgba(26,26,26,.8)}.vjs-playlist .vjs-playlist-title-container{position:absolute;bottom:0;box-sizing:border-box;width:100%;padding:.5rem .8rem;text-shadow:1px 1px 2px #000,-1px 1px 2px #000,1px -1px 2px #000,-1px -1px 2px #000}.vjs-playlist .vjs-playlist-name{display:block;max-height:2.5em;padding:0 0 4px 2px;font-style:normal;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:20px}.vjs-playlist .vjs-playlist-description{margin:0;text-overflow:ellipsis;overflow:hidden}.vjs-playlist .vjs-up-next-text{display:none;padding:.1rem 2px;font-size:.8em;text-transform:uppercase}.vjs-playlist .vjs-up-next .vjs-up-next-text{display:block}.vjs-playlist .vjs-selected{background-color:#141a21}.vjs-playlist .vjs-selected img{opacity:.2}.vjs-playlist .vjs-selected .vjs-playlist-duration{display:none}.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text{display:block}.vjs-playlist .vjs-selected .vjs-playlist-title-container{text-shadow:none}.vjs-playlist-vertical{overflow-x:hidden;overflow-y:auto}.vjs-playlist-vertical img{width:100%;min-height:54px}.vjs-playlist-vertical .vjs-playlist-item{margin-bottom:5px}.vjs-playlist-vertical .vjs-playlist-thumbnail{display:block;width:100%}.vjs-playlist-vertical .vjs-playlist-thumbnail-placeholder{height:100px}.vjs-playlist-horizontal{overflow-x:auto;overflow-y:hidden}.vjs-playlist-horizontal img{min-width:100px;height:100%}.vjs-playlist-horizontal .vjs-playlist-item-list{height:100%;white-space:nowrap}.vjs-playlist-horizontal .vjs-playlist-item{display:inline-block;height:100%;margin-right:5px}.vjs-playlist-horizontal .vjs-playlist-thumbnail{display:block;height:100%}.vjs-playlist-horizontal .vjs-playlist-thumbnail-placeholder{height:100%;width:180px}.vjs-playlist.vjs-ad-playing{overflow:hidden}.vjs-playlist.vjs-ad-playing.vjs-csspointerevents{pointer-events:none;overflow:auto}.vjs-playlist.vjs-ad-playing.vjs-csspointerevents .vjs-playlist-ad-overlay{pointer-events:auto}.vjs-playlist.vjs-ad-playing .vjs-playlist-ad-overlay{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1a1a1a;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";background-color:rgba(0,0,0,.5)}.vjs-playlist{font-size:14px}.vjs-playlist .vjs-playlist-description{height:42px;line-height:21px}.vjs-mouse.vjs-playlist{font-size:15px}.vjs-mouse.vjs-playlist .vjs-playlist-description{height:45px;line-height:23px}@media(min-width: 600px){.vjs-mouse.vjs-playlist{font-size:17px}.vjs-mouse.vjs-playlist .vjs-playlist-description{height:51px;line-height:26px}.vjs-playlist .vjs-playlist-name{line-height:22px}}@media(max-width: 520px){.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text,.vjs-playlist .vjs-up-next .vjs-up-next-text{display:none}.vjs-mouse.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text,.vjs-mouse.vjs-playlist .vjs-up-next .vjs-up-next-text{display:none}}@media(min-width: 521px){.vjs-playlist img{min-height:85px}}@media(max-width: 750px){.vjs-playlist .vjs-playlist-duration{display:none}}.video{position:relative;max-width:100%;margin:5rem 0;overflow:hidden}.video-frame{padding-top:56.25%}.video-frame>video,.video-frame>.video-js{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.video-frame .vjs-playlist{background:none;position:absolute;top:0;right:-100%;height:100%;overflow:hidden auto;transition:right 200ms ease-in-out;width:27.4390243902%}.video-frame .vjs-playlist-vertical .vjs-playlist-item{margin:0}.video-frame .vjs-paused~.vjs-playlist{right:-1px}.video-frame .vjs-playlist-duration{display:none}.video-container{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.figureBlock .video{margin:0}.widgetItem-link[target=_blank],a[target=_blank]:not([class]),a[href^=http]:not([class]){background:url("/UI/icons/interface/material/arrow-outward-500-24-energy.svg") no-repeat right;padding-right:1.15em;background-size:1em 1em}.widgetSection-heading{min-width:23.75%;max-width:21.375rem;padding-right:1.5rem;font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.widgetSection-heading{font-size:1.5rem;line-height:1.3333333333}}.widgetSection--cards{margin:6.875em 0 5em}.widgetSection--cards .widgetSection-heading{font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.widgetSection--cards .widgetSection-heading{font-size:1.125rem;line-height:1.4444444444}}.widgetSection--cards .widgetSection-heading{letter-spacing:1px;text-transform:uppercase}.widgetSection--cards .widgetSection-heading a:active{letter-spacing:1px}.widgetSection--cards .widgetSection-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-0.75rem;margin-right:-0.75rem}.widgetSection--cards .widgetSection-list>.widgetItem{background-color:#fff;border:1px solid #979797;-ms-flex:1;flex:1;width:auto;max-width:calc(50% - 1.5rem);margin-left:.75rem;margin-right:.75rem;min-width:21.375rem;margin-bottom:1.5rem}.widgetSection--cards .widgetSection-list>.widgetItem .iframeBlock:not(.iframeBlock--sized){padding-top:85%;width:calc(100% - 4.25rem);margin:0 auto}.widgetSection--cards .widgetSection-list>.widgetItem .iframeBlock--sized[width]{width:auto}@media screen and (max-width: 47.5em){.widgetSection--cards{margin:4rem 0}.widgetSection--cards .widgetSection-list{display:block;margin-left:0;margin-right:0}.widgetSection--cards .widgetSection-list>.widgetItem{max-width:none;margin:0 0 1.5rem;min-width:0}.widgetSection--cards .widgetSection-list>.widgetItem .iframeBlock:not(.iframeBlock--sized){height:55vw;box-sizing:border-box;padding-top:0;min-height:20rem}}.widgetItem{padding-bottom:1.75rem}.widgetItem--footer{padding-bottom:0}.widgetItem-heading{min-width:23.75%;max-width:21.375rem;padding-right:1.5rem;font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.widgetItem-heading{font-size:1.5rem;line-height:1.3333333333}}.widgetItem-text{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.iframeBlock+.widgetItem-text{margin-top:4.0625rem}.widgetItem-links{margin:0 0 1em;text-align:right}.widgetItem-link{margin-right:8px}.widgetItem .iframeBlock--sized iframe:not([height]){height:55vw}.widgetItem .iframeBlock--sized iframe:not([width]){width:100%}@media screen and (max-width: 45em){.widgetItem-text{display:block}.iframeBlock+.widgetItem-text{margin-top:2rem}.widgetItem .iframeBlock{padding-top:100%}}.factBox-heading{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.factBox-heading{font-size:1.25rem;line-height:1.4}}.factBox-heading{margin-bottom:24px}.factBox-list{display:table;margin:1em 0;border-collapse:separate;border-spacing:0 .5em}.factBox-list>div{display:table-row;margin-bottom:.5em}.factBox-list dt,.factBox-list dd{display:table-cell;vertical-align:top}.factBox-list dt{font-weight:500;padding-right:2em}.factBox-list dt::after{content:":";margin-left:-0.2em}.factBox ul{padding-left:0;margin-left:1.25em}.figureBlock{counter-increment:figure-block}.figureBlock-heading{color:#23aa5f;margin:0;font-size:100%;font-weight:500}.figureBlock-caption{padding:.75em 0 0;text-align:left}.figureBlock-counter::before{display:block;content:attr(data-figcaption-title) " " counter(figure-block);color:#23aa5f;font-weight:500}.figureBlock-caption>p{margin:0}.figureBlock--image .figureBlock-media>img{display:block;margin:0 auto}.figureBlock--video{margin:5rem 0}.figureBlock--video:first-child{margin-top:0}.iframeBlock{height:0;padding-top:56.25%;overflow:hidden;position:relative;margin:1em 0;background:#f8f8f8}@media screen and (max-width: 53.125em){.iframeBlock{height:300px}}.iframeBlock:not(.iframeBlock--sized)>iframe{width:100%;height:100%;position:absolute;top:0;left:0}.iframeBlock--sized{padding:0;height:auto;overflow:visible;min-height:0;display:-ms-flexbox;display:flex;-ms-flex:1 auto;flex:1 auto;margin:0;max-width:100%}.iframeBlock--sized>iframe{position:static;margin:auto;display:block;max-width:100%}.linkCollection-header{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.linkCollection-header{font-size:1.5rem;line-height:1.3333333333}}.linkCollection-header{border-bottom:.0625em solid #23aa5f;text-align:left;text-transform:uppercase;margin-bottom:1.5em}.linkCollection .linkCollection-subheading+.linkCollection-heading{margin-top:0}.linkCollection-subheading{font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.linkCollection-subheading{font-size:1.125rem;line-height:1.4444444444}}.linkCollection-subheading{letter-spacing:1px;text-transform:uppercase}.linkCollection-subheading a:active{letter-spacing:1px}.linkCollection-subheading{font-weight:500;margin-bottom:0;padding-bottom:.3125em}.linkCollection-heading{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.linkCollection-heading{font-size:1.25rem;line-height:1.4}}.linkCollection-heading{font-weight:500;padding-bottom:.3125em;margin-bottom:0}.linkCollection-list{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;margin-top:1.5em;-ms-flex-wrap:wrap;flex-wrap:wrap}.linkCollection-listItem{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.linkCollection-listItem{font-size:1.25rem;line-height:1.4}}.linkCollection-listItem{margin-right:16px;margin-bottom:8px}.article .linkCollection{margin-bottom:3.75em;width:auto}.widget-container-block__toggle-container{padding-top:1.875rem;text-align:center;background-color:#fff}@media screen and (min-width: 90em){.widget-container-block__toggle-container{padding:0;background-color:rgba(0,0,0,0)}}.widget-container-block__toggle{display:inline-block;height:2.5625rem;margin-bottom:1.5625rem;padding:.125rem;border-radius:1.40625rem;background-color:#e8e8e8;z-index:3}.widget-container-block__toggle-option{display:inline-block;border-radius:1.25rem;padding:.6875rem 1.5rem .6875rem 1.5rem;cursor:pointer;overflow:hidden;background-color:rgba(0,0,0,0);transition:background-color .25s;border:none}.widget-container-block__toggle-option--selected{background-color:#fff}@media screen and (min-width: 90em){.widget-container-block__toggle{display:block;position:absolute;top:4.6875rem;left:4.375rem}}.widget-container-block__widget{position:absolute;left:0;top:0;padding:0;margin:0;pointer-events:none;width:100%;background-color:#fff;z-index:-1}.widget-container-block__widget>div{transition:opacity .5s}.widget-container-block__widget>div .widget-flow__content,.widget-container-block__widget>div .widget-situation__content{opacity:0;transform:translateX(15px);transition:transform .5s,opacity .5s}.widget-container-block__widget:first-child>div .widget-flow__content,.widget-container-block__widget:first-child>div .widget-situation__content{transform:translateX(-15px)}.widget-container-block__widget--visible{display:inline-block;position:relative;pointer-events:all;z-index:2}.widget-container-block__widget--visible>div .widget-flow__content,.widget-container-block__widget--visible>div .widget-situation__content{opacity:1;transform:translateY(0px) !important}.widget-container-block__widget:not(.widget-container-block__widget--visible){visibility:hidden;max-height:37.5rem;overflow:hidden}.expandMenu-title{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.expandMenu-title{font-size:1.5rem;line-height:1.3333333333}}.expandMenu-title{text-transform:uppercase;list-style:none;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block}.expandMenu-title::-webkit-details-marker{display:none}.expandMenu-title:focus,.expandMenu-title:hover,.expandMenu-title:focus-within{outline:none;border-bottom-color:#23aa5f}.expandMenu[open] .expandMenu-title{font-weight:500;letter-spacing:-0.25px}.expandMenu-icon{display:inline-block;margin-left:1.375rem;transition:transform 200ms ease;font-size:1.5em;line-height:1;vertical-align:-0.25em;height:1em;width:1em;position:relative}.expandMenu[open] .expandMenu-icon{transform:rotate(90deg);transform-origin:center}.expandMenu[open] .expandMenu-icon::before{display:none}.expandMenu[open] .expandMenu-icon::after{display:block;opacity:1}.expandMenu-icon::before,.expandMenu-icon::after{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.expandMenu-icon--menu::before{content:"";background:url("/UI/icons/interface/menu.svg") no-repeat center;width:100%;height:100%}.expandMenu-icon::after{background:url("/UI/icons/interface/close.svg") no-repeat center;background-size:75%;content:"";display:none;font-size:.75em;width:100%;height:100%}.expandMenu-icon--recent::after{display:block;opacity:0;transition:opacity 200ms ease}.expandMenu-content{overflow-y:auto}.expandMenu-icon--recent:before{background:url("/UI/icons/interface/recent.svg") no-repeat center}body.menu-overlay{position:fixed;width:100%;height:100%}body.menu-overlay .page .header{position:relative;z-index:10;width:100%}body.menu-overlay .page::after{content:"";background-color:#fff;z-index:3;position:absolute;top:0;left:0;height:100%;width:100%}body.menu-overlay main,body.menu-overlay .footer{display:none}.header,.header .startPage-header{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:calc(1rem + 0.25vh) 0 calc(5vw - 1rem)}.header-utilityMenu{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;width:100%;position:relative;margin-bottom:calc(.25rem + .5vh)}.header-mainMenu,.header-recentMenu{max-width:21.375rem;padding-right:1.5rem;box-sizing:border-box;width:15.2777777778%;margin-left:auto;margin-right:auto}.header-logo{position:relative;padding-right:1.5rem;box-sizing:border-box;margin-right:auto}.header-logoLink{min-width:10rem;display:block;width:13.625rem;max-width:100%}.header-logoImage{vertical-align:bottom;width:100%}.header-search{margin-left:auto;margin-right:0;max-width:13.75rem;box-sizing:border-box;width:15.2777777778%}.header-search .form-control,.header-search .choices-list--single .choices-item,.choices-list--single .header-search .choices-item,.header-search .choices-list--dropdown .choices-input,.choices-list--dropdown .header-search .choices-input,.header-search .choices-list--dropdown .choices-item,.choices-list--dropdown .header-search .choices-item{height:1.5em}.header-search .form-control::-webkit-input-placeholder, .header-search .choices-list--single .choices-item::-webkit-input-placeholder, .choices-list--single .header-search .choices-item::-webkit-input-placeholder, .header-search .choices-list--dropdown .choices-input::-webkit-input-placeholder, .choices-list--dropdown .header-search .choices-input::-webkit-input-placeholder, .header-search .choices-list--dropdown .choices-item::-webkit-input-placeholder, .choices-list--dropdown .header-search .choices-item::-webkit-input-placeholder{text-transform:uppercase;opacity:1}.header-search .form-control:-ms-input-placeholder, .header-search .choices-list--single .choices-item:-ms-input-placeholder, .choices-list--single .header-search .choices-item:-ms-input-placeholder, .header-search .choices-list--dropdown .choices-input:-ms-input-placeholder, .choices-list--dropdown .header-search .choices-input:-ms-input-placeholder, .header-search .choices-list--dropdown .choices-item:-ms-input-placeholder, .choices-list--dropdown .header-search .choices-item:-ms-input-placeholder{text-transform:uppercase;opacity:1}.header-search .form-control::-ms-input-placeholder, .header-search .choices-list--single .choices-item::-ms-input-placeholder, .choices-list--single .header-search .choices-item::-ms-input-placeholder, .header-search .choices-list--dropdown .choices-input::-ms-input-placeholder, .choices-list--dropdown .header-search .choices-input::-ms-input-placeholder, .header-search .choices-list--dropdown .choices-item::-ms-input-placeholder, .choices-list--dropdown .header-search .choices-item::-ms-input-placeholder{text-transform:uppercase;opacity:1}.header-search .form-control::placeholder,.header-search .choices-list--single .choices-item::placeholder,.choices-list--single .header-search .choices-item::placeholder,.header-search .choices-list--dropdown .choices-input::placeholder,.choices-list--dropdown .header-search .choices-input::placeholder,.header-search .choices-list--dropdown .choices-item::placeholder,.choices-list--dropdown .header-search .choices-item::placeholder{text-transform:uppercase;opacity:1}.header .expandMenu-title{white-space:nowrap}.header .expandMenu-content{left:-1rem;right:-1rem;position:absolute;background:#fff;z-index:2;max-height:calc(100vh - 100%);padding-left:1rem;top:100%}.header .megaMenu-content{margin:0 auto;max-width:100%;padding-right:1rem;box-sizing:border-box}.header .megaMenu-panel{padding-top:0}.header-mainMenu .megaMenu-panel{padding-top:calc(1rem + 2vw)}.header .subscription{margin-top:6vw}@media screen and (max-width: 75em){.header,.header .startPage-header{-ms-flex-align:center;align-items:center}.header-expandMenu{width:auto}.header .expandMenu-icon{margin-left:8px}.header-logo{width:12.5rem;max-width:12.5rem}}@media screen and (max-width: 50em){.header-logo{width:10rem;max-width:10rem}.header-search.searchField label{position:static;width:auto;height:auto;overflow:auto;clip:auto;white-space:initial;border:initial;width:100%;transform:none;text-transform:uppercase;z-index:2}.header-search.searchField .form-control,.header-search.searchField .choices-list--single .choices-item,.choices-list--single .header-search.searchField .choices-item,.header-search.searchField .choices-list--dropdown .choices-input,.choices-list--dropdown .header-search.searchField .choices-input,.header-search.searchField .choices-list--dropdown .choices-item,.choices-list--dropdown .header-search.searchField .choices-item{transition:width 100ms ease-in;background-color:#fff;position:absolute;width:calc(100vw - 2rem);max-width:none;top:-1px;right:-0.5rem;border-bottom:1px solid #000;height:calc(100% + 2px);padding:0 1.3333333333em 0 .75rem;box-sizing:border-box;z-index:3}.header-search.searchField .form-control:focus~button,.header-search.searchField .choices-list--single .choices-item:focus~button,.choices-list--single .header-search.searchField .choices-item:focus~button,.header-search.searchField .choices-list--dropdown .choices-input:focus~button,.choices-list--dropdown .header-search.searchField .choices-input:focus~button,.header-search.searchField .choices-list--dropdown .choices-item:focus~button,.choices-list--dropdown .header-search.searchField .choices-item:focus~button{z-index:4}.header-search.searchField .form-control:not(:focus),.header-search.searchField .choices-list--single .choices-item:not(:focus),.choices-list--single .header-search.searchField .choices-item:not(:focus),.header-search.searchField .choices-list--dropdown .choices-input:not(:focus),.choices-list--dropdown .header-search.searchField .choices-input:not(:focus),.header-search.searchField .choices-list--dropdown .choices-item:not(:focus),.choices-list--dropdown .header-search.searchField .choices-item:not(:focus){position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.header-search.searchField button{z-index:1;position:absolute;right:0;top:0}.header-search.searchField button:hover{z-index:4}}@media screen and (max-width: 45em){.header,.header .startPage-header{padding-bottom:calc(1rem + 1vw)}.header-logo{-ms-flex-order:1;order:1;-ms-flex:1 auto;flex:1 auto;min-width:0;padding-right:.75rem}.header-search{-ms-flex-order:3;order:3;min-width:45%}.header-expandMenu{-ms-flex-order:4;order:4;width:50%;-ms-flex:1 auto;flex:1 auto;margin-top:5vw;padding:0 .75rem;margin-left:auto;margin-right:auto;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.header-utilityMenu{-ms-flex-order:2;order:2;margin:0;width:auto;-ms-flex:1 auto;flex:1 auto;-ms-flex-pack:center;justify-content:center;padding-right:.75rem}.header-utilityMenu .utilityMenu-list>li:first-child{margin-left:0}}@media screen and (max-width: 40em){.header .searchField{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 40em)and (max-width: 30em){.header .searchField{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 30em){.header-logo{-ms-flex-order:1;order:1;max-width:none}.header-logoLink{max-width:10rem}.header-expandMenu{-ms-flex-order:4;order:4;padding:.5em;margin-top:.5em}.header-expandMenu .expandMenu-title{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 30em)and (max-width: 30em){.header-expandMenu .expandMenu-title{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 30em){.header-expandMenu .expandMenu-icon{margin-left:0}.header-utilityMenu{-ms-flex-pack:end;justify-content:flex-end;padding-right:0;-ms-flex-order:2;order:2;width:auto;margin:0 16px;-ms-flex-item-align:center;align-self:center}.header-search{-ms-flex-order:2;order:2;min-width:0;-ms-flex:1 auto;flex:1 auto;-ms-flex-item-align:center;align-self:center;height:1.5em}.header-search.searchField{-ms-flex:0 auto;flex:0 auto;border:0}.header-search.searchField label{opacity:0;width:100%;position:absolute;top:0;left:0}.header-search.searchField button{position:relative;left:auto;top:auto;margin:0 8px;z-index:1;margin-right:-0.1rem}}.megaMenu-content{max-width:100%;margin:0 auto}@media print,screen and (min-width: 90em){.megaMenu-content{width:90em}}.megaMenu-column--primary{min-width:21.375rem;width:74.5833333333%;-ms-flex:auto;flex:auto}#recent-menu .megaMenu-column--primary{width:66.1111111111%;box-sizing:border-box;padding-right:1.5rem}.megaMenu-column--secondary{border-left:1px solid #979797;margin-left:auto;min-width:13.75rem;width:23.75%;max-width:21.375rem;padding-left:2.25rem;-ms-flex:1 auto;flex:1 auto;box-sizing:border-box}#recent-menu .megaMenu-column--secondary{min-width:21.375rem;width:32.2222222222%;max-width:29rem;box-sizing:border-box}.megaMenu-panel{display:none;padding-top:5vw}.megaMenu-panel:only-child{display:block}@media screen and (min-width: 45.375em){.megaMenu-panel:only-child{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.megaMenu-panelSwitch{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.megaMenu-panelSwitch:checked+label{font-weight:500}.megaMenu-panelSwitch:focus+label{outline-style:auto;outline-width:5px;outline-color:Highlight}@media(-webkit-min-device-pixel-ratio: 0){.megaMenu-panelSwitch:focus+label{outline-color:-webkit-focus-ring-color}}.megaMenu-panelSwitchLabel{font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.megaMenu-panelSwitchLabel{font-size:1.125rem;line-height:1.4444444444}}.megaMenu-panelSwitchLabel{letter-spacing:1px;text-transform:uppercase}.megaMenu-panelSwitchLabel a:active{letter-spacing:1px}.megaMenu-panelSwitchLabel{margin-right:2.5em}.megaMenu-article{margin-bottom:2em;-webkit-column-break-inside:avoid;break-inside:avoid-column}.megaMenu-article time{color:#3c3c3b}.megaMenu-columnHeading,.megaMenu-articleHeading{font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.megaMenu-columnHeading,.megaMenu-articleHeading{font-size:1.125rem;line-height:1.4444444444}}.megaMenu-columnHeading,.megaMenu-articleHeading{margin:0}.megaMenu-articleHeading{display:-ms-flexbox;display:flex}.megaMenu-articleHeading>a{text-decoration:none}.megaMenu-articleHeading>a:active{letter-spacing:normal}.megaMenu-articleHeading>a:hover{-webkit-text-decoration:underline #23aa5f;text-decoration:underline #23aa5f;text-decoration-thickness:2px}.megaMenu-articleHeading .fileIcon~a{line-height:1.52}.megaMenu-articleHeading--file{display:block;padding-left:1.75em;overflow:hidden}.megaMenu-articleHeading--file .fileIcon:not(.fileIcon--zip){float:left;margin-left:-1.75em !important;margin-top:.125em !important}.megaMenu-articleHeading--file .fileIcon--zip+a{margin-left:-1.75em}.megaMenu-articleMetadata{text-transform:uppercase;font-weight:300;font-size:87.5%}.megaMenu-columnHeading{text-transform:uppercase;margin-bottom:1.25em;font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.megaMenu-columnHeading{font-size:1.125rem;line-height:1.4444444444}}.megaMenu-columnHeading{letter-spacing:1px;text-transform:uppercase}.megaMenu-columnHeading a:active{letter-spacing:1px}@media screen and (min-width: 18.375em){.megaMenu-columnContent--columns{-webkit-columns:18.375rem;columns:18.375rem;-webkit-column-gap:1.5rem;column-gap:1.5rem}.megaMenu-columnContent--columns>*{-webkit-column-break-inside:avoid;break-inside:avoid-column}.megaMenu-columnContent--columns>*:last-child{margin:0}}@media screen and (min-width: 45.3125em){#recent-menu .megaMenu-columnContent--columns{-webkit-columns:2;columns:2;-webkit-column-width:20rem;column-width:20rem}}.megaMenu-columnContent--horizontal{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.megaMenu-columnContent--horizontal>.linkGroup{min-width:13.75rem;max-width:21.375rem;width:23.75%;margin-right:1.5rem;-ms-flex:1 auto;flex:1 auto}.megaMenu .linkGroup{margin-bottom:2em}.megaMenu .linkGroup:last-child{margin-bottom:0}.megaMenu .linkGroup>ul{margin:0}.megaMenu .linkGroup>ul>li{margin-top:8px}.megaMenu .linkGroup>ul>li a{text-decoration:none}.megaMenu .linkGroup>ul>li a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}.megaMenu .linkGroup>ul>li a:focus{text-decoration:underline}.megaMenu .linkGroup-heading{text-transform:uppercase;margin:0}.megaMenu .linkGroup-heading>a{color:#000}.megaMenu .linkGroup-heading>a:active{letter-spacing:normal}@media screen and (max-width: 66.125em){#recent-menu .megaMenu-column--primary{padding-right:0;width:auto}#recent-menu .megaMenu-column--secondary{border:0;width:auto;max-width:none;padding-left:0;margin-top:3.25rem;padding-bottom:3.25rem;min-width:0}.megaMenu .subscription{display:none}}@media screen and (max-width: 45.3125em){.megaMenu-column,.megaMenu-column--primary,.megaMenu-column--secondary{width:auto;max-width:none;-ms-flex:auto;flex:auto;min-width:0;border:0;padding:0}.megaMenu-column~.megaMenu-column{margin-top:2em}}@media screen and (max-height: 50.75em)and (max-width: 50.75em){.megaMenu .megaMenu-panel--subject{-ms-flex-wrap:wrap;flex-wrap:wrap}.megaMenu .megaMenu-column--primary{width:100%}.megaMenu .megaMenu-column--secondary{border:0;width:auto;min-width:0;max-width:none;padding-left:0}.megaMenu .megaMenu-columnContent--columns{-webkit-columns:auto;columns:auto;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.megaMenu .megaMenu-columnContent--columns>.linkGroup{-ms-flex:1 13.75rem;flex:1 13.75rem}.megaMenu .linkGroup{margin:0}.megaMenu .linkGroup-header{display:-ms-flexbox;display:flex;border-top:1px solid #efe9e5;padding:1rem 0;-ms-flex-align:center;align-items:center}.megaMenu .linkGroup-heading{-ms-flex:1 auto;flex:1 auto;line-height:1;margin:0}.megaMenu .linkGroup>.linkGroup-heading{padding:1rem 0;margin:.1875em 0}.megaMenu .linkGroup-label{background:url("/UI/icons/interface/material/add-500-24-energy.svg") no-repeat center;background-size:1.5rem;padding-top:1.3125rem;position:relative;height:0;width:1.5rem;min-width:1.5rem;display:inline-block !important;overflow:hidden;margin-right:1rem}.megaMenu .linkGroup-heading .linkGroup-label{background-position:left center;height:auto;padding-left:2.3125rem;padding-top:0;margin-right:0;width:auto;overflow:visible}.megaMenu .linkGroup-toggle{display:inline !important;position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.megaMenu .linkGroup-toggle~.linkGroup-list{display:none}.megaMenu .linkGroup-toggle:checked~.linkGroup-list{display:block;padding-bottom:1.5em !important}.megaMenu .linkGroup-toggle:checked~.linkGroup-header .linkGroup-label{background-image:url("/UI/icons/interface/material/close-500-24-energy.svg")}}#menu-subject-show:checked~.megaMenu-panel--subject{display:-ms-flexbox;display:flex}@media screen and (max-width: 45.3125em){#menu-subject-show:checked~.megaMenu-panel--subject{display:block}}#menu-alphabetical-show:checked~.megaMenu-panel--alphabetical{display:block}.megaMenu-panel--alphabetical .megaMenu-columnContent{-webkit-columns:4;columns:4;-webkit-column-width:13.75rem;column-width:13.75rem;-webkit-column-gap:1.5rem;column-gap:1.5rem}.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup{-webkit-column-break-inside:avoid;break-inside:avoid-column;margin-bottom:3em;display:-ms-flexbox;display:flex;-ms-flex-line-pack:start;align-content:flex-start}.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup:last-child{margin:0}@media screen and (max-height: 50.75em){.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup{margin:0;display:block}}.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup-list{padding:0 !important;margin:0 0 0 1.25em}.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup-list>li{margin-bottom:.75em}.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup-list>li:last-child{margin:0}@media screen and (min-height: 50.8125em),(min-width: 50.8125em){.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup-header,.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup-subheading{min-width:1.5rem;text-align:center;margin-left:-.3rem}}@media screen and (max-width: 50.75em){.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup{margin-bottom:.75em}}@media screen and (max-height: 50.75em){.megaMenu-panel--alphabetical .megaMenu-columnContent:not([hidden]){display:none}.megaMenu-panel--alphabetical .megaMenu-columnContent[hidden]{display:block !important}}.utilityMenu-list{list-style:none;margin:0;padding:0;font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 30em){.utilityMenu-list{font-size:1rem;line-height:1.5}}.utilityMenu-list{display:-ms-flexbox;display:flex;list-style:none}.utilityMenu-list>li{margin-left:1.7142857143em}@media screen and (max-width: 45em){.utilityMenu a[rel=alternate]::before{content:attr(hreflang);text-transform:uppercase}.utilityMenu a[rel=alternate] span{display:none}.utilityMenu .utilityMenu-contact{display:none}}.anchorMenu{background-color:#003c32;color:#bbffe3;padding:1.3125em;text-transform:uppercase;margin:2em 0 3.5em;position:-webkit-sticky;position:sticky;top:0;z-index:3}.anchorMenu .menuList{-ms-flex-pack:distribute;justify-content:space-around}.anchorMenu .menuList>li{margin:0 4px}.anchorMenu .menuList a{color:inherit;text-decoration:none;font-weight:500}.anchorMenu .menuList a:hover,.anchorMenu .menuList a:focus,.anchorMenu .menuList a:active{text-decoration:underline;text-decoration-thickness:2px}.anchorMenu-target a[id]+*{margin-top:0}@supports((position: -webkit-sticky) or (position: sticky)){.anchorMenu-target{position:relative}.anchorMenu-target>a[id]:first-child{position:absolute;left:0;top:-6rem}}@media screen and (max-width: 57em){.anchorMenu{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}}@media screen and (max-height: 50em){.anchorMenu{position:static;margin:1em 0}}.breadcrumb{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 30em){.breadcrumb{font-size:1rem;line-height:1.5}}.breadcrumb{font-size:1em;line-height:1.5em;color:#3c3c3b}.breadcrumb .menuList{display:block;margin:0;padding:0;list-style:none}.breadcrumb .menuList>li{display:inline;white-space:normal;overflow-wrap:anywhere;margin:0}.breadcrumb .menuList>li::after{content:"/";margin:0 .5em}.breadcrumb .menuList>li:last-child{color:#000;font-weight:500;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.breadcrumb .menuList>li:last-child::after{display:none}.breadcrumb .menuList>li>a{color:inherit}@media screen and (max-width: 47.9375em){.breadcrumb .menuList>li:not(:nth-last-child(-n+2)){display:none}.breadcrumb .menuList>li:nth-last-child(-n+2){display:inline}}.linkGroup-heading,.linkGroup-subheading{font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.linkGroup-heading,.linkGroup-subheading{font-size:1.125rem;line-height:1.4444444444}}.linkGroup-heading,.linkGroup-subheading{font-weight:600}.linkGroup-list{list-style:none;list-style-image:none;list-style-type:none;padding:0}.linkGroup-list>li{list-style:none;list-style-image:none;list-style-type:none}.linkGroup-listItem{display:block;list-style:none;list-style-image:none;list-style-type:none}.linkGroup-subheading{margin:0}.linkGroup-toggle{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.linkGroup-list--sublist{margin:0 !important;padding-left:2.3125rem !important}.linkGroup-list--sublist>li{display:-ms-flexbox;display:flex}.linkGroup-sublist{margin:0 0 0 1.5rem;padding:0;list-style:none}.sectionLinks{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-1.5rem;margin-left:-0.75rem;margin-right:-0.75rem}.sectionLinks .sectionLink{margin-left:.75rem;margin-right:.75rem;max-width:calc(49.9% - 1.5rem);-ms-flex:1 calc(49.9% - 1.5rem);flex:1 calc(49.9% - 1.5rem)}.sectionLink{border:1px solid #979797;-ms-flex:1 1 49.1666666667%;flex:1 1 49.1666666667%;min-width:29rem;width:44.25rem;max-width:49.1666666667%;padding:2.375em 4em;box-sizing:border-box;margin-bottom:1.5rem;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.sectionLink:hover .sectionLink-heading{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}.sectionLink-heading{font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 30em){.sectionLink-heading{font-size:1.75rem;line-height:1.2857142857}}.sectionLink-heading{font-weight:500}.sectionLink-heading>a{color:inherit;text-decoration:inherit;margin-right:8px}.sectionLink-heading>a::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.sectionLink-description{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.sectionLink-description{font-size:1.5rem;line-height:1.3333333333}}.sectionLink--withDescription{padding:4.875em 4em 3.875em}.sectionLink--withDescription .sectionLink-heading{font-size:2.5rem;line-height:1.2;font-weight:100}@media screen and (max-width: 30em){.sectionLink--withDescription .sectionLink-heading{font-size:2.25rem;line-height:1.2222222222}}.sectionLink--withDescription .sectionLink-heading{font-weight:600}.sectionLink--withDescription .sectionLink-description{padding-bottom:5.125rem}.sectionLink--withDescription::after{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.sectionLink--withDescription:hover::after{transform:scale(1.25)}.sectionLink--withDescription::after{margin-top:5.125rem;margin-bottom:0;margin-top:auto}.sectionLink:not(.sectionLink--withDescription) .sectionLink-heading{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.sectionLink:not(.sectionLink--withDescription) .sectionLink-heading::after{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.sectionLink:not(.sectionLink--withDescription) .sectionLink-heading:hover::after{transform:scale(1.25)}.sectionLink:not(.sectionLink--withDescription):hover .sectionLink-heading::after{transform:scale(1.25)}@media screen and (max-width: 62.125em){.sectionLinks{-ms-flex-pack:center;justify-content:center;margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem)}.sectionLinks .sectionLink{margin-left:1.5rem;margin-right:1.5rem}.sectionLink,.sectionLink--withDescription{padding:1.5rem}.sectionLink .sectionLink-heading,.sectionLink--withDescription .sectionLink-heading{font-size:1.5rem;line-height:1.3333333333}}@media screen and (max-width: 62.125em)and (max-width: 30em){.sectionLink .sectionLink-heading,.sectionLink--withDescription .sectionLink-heading{font-size:1.5rem;line-height:1.3333333333}}@media screen and (max-width: 62.125em){.sectionLink .sectionLink-description,.sectionLink--withDescription .sectionLink-description{font-size:1.25rem;line-height:1.4;padding-bottom:1.25rem}}@media screen and (max-width: 62.125em)and (max-width: 30em){.sectionLink .sectionLink-description,.sectionLink--withDescription .sectionLink-description{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 31em){.sectionLinks .sectionLink{max-width:100%;min-width:0;width:auto}}.gauge{padding-top:1.125rem}.gauge__inner{position:relative}.gauge__axis{position:absolute;top:-1.125rem}.gauge__dial-container{position:absolute;top:1.875rem;left:50%;height:6.4375rem;transform:translateX(-50%)}.gauge__dial{height:100%;transform-origin:bottom center;opacity:1;transition:transform .25s,opacity .5s}.gauge__value{margin-top:-4.6875rem;font-size:1.5rem;font-weight:500}.gauge__unit{font-size:1rem;margin-bottom:1.5625rem}.map{position:relative}.map svg{min-height:24.5rem}.map__legend{position:absolute;top:9.375rem;right:-1.25rem;text-align:left;transform:scale(0.8)}@media screen and (min-width: 27.5em){.map__legend{transform:scale(1);top:13.75rem}}@media screen and (min-width: 64em){.map__legend{right:0;top:13.125rem}}.map__legend-row{margin-bottom:.625rem}.map__legend-color{display:inline-block;width:1.25rem;height:1.25rem;border-radius:50%;transform:translate(-3px, 4px)}@media screen and (min-width: 64em){.map__legend-color{transform:translate(-6px, 5px)}}.map g[data-name=Arrows]{pointer-events:none}.map g[data-name=Arrows] g[data-name] path,.map g[data-name=Arrows] g[data-name] rect,.map g[data-name=Arrows] g[data-name] polygon,.map g[data-name=Arrows] g[data-name] polyline{opacity:0;transition:opacity .25s}.map g[data-name=Arrows] g[data-name].__visible path,.map g[data-name=Arrows] g[data-name].__visible rect,.map g[data-name=Arrows] g[data-name].__visible polygon,.map g[data-name=Arrows] g[data-name].__visible polyline{opacity:1}.map g[data-name=Map] g[data-name]{outline:none !important}.map g[data-name=Map] g[data-name] path,.map g[data-name=Map] g[data-name] polygon,.map g[data-name=Map] g[data-name] polyline{transition:fill .25s,stroke .25s;fill:rgba(0,0,0,0);pointer-events:all;opacity:1}.map g[data-name=Map] g[data-name].__clickable path,.map g[data-name=Map] g[data-name].__clickable polygon,.map g[data-name=Map] g[data-name].__clickable polyline{cursor:pointer}.map g[data-name=Map] g[data-name].__clickable path:hover,.map g[data-name=Map] g[data-name].__clickable polygon:hover,.map g[data-name=Map] g[data-name].__clickable polyline:hover{fill:rgba(32,179,222,.25) !important}.map g[data-name=Map] g[data-name].__selected path,.map g[data-name=Map] g[data-name].__selected polygon,.map g[data-name=Map] g[data-name].__selected polyline{fill:rgba(32,179,222,.15) !important;stroke:#20b3de !important}.map g[data-name="Frame text"]{pointer-events:none;transform:translateX(1px)}.map g[data-name="Frame text"] path[data-name],.map g[data-name="Frame text"] rect[data-name]{fill:#fff !important;stroke:#ccc;transition:stroke .25s}.map g[data-name="Frame text"] path[data-name].__selected,.map g[data-name="Frame text"] rect[data-name].__selected{stroke:#20b3de}.map g[data-name="Frame text"] .__text{fill:#000;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tippy-box[data-theme~=statnett]{padding:.625rem;border-radius:.3125rem;background-color:#fff;color:#000;border:1px solid #c4c4c4;box-shadow:0 2px 4px 0 rgba(0,0,0,.1490196078)}.tippy-box[data-theme~=statnett][data-placement^=bottom-start]>.tippy-arrow::before{border-bottom-color:#fff}.widget-flow{padding:3.125rem 1rem;text-align:center}@media screen and (min-width: 64em){.widget-flow{text-align:left;padding:4.375rem 2rem 2rem 4.375rem}}@media screen and (min-width: 64em){.widget-flow__inner{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width: 64em){.widget-flow__content{width:50%;padding-top:5.625rem;background-color:rgba(0,0,0,0)}}.widget-flow__heading{font-size:1.5rem;font-weight:500;margin-bottom:2.625rem}.widget-flow__map{width:80%;margin:3.125rem auto 0 auto}@media screen and (min-width: 64em){.widget-flow__map{width:50%;padding-left:1.875rem;background-color:rgba(0,0,0,0)}}.widget-flow__map .map{height:100%}.widget-flow__map svg{width:100% !important}.widget-flow__link{padding-top:1.25rem;font-size:1.1875rem}@media screen and (min-width: 64em){.widget-flow__link{position:absolute;left:4.375rem;bottom:4.375rem}}.widget-flow__link a{padding:0 !important;font-weight:500;text-decoration:none;cursor:pointer;background:none !important}.widget-flow__link a::after{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.widget-flow__link a:hover::after{transform:scale(1.25)}.widget-flow__link a:after{display:inline-block;transform:scale(0.5) translate(0.1875rem, 0.9375rem)}.widget-flow__link a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}.widget-flow__link a:hover:after{transform:scale(0.5) translate(0.3125rem, 0.9375rem)}.widget-flow__link--center{width:100%;left:0;text-align:center}.widget-flow__error{font-weight:500;color:#23aa5f;opacity:.75}.widget-flow__select{width:100%;margin-bottom:2.1875rem;text-align:left}.widget-flow__select select{width:100%}.widget-flow__price{padding-left:.875rem;padding-bottom:1.25rem;text-align:left}.widget-flow__table{width:100%;border-collapse:collapse;border-spacing:0;text-align:left;margin-bottom:6.25rem}.widget-flow__table tr:first-child td{border-top:1px solid #dadada}.widget-flow__table td{margin:0;border-bottom:1px solid #dadada}.widget-flow__cell{padding:.625rem}.widget-flow__cell--value{text-align:right;white-space:nowrap}.widget-flow__arrow:after{display:block;background:url("/UI/icons/interface/flow-arrow--left--green.svg") no-repeat center;background-size:100%;content:"";width:1.3125rem;height:.6875rem}.widget-flow__arrow--right:after{background:url("/UI/icons/interface/flow-arrow--right--green.svg") no-repeat center}.widget-situation{padding:3.125rem 1rem;text-align:center}@media screen and (min-width: 64em){.widget-situation{text-align:left;padding:4.375rem 2rem 2rem 4.375rem}}@media screen and (min-width: 64em){.widget-situation__inner{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width: 64em){.widget-situation__content{width:50%;padding-top:5.625rem;background-color:rgba(0,0,0,0)}}.widget-situation__heading{font-size:1.5rem;font-weight:500;margin-bottom:2.625rem}.widget-situation__map{width:80%;margin:3.125rem auto 0 auto}@media screen and (min-width: 64em){.widget-situation__map{width:50%;padding-left:1.875rem;background-color:rgba(0,0,0,0)}}.widget-situation__map .map{height:100%}.widget-situation__map svg{width:100% !important}.widget-situation__link{padding-top:1.25rem;font-size:1.1875rem}@media screen and (min-width: 64em){.widget-situation__link{position:absolute;left:4.375rem;bottom:4.375rem}}.widget-situation__link a{padding:0 !important;font-weight:500;text-decoration:none;cursor:pointer;background:none !important}.widget-situation__link a::after{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.widget-situation__link a:hover::after{transform:scale(1.25)}.widget-situation__link a:after{display:inline-block;transform:scale(0.5) translate(0.1875rem, 0.9375rem)}.widget-situation__link a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}.widget-situation__link a:hover:after{transform:scale(0.5) translate(0.3125rem, 0.9375rem)}.widget-situation__link--center{width:100%;left:0;text-align:center}.widget-situation__error{font-weight:500;color:#23aa5f;opacity:.75}.widget-situation__expand-legend-button{display:none;text-decoration:none !important}@media screen and (min-width: 64em){.widget-situation__expand-legend-button{display:block}}.widget-situation__legend{display:none;max-height:0;padding-bottom:6.25rem;opacity:0;pointer-events:none;transition:opacity .25s,max-height .25s;overflow:hidden}.widget-situation__legend__heading{font-weight:500;margin-bottom:1.25rem}.widget-situation__legend__row{padding-bottom:.625rem}.widget-situation__legend__row-heading{font-weight:500;font-size:inherit}.widget-situation__legend__color{display:inline-block;width:1.25rem;height:1.25rem;border-radius:50%;transform:translateY(4px);margin-right:.375rem}@media screen and (min-width: 64em){.widget-situation__legend{display:block}}.widget-situation__content--expanded .widget-situation__legend{opacity:1;pointer-events:all;max-height:125rem}#widget-frequency{height:100%;padding:0 !important}.widget-frequency{padding:3.125rem 1rem;text-align:center}@media screen and (min-width: 64em){.widget-frequency{text-align:left;padding:4.375rem 2rem 2rem 4.375rem}}@media screen and (min-width: 64em){.widget-frequency__inner{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width: 64em){.widget-frequency__content{width:50%;padding-top:5.625rem;background-color:rgba(0,0,0,0)}}.widget-frequency__heading{font-size:1.5rem;font-weight:500;margin-bottom:2.625rem}.widget-frequency__map{width:80%;margin:3.125rem auto 0 auto}@media screen and (min-width: 64em){.widget-frequency__map{width:50%;padding-left:1.875rem;background-color:rgba(0,0,0,0)}}.widget-frequency__map .map{height:100%}.widget-frequency__map svg{width:100% !important}.widget-frequency__link{padding-top:1.25rem;font-size:1.1875rem}@media screen and (min-width: 64em){.widget-frequency__link{position:absolute;left:4.375rem;bottom:4.375rem}}.widget-frequency__link a{padding:0 !important;font-weight:500;text-decoration:none;cursor:pointer;background:none !important}.widget-frequency__link a::after{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.widget-frequency__link a:hover::after{transform:scale(1.25)}.widget-frequency__link a:after{display:inline-block;transform:scale(0.5) translate(0.1875rem, 0.9375rem)}.widget-frequency__link a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}.widget-frequency__link a:hover:after{transform:scale(0.5) translate(0.3125rem, 0.9375rem)}.widget-frequency__link--center{width:100%;left:0;text-align:center}.widget-frequency__error{font-weight:500;color:#23aa5f;opacity:.75}.widget-frequency{height:100%;padding:0 !important}.widget-frequency__inner{display:block;padding:3.125rem 1rem;text-align:center}@media screen and (min-width: 64em){.widget-frequency__inner{padding:4.375rem 2rem 6.25rem}}.widget-frequency__level-text{font-size:1.1875rem;font-weight:500}.widget-frequency__gauge{width:14.75rem;margin:0 auto}.article--article{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:800px;margin:0 auto;gap:40px}.article--article>.article-text>:is(h1,h2,h3,h4):first-child{margin-top:0}@media screen and (max-width: 70.9375em){.article--article{width:100%;max-width:none}}@media screen and (max-width: 47.99875em){.article--article{gap:2.25rem}}.article--article .article{counter-reset:figure-block}.article--article .article-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.5rem}@media print{.article--article .article-header{display:block}}.article--article .article-footerHeading{font-weight:600}.article--article .article-separator{width:100%;height:4px;background-color:#05ce74}@media print{.article--article .article-headerText:only-child .article-heading{margin-left:0}}@media print{.article--article .article-headerText:only-child{max-width:none;width:auto;margin-right:auto}}@media print{.article--article .article-headerText{max-width:none;width:auto}}.article--article .article-headerMeta{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}.article--article .article-headerDetails{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;gap:1.5rem}.article--article .article-text{max-width:100%}.article--article .article-text p,.article--article .article-text li{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.article--article .article-text p,.article--article .article-text li{font-size:1.25rem;line-height:1.4}}@media print{.article--article .article-text{margin-right:auto}}.article--article .article-header .figureBlock-caption{max-width:800px;margin:0 auto;padding:.75rem 1rem 0}.article--article .article-header .figureBlock-media>img{max-height:540px;width:100%;object-fit:cover}@media screen and (min-width: 71em){.article--article .article-header .article-headerImage{width:100vw;max-width:960px;margin:0 calc(50% - min(50vw,480px))}}.article--article .article-metaData{font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.article--article .article-metaData{font-size:1.125rem;line-height:1.4444444444}}.article--article .article-metaData{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0rem 1rem}@media screen and (max-width: 47.99875em){.article--article .article-metaData{font-size:.875rem;line-height:1.5714285714;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 47.99875em)and (max-width: 30em){.article--article .article-metaData{font-size:1rem;line-height:1.5}}.article--article .article-metaData span:first-child{position:relative}.article--article .article-metaData span.separator::after{position:absolute;pointer-events:none}@media screen and (min-width: 48em){.article--article .article-metaData span.separator::after{content:"|";right:-0.625rem}}.article--article .article-sharing{margin-top:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;-ms-flex-negative:0;flex-shrink:0}.article--article .article-sharing .shareMenu-button{margin-right:0}@media screen and (max-width: 71em){.article--article .article-headerImage+.article-headerText{padding-left:0}}@media screen and (max-width: 47.99875em){.article--article .article-headerDetails{-ms-flex-direction:column;flex-direction:column;gap:1rem}}@media screen and (max-width: 56.25em){.article--article .article-text .factBox{padding:1.875em}}@media screen and (max-width: 50em){.article--article .article-headerText:only-child .article-heading,.article--article .article-headerImage+.article-headerText .article-heading{margin-left:0}.article--article .article-text{margin:0 auto}.article--article .article-text .figureBlock--captioned{display:block;margin:2em 0}.article--article .article-text .figureBlock--captioned .figureBlock-caption{border:0;min-width:0;width:auto;max-width:100%}}.article{padding:5em 0}@media screen and (max-width: 71em){.article{padding-top:2.25em}}.article-header--centered{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.article-intro{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.article-intro{font-size:1.5rem;line-height:1.3333333333}}.article-heading{font-size:3rem;line-height:1.1666666667;font-weight:100}@media screen and (max-width: 30em){.article-heading{font-size:3rem;line-height:1.1666666667}}.article-heading{margin-bottom:0;font-weight:500;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.article-headerImage{width:100%;margin:0;text-align:center}@media print{.article-headerImage{max-width:none}}.article-headerImage .figureBlock{display:block;width:100%}.article-headerImage--top .figureBlock-media>img,.article-headerImage--top>img{object-position:top}.article-headerImage--center .figureBlock-media>img,.article-headerImage--center>img{object-position:center}.article-headerImage--bottom .figureBlock-media>img,.article-headerImage--bottom>img{object-position:bottom}.article-headerText{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px}@media print{.article-text{max-width:none}}.article-text .figureBlock--captioned .figureBlock-media{-ms-flex:1 auto;flex:1 auto}.article-text .figureBlock--captioned .figureBlock-media>img{margin:0 auto;width:100%}.article-text .figureBlock--captioned .figureBlock-caption{padding-top:1rem;font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 30em){.article-text .figureBlock--captioned .figureBlock-caption{font-size:1rem;line-height:1.5}}.article-text .figureBlock--portrait{display:grid !important;grid-template-columns:repeat(2, minmax(0, 1fr));gap:3.125rem}.article-text .figureBlock--portrait .figureBlock-media{aspect-ratio:3/4}.article-text .figureBlock--portrait .figureBlock-media>img{width:100%;height:100%;object-fit:cover;object-position:center}@media screen and (max-width: 47.99875em){.article-text .figureBlock--portrait{grid-template-columns:repeat(1, minmax(0, 1fr));gap:1.5rem}.article-text .figureBlock--portrait .figureBlock-media{max-width:100%}.article-text .figureBlock--portrait .figureBlock-caption{padding-top:0}}.article-text .figureBlock--portrait .figureBlock-caption{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;gap:1.25rem;-ms-flex:1 auto;flex:1 auto}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-separator{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-separator .figureBlock-separator{height:8px;width:66%}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-separator .separator-right{-ms-flex-item-align:end;align-self:flex-end;background-color:#05ce74}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-separator .separator-left{-ms-flex-item-align:start;align-self:flex-start;background-color:#003c32}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-info p{margin:0}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-name{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-name{font-size:1.5rem;line-height:1.3333333333}}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-name{font-weight:500;color:#003c32}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-title{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-title{font-size:1.25rem;line-height:1.4}}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-title{color:#003c32}.article-text>ul,.article-text>ol{margin:1.25em 0}.article-text>ul{list-style:none}.article-text>ul>li::before{content:"•";color:#23aa5f;display:inline-block;margin-left:-1em;width:1em}.article-text table:not(.messageTable){border-collapse:collapse;width:100% !important;height:auto !important;min-width:100%}.article-text table:not(.messageTable) thead,.article-text table:not(.messageTable) tfoot,.article-text table:not(.messageTable) tbody,.article-text table:not(.messageTable) tr,.article-text table:not(.messageTable) th,.article-text table:not(.messageTable) td{width:auto !important;height:auto !important}.article-text table:not(.messageTable),.article-text table:not(.messageTable) td,.article-text table:not(.messageTable) th{line-height:1.64}.article-text table:not(.messageTable) p:only-child{margin:0}@media screen and (max-width: 47.99875em){.article-text table:not(.messageTable) p:only-child{font-size:1rem;line-height:1.5}}@media screen and (max-width: 47.99875em)and (max-width: 30em){.article-text table:not(.messageTable) p:only-child{font-size:1.125rem;line-height:1.4444444444}}.article-text table:not(.messageTable) caption{font-weight:500;font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.article-text table:not(.messageTable) caption{font-size:1.125rem;line-height:1.4444444444}}.article-text table:not(.messageTable) caption{letter-spacing:1px;text-transform:uppercase}.article-text table:not(.messageTable) caption a:active{letter-spacing:1px}.article-text table:not(.messageTable) caption{padding-bottom:.5em}.article-text table:not(.messageTable) th,.article-text table:not(.messageTable) td{padding:1rem}.article-text table:not(.messageTable) th{font-weight:500;text-align:left}.article-text table:not(.messageTable) thead{background-color:#bbffe3}.article-text table:not(.messageTable):has(>thead)>tbody>tr:nth-child(odd){font-weight:500;background-color:#e8fff3}.article-text table:not(.messageTable):has(>thead)>tbody>tr:first-child{background-color:rgba(0,0,0,0)}.article-text table:not(.messageTable):not(:has(>thead))>tbody>tr:first-child{background-color:#bbffe3}.article-text table:not(.messageTable):not(:has(>thead))>tbody>tr:nth-child(odd):not(:first-child){background-color:#e8fff3}.article-text .article-tableWrapper{max-width:100%;position:relative}.article-text .article-tableWrapper::before,.article-text .article-tableWrapper::after{content:"";position:absolute;top:0;width:1.5rem;height:100%;pointer-events:none;opacity:0;transition:opacity 200ms ease}.article-text .article-tableWrapper::before{left:0;background:linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95))}.article-text .article-tableWrapper::after{right:0;background:linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95))}.article-text .article-tableWrapper--fade-start::before,.article-text .article-tableWrapper--fade-end::after{opacity:1}.article-text .article-tableScroller{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.article-text .article-tableScroller:focus-visible{outline:2px solid #23aa5f;outline-offset:.25rem}.article-text>h2{font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 30em){.article-text>h2{font-size:1.75rem;line-height:1.2857142857}}.article-text>h2{font-weight:500;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;margin:2.25rem 0 1.5rem}.article-text>h2+p{margin-top:0}.article-text>h3{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.article-text>h3{font-size:1.5rem;line-height:1.3333333333}}.article-text>h3{font-weight:500;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;margin:2.25rem 0 1.5rem}.article-text>h3+p{margin-top:0}@media print,screen and (min-width: 90em){.article-text .video{overflow:visible}.article-text .vjs-playlist{left:-15.25rem;right:auto;width:15.25rem}}.article-footer>div:has(>div>aside){display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:3.75rem;margin-bottom:3.75em}.article-footer:last-child{margin-bottom:0}.article-footerHeading{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.article-footerHeading{font-size:1.25rem;line-height:1.4}}.article-footerHeading{font-weight:500;border-bottom:1px solid #05ce74;padding-bottom:.25em;text-transform:uppercase;margin-bottom:1.5em}.article-footerSection{margin-top:2em;margin-bottom:3.75em}.article-footerSection:last-child{margin-bottom:0}@media print{.article-footer{max-width:none}}.article>.article-headerSection,.article>.article-footerSection{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto;width:auto}.article-metaData{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 30em){.article-metaData{font-size:1rem;line-height:1.5}}.article .factBox{border:1px solid #979797;padding:1.875em 4.0625em}.article-contactsMore{margin-top:2em}.article-relatedArticles{margin-top:3.75em}.article [role=alert]:not(.hit-count){border:1px solid #23aa5f;margin:1em auto 2em;padding:1.3125em;display:table;font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.article [role=alert]:not(.hit-count){font-size:1.25rem;line-height:1.4}}.article-zone{margin-bottom:2em}@media screen and (max-width: 40em){.article-heading{font-size:2.5rem;line-height:1.2;font-weight:100;font-weight:500}}@media screen and (max-width: 40em)and (max-width: 30em){.article-heading{font-size:2.25rem;line-height:1.2222222222}}.errorPage{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.errorPage .page{-ms-flex:1 auto;flex:1 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.errorPage .footer{-ms-flex:none;flex:none}.errorPage .footer-homeLink{display:none}.article--error{position:relative;-ms-flex:1 auto;flex:1 auto;display:-ms-flexbox;display:flex}.article--error .article-header,.article--error .article-headerImage{max-width:none;padding:0}.article--error .article-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:100%}.article--error .article-headerImage>img{position:absolute;height:100%;width:100%;z-index:0;object-fit:cover;left:0;top:0}.article--error .article-headerText{background-color:hsla(0,0%,100%,.95);max-width:51.75rem;padding:3rem;box-sizing:border-box;position:relative;margin:0 auto;width:100%}.article--error .searchField{display:-ms-flexbox;display:flex;text-transform:none;font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 30em){.article--error .searchField{font-size:1.75rem;line-height:1.2857142857}}.article--error .searchField{margin:1.75rem 0 4.625rem}.article--ummMessages .article-header,.article--powerSystemMessages .article-header{margin:2.5rem auto 4.5rem;padding:0}.article--ummMessages .article-headerText,.article--powerSystemMessages .article-headerText{padding:0}.article--ummMessages .article-text,.article--powerSystemMessages .article-text{max-width:59.5rem;min-width:66.1111111111%}@media screen and (max-width: 61.5em){.article--ummMessages .article-text,.article--powerSystemMessages .article-text{max-width:none;width:auto}}.article--ummMessages .article-footerSection,.article--powerSystemMessages .article-footerSection{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto}.article--ummMessages .messageTable a,.article--powerSystemMessages .messageTable a{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 30em){.article--ummMessages .messageTable a,.article--powerSystemMessages .messageTable a{font-size:1rem;line-height:1.5}}.article--ummMessages .messageTable a,.article--powerSystemMessages .messageTable a{display:inline-block}.article--newsArchive{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:800px;margin:0 auto;gap:3.75rem}.article--newsArchive .articleList{margin-left:auto;margin-right:auto}.article--newsArchive .listFilter{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto;margin-top:0;margin-bottom:0}.article--newsArchive .listFilter .form-item{-ms-flex:1;flex:1}@media screen and (max-width: 47.99875em){.article--newsArchive .listFilter .form-item{-ms-flex:auto;flex:auto;width:100%}}.article--newsArchive .listFilter .form-control,.article--newsArchive .listFilter .choices-list--single .choices-item,.choices-list--single .article--newsArchive .listFilter .choices-item,.article--newsArchive .listFilter .choices-list--dropdown .choices-input,.choices-list--dropdown .article--newsArchive .listFilter .choices-input,.article--newsArchive .listFilter .choices-list--dropdown .choices-item,.choices-list--dropdown .article--newsArchive .listFilter .choices-item{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.article--newsArchive .listFilter .form-control,.article--newsArchive .listFilter .choices-list--single .choices-item,.choices-list--single .article--newsArchive .listFilter .choices-item,.article--newsArchive .listFilter .choices-list--dropdown .choices-input,.choices-list--dropdown .article--newsArchive .listFilter .choices-input,.article--newsArchive .listFilter .choices-list--dropdown .choices-item,.choices-list--dropdown .article--newsArchive .listFilter .choices-item{font-size:1.5rem;line-height:1.3333333333}}.article--newsArchive .listFilter .form-control,.article--newsArchive .listFilter .choices-list--single .choices-item,.choices-list--single .article--newsArchive .listFilter .choices-item,.article--newsArchive .listFilter .choices-list--dropdown .choices-input,.choices-list--dropdown .article--newsArchive .listFilter .choices-input,.article--newsArchive .listFilter .choices-list--dropdown .choices-item,.choices-list--dropdown .article--newsArchive .listFilter .choices-item{width:100%}.article--operationalData .tabFilter{-ms-flex-pack:center;justify-content:center;text-align:center}.projectPage .article-heading,.projectCollectionPage .article-heading{min-width:49.1666666667%;max-width:44.25rem}.projectPage .article-header,.projectCollectionPage .article-header{padding-bottom:0}.projectPage .article-headerText,.projectCollectionPage .article-headerText{width:100%}@media screen and (max-width: 19.99875em){.projectPage .article-header,.projectCollectionPage .article-header{padding-top:calc(1em + 1vh)}}.projectPage .article .iframeBlock,.projectCollectionPage .article .iframeBlock{padding:0;height:37.9375rem;min-height:20rem;max-height:61.803398875vh;margin-top:0}@media screen and (max-width: 19.99875em){.projectPage .article .iframeBlock,.projectCollectionPage .article .iframeBlock{height:38.196601125vw}}@media screen and (orientation: portrait){.projectPage .article .iframeBlock,.projectCollectionPage .article .iframeBlock{height:61.803398875vh}}.projectPage .article .article-row,.projectCollectionPage .article .article-row{display:-ms-flexbox;display:flex;gap:3.75rem;margin-bottom:3.75rem;-ms-flex-align:start;align-items:start}.projectPage .article .article-row>div,.projectPage .article .article-row>aside,.projectCollectionPage .article .article-row>div,.projectCollectionPage .article .article-row>aside{-ms-flex:1;flex:1}.projectPage .article .article-row .article-text p,.projectCollectionPage .article .article-row .article-text p{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.projectPage .article .article-row .article-text p,.projectCollectionPage .article .article-row .article-text p{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 47.99875em){.projectPage .article .article-row .article-text,.projectCollectionPage .article .article-row .article-text{margin-bottom:0}}@media screen and (max-width: 47.99875em){.projectPage .article .article-row,.projectCollectionPage .article .article-row{gap:2.25rem;-ms-flex-direction:column;flex-direction:column}}.projectPage .article .factBox,.projectCollectionPage .article .factBox{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;box-sizing:border-box;padding:2.5em}.projectPage .article .factBox+*,.projectCollectionPage .article .factBox+*{clear:right}.projectPage .article-relatedArticles,.projectCollectionPage .article-relatedArticles{margin-bottom:4.5em}@media screen and (max-width: 75em){.projectPage .article .factBox,.projectCollectionPage .article .factBox{padding:1.5rem}}.projectPage .cardListSection,.projectCollectionPage .cardListSection{margin-top:5em}.projectPage .faqSection,.projectCollectionPage .faqSection{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto}.projectPage .article-text{display:inline-block;margin-right:auto;width:49.1666666667%}@media screen and (max-width: 60.5em){.projectPage .article-text{width:52.5%}}@media screen and (max-width: 57em){.projectPage .article-text,.projectPage .article .factBox{display:block;width:auto;float:none;margin-left:auto;margin-right:auto}.projectPage .article-text,.projectPage .article .faqSection,.projectPage .article-aside,.projectPage .article-footer,.projectPage .article-relatedArticles{margin:2em 0}.projectPage .article-heading{min-width:0;font-weight:600;max-width:none}.projectPage .article-intro{margin-left:0;max-width:none}}.project-schedule{clear:both}.project-scheduleHeading{border:0}.project-schedule .detailsList{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -0.75rem}.project-schedule .detailsList>li{margin:0 .75rem .75em}.project-schedule{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto}.projectCollectionPage .article--projectCollection{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:800px;margin:0 auto;gap:3.75rem}@media screen and (max-width: 70.9375em){.projectCollectionPage .article--projectCollection{width:100%;max-width:none}}@media screen and (max-width: 47.99875em){.projectCollectionPage .article--projectCollection{gap:2.5rem}}.projectCollectionPage .article--projectCollection .article-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.5rem;padding-top:0;padding-bottom:0}@media screen and (max-width: 19.99875em){.projectCollectionPage .article--projectCollection .article-header{padding-top:0}}.projectCollectionPage .article--projectCollection .article-heading{min-width:0;max-width:none}.projectCollectionPage .article--projectCollection .article-intro{margin-left:0}.projectCollectionPage .article--projectCollection .article-text p{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 30em){.projectCollectionPage .article--projectCollection .article-text p{font-size:1.25rem;line-height:1.4}}.projectCollectionPage .article--projectCollection .article-relatedArticles{margin-bottom:0}.projectCollectionPage .article-header{padding-bottom:0}.projectCollectionPage .cardListSection{margin-top:0}@media screen and (max-width: 62.5em){.projectCollectionPage .article-heading{min-width:0;max-width:none}.projectCollectionPage .article-intro,.projectCollectionPage .article-text{margin-left:0;max-width:none}}.article--search .articleList{max-width:44.25rem;margin-left:auto;margin-right:auto;padding-top:2.5rem}.article--search .listFilter{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto;margin-top:0;margin-bottom:0}.article--search .listFilter .form-item{-ms-flex:1 auto;flex:1 auto;max-width:29rem;min-width:21.375rem;width:calc(50% - 1.5rem)}@media screen and (max-width: 29em){.article--search .listFilter .form-item{min-width:0;width:100%;box-sizing:border-box;-ms-flex:auto;flex:auto}}.article--search .listFilter .form-item-three-columns{-ms-flex:1 auto;flex:1 auto;max-width:21.375rem;min-width:13.75rem;margin:0.75rem;width:calc(33% - 1.5rem)}@media screen and (max-width: 21.375em){.article--search .listFilter .form-item-three-columns{min-width:0;width:100%;box-sizing:border-box;-ms-flex:auto;flex:auto}}.article--search .listFilter .form-control,.article--search .listFilter .choices-list--single .choices-item,.choices-list--single .article--search .listFilter .choices-item,.article--search .listFilter .choices-list--dropdown .choices-input,.choices-list--dropdown .article--search .listFilter .choices-input,.article--search .listFilter .choices-list--dropdown .choices-item,.choices-list--dropdown .article--search .listFilter .choices-item{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.article--search .listFilter .form-control,.article--search .listFilter .choices-list--single .choices-item,.choices-list--single .article--search .listFilter .choices-item,.article--search .listFilter .choices-list--dropdown .choices-input,.choices-list--dropdown .article--search .listFilter .choices-input,.article--search .listFilter .choices-list--dropdown .choices-item,.choices-list--dropdown .article--search .listFilter .choices-item{font-size:1.5rem;line-height:1.3333333333}}.article--search .listFilter .form-control,.article--search .listFilter .choices-list--single .choices-item,.choices-list--single .article--search .listFilter .choices-item,.article--search .listFilter .choices-list--dropdown .choices-input,.choices-list--dropdown .article--search .listFilter .choices-input,.article--search .listFilter .choices-list--dropdown .choices-item,.choices-list--dropdown .article--search .listFilter .choices-item{width:100%}.article--search .sortFilter{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto;margin-top:0;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;overflow:hidden}.article--search .sortFilter legend{font-weight:500;margin-right:1.5rem;float:left}.article--search .sortFilter .form-group{float:right;margin-top:0}@media screen and (max-width: 47.25em){.article--search .sortFilter{display:block}.article--search .sortFilter legend,.article--search .sortFilter .form-group{float:none}.article--search .sortFilter .form-group{margin-top:8px}}.article--search .article-header{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto;margin:0 auto}.article--search .searchField{display:-ms-flexbox;display:flex;font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 30em){.article--search .searchField{font-size:1.75rem;line-height:1.2857142857}}.article--search .searchField .form-control,.article--search .searchField .choices-list--single .choices-item,.choices-list--single .article--search .searchField .choices-item,.article--search .searchField .choices-list--dropdown .choices-input,.choices-list--dropdown .article--search .searchField .choices-input,.article--search .searchField .choices-list--dropdown .choices-item,.choices-list--dropdown .article--search .searchField .choices-item{text-transform:none}.article--section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0 auto;gap:40px}.article--section .article-relatedArticles{margin-top:0}.sectionPage .sectionLinks{margin-bottom:4rem}.sectionWithMapPage .article-header{max-width:59.5rem;margin:2.5rem auto 4.5rem;text-align:center;width:66.1111111111%;padding:0}.sectionWithMapPage .article-headerText{padding:0}.sectionWithMapPage .article>.iframeBlock{padding-top:31.6008316008%}@media screen and (max-width: 19.99875em){.sectionWithMapPage .article>.iframeBlock{padding-top:28.4375rem}}@media screen and (max-width: 50.75em){.sectionWithMapPage .article>.iframeBlock{padding-top:74.6268656716%}}.sectionWithMapPage .projectJump .form-group{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 30em){.sectionWithMapPage .projectJump .form-group{font-size:1.5rem;line-height:1.3333333333}}.sectionWithMapPage .projectJump-legend{text-align:center}.sectionWithMapPage .projectJump-projects{-ms-flex:1 auto;flex:1 auto;max-width:29rem}.sectionWithMapPage .cardListSection{margin-top:4.5rem}.sectionWithMapPage .cardListSection-heading{font-size:1rem;line-height:1.5}@media screen and (max-width: 30em){.sectionWithMapPage .cardListSection-heading{font-size:1.125rem;line-height:1.4444444444}}@media screen and (max-width: 48.75em){.sectionWithMapPage .projectJump .form-item{-ms-flex:1 auto;flex:1 auto;width:calc(50% - 1.5em);max-width:none}.sectionWithMapPage .projectJump .form-item:first-child{margin-right:0}}@media screen and (max-width: 40em){.sectionWithMapPage .projectJump .form-item{-ms-flex:1 auto;flex:1 auto;width:100%}.sectionWithMapPage .projectJump .form-item:first-child{margin-right:.75em}.sectionWithMapPage .projectJump .form-control--select,.sectionWithMapPage .projectJump .choices-list--single .choices-item,.choices-list--single .sectionWithMapPage .projectJump .choices-item,.sectionWithMapPage .projectJump .choices{width:100%}}@media screen and (max-width: 33.75em){.sectionWithMapPage .article{padding-top:2rem}}.startPage .page{position:relative}.startPage .page-alert{z-index:2}.header .startPage-header{position:relative}.header .startPage-header::after{content:"";background-image:linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);width:100vw;height:135%;position:absolute;pointer-events:none;z-index:1;top:0;left:calc(-50vw + 50%)}.header .startPage-header--has-carousel:after{display:none}.menu-overlay .header .startPage-header--has-carousel~.full-width .carousel{opacity:0}.startPage .header{padding-top:0;position:relative;z-index:2;margin-bottom:3vh;padding-bottom:0}.startPage .header-logo,.startPage .header-search,.startPage .header-utilityMenu,.startPage .header .expandMenu-title{position:relative;z-index:2}.admin .startPage .header{margin-bottom:5.3333333333vw}.startPage .article-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:static;padding:0}.startPage .article-headerText{color:#fff;text-shadow:0 2px 3px rgba(0,0,0,.75);margin-top:auto;position:relative;z-index:1;padding:30vh 0 12vh;max-width:51.875rem}@media screen and (max-width: 50em){.startPage .article-headerText{padding:16vh 0 6vh}.admin .startPage .article-headerText{padding:9vh 0 3.375vh}}.admin .startPage .article-headerText{padding:16.875vw 0 6.75vw}.startPage .article-headerImage{position:absolute;bottom:0;width:100vw;z-index:0;max-width:none;padding:0;height:100%;left:calc(-50vw + 50%);overflow:hidden;background-size:cover}.startPage .article-headerImage img{display:none;max-width:none;top:50%;left:50%;transform:translate(-50%, -50%);position:absolute;bottom:0;z-index:0}@media screen and (orientation: portrait){.startPage .article-headerImage img{height:100%}}.admin .startPage .article-headerImage img{width:100%;object-fit:cover}.startPage .article-headerImage::before{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);z-index:1;pointer-events:none;left:0}.menu-overlay .startPage .article-headerImage::before{opacity:0}@media screen and (max-width: 19.99875em){.startPage .article-heading{font-size:2.5rem;line-height:1.2;font-weight:100;font-weight:500}}@media screen and (max-width: 19.99875em)and (max-width: 30em){.startPage .article-heading{font-size:2.25rem;line-height:1.2222222222}}.startPage.menu-overlay .article-header{display:none}.startPage .widgetItem{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end}.startPage .widgetItem-heading{text-transform:none;padding:1.75rem 2.125rem;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-weight:500}@media screen and (min-width: 80em){.startPage .widgetItem-heading{font-size:2rem;line-height:1.25;font-weight:100;font-weight:500}}@media screen and (min-width: 80em)and (max-width: 30em){.startPage .widgetItem-heading{font-size:1.75rem;line-height:1.2857142857}}.startPage .widgetItem-text{-ms-flex-order:-1;order:-1;margin-top:0}.startPage .widgetItem-iframe{background:rgba(0,0,0,0)}.startPage .widgetItem:not(.widgetItem--footer) .widgetItem-links{margin:0}.startPage .widgetItem .widgetItem-links{padding:1em 2.5em 0}.startPage .widgetItem-link{display:inline-block;height:1.625rem;overflow:hidden}.startPage .widgetItem-link::before{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.startPage .widgetItem-link:hover::before{transform:scale(1.25)}.startPage .widgetItem-link:hover::before{transform:scale(1)}.startPage .widgetItem .iframeBlock--sized{padding:0 2.125rem}@media screen and (max-width: 25em){.startPage .widgetItem-heading{padding:1.125rem 1.125rem 1.5rem}.startPage .widgetItem .iframeBlock--sized{padding:0 1.125rem}}@supports(object-fit: cover){.startPage .article-headerImage{background:none !important}.startPage .article-headerImage>img{display:block;object-fit:cover;height:100%;width:100%;transform:none;top:auto;left:auto}}.startPage-widgets{position:relative;margin:5.625rem -1rem 1rem -1rem;padding:1.25rem 0 3.125rem 0;background-color:#f4f4f4}@media screen and (min-width: 64em){.startPage-widgets{padding:5rem 1rem 3.125rem 1rem}}.startPage-widgets__bg{position:absolute;top:0;left:calc(50% - 50vw);width:100vw;height:100%;background-color:#f4f4f4;pointer-events:none;z-index:-1}.startPage-widgets__heading{max-width:100%;text-align:center;font-size:1.75rem;margin-top:0;margin-bottom:1.25rem;font-weight:500}@media screen and (min-width: 90em){.startPage-widgets__heading{text-align:left;font-size:2rem}}@media screen and (max-width: 53.125em){.startPage-widgets__heading{margin-left:.75rem;margin-right:.75rem}}.startPage-widgets__inner{margin:0 auto}@media screen and (min-width: 90em){.startPage-widgets__inner{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}}.startPage-widgets__col{position:relative}@media screen and (min-width: 90em){.startPage-widgets__col--66{width:calc(66.6% - .5rem)}.startPage-widgets__col--33{width:calc(33.3% - .5rem)}}.startPage-widgets .widget{border-bottom:1px solid #c4c4c4;background-color:#fff}@media screen and (min-width: 90em){.startPage-widgets .widget{border:none}}.article--modifySubscription .article-text{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto;margin-top:0}.article--topic .article-headerImage{max-width:none}.article--topic .article-headerText{padding:5rem 0 1.875rem}.article--topic .article-text{-webkit-columns:44.25rem auto;columns:44.25rem auto;-webkit-column-gap:1.5rem;column-gap:1.5rem;width:100%;max-width:none;margin-bottom:3.4375rem}.article--topic .article-relatedArticles{margin-top:3em}.article--topic .personList{margin-top:3.75em}
