/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.556;
  letter-spacing: 0.025em;
  -webkit-text-stroke: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}
.body-wrapper{
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Exeon_Keyvisual_Final_klein.png') no-repeat;
    background-position: left -25vw top -50vh;
    background-size: 50vw;
    }
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;

}

h2 {
  font-size: 1.6rem;

}

h3 {
  font-size: 1.25rem;

}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;

}

h5 {
  font-size: 1rem;

}

h6 {
  font-size: .9rem;

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}



ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
.dnd-section>.row-fluid , .content-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media(max-width:1024px){
  .dnd-section {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 700px;
  font-family: Lato, sans-serif;
}
form .field {
  margin-bottom: 0;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  border-style: solid;
  text-decoration: none !important;
  white-space: normal !important;
  padding-left: 50px !important;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  background-size: 10px 20px !important;
  margin:10px 0;

}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input , input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #d1d6dc;
  box-sizing: border-box;
  color: inherit;
  font-size: 0.875em;
  line-height: normal;
  height: 40px;
  padding: 10px 20px;
  margin-bottom: 15px;
  font-family: inherit;
  outline: 0;
}
input#hs-pwd-widget-password{
  height: 40px !important;
  margin-top:0px !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;

}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
.hs-menu-flow-vertical > ul {
  display: block;
}

.hs-menu-flow-vertical > ul > li > ul {
  display: block;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.header {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;

}

.header-main {
  height: 140px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  position: fixed;
  z-index: 22;
  top: 0;
  left: 0;
  width: 100%;
}

.navbutton {
  width: 38px;
  height: 24px;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_Hamburger.svg') no-repeat;
    position: absolute;
    left: 60px;
    top: 44px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    outline: none;
    }

.header_navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 37px;
  margin: 0;
  outline: none;
}

.quicklinks {
  padding-top: 0;
  clear: unset;
  margin: 0;
  padding: 0;
  outline: none !important;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #212529;
}

.quicklinks a {
  margin: 0;
  outline: 0;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  margin-right: 30px;
  box-shadow: none;
  height: auto;
  width: auto;
  position: relative;
  top: 0;
  right: 0;
  text-decoration: none;
  background-size: 10px 20px !important;
  padding-left: 50px !important;
  font-weight: 500;
  border-style: solid;
}

.header-nav {
  width: auto;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}

.header-nav .hs-menu-wrapper > ul {
  width: auto;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin: 0;
  padding: 0;
  flex-wrap: unset;
}

.header-nav .hs-menu-wrapper > ul > li {
  margin: 0;
  padding: 0;
  margin-right: 20px;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #212529;
}

.header-nav .hs-menu-wrapper > ul > li > a {
  color: #000;
  text-decoration: none;
  padding: 0;
  display: inline;
}

.header-nav .hs-menu-wrapper > ul > li > ul {
  margin: 0;
  padding: 0;
  outline: none;
  width: 200px;
  position: absolute;
  background: white;
  margin-left: -20px;
  z-index: 100;
  padding-top: 10px;
  -webkit-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
  display: none;
}

.header-nav .hs-menu-wrapper > ul > li.active > a , .header-nav .hs-menu-wrapper > ul > li:hover > a {
  color: #ff3239;
}



.header-nav .hs-menu-wrapper > ul > li:hover > ul {
  display: block;
}

.header-nav .hs-menu-wrapper > ul > li > ul > li {
  margin: 0;
  padding: 0;
  margin-right: 0;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #212529;
  list-style: none;
  border-bottom: 1px #eee solid;
  margin: 0;
}

.header-nav .hs-menu-wrapper > ul > li > ul > li > a {
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 14px;
  display: block;
}

.header-nav .hs-menu-wrapper > ul > li > ul > li > a:hover , .header-nav .hs-menu-wrapper > ul > li > ul > li.active > a {
  color: #ff3239;
}

.navbutton:hover {
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_Hamburger_red.svg') no-repeat;
    }

