/* ******************************************************************************
*********************************************************************************
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 */
  line-height: 1.15; /* 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.
*********************************************************************************
****************************************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Anchor Links */
a {
  color: #0270E0;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

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

h1 {
  font-size: 2.1rem;
  letter-spacing: -0.0625rem;
  line-height: 1.1;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem; 
  line-height: 1.4;
}

h6 {
  font-size: .9rem; 
  line-height: 1.4;
}

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 {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* 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;
}
header,footer {
  font-weight: 300;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  font-family: Lato, sans-serif;
  padding: 30px;
  color: #fff;
}

form h1, form h2, form h3, form h4, form h5, form h6 {
  color: #fff;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  
  text-decoration: none;
  white-space: normal;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, -webkit-box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, -webkit-box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out, transform 0.1s ease-out;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out, transform 0.1s ease-out, -webkit-box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
  border: 2px solid #002561;
  border-radius: 2em; 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #002561;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
    -webkit-box-shadow: 0 0.25em 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.25em 0.5rem rgba(0, 0, 0, 0.3);
  color: #fff;
  -webkit-transform: translateY(-0.1em);
  -ms-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
}

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

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

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

.hs-input,
.hs-search-field__input,
form input[type="password"] {
  display: inline-block;
  width: 100%;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #504f50;
  border-radius: 0;
  color: #242224;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  min-height: 1.5rem;
  padding: 0.5em 0.25em;
  -webkit-transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  appearance: auto;
  cursor: pointer;
  width: auto;
  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,
.hs-search-field__input:focus,
form input[type="password"]: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;
  font-weight: 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;
}
@media (min-width: 768px) {
  form {
	 max-width: 500px;  
  }
}
/* ******************************************************************************
*********************************************************************************
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: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.lp .navbar-mainmenu {
  min-height: 54px;
}
.lp .navbar-corporate {
  min-height: 42.13px;
}
@media screen and (max-width: 62.5em) {
  .lp .navbar-mainmenu {
	 min-height: 49px;
  }
}
@media screen and (max-width: 47.9375em) {
  .lp .navbar-mainmenu {
	 min-height: 63px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

header.header>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.navbar-corporate {
  background-color: #fff;
  padding: 0.25rem 0 0.5rem;
}

.navbar-corporate .container {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.corporate-links {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.corporate-buttons {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.corporate-links .hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.corporate-links .hs-menu-wrapper ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.corporate-links .hs-menu-wrapper ul li a {
 color: #002561 !important;
    font-size: 0.625rem;
    font-weight: 700;
    padding: 0.5em 1em;
    text-decoration: none;
    text-transform: uppercase;
font-family: 'Ubuntu', sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transition: color 0.1s ease-out;
  background-color:transparent;
  margin-bottom:2px;
}

.corporate-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.corporate-buttons ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
}

.corporate-buttons ul li a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #002561;
  border: 2px solid #002561;
  border-radius: 2em;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 1em 0.5em 0;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, -webkit-box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, -webkit-box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out, transform 0.1s ease-out;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out, transform 0.1s ease-out, -webkit-box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
  background-repeat: no-repeat;
  background-size: 1.25em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.625rem;
  padding: 0.5em 1em;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-position: 0.75em 50%;
  padding-left: 2.5em;
  white-space: nowrap;
  margin-bottom: 0;
}

.corporate-buttons ul li.reg a {
  background-color: #0064a8;
  border-color: #0064a8;
  color: #fff;
  background-image: url(https://20424413.fs1.hubspotusercontent-na1.net/hubfs/20424413/raw_assets/public/ABB%20OneBill%209-2021/images/boxed-arrow-white.svg);
}

.corporate-buttons ul li.log a {
  background-image: url(https://20424413.fs1.hubspotusercontent-na1.net/hubfs/20424413/raw_assets/public/ABB%20OneBill%209-2021/images/person-white.svg);
}

.navbar-mainmenu {
  background-color: #002561;
}

.navbar-mainmenu .container {
  position: relative;
}

.site-logo {
  background-color: transparent;
  border-radius: 0 0 0.5rem 0.5rem;
  -webkit-box-shadow: 0 0.2rem 0.25rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.2rem 0.25rem rgba(0, 0, 0, 0.2);
  left: 0;
  max-width: 11rem;
  padding: 0 1rem;
  position: absolute;
  top: -1px;
}

.mobile_trigger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 auto;
  max-height: 5rem;
  max-width: 8rem;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0 0 0 11rem;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 500;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

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

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

header.header {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
}

body:not(.mobile-open) header.header {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  will-change: transform;
}

body:not(.header-show) header.header {
  -webkit-animation-name: slide-up;
  animation-name: slide-up;
}

body:not(.header-hide) header.header {
  -webkit-animation-name: slide-down;
  animation-name: slide-down;
}

@-webkit-keyframes slide-up
{
  0%
  {
	 -webkit-transform: translateY(0);
	 transform: translateY(0);
  }

  100%
  {
	 -webkit-transform: translateY(-125%); 
	 transform: translateY(-125%);
  }
}

@keyframes slide-up
{
  0%
  {
	 -webkit-transform: translateY(0);
	 transform: translateY(0);
  }

  100%
  {
	 -webkit-transform: translateY(-125%);
	 transform: translateY(-125%);
  }
}

@-webkit-keyframes slide-down
{
  0%
  {
	 -webkit-transform: translateY(-125%);
	 transform: translateY(-125%);
  }

  100%
  {
	 -webkit-transform: translateY(0);
	 transform: translateY(0);
  }
}

@keyframes slide-down
{
  0%
  {
	 -webkit-transform: translateY(-125%);
	 transform: translateY(-125%);
  }

  100%
  {
	 -webkit-transform: translateY(0);
	 transform: translateY(0);
  }
}

/* ==Banner== */
.banner_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12rem 0 6rem;
  position: relative;
  background-position: center 90px;
  color: #fff;
}

