<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Screen widths */
/* EFSEC colors */
/* Site Colors */
.grad-blue {
  background: radial-gradient(58.17% 198.5% at 0% 0%, #0A141F 0%, #15273E 100%);
}
.grad-blue-reverse {
  background: linear-gradient(297deg, #0A141F 0%, #15273E 100%);
}
.grad-green {
  background: linear-gradient(91.01deg, #31511E 0.12%, #233B12 100%);
}
.grad-dkgreen {
  background: linear-gradient(91.01deg, #233b12 100%, #092100 100%);
}
.grad-overlay {
  background: linear-gradient(177.23deg, #101D2EE5 2.52%, #1B304D00 97.98%);
}
.grad-border {
  border-color: #31511e;
  border-image-source: linear-gradient(1deg, #026851 15%, #007b5f 85%);
  border-image-slice: 1;
}
.overlay-green {
  background: #011F1AD5;
}
.overlay-blue {
  background: #101D2EE5;
}
.card-default-large {
  background: #f7faf8;
  border: 1pt solid #456731;
  border-radius: 16px;
  padding: 16px 24px 24px;
}
.blur {
  backdrop-filter: blur(23.70000076px);
}
.shadow {
  -webkit-box-shadow: 0px 12px 24px 0px #00000040;
  -moz-box-shadow: 0px 12px 24px 0px #00000040;
  box-shadow: 0px 12px 24px 0px #00000040;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bitter {
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.commissioner {
  font-family: "Commissioner", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.text-lg {
  font-size: 2.2rem;
  line-height: 1.5;
}
.text-md {
  font-size: 2rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1.2rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #082f52;
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
html {
  font-size: 10px;
}
body {
  font-family: "Commissioner", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  color: #141E0D;
  position: relative;
  background: #FFF;
  /** Frontpage styling **/
  /** recaptcha v3 badge **/
}
body .text-muted {
  color: #333 !important;
}
body a:hover,
body .nav-link:hover {
  text-decoration: none !important;
}
body .row,
body .row &gt; * {
  --bs-gutter-x: 1.5rem;
}
body .notransform {
  transform: none !important;
}
body #page,
body #main-wrapper,
body .region-primary-menu .menu-item a.is-active,
body .region-primary-menu .menu-item--active-trail a,
body ul.list-group {
  background: #FFF !important;
  --bs-list-group-bg: #FFF;
}
body .region-header-start {
  width: 100%;
}
body .field--type-image img {
  margin: 0 !important;
}
body .visually-hidden.skip-link.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  background-color: #fff;
  color: #0368c0;
}
body h1,
body .h1 {
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.18rem;
  font-weight: 500;
  color: #31511e;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body h1,
  body .h1 {
    font-size: 3.5rem;
  }
}
body h2,
body .h2 {
  font-family: "Bitter", sans-serif;
  font-style: normal;
  font-size: 3.48rem;
  color: #31511e;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body h2,
  body .h2 {
    font-size: 3rem;
  }
}
body h3,
body .h3 {
  font-family: "Commissioner", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.9rem;
  font-weight: 400;
  color: #31511e;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body h3,
  body .h3 {
    font-size: 2.4rem;
  }
}
body h4,
body .h4 {
  font-family: "Commissioner", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.4rem;
  color: #31511e;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body h4,
  body .h4 {
    font-size: 2.2rem;
  }
}
body h5,
body .h5 {
  font-family: "Commissioner", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: #31511e;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body h5,
  body .h5 {
    font-size: 1.8rem;
  }
}
body h6,
body .h6 {
  font-family: "Commissioner", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  color: #31511e;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body h6,
  body .h6 {
    font-size: 1.6rem;
  }
}
body #block-drupalbase-custom-content .bodytext {
  font-size: 2rem;
}
body ul:not(.list-group) li {
  margin-bottom: 8px;
}
body caption {
  font-style: italic;
}
body .text-white h1,
body .text-white h2,
body .text-white h3,
body .text-white h4,
body .text-white h5,
body .text-white .h1,
body .text-white .h2,
body .text-white .h3,
body .text-white .h4,
body .text-white .h5 {
  color: #FCFCFC;
}
body .text-white a:not(.btn) {
  color: #FCFCFC;
}
body .bd-left {
  border-left-width: 4px;
  border-left-style: solid;
}
@media screen and (max-width: 767px) {
  body .node__content {
    display: flex;
    flex-direction: column;
    order: 1;
  }
}
body #main h2 {
  margin: 2rem 0;
}
body #main h2#block-sitemap-menu {
  margin-top: 0;
}
body #main h3 {
  margin: 1.5rem 0;
}
body #main .material-icons {
  font-size: inherit;
  line-height: 0;
  position: relative;
  top: 2px;
}
body #main a:not(.btn):focus {
  color: #31511e;
}
body #main .landing-page-callout {
  position: relative;
  float: right;
  width: 25%;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  body #main .landing-page-callout {
    float: none;
    width: 100%;
    margin-left: 0;
    order: 6;
  }
}
body #main .landing-page-callout .paragraph--type--contact-information {
  width: 100%;
}
body #main .landing-page-callout .field--name-field-link {
  background-color: #E6EBEA;
  padding: 20px;
  border-radius: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}