.header-logo {
  margin: 0;
  padding: 0;
  width: 162px;
  margin: 0 auto;
  position: absolute;
  top: 95px;
  left: calc(50% - 81px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.ce-gallery {
  margin-bottom: 10px;
}

.ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-column {
  margin-right: 0;
  float: left;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figure a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.ce-gallery figure a img {
  display: block;
  vertical-align: middle;
  border-style: none;
  width: 162px !important;
  height: 23px !important;
}

.bignav {
  margin: 0;
  padding: 0;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #212529;
  background: #ff3239;
  position: fixed;
  z-index: 25;
  width: 100%;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 0;
  opacity: 0;
}

.bignav .close {
  margin: 0;
  padding: 0;
  outline: none;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 65px;
  top: 42px;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/close%20(2).svg') no-repeat;
    background-size: cover;
    opacity: 1;
    cursor: pointer;
    }

.bignav .logonav {
  margin: 0;
  padding: 0;
  padding-bottom: 80px;
}



.header-fly-nav .hs-menu-wrapper > ul {
  padding: 0;
  outline: none;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-right: auto !important;
  max-width: 900px;
  margin: 0 auto;
  display: block;
}

.header-fly-nav .hs-menu-wrapper > ul > li {
  margin: 0;
  padding: 0;
  outline: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding-left: 10.5%;
}

.header-fly-nav .hs-menu-wrapper > ul > li:first-child {
  padding-left: 0;
}

.header-fly-nav .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  padding-right: 0;
  padding-left: 0;
  font-size: 2em;
  line-height: 0.906em;
}

.header-fly-nav .hs-menu-wrapper > ul > li > ul {
  margin: 0;
  padding: 0;
  outline: none;
  margin-top: 8px;
  display: block;
}

.header-fly-nav .hs-menu-wrapper > ul > li > ul > li {
  margin: 0;
  padding: 0;
}

.header-fly-nav .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 0.875em;
  color: #fff;
  text-decoration: none;
  padding: 0;
  display: inline;
}

.header-fly-nav .hs-menu-wrapper > ul > li > ul > li > a:hover , .header-fly-nav .hs-menu-wrapper > ul > li > ul > li.active > a {
  color: #000;
}

.mobile-open .bignav {
  opacity: 1;
  padding: 100px 0px 80px 0 !important;
  height: 540px;
  top: 0;
}

.header-group {
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #212529;
}

.bignav .logonav:before, .bignav .logonav:after {
  display: block;
  clear: both;
  content: "";
}

.bignav .ce-gallery:before, .bignav .ce-gallery:after {
  display: block;
  clear: both;
  content: "";
}

.h-newsletterbutton {
  margin: 0;
  padding: 0;
  outline: none;
  right: 60px;
  position: absolute;
  left: 60px;
  top: 445px;
  font-size: 0.875em;
  margin-bottom: 0;
  margin-top: 34px;
  padding-left: 45px;
  cursor: pointer;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Signet_exeon_white.svg') no-repeat left top;
    background-size: 28px 22px;
    height: 22px;
    line-height: 24px;
    color: #fff;
    }

.h-newsletterbutton:hover {
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Signet_exeon.svg') no-repeat left top;
    background-size: 28px 22px;
    color: #000;
    }


.bgoverlay {
  margin: 0;
  padding: 0;
  background: rgba(255,255,255,0.65);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.form-open .bgoverlay {
  opacity: 1;
  z-index: 15;
}

.contactoverlay {
  margin: 0;
  padding: 0;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  background: #ff3239;
  position: fixed;
  right: -100%;
  top: 0;
  width: 35%;
  padding: 25px 7% 90px 5%;
  z-index: 30;
  height: 100vh;
  overflow-y: scroll;
  color: #fff;
}

.form-open .contactoverlay {
  right: 0;
}

.contactoverlay .close {
  margin: 0;
  padding: 0;
  outline: none;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 40px;
  top: 12px;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/close%20(2).svg') no-repeat;
    background-size: cover;
    opacity: 1;
    cursor: pointer;
    }

.contactadr {
  margin: 0;
  padding: 0;
  outline: none;
  margin-top:55px;
}

.contactadr p {
  font-size: 0.875em;
  line-height: 1.429em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.contactadr p strong {
  font-weight: 500;
}

.contactform form {
  max-width: 100%;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

.contactform form h3 {
  font-weight: 500;
  font-size: 1.4em;
  padding-top: 10px;
  margin: 0;
  margin-bottom: 10px;
  font-family: inherit;
  color: #fff;
  line-height: 1.2;
}

.contactform form .hs-richtext.hs-main-font-element {
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.5;
}

.contactform form .hs-richtext.hs-main-font-element strong {
  font-size: 16px;
  font-weight: 500;
}

.contactform form .field {
  margin: 0;
}

.contactform form .hs-input {
  background-color: transparent;
  border: 1px #fff solid;
  color: #fff;
  font-size: 0.875em;
  line-height: normal;
}

.contactform form .hs-input::placeholder {
  color: #fff;
}

.contactform form textarea {
  height: 90px;
}

.contactform form .hs-fieldtype-booleancheckbox {
  position: relative;
  font-size: 0.75em;
}

.contactform form .hs-fieldtype-booleancheckbox label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.contactform form .hs-input[type=checkbox] {
  width: 10px !important;
  float: left;
  height: 10px;
}

.contactform form .hs-input[type=checkbox]:before {
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/checkbox.svg') no-repeat #ff3239;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
    cursor: pointer;
    }
.contactform form .hs-input[type=checkbox]:checked:before {
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/checked.svg') no-repeat #ff3239;
    background-size: cover;
    }
width: 100px;
display: inline-block; 
}


.contactform form .hs-richtext.hs-main-font-element .powermail_field {
  font-size: 0.875em;
}
.header-group {
  min-height: 140px;
}

.fixed-header .header-main {
  height: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 26%);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.26);
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 26%);
}