.banner_wrap>div {
  position: relative;
  z-index: 2;
  width: 100%;
}

.banner_wrap h1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.4);
  color: inherit;
}

.banner_wrap:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 60%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.corporate-buttons ul li a:hover {
  transform: none;
  box-shadow: none;
}

.hs-item-has-children {
  position: relative;
}

@media screen and (min-width: 75em) {
  .corporate-buttons {
	 margin-right: 1rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 padding: 0.75rem 2rem;
  }
}
@media screen and (max-width: 76rem) {
  .site-logo {
	 left: 1rem;
  }
}
@media screen and (max-width: 62.5em) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-size: 0.85rem;
  }
}
@media (max-width: 830px) and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
	 font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper>ul ul {
	 position: absolute;
	 left: 0;
	 top: 100%;
	 padding: 15px 2rem;
	 visibility: hidden;
	 opacity: 0;
	 transition: all .3s ease;
	 display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
	 opacity: 1;
	 visibility: visible;
  }
}
@media screen and (max-width: 47.9375em) {
  header.header {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: reverse;
	 -ms-flex-direction: column-reverse;
	 flex-direction: column-reverse;
  }

  .navbar-corporate {
	 display: none;
  }

  .mobile_trigger {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 justify-content: flex-end;
  }

  .mobile_trigger .hamburger {
	 background-color: transparent;
	 border: 0;
	 color: inherit;
	 cursor: pointer;
	 display: inline-block;
	 font: inherit;
	 margin: 0;
	 overflow: visible;
	 padding: 1em 0;
	 outline: none;
  }

  .mobile_trigger .hamburger .text {
	 margin-right: 0.5rem;
	 text-transform: uppercase;
	 color: #fff;
  }

  .mobile_trigger .hamburger .hamburger-box {
	 display: inline-block;
	 height: 1.5em;
	 position: relative;
	 vertical-align: bottom;
	 width: 2em;
  }

  .hamburger-inner {
	 display: block;
	 top: 40%;
	 -webkit-transition-duration: 0.075s;
	 transition-duration: 0.075s;
	 -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	 transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger-inner,.hamburger-inner:before,.hamburger-inner:after {
	 background-color: #fff;
	 height: 0.2em;
	 position: absolute;
	 width: 2em;
	 content: '';
	 display: block;
  }

  .hamburger-inner:before {
	 top: -0.5em;
	 -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
	 transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }

  .hamburger-inner:after {
	 bottom: -0.5em;
	 -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	 transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	 transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	 transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
	 -webkit-box-align: stretch;
	 -ms-flex-align: stretch;
	 align-items: stretch;
	 display: none;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -webkit-box-pack: start;
	 -ms-flex-pack: start;
	 justify-content: flex-start;
	 margin: 0;
	 padding-top: 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 border-bottom: 1px solid #00122e;
	 font-size: inherit;
  }

  .mobile-open .navbar-corporate {
	 display: block;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
  }

  .mobile-open .hamburger-inner {
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
	 -webkit-transition-delay: 0.12s;
	 transition-delay: 0.12s;
	 -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	 transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .mobile-open .hamburger-inner:before {
	 opacity: 0;
	 top: 0;
	 -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
	 transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  }

  .mobile-open .hamburger-inner, .mobile-open .hamburger-inner:before, .mobile-open .hamburger-inner:after {
	 border-radius: 0.25em;
  }

  .mobile-open .hamburger-inner:after {
	 bottom: 0;
	 -webkit-transform: rotate(-90deg);
	 -ms-transform: rotate(-90deg);
	 transform: rotate(-90deg);
	 -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	 transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	 transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	 transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .navbar-corporate .container {
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
  }

  .corporate-links {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 margin: 0.5rem auto;
  }

  .corporate-buttons {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 margin: 0.5rem auto;
  }

  .mobile-open header.header {
	 -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
	 box-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
  }

  .banner_wrap {
	 background-position: center 63px;
  }

  .corporate-links .hs-menu-wrapper ul {
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
  }

  .corporate-links .hs-menu-wrapper ul li {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
	 display: none;
	 width: 100%;
	 background: transparent !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 flex-wrap: wrap;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
	 color: #fff !important;
	 font-weight: 500;
	 padding: .75rem 1rem;
	 text-align: center;
	 border-bottom: 1px solid #00122e;
	 -webkit-transition: background-color .2s ease;
	 transition: background-color .2s ease;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a:hover {
	 color: rgba(255,255,255,1.0) !important;
	 background-color: rgba(0,100,168,1.0) !important;
  }
  .child-trigger {
	 position: absolute;
	 right: 0;
	 top: 0;
	 height: 55px;
	 width: 40px;
	 cursor: pointer;
  }

  .child-trigger i{
	 position: relative;
	 top: 50%; /* Centers icon inside button */
	 margin: 0 auto !important;
	 -webkit-transform: rotate(0deg);
	 -ms-transform: rotate(0deg);
	 transform: rotate(0deg);
  }
  .child-trigger i:after{
	 position: absolute;
	 content: '';
  }
  .child-trigger i, .child-trigger i:after{
	 width: 10px; /* Icon line width */
	 height: 1px; /* Icon line height */
	 background-color: #FFF;
	 display: block;
  }
  .child-trigger i:after{
	 -webkit-transform: rotate(-90deg);
	 -ms-transform: rotate(-90deg);
	 transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
	 -webkit-transform: rotate(-180deg);
	 -ms-transform: rotate(-180deg);
	 transform: rotate(-180deg);
  }
  .child-trigger i {
	 pointer-events: none;
  }
}

@media screen and (max-width: 37.5em) {
  .banner_wrap {
	 background-position: center;
	 padding: 6rem 0 2rem;
  }
}

@media screen and (max-width: 23.4375em) {
  .mobile_trigger .hamburger .text {
	 visibility: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer-copyright {
  background-color: #0064a8;
  padding: .75rem 1rem;
  text-align: center;
  color: #fff;
}

.footer a {
  display: inline;
  text-decoration: none;
}

.footer-menu {
  padding: 2rem 0;
  background-image: linear-gradient(45deg, #fff 0, #fff 40%, #f3f2f3 40.01%, #f3f2f3 70%, #eceaec 70.01%);
}

.menu_cols_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ftr_logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  max-width: 100%;
  min-height: 1px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 4);
  flex: 0 1 calc(100% / 4);
  font-size: 0.9em;
  color: #002561;
  padding: 0 0.5rem;
}

.ftr_cols_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  max-width: 100%;
  min-height: 1px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 4 * 3);
  flex: 0 1 calc(100% / 4 * 3);
  font-size: 0.9em;
  color: #002561;
  padding: 0 0.5rem;
}

.ftr_logo img {
  width: auto !important;
}

.ftr_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ftr_col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  max-width: 100%;
  min-height: 1px;
  padding: 0;
  font-size: 0.9em;
  color: #002561;
  padding: 0 0.5rem;
}

address {
  font-style: normal;
}

.footer-abb-family {
  background-color: #002561;
  padding: 2rem 0;
}

.top_cols_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  max-width: 100%;
  min-height: 1px;
  padding: 0;
}

.top_col.top_col_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 4);
  flex: 0 1 calc(100% / 4);
}