body .material-icons,
body .alert-icon {
  font-family: "Material Icons" !important;
}
body.path-frontpage .region-content-top {
  margin: 36px 0;
}
body .paragraph {
  background-color: #E6EBEA;
  padding: 20px;
  border-radius: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}
body .contextual-region .contextual .contextual-links a {
  color: #333 !important;
}
body .align-center img {
  margin-right: auto !important;
  margin-left: auto !important;
}
body .grecaptcha {
  z-index: 20;
}
body #block-drupalbase-custom-copyright .field--name-field-media-image {
  width: 65%;
  margin: auto;
}
body #block-drupalbase-custom-copyright .field--name-field-media-image svg {
  width: 100%;
}
body #block-drupalbase-custom-copyright .field--name-field-media-image svg g,
body #block-drupalbase-custom-copyright .field--name-field-media-image svg path {
  fill: #e5f2fe;
}
@media screen and (max-width: 767px) {
  body #block-drupalbase-custom-copyright .field--name-field-media-image {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 425px) {
  body #block-drupalbase-custom-copyright .field--name-field-media-image {
    width: 80%;
  }
}
body #block-drupalbase-custom-copyright .field--name-field-media-image:hover g,
body #block-drupalbase-custom-copyright .field--name-field-media-image:hover path {
  fill: #8eedfb;
}
body #block-drupalbase-custom-copyright .social {
  margin: 15px;
  text-align: center;
  font-size: 2.3rem;
}
body #block-drupalbase-custom-copyright .social a {
  color: #e5f2fe !important;
}
body #block-drupalbase-custom-copyright .social a:hover {
  color: #8eedfb !important;
}
body #block-drupalbase-custom-copyright .social a .fontawesome-icon-inline {
  margin: 2px;
}
body #block-drupalbase-custom-views-block-facilities-block-1 #views-bootstrap-facilities-block-1 .facility-teaser .field--type-image {
  margin: 0 !important;
}
body #views-bootstrap-facilities-filtered-simple-lists-by-energy-type .stretched-link:hover {
  text-decoration: underline !important;
}
body #views-bootstrap-facilities-filtered-simple-lists-by-energy-type .card.facility-teaser {
  height: 97%;
}
body #views-bootstrap-facilities-filtered-simple-lists-by-energy-type .card.facility-teaser .field--name-field-facility-sm-icon {
  margin: 0;
}
body #block-drupalbase-custom-wagovlogo .field--name-field-media-image {
  max-width: 130px;
  margin: auto;
  transition: transform 0.5s ease;
}
body #block-drupalbase-custom-wagovlogo .field--name-field-media-image:hover {
  filter: brightness(1.75);
}
@media screen and (max-width: 425px) {
  body #block-drupalbase-custom-wagovlogo .field--name-field-media-image {
    max-width: 100px;
  }
}
</pre></body></html>