.fixed-header .header-logo {
  top: 39px;
}
.contactform form .hs-richtext.hs-main-font-element {
  margin-bottom: 0;
}

.contactform form .hs-richtext.hs-main-font-element .powermail_field {
  margin-bottom: 20px;
}
.contactform form .hs-fieldtype-booleancheckbox .inputs-list label>span {
  display: inline-block;
  padding-left: 14px;
  width: 80%;
  color: #fff;
}

.contactform form .hs-fieldtype-booleancheckbox .inputs-list label>span a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px #fff solid;
}
.contactform form .hs-fieldtype-booleancheckbox .inputs-list:first-child {
  padding: 0;
  margin: 0;
}
.contactform form .hs-button {
  margin: 0;
  font-family: inherit;
  line-height: normal;
  height: 40px;
  padding: 10px 20px;
  margin-bottom: 15px;
  float: right;
  background-size: 7px 13px !important;
  border: none;
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  padding-left: 14px !important;
  cursor: pointer;
  width: auto;
  padding-right: 0;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_more_neg.svg') no-repeat left center #ff3239;
    letter-spacing: normal;
    }

.contactform form .multi-container {
  margin: 0;
  padding: 0;
}
.contactform form .hs-form-radio {
  width: 100px;
  display: inline-block;
}

.contactform form .hs-input[type=radio] {
  width: 18px !important;
  height: 18px !important;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  border: 1px #fff solid;
  background: none;
  color: #fff;
  font-size: 0.875em;
  line-height: normal;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.contactform form .multi-container label {
  margin-bottom: 0.5rem;
  display: flex;
  color: #fff;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

.contactform form .hs-input[type=radio]:checked:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/checked_radio.png') no-repeat #FF3239;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
    cursor: pointer;

    }

.contactform form .hs-input[type=radio]:before{
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  cursor: pointer;

  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/radio.png') no-repeat #ff3239;
    background-size: cover;
    }
.contactform form .hs-error-msgs label {
  color: #fff;
}

.servicenav {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  position: fixed;
  right: 32px;
  top: 285px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.lang_section {
  height: 40px;
}

.lang_section ul {
  margin: 0;
  padding: 0;
  outline: none;
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  float: right;
  margin-right: 16px;
  display: flex;
  flex-direction: row-reverse;
}

.lang_section ul li {
  cursor: pointer;
  text-align: center;
  margin: 0;
  padding: 0;
}

.lang_section ul li:last-child {
  display: none;
  margin-right: 25px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  top: -10px;
}

.lang_section ul li {
  display: block;
  order: -1;
}

.lang_section ul li a {
  color: #ff3f46;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.lang_section ul:hover li:last-child {
  display: block;
}
#fixednewsletter {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

#fixednewsletter a {
  display: block;
  text-decoration: none;
}

#fixednewsletter a h6 {
  margin: 0;
  padding: 0;
  outline: none;
  float: left;
  color: #ff3239;
  line-height: 54px;
  cursor: pointer;
  display: none;
  font-size: 0.875em;
  letter-spacing: 0.025em;
  font-weight: 400;
}

#fixednewsletter p {
  margin: 0;
  padding: 0;
  outline: none;
  width: 54px;
  height: 54px;
  text-align: center;
  float: right;
  line-height: 54px;
  cursor: pointer;
}

#fixednewsletter p img {
  vertical-align: middle;
  border-style: none;
  width: 19px;
}



#fixednewsletter p img + img {
  display: none;
}

#fixednewsletter:hover a h6 {
  display: block;
}
.blog-overlay-newsletter {
  min-height: 294px;
  clear: both;
  position: fixed;
  bottom: -422px;
  width: 100%;
  -moz-transition: bottom 1s ease;
  -webkit-transition: bottom 1s ease;
  -o-transition: bottom 1s ease;
  transition: bottom 1s ease;
  background: #ff3239;
  color: #fff;
  padding: 40px 0;
  margin: 0;
  outline: none !important;
  z-index:9;
}

.blog-new-form-open .blog-overlay-newsletter {
  bottom: 0;
  z-index: 9;
}
.blog-overlay-newsletter .bigcontainer {
  position: relative;
}


.blog-overlay-newsletter .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 5px;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/close%20(3).svg') no-repeat;
    background-size: cover;
    opacity: 1;
    cursor: pointer;
    }