.top_col.top_col_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 4 * 3);
  flex: 0 1 calc(100% / 4 * 3);
}

.top_col_2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ftr_col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_col_2 ul li {
  flex: 1 0 auto;
  margin: 0 1rem;
  padding: 0;
  max-width: 33%;
}

.top_col_2 ul li a {
  display: block;
  text-align: center;
}

.footer a:hover {
  text-decoration: underline;
}

.top_col_2 ul li a img {
  display: block;
  max-height: 44px;
}

@media screen and (min-width: 37.5em) {
  .top_col_1>div {
	 padding: 1rem;
  }
}
@media screen and (max-width: 37.5em) {
  .menu_cols_wrap {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
  }

  .ftr_logo {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
  }

  .ftr_cols_wrap {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
  }

  .ftr_cols {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
  }

  .ftr_col {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 padding: 0;
  }

  .footer-menu {
	 text-align: center;
  }

  .top_cols_wrap {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
  }

  .top_col.top_col_1 {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
  }

  .top_col.top_col_2 {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
  }

}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
.blog_wrap.blog_list {
  border-top: 2px solid #0073c2;
}

.blog_header_section {
  text-align: center;
  padding: 4rem 0;
}

.container.medium {
  max-width: 60rem;
}

.blog_listing {
  padding: 4rem 0;
  background-color: #002561;
  background-position: center -2px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 6rem;
  background-image: url(https://20424413.fs1.hubspotusercontent-na1.net/hubfs/20424413/raw_assets/public/ABB%20OneBill%209-2021/images/transition-curve-up-solid.svg);
}

.blog_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(100% / 3 - 1rem);
}