.blog-overlay-newsletter .content-wrapper {
  max-width: 1010px !important;
  padding-bottom: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.blog-overlay-newsletter .teasertext {
  max-width: 540px;
  padding-bottom: 17px;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.blog-overlay-newsletter .teasertext p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  line-height: 1.429em;
}

.blog-overlay-newsletter .b-frame-layout-0 form .hs_firstname {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 40px;
}

.blog-overlay-newsletter .b-frame-layout-0 form .hs-input {
  width: 309px !important;
  border: 1px #fff solid;
  background: none;
  color: #fff;
  font-size: 0.875em;
  line-height: normal;
  height: 40px;
  padding: 0 20px;
  margin: 0;
}

.blog-overlay-newsletter .b-frame-layout-0 form .hs_email {
  display: inline-block;
  margin-bottom: 40px;
}

.blog-overlay-newsletter .b-frame-layout-0 form .hs_firstname label ,.blog-overlay-newsletter .b-frame-layout-0 form .hs_email label {
}

.b-frame-layout-0 form .hs-button {
  margin-bottom: 5px;
  border: none;
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  cursor: pointer;
  height: auto;
}

.actions {
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
#fixedcontact h6 , .social h6 {
  float: left;
  color: #ff3239;
  line-height: 54px;
  cursor: pointer;
  display: none;
  font-size: 0.875em;
  letter-spacing: 0.025em;
  margin: 0;
  font-weight: 400;
}

#fixedcontact p , .social p {
  width: 54px;
  height: 54px;
  text-align: center;
  float: right;
  line-height: 54px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: none;
}

#fixedcontact p img  {
  vertical-align: middle;
  border-style: none;
  width: 25px;
}
.social p img {
  vertical-align: middle;
  border-style: none;
  width: 21px;
}
.social p {
  line-height: 49px;
}
#fixedcontact p img + img , .social p img + img {
  display: none;
}

#fixedcontact:hover h6 , .social:hover h6 {
  display: block;
}

.opencontact {
  display: block;
  margin: 0;
  padding: 0;
  outline: none !important;
}

.opencontact > div {
  display: block;
  text-decoration: none;
}

.opencontact {
  display: block;
  text-decoration: none;
}
.blog-contact-form-open .contactoverlay {
  right: 0;
}

.blog-contact-form-open .bgoverlay {
  opacity: 1;
  z-index: 15;
}
.contactoverlay.blog-contact .contactform form .hs-richtext.hs-main-font-element .powermail_field {
  font-size: 0.875em;
}
.form-open .contactoverlay.blog-contact {
  right: -100%;
}
.contactform .hs-form label {
  margin: 0;
}
.header-form-open .blog-overlay-newsletter {
  bottom: 0;
  z-index: 9;
}
.contactform form .hs-richtext.hs-main-font-element .powermail_field {
  margin-bottom:18px;
  font-size: 0.875em;
}
.contactform form .hs-input[type=radio] {
  margin-top: 0;
}
.contactform form .hs-richtext.hs-main-font-element .powermail_field {
  margin-bottom: 18px;
}
.lp-header .header-logo {
  top: 50px;
}
.fixed-header .lp-header .header-logo {
    top: 39px;
}
@media(max-width:1260px) and (min-width:1096px){

  .fixed-header .header-nav .hs-menu-wrapper>ul>li {
    font-size: 14px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .servicenav {
    z-index: 10;
    right: 0;
  }
}

@media (min-width: 769px) and (max-width: 1400px){
  .blog-overlay-newsletter .bigcontainer {
    margin: 0 50px;
  }

  .blog-overlay-newsletter .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 1095px){
  .header-nav {
    display: none;
  }
}

@media(max-width:940px) and (min-width:769px){
  .header-fly-nav .hs-menu-wrapper>ul>li , .header-fly-nav .hs-menu-wrapper>ul>li:first-child {
    padding-left: 4.5%;
  }
}
@media(max-width:768px){
  .navbutton {
    left: 20px;
    top: 20px;
  }

  .header_navigation {
    display: flex;
  }

  .quicklinks a {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    width: auto;
    position: relative;
    top: -18px;
    right: -14px;
    background: #ff3239 url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_more_neg.svg') no-repeat left 14px center !important;
      background-size: 10px 20px !important;
      padding: 6px 10px 6px 40px !important;
      }
  .quicklinks a:hover {
    color: #fff !important;
  }
  .contactoverlay {
    width: 100%;
    padding: 90px 7% 90px 7%;
  }

  .contactoverlay .close {
    left: 20px;
    top: 20px;
  }
  .contactoverlay {
    width: 100%;
    padding: 90px 7% 90px 7%;
  }

  .contactoverlay .close {
    left: 20px;
    top: 20px;
  }

  .mobile-open .bignav {
    padding: 100px 0 24px 0;
    height: 100vh;
    overflow-y: scroll;
  }

  .bignav .close {
    left: 20px;
    top: 20px;
  }

  .bignav .logonav {
    padding-bottom: 50px;
  }

  .header-fly-nav .hs-menu-wrapper>ul {
    display: block;
  }

  .header-fly-nav .hs-menu-wrapper>ul>li {
    display: block;
    vertical-align: top;
    width: auto;
    padding-left: 20%;
    margin-bottom: 30px;
  }

  .header-fly-nav .hs-menu-wrapper>ul>li:first-child {
    padding-left: 20%;
  }

  .h-newsletterbutton {
    display: none;
  }
  .fixed-header .header-logo {
    top: 76px;
  }
  .fixed-header .header-main {
    height: 130px;
  }
  .blog-overlay-newsletter {
    padding: 60px 0 40px 0;
    position: fixed;
    z-index: 100;
    bottom: -600px;
  }

  .blog-overlay-newsletter .close {
    right: 20px;
    top: -38px;
  }

  .blog-overlay-newsletter .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-overlay-newsletter .b-frame-layout-0 form .hs_firstname .hs-input, .blog-overlay-newsletter .b-frame-layout-0 form .hs_email .hs-input {
    width: 100% !important;
  }

  .blog-overlay-newsletter .b-frame-layout-0 form .hs_firstname , .blog-overlay-newsletter .b-frame-layout-0 form .hs_email {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .servicenav {
    display: block;
    right: 180px;
    top: 5px;
    z-index: 50;
  }

  .lang_section {
    margin-top: 15px;
    height: 50px;
    float: left;
  }

  .lang_section ul {
    width: 45px;
    flex-direction: column;
    margin-right: 0;
  }

  .lang_section ul li:last-child {
    margin-top: 16px;
    margin-right: 0;
    padding: 7px 10px;
  }

  #fixednewsletter {
    display: none;
  }

  div#fixedcontact {
    float: left;
  }

  #fixedcontact p, .social p {
    width: 41px;
    height: 41px;
    line-height: 47px;
  }

  .social.clearfix {
    float: left;
  }

  .social p {
    line-height: 49px;
  }

  #fixedcontact:hover h6, .social:hover h6 {
    display: none;
  }
  .servicenav a {
    color: #fff;
  }

  .mobile-open .lang_section ul li a {
    color: #fff;
  }



  .mobile-open #fixedcontact p img+img, .mobile-open .social p img+img {
    display: inline-block;
  }

  .mobile-open #fixedcontact p img {
    display: none;
  }

  .mobile-open .social p img {
    display: none;
  }
.fixed-header .lp-header  .header-main {
    height: 90px;
}

.fixed-header .lp-header .header-logo {
    top: 35px;
}
  .header-group.lp-header {
    min-height: 90px;
}
}

@media(max-width:380px){
  .servicenav {
    display: flex;
    top: 205px;
    z-index: 50;
    right: 10px;
  }
  .lang_section ul li:last-child{
    top: -18px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;

}
.footer__container {
  margin: 0 auto;
}

.footer-group {
  overflow: hidden;
  -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  display: block;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

.footer__container {
  max-width: 1330px;
  position: relative;
  margin: 0 auto;
}

.footer__main {}

.footer__main {
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 900px;
}

.footer__main .hs-menu-wrapper > ul {
  display: block;
  margin: 0;
  padding: 0;
  margin-right: auto !important;
}

.footer__main .hs-menu-wrapper > ul > li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding-left: 13.5%;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #212529;
}

.footer__main .hs-menu-wrapper > ul > li:first-child {
  padding-left: 0;
}

.footer__main .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: 0.5rem 1rem;
  padding-right: 0;
  padding-left: 0;
  font-size: 0.875em;
  line-height: 0.906em;
  color: #000;
  font-weight: 700;
}

.footer__main .hs-menu-wrapper > ul > li > ul {
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 8px;
}

.footer__main .hs-menu-wrapper > ul > li > ul > li {
  margin: 0;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  padding: 0;
  line-height: 1.5;
  color: #212529;
}

.footer__main .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 0.875em;
  color: #000;
  padding: 0;
  display: inline;
}

.footer__main .hs-menu-wrapper > ul > li > ul > li > a:hover {
  text-decoration: underline;
}

.newsletterbutton {
  float: left;
  font-size: 0.875em;
  margin-top: 40px;
  padding-left: 45px;
  cursor: pointer;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Signet_exeon.svg') no-repeat left top;
    background-size: 28px 22px;
    height: 22px;
    line-height: 24px;
    }

.footernavi {
  float: right;
  font-size: 0.875em;
  padding-bottom: 34px;
  font-family: 'Heebo',sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #212529;
}

.footernavi a {
  color: #000;
  margin-left: 25px;
  text-decoration: none;
  display: block;
}
#back-to-top {
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  position: fixed;
  left: 60px;
  bottom: 60px;
  border-radius: 50%;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_top_red.svg') no-repeat center top 13px #fff;
    -webkit-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 40%);
    height: 80px;
    width: 80px;
    color: #ff3239;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    background-size: 20px;
    }

#back-to-top p {
  width: 47px;
  margin: 30px auto 0 auto;
  font-size: 14px;
  line-height: 15px;
  padding: 0;
  outline: none !important;
}

.newsletterbutton:hover {
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Signet_exeon_red.svg') no-repeat left top;
    background-size: 28px 22px;
    color: #ff3239;
    }