.card {
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem 0.5rem;
  overflow: hidden;
}

.card .card-image {
  border-bottom: 1px solid #e7e5e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card .card-image img {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.card .card-text {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem 0;
  width: 100%;
}

.accordion.resource-accordion p, .card p, .news-list p {
  color: #000;
}

.card .card-link a {
  background-color: #0064a8;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 37, 97, 0.4)), color-stop(40%, rgba(0, 37, 97, 0)));
  background-image: linear-gradient(to right, rgba(0, 37, 97, 0.4) 0, rgba(0, 37, 97, 0) 40%);
  border-radius: 2.5rem 0 0;
  -webkit-box-shadow: inset 0.25rem 0.25rem 0.3rem rgba(0, 37, 97, 0.3);
  box-shadow: inset 0.25rem 0.25rem 0.3rem rgba(0, 37, 97, 0.3);
  color: #fff;
  display: block;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  text-align: right;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.card .card-link a span {
  color: #fff;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  height: 1.4em;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 8em;
}

.card .card-link a::after {
  background-image: url(https://20424413.fs1.hubspotusercontent-na1.net/hubfs/20424413/raw_assets/public/ABB%20OneBill%209-2021/images/arrow-left-white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.card .card-link {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card .card-link {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card-text {
}

.newsletter_wrap {
  background-image: linear-gradient(45deg, #d3d0d3 0, #d3d0d3 30%, #dbd8db 30.01%, #e0dde0 60%, #e7e5e7 60.01%);
  padding: 4rem 0;
}

.newsletter_wrap .container {
  text-align: center;
}

.newsletter_wrap .hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #002561;
  border: 2px solid #002561;
  border-radius: 2em;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 1em 0.5em 0;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, -webkit-box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out, -webkit-box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out, transform 0.1s ease-out;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, box-shadow 0.1s ease-out, color 0.1s ease-out, transform 0.1s ease-out, -webkit-box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.newsletter_wrap .hs-button:hover {
  background-color: #0064a8;
  border-color: #0064a8;
  -webkit-box-shadow: 0 0.25em 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.25em 0.5rem rgba(0, 0, 0, 0.3);
  color: #fff;
  -webkit-transform: translateY(-0.1em);
  -ms-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
}

.blog-pagination {
  margin: 1em 0;
  text-align: center;
}

.blog-pagination a {
  display: inline-block;
  margin: 0 .5rem;
  color: #fff;
}

.blog-pagination a:hover {
  color: #8ed8f8;
}

/* ==Post== */
.section_back {
  background-color: #0064a8;
  border-top: 1px solid #0073c2;
  position: relative;
  display: flex;
}

.section_back .container {
  border-right: 1px solid #004f84;
  font-size: 90%;
  width: 100%;
  padding-bottom: 1px;
}

.section_back a {
  border-bottom: 1px solid #004f84;
  border-left: 1px solid #004f84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  height: 100%;
  margin: 0 0 -1px -1px;
  min-height: 3.6667rem;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  color: #fff;
}

.section_back a span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

.section_back a:hover {
  text-decoration: underline; 
  background-color: #0082db;
  color: #fff;
}

.blog_post_content_wrap {
  padding: 4rem 0;
}

.post_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post_content_left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  max-width: 100%;
  min-height: 1px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 3 * 2);
  flex: 0 1 calc(100% / 3 * 2);
}

.post_sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  max-width: 100%;
  min-height: 1px;
  padding: 0;
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
}