.footernavi .hs-menu-wrapper > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footernavi .hs-menu-wrapper > ul > li > a {
  padding: 0;
}
.footer-form-open .blog-overlay-newsletter {
  bottom: 0;
  z-index: 9;
}
.footer-group.lp-footer {
    height: auto;
    min-height: auto;
}
@media (min-width: 769px) and (max-width: 1400px){
  .footer__container {
    margin: 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width:965px){


  .footer__main .hs-menu-wrapper>ul>li {
    display: inline-block;
    width: 50%;
    padding-left: 0px;
  }

  .footer__main .hs-menu-wrapper>ul>li:first-child {
    padding-left: 0px;
  }

  .newsletterbutton {
    margin-left: 0;
  }

  .footer-group {
    height:auto;
  }

  .footer__main .hs-menu-wrapper>ul {
    display: flex;
  }
}

@media(max-width:768px){
  .footer-group {
    height: auto;
    min-height: 550px;
  }

  .footer__main .hs-menu-wrapper>ul>li {
    display: block;
    vertical-align: top;
    width: auto;
    padding-left: 20px;
    padding-top: 20px;
  }

  .footer__main .hs-menu-wrapper>ul>li:first-child {
    padding-left: 20px;
  }

  .newsletterbutton {
    margin-left: 20px;
    float: none;
    margin-bottom: 20px;
  }

  .footernavi {
    margin-right: 20px;
    float: none;
  }
  #back-to-top {
    left: 20px;
    bottom: 115px;
    z-index: 2;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

.body-wrapper.hs-blog-listing {
  background-position: left 5vw top -38vh;
  background-size: 30vw;
}
.body-wrapper.hs-blog-post {
  background-position: left 5vw top -38vh;
  background-size: 30vw;
}
.blog-listing-group .content-wrapper {
  margin-bottom: 50px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.pagetitle {
  max-width: 965px;
  margin: 80px auto;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #212529;
}

.pagetitle h1 {
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
  color: inherit;
  margin-top: 0;
}

.pagetitle .teaser {
  font-size: 1.125em;
  line-height: 1.556em;
  margin: 35px 0 80px 95px;
  max-width: 660px;
}



.newsletterbutton-overlay {
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #ff3239;
  border: 1px #ff3239 solid;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_more_pos.svg') no-repeat left 20px center;
    background-size: 10px 20px;
    padding: 12px 16px 12px 50px;
    margin-right: 30px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 75px;
    }

.newsletterbutton-overlay:hover {
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_more_neg.svg') no-repeat left 20px center #ff3239;
    background-size: 10px 20px;
    color: #fff;
    text-decoration: none;
    }

.news-tags {
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.news-tags li {
  width: 170px;
  text-align: center;
  line-height: 52px;
  font-weight: 500;
  margin: 0 30px 70px 0;
  display: inline-block;
  cursor: pointer;
  border: 1px #cf0082 solid;
}

.news-tags li.active {
  color: #fff;
  border: 1px #000 solid;
  background-color: #000;
}
.news-tags li.active a{
  color: #fff;
}

.news-tags li a {
  text-decoration: none;
  color: #cf0082;
}

.news-tags li:hover a {
  color: #fff;
}

.news-tags li:hover {
  border: 1px #cf0082 solid;
  background-color: #cf0082;
}

.blog-index__post-wrap {
  margin-left: 7.7%;
  position: relative;
}

.blog-index-post {
  margin: 0;
  padding: 0;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 20px;
  width: 50%;
  max-width: 47%;
  margin-bottom: 40px;
  float: left;
  border: 1px transparent solid;
}

.blog-index-post:hover {border: 1px #ff3239 solid;}

.newsdetaillink {
  display: block;
  height: 100%;
  width: 100%;
  color: #000;
  text-decoration: none !important;
  border: 1px #fff solid;
}

.news-img-wrap {
  float: none;
  margin: 0;
  background: #fff;
}

.featured-image {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.news-list-date {
  color: #ff3239;
  float: right;
  padding: 30px 20px;
  font-weight: 500;
  clear: both;
  margin: 0;
  outline: none;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

.b-header {
  clear: both;
}

.b-header h3 {
  margin: 0;
  margin: 70px 0 15px 0;
  font-size: 1.125em;
  line-height: 1.556em;
  font-weight: 500;
  margin-bottom: 15px;
}

.teaser-text {
  margin: 0 0 10px 0;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

p.summray {}

.teaser-text p {
  font-size: 0.875em;
  line-height: 1.429em;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.more {
  margin: 0;
  padding: 0;
  outline: none !important;
  float: right;
  color: #ff3239 !important;
  text-decoration: none !important;
  font-size: 0.875rem;
  line-height: 1.143em;
  font-weight: 500;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_more_pos.svg') no-repeat left center;
    background-size: 7px 13px;
    padding-left: 14px;
    cursor: pointer;
    }

.more:hover {
  text-decoration: none;
  color: #000 !important;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_more_black.svg') no-repeat left center;
    background-size: 7px 13px;
    }



.blog-index-post:hover .newsdetaillink a {
  color: #000;
}

.newsdetaillink:hover {
  color: #000;
}

.blog-index__post-wrap:before,.blog-index__post-wrap:after {
  display: block;
  clear: both;
  content: "";
}

.blog-index-group {
  width: 100%;
}

.quicklinks.whitebutton {
  padding-top: 60px;
  position: relative;
  clear: both;
}

.quicklinks.whitebutton a {
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_more_pos.svg') no-repeat left 20px center transparent !important;
    background-size: 10px 20px !important;
    color: #ff3239 !important;
    border: 1px #ff3239 solid  !important;
    padding: 12px 16px 12px 50px;
    margin-right: 30px;
    }

.quicklinks.whitebutton a:hover {
  color: #fff !important;
  border: 1px #ff3239 solid !important;
  background: #ff3239 url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_more_neg.svg') no-repeat left 20px center !important;
    background-size: 10px 20px !important;
    text-decoration: none;
    }

.blog-pagination {
  margin-top: 50px;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.overlay-newsletter {
  position: fixed;
  top: 20vh;
  height: 70vh;
  overflow-y: scroll;
  max-width: 810px;
  width: 50%;
  left: calc(50% - 405px);
  background: #ff3239;
  color: #fff;
  padding: 136px 40px 40px 40px;
  z-index: 10;
  display: none;
}

.blog-form-open .overlay-newsletter {
  display: block;
}

.bigcontainer {
  max-width: 1330px;
  position: relative;
  margin: 0 auto;
  position: unset;
}

.overlay-newsletter .close {
  margin: 0;
  padding: 0;
  outline: none !important;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 45px;
  top: 45px;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/close%20(2).svg') no-repeat;
    background-size: cover;
    opacity: 1;
    cursor: pointer;
    }

.overlay-newsletter .content-wrapper {
  max-width: 1200px !important;
  margin-bottom: 200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.teasertext p {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.4em;
  margin-bottom: 26px;
}

.teasertext {
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
}


.b-frame-layout-0 form {
  max-width: 100%;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

.contactform form .multi-container {
  margin: 0;
  padding: 0;
}
.contactform form .hs-form-radio {
  width: 100px;
  display: inline-block;
}

.b-frame-layout-0 form .hs-input {
  border: 1px #fff solid;
  background: none;
  color: #fff;
  font-size: 0.875em;
  line-height: normal;
  height: 40px;
  padding: 0 20px;
  margin-bottom: 15px;
}

.b-frame-layout-0 form .field {
  margin: 0;
}

.b-frame-layout-0 form .hs-input::placeholder {
  color: #fff;
}

.b-frame-layout-0 form .hs-button {
  margin: 0;
  font-family: inherit;
  line-height: normal;
  height: 40px;
  padding: 0 20px;
  margin-bottom: 15px;
  float: right;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_more_neg.svg') no-repeat left center #ff3239;
    background-size: 7px 13px !important;
    border: none;
    color: #fff;
    font-size: 0.875em;
    font-weight: 500;
    padding-left: 14px !important;
    cursor: pointer;
    width: auto;
    padding-right: 0;
    }



.b-frame-layout-0 form .hs-fieldtype-booleancheckbox {
  position: relative;
  font-size: 0.75em;
}

.b-frame-layout-0 form .hs-fieldtype-booleancheckbox ul {
  padding: 0;
}

.b-frame-layout-0 form .hs-fieldtype-booleancheckbox ul label {
  color: #fff;
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 100%;
}

.b-frame-layout-0 form .hs-fieldtype-booleancheckbox .hs-input[type=checkbox] {
  border: 1px #fff solid;
  background: none;
  color: #fff;
  font-size: 0.875em;
  line-height: normal;
  padding: 0 20px;
  margin-bottom: 15px;
  width: 10px !important;
  float: left;
  height: 10px !important;
  margin-right: 0;
}

.b-frame-layout-0 form .hs-fieldtype-booleancheckbox .hs-input[type=checkbox]:before {
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/checkbox.svg') no-repeat #ff3239;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
    cursor: pointer;
    }
.b-frame-layout-0 form .hs-input[type=checkbox]:checked:before {
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/checked.svg') no-repeat #ff3239;
    background-size: cover;
    }
.b-frame-layout-0 form .inputs-list label>span a {
  color: #fff;
}

.b-frame-layout-0 form .hs-fieldtype-booleancheckbox .inputs-list label>span {
  display: inline-block;
  padding-left: 19px;
  width: 80%;
}

.b-frame-layout-0 form  .multi-container {
  margin: 0;
  padding: 0;
}
.b-frame-layout-0 form  .hs-form-radio {
  width: 100px;
  display: inline-block;
}


.b-frame-layout-0 form .hs-input[type=radio] {
  width: 18px !important;
  height: 18px !important;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  border: 1px #fff solid;
  background: none;
  color: #fff;
  font-size: 0.875em;
  line-height: normal;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.b-frame-layout-0 form .multi-container label {
  margin-bottom: 0.5rem;
  display: flex;
  color: #fff;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

.b-frame-layout-0 form .hs-input[type=radio]:checked:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/checked_radio.png') no-repeat #FF3239;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
    cursor: pointer;

    }

.b-frame-layout-0 form .hs-input[type=radio]:before{
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  cursor: pointer;

  background: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/radio.png') no-repeat #ff3239;
    background-size: cover;
    }
.blog-post-wrapper {
  margin-top: 122px;
}

.blog-post-wrapper .content-wrapper {
  margin-bottom: 50px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post-title {
  font-weight: 400;
  margin: 0;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
  color: inherit;
  font-weight: 500;
}

.post-date {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Heebo',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

.blog-post__body {
  font-size: 0.875rem;
  line-height: 1.429em;
}


.blog-comments form {
  max-width: 100%;
}

.blog-comments form .actions {
  text-align: center;
}

.b-frame-layout-0 form .hs-error-msgs label {
  color: #fff;
}
.b-frame-layout-0 .hs-form label {
  margin-bottom: 0;
}
.b-frame-layout-0 form .hs-button {
  height: auto;
  margin-bottom: 0;
  position: relative;
  top: -38px;
}

.b-frame-layout-0 form .hs-fieldtype-booleancheckbox .inputs-list label>span {
  display: inline-block;
  padding-left: 22px;
  width: 80%;
}

.b-frame-layout-0 form .inputs-list label>span a {
  display: inline;
  border-bottom: 1px #fff solid;
  text-decoration: none;
}

.b-frame-layout-0 form .hs-input[type=radio] {
  margin-bottom: 0px;
}

.blog-overlay-newsletter .teasertext {
  padding-bottom: 15px;
}

.blog-overlay-newsletter {
  padding-bottom: 8px;
}
@media (min-width: 769px) and (max-width: 1400px){
  .blog-listing-group .content-wrapper {
    padding: 0 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .blog-index-post {
    width: 45%;
    max-width: 45%;
  }
}

@media(max-width:900px){
  .overlay-newsletter {
    height: 70vh;
    width: 100%;
    left: 0;
    z-index: 100;
  }
}
@media(max-width:768px){
  .blog-listing-group .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-post-wrapper {
    margin-top: 169px;
  }
  .pagetitle {
    max-width: 965px;
    margin: 0 auto 50px auto;
  }

  .pagetitle .teaser {
    margin: 35px 0 80px 0;
  }

  .news-tags {
    height: 54px;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 40px);
    background: #fff;
    z-index: 10;
    padding-top: 64px;
  }



  .news-tags li {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
  }

  .news-tags li.active {
    position: absolute;
    top: 0;
    background-image: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_bottom.svg');
      background-position: right 20px center;
      background-repeat: no-repeat;
      background-size: 13px 7px;
      color: #fff;
      border: 1px #cf0082 solid;
      background-color: #cf0082;
      }

  .news-tags li:hover {
    color: #fff;
    border: 1px #cf0082 solid;
    background-color: #cf0082;
  }

  .news-tags li:hover > a {
    color: #fff;
  }

  .tag-open .news-tags {
    height: auto;
  }

  .tag-open .news-tags li.active {
    background-image: url('//f.hubspotusercontent40.net/hubfs/4441296/raw_assets/public/Exeon_May2021/images/Icon_top.svg');
      background-position: right 20px center;
      background-repeat: no-repeat;
      background-size: 13px 7px;
      }

  .blog-index__post-wrap {
    padding-top: 70px;
    margin-left: 0;
  }

  .blog-index-post {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
  }

  .quicklinks.whitebutton a {
    display: block;
    margin: 20px auto;
    width: 80%;
    padding: 12px 16px 12px 50px !important;
    top: 0;
    right: 0;
    font-family: 'Heebo',sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.5;
  }
  .blog-listing-group {
    padding: 50px 0px 140px 0px;
  }

  .blog-index-post {
    border: 0 !important;
  }
  .blog-post-wrapper .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media(max-width:479px){
  .blog-overlay-newsletter {
    padding-bottom: 40px;
  }

  .b-frame-layout-0 form .hs-button {
    top: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size:16px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.no-list.hs-error-msgs {
    padding-left: 0;
}
.widget-type-email_subscriptions form#email-prefs-form {
    max-width: 100%;
}
@media(max-width:767px){
  .error-page_heading , .systems-page h1 {
    font-size: 1.5rem;
}
  .systems-page h3 , .systems-page h2{
     font-size: 1.2rem;
  }
}