.social-media-sharing ul {
  padding-left: 0px;
  display: inline-flex;
  text-align: center;
  list-style: none;
  margin-top: 18px;
}

.social-media-sharing ul li {
  margin-bottom: 0.5rem;
  display: inline-block;
  margin-right: 15px;
  list-style: none;
  list-style-type: none;
}

.social-media-sharing ul li a {
  cursor: pointer;
}

.social-media-sharing ul li a img {
  width: 40px;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 40px;
  margin-top: 40px;
}

.hs-blog-post .blog_listing>div>h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}

.hs-blog-post .card {
  min-height: 620px;
  margin: 0;
}

.hs-blog-post .post-item {
  margin: 1rem 0.5rem;
}


@media screen and (min-width: 48em) {
  .card .card-link a span {
	 opacity: 0;
	 width: 0;
  }
  .card .card-link a:hover span, .card .card-link a:focus span {
	 opacity: 1;
	 width: 8em;
  }
}
@media screen and (min-width: 37.5em) {
  .post_content_left,
  .post_sidebar {
	 padding: 1rem;
  }
}
@media screen and (min-width: 47.9375em) {
  .section_back .container {
	 padding-bottom: 1px;
  }
}

@media screen and (max-width: 47.9375em) {
  .post-item {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 200px 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: 400px  ;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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;
}
.hs-form-field {
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input[type="email"] {
  width: 100% !important;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-form-field label {
  margin-bottom: 8px;
  display: inline-block;
}
label:empty {
  display: none !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
.subs form#email-prefs-form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  .blog-post img {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
}
}
.error-page {
  position: relative;
  z-index: 2;
}
.comment-date, .comment-from {
  display: block !important;
}
.grecaptcha-badge {
  max-width: 100%;
  overflow: auto hidden;
  margin: 0;
}
h3:empty {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
span.replying-to {
  display: block;
  padding-bottom: 30px;
}