/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.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: 0;
  padding-right: 0;
}

@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: 24px;
}

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

p {
  margin: 0 0 1.2em;

}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  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;
  line-height: 1.2;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

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

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 1.5em -24px;
  padding-left: 24px;
  font-style: italic;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  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 {
  padding: 0 15px;
}

[class*="force-full-width-section"] > .row-fluid {
  padding:0 ;
}
/* ******************************************************************************
*********************************************************************************
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 * {
  font-size: 13px !important;
}

.hs-button {
  margin: 0;
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0 -1px 0 #3574e3;
  transition: opacity .15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  outline:0;
  cursor:pointer;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  font-family: 'Poppins';
  line-height: 1.2;
}

.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;
  font-family: 'Poppins';
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  font-family: arial, helvetica, sans-serif;
}

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

.hs-input , input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  box-sizing: border-box;
  transition: border .2s linear,box-shadow .2s linear;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);
  color: #666;
  border: 1px solid #dfdfdf !important;
  margin-bottom: 12px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  background-color: #fff;
  box-shadow: none;
}






.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;
  line-height: 18px;
  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;
}
/* ******************************************************************************
*********************************************************************************
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 a:focus {
  outline: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
  flex-wrap: nowrap;
  display: flex;
}
.header__container {
  max-width: 1440px !important;
  padding: 0 75px;
}

@media screen and (max-width: 1439px) {
  .header__container {
    max-width: 100% !important;
    padding: 0;
  }
}

.header__container:after {
  content: '';
  display: block;
  clear: both;
}

.header-group .hs-search-field__input {
  display: none;
}

.header-group.activated .hs-search-field__input {
  display: block;
}

.header-group a {
  height:auto;
  width:auto;
}
.header-group a:hover {
  opacity: 1;
}

.header-main-menu-area {
  background: none !important;
}

.header-group.activated {
  background-color: rgba(255, 255, 255, 1) !important;
}

.header-group {
  float: none;
  height: auto;
  width: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.95) !important;
  z-index: 12;
  position: fixed;
  transition: top 1s ease-in-out;
}

@media (min-width: 1145px){
  .header-group {
    width: 100%;
    position: fixed;
    top: 0;
  }
}
.header-signin {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 19px;
}

.header-search {
  display: flex;
  justify-content: center;
  margin: auto 0;
  width: min-content;
  margin-left: auto;
}

.header-logo {
  float: left;
  position: relative;
  width: 110px;
  height: 42px;
  z-index: 31;
  margin-bottom: 15px;
}

.header-logo a {
  display: block;
}


.header-main-menu-area {
  z-index: 10;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 82px;
  float: none;
  padding: 0;
  height: auto;
  width:100%;
}

.header-container-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}


.header-main-menu-area:after {
  content: '';
  display: block;
  clear: both;
}

.header-main-menu-area .menu-container {
  margin-right: auto;
  display: none;
  width: 80%;
  margin-left: 20px;
}

.header-menu-language {
  margin: 0;
  display: none;
  text-align: right;
}

.header-main-menu-area .hs-menu-wrapper>ul {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
  display: block;
}

.header-main-menu-area .hs-menu-wrapper>ul>li {
  font-size: 15px;
  float: left;
  position: relative;
  z-index: 11;
  width: 100%;
  clear: both;
}
.header-signin a {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/login-btn-bg%20%281%29.png') 0 0 no-repeat;
    float: right;
    width: 130px;
    height: 16px;
    margin-right: 20px;
    padding-top: 2px;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: none;
    }

.header-main-menu-area .hs-menu-wrapper>ul>li a {
  float: left;
  display: block;
  padding: 20px 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #09257a;
  -webkit-transition: "all 0.3s ease-out";
  -moz-transition: "all 0.3s ease-out";
  -ms-transition: "all 0.3s ease-out";
  -o-transition: "all 0.3s ease-out";
  transition: "all 0.3s ease-out";
}

.header-main-menu-area .hs-menu-wrapper>ul>li a:hover {
  color: #00b8e4;
  text-decoration: none;
}

.header-menu-language a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
}

.header-menu-language a+a:hover::before {
  color: #00b8e4;
}

.header-menu-language a:focus {
  outline:none ;
}

/* .header-menu-language a.lang-fi {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/flag-fi.png') 0 0 no-repeat;
  }
.header-menu-language a.lang-en {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/flag-gb.png') 0 0 no-repeat;
  }
.header-menu-language a.lang-nl {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/flag-nl.png') 0 0 no-repeat;
  } */

.header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
  z-index: 3000;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 15px;
  padding-bottom: 30px;
  width: 100%;
  display: none;
  position: relative;
  width: 100%;
  margin: 60px 13px 0;
  padding: 0;
}

.header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li {
  font-size: 15px;
}

.header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a {
  color: #fff;
}

.search {
   background: #FFF;
   position: absolute;
   bottom: 0;
   right: 150px;
   height: 0;
   opacity: 0;
   visibility: visible;
   width: 400px;
   z-index: -1;
   box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.08);
   transition: bottom .3s ease-in-out;
}

.search.open { 
   height: auto; 
   opacity: 1; 
   visibility: visible; 
   border-radius: 8px;
   bottom: -70px;  
   z-index:998;
}

.search.open .hs-search-field__input {
  display: block;
}

.open-search,
.login-link {
   margin-right: 15px;
   cursor: pointer;
   text-align: left;
   padding: 0;
   -webkit-appearance: 0;
   padding: 0;
   background: transparent;
   border: 0;
   height: 20px;
   width: 20px;
}

.open-search:focus svg path,
.open-search:hover svg path,
.login-link:focus svg path,
.login-link:hover svg path {
   fill: #ED9D94;
}

.open-search span {
   display: none;
}

.open-search img {
    vertical-align: sub;
}

.close-search {
   font-size: 22px;
   width: 30px;
   height: 30px;
   line-height: 1;
   display: inline-block;
   position: absolute;
   right: 20px;
   top: calc(50% - 15px);
   cursor: pointer;
   color: #3F454F;
   border: none;
   background: none;
}

@media(max-width: 1200px) {
   .header--main {
       flex: 1;
   }
   .header--secondary-nav {
      position: static;
   }
   .search.open {
      height: auto;
      opacity: 1;
      visibility: visible;
      bottom: -40px;
      z-index: 998;
      position: absolute;
      transform: translateX(-55%);
      left: 0px;
      width: max-content;
   }
  .header-logo {
    z-index: 11;
  }
}

.hs-search-field {
   position: relative;
   max-width: 100%;
}
.hs-search-field__input {
   background: transparent !important;
   border: 0 !important;
   box-shadow: none !important;
   box-sizing: border-box;
   width: 100%;
   padding: 20px !important;
   color: #3F454F !important;
   font-size: 16px !important;
   height: auto;
   line-height: 1em;
}
.hs-search-field__input:active, .hs-search-field__input:focus {
   outline: 0 !important;
   border: 0 !important;
}
.hs-search-field__input::placeholder {
   color: #3F454F !important;
   opacity: 0.6;
}

.hs-search-field__input::-webkit-input-placeholder {
   color: #3F454F !important;
   opacity: 0.6;
}
.hs-search-field__bar form {
   display: flex;
   width: 90%;
   align-items: center;
}
.hs-search-field__bar button {
   background: transparent;
   box-shadow: none !important;
   border: 0 !important;
}
.hs-search-field__bar button:active, .hs-search-field__bar button:focus {
   outline: 0 !important;
   border: 0 !important;
}

.hs-search-field__suggestions {
   margin: 0;
   padding: 0;
   list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
   border: 0 !important;
   padding-bottom: 1em;
}
.hs-search-field__suggestions li {
   display: block;
   margin: 0;
   padding: 0;
}
.hs-search-field__suggestions li:before {
   display: none;  !important;
}
.hs-search-field__suggestions a {
   text-decoration: none !important;
   color: #3F454F !important;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
   display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
   background-color: rgba(0, 0, 0, 0.1);
   outline: none;
}

/*
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li>a:before {
  content: "";
  display: inline-block;
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-products.png') no-repeat;
    width: 30px;
    height: 31px;
    margin-right: 10px;
    vertical-align: middle;
    }
*/
.header-main-menu-area:not([data-language="fi"]) .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li>a:before {
  display:none ;
}

/*
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-ostolaskut.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(2)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-ostolaskut.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(3)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-ostolaskut.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(4)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-ostolaskut.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(5)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-ostolaskut.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(6)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-ostolaskut.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(7)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-ostolaskut.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(8)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-ostolaskut.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(9)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-ostolaskut.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(10)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-identa.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(10)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-ostolaskut.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(11)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-ontime.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(12)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-fuusor.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-child(13)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-fuusor.png') no-repeat;
    } 
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:nth-last-child(2)>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-ontime.png') no-repeat;
    }
.header-main-menu-area .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li:last-child>a:before {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/icon-fuusor.png') no-repeat;
    }
*/

.mobile-trigger {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cmask id='mask0_629_13228' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.52002' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_13228)'%3E%3Cpath d='M3 18.52V16.52H21V18.52H3ZM3 13.52V11.52H21V13.52H3ZM3 8.52002V6.52002H21V8.52002H3Z' fill='%23333333'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-top: 18px;
  text-indent: -9999px;
  float: right;
  margin-right: 21px;
  cursor: pointer;
  }

.mobile-open .mobile-trigger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M14 1.93002L12.59 0.52002L7 6.11002L1.41 0.52002L0 1.93002L5.59 7.52002L0 13.11L1.41 14.52L7 8.93002L12.59 14.52L14 13.11L8.41 7.52002L14 1.93002Z' fill='%23333333'/%3E%3C/svg%3E");
  transform: scale(0.6);
}

.mobile-open .header-main-menu-area .menu-container {
  display: block;
}

.mobile-open {
  overflow: hidden;
}

.child-trigger{
  display: none; /* Hide button on Desktop */
  cursor: pointer; /* Mouse pointer type on hover */
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55px !important; /* Button width */
  min-width: 55px !important;
  height: 41px !important; /* Button height */  
  padding: 0 !important;
  border-left: 1px dotted rgba(255, 255, 255, .20);
}
.child-trigger:hover{
  text-decoration: none;
}
.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);
  margin-top: 7px !important;
}
.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: #09257a; /* Icon color */
  display: block;
}
.child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}  
.child-open>.child-trigger i{}
.child-open>.child-trigger i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header-contact {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: fixed;
  z-index: 10;
  right: -5px;
  top: 45%;
  padding: 14px 50px;
  background: #ee008a;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  line-height: 1;
}

.header-contact:hover a {
  color: #fff;
}
.header-contact a {
  color: #fff;
}

.login-content {
  display: none;
}

.login-content.open {
  display: flex;
  box-shadow: 0px 20.24033px 67.46778px 0px rgba(0, 0, 0, 0.12);
  flex-flow: column;
  position: absolute;
  background: white;
  padding: 10px 25px 10px 35px;
  border-radius: 20px;
  gap: 5px;
  right: 0;
  top: 100%;
}

.header-contact:hover {
  background: #063c7f;
  color: #fff;
}
.lp-header .header-logo {
  margin-top: 34px;
}
@media screen and (min-width: 820px) {
  .header-main-menu-area {
    padding: 0 15px 0 0;
    position: absolute;
    float: right;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li {
    display: block;
    float: none;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a {
    clear: left;
    font-size: 13px;
    text-transform: none;
    color: #fff;
    height: 100% !important;
    line-height: 15px;
    padding: 4px 10px;
    text-indent: 0;
    color: #fff;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a:hover {
    color: #00b8e4;
    text-decoration: none;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
    display: none;
    position: absolute;
    top: 50px;
    margin: 10px 0 0;
    padding-bottom: 0;
    background: #003b81;
    border-radius: 0px 8px 8px 8px;
    -moz-border-radius: 0px 8px 8px 8px;
    -webkit-border-radius: 0px 8px 8px 8px;
    min-width: 225px;
    z-index: 4000;
    opacity: 1;
    display: none;
    margin-top: -13px !important;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li:hover>ul.hs-menu-children-wrapper {
    display:block;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li:hover {
    background: #003b81;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
  }

  .header-main-menu-area .hs-menu-wrapper>ul>li:hover>a {
    color: #fff;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li a {
    padding: 10px 8px;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li {
    float: left;
    position: relative;
    z-index: 11;
    width: auto;
    clear: none;
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
  .header-login-desktop, .header-demo-desktop {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .mobile-trigger {
    display:none;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper { 
    margin-top: 0;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li:last-child {
    display: none;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li a {
    font-size: 12px;
  }
  .header-signin a {
    display:none;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li {
    width: auto;
  }
  .header-main-menu-area .hs-menu-wrapper>ul {
    margin-top: 0;
  }
  .header-login-desktop, .header-demo-desktop {
    display: inline-block;
    margin: auto 0;
    position: relative;
    margin-right: 25px;
  }
  .header-main-menu-area {
    float: right;
    width: 100%;
    position: relative;
    padding: 0;
  }

  .header-menu-language {
    display: block;
    position: relative;
    margin: auto 0;
  }

  .header-main-menu-area .menu-container {
    display: block;
    width: auto;
  }

}

@media screen and (min-width: 1430px) {
  .header-main-menu-area {
    margin-right: 0;
  }
}

@media(max-width:980px){
  .header-contact {
    display: block;
    top: 75%;
  }
}

@media (min-width: 820px) {
  .header-container-wrapper {
    flex-direction: row;
  }
}

@media screen and (max-width: 819px) {
  .header-main-menu-area {
    position: absolute;
    padding: 0 15px 0 0;
  }
  .child-trigger{
    display: block !important; 
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a {
    color: #09257a;
    float:none;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a {
    font-size: 13px;
    text-transform: none;
    height: 100% !important;
    line-height: 15px;
    padding: 4px 10px;
    float: left;
  }

  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li {
    margin: 10px 0;
  }

  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li:after {
    content: '';
    display: block;
    clear: both;
  }
  .header-main-menu-area .hs-menu-wrapper>ul:after {
    content: '';
    display: block;
    clear: both;
  }

  .header-main-menu-area .hs-menu-wrapper>ul {
    padding-bottom: 20px;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
    margin:50px 13px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin: 0 25px;
  padding-bottom: 10px;
}

.footer__container {
  margin: 0 auto;
}
.footer-group {
  color: #fff;
}

.footer__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}



.logos.group {
  clear: both;
  padding: 30px 0;
}

.footer-logo {
  float: left;
}

.footer-logo img {
  margin-right: 20px;
  margin-bottom: 4px;
  padding-top: 10px;
  max-width: 120px;
  height: auto;

}

.footer-images-group a:first-child {
  color: #00b8e4;
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.footer-images-group a:first-child img {
  padding-top: 10px;
  float: right;
  max-width: 120px;
  height: auto;
  vertical-align: baseline;
}

.footer-images-group a:nth-child(2) {
  color: #00b8e4;
  text-decoration: none;
}


.footer-images-group a:nth-child(2) img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.footer-images-group a:nth-child(3) {
  color: #00b8e4;
  text-decoration: none;
}



.footer-images-group a:nth-child(3) img {
  float: left;
  margin-right: 20px;
}

.footer-images-group a:nth-child(4) {
  color: #00b8e4;
  text-decoration: none;
}


.footer-images-group a:nth-child(4) img {
  margin-right: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  max-width: 80px;
  height: auto;
  float: left;
}

.linkedin {
  color: #00b8e4;
  text-decoration: none;
}



.linkedin {
  margin-right: 20px;
  margin-top: 24px;
  display: block;
  float: left;

}



.linkedin img {
  width: 45px;
  float: left;
}

.linkedin span {
  float: left;
  padding-left: 3px;
  padding-top: 18px;
  color: #FFF;
  font-size: 14px;
  display: block;
  vertical-align: baseline;
  line-height: 1;
}



.facebook {
  color: #00b8e4;
  text-decoration: none;
}


.facebook {
  margin-right: 20px;
  margin-top: 24px;
  display: block;
  float: left;

}



.facebook img {
  width: 45px;
  float: left;
}

.facebook span {
  float: left;
  padding-left: 3px;
  padding-top: 13px;
  color: white;
  font-size: 14px;
  display: block;
  vertical-align: baseline;
  line-height: 1;
}
.footer-tags {
  float: left;
  width: 305px;
  font-size: 13px;
}


.footer-tags h3 {
  margin: 6px 0 16px;
  line-height: 1;
}



.footer-tags h3 {
  font-size: 24px;
  color: #f0f0ed;
  margin-top: 20px;
}



.footer-tags p {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 1.5;
}

.footer-tags p a {
  text-decoration: none;
  color: #F6F6F4;
}
.footer-about {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px 0;
}


.footer-specialist h3, .footer-newsletter h3 , .footer-about h3 {
  margin: 6px 0 16px;
  line-height: 1;
  font-weight: 300;
  font-size: 24px;
  color: #f0f0ed;
}

.footer-specialist h3 span , .footer-newsletter h3 span {
  padding: 0 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/arrows.png') 0 -200px no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 0 4px 5px;
    vertical-align: middle;
    white-space: nowrap;
    }



.footer-about p {
  margin: 0 0 1.2em;
  line-height: 1.5;
  font-size: 13px;
}



.footer-about p:last-child {
  line-height: 1.3;
}



.footer-about p:nth-child(3) {
  line-height: 1.3;
}

.footer-about p:last-child a {
  text-decoration: underline;
  color: #f0f0ed;
  display: inline;
}

.footer-newsletter h3 {
  margin-bottom: 22px;
}
.footer-tags , .logos.group {
  margin: 15px 0;
}

.tooltip-right {
  display: none;
  background: url(//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/tooltip-arrow.png) 140px 5px no-repeat;
  max-width: 444px;
  width: 100%;
  padding-top: 15px;
  z-index: 999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.form-open .tooltip-right {
  position: absolute;
  top: 119.625px;
  left: 206.5px;
  display: block;
}

.tooltip-content {
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/tooltip-content.png') 0 0 repeat-y;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    }

.tooltip-content img {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  float: right;
  margin: -5px -10px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 30px;
}

.tooltip-right .hbspt-form {
  margin: 0 0 24px;
}

.tooltip-right .hbspt-form {
  margin-bottom: 18px;
}

.tooltip-right .hbspt-form .hs-richtext {
  color: #414141;
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin-bottom: 3px;
  font-family: arial, helvetica, sans-serif;
}

.tooltip-right .hbspt-form .hs-richtext p {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 1.5;
  padding: 0px;
  color: #313131;
  width: 78%;
  font-size: 13px;
}

.tooltip-right .hbspt-form .hs-richtext p span {
  padding: 0 5px;
}

.tooltip-right .hbspt-form .hs-form .hs_email label span {
  padding: 0 5px;
}

.tooltip-right .hbspt-form form {
  max-width: 100%;
}



.tooltip-right .hbspt-form .hs-form .input {
  margin-right: 30px;
}

.tooltip-right .hbspt-form .hs-form .hs_email .input .hs-input {
  max-width: 500px !important;
  width: 90% !important;
  box-sizing: content-box;
  height: auto;
  padding: 4px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #666;
  background-color: #fff;
  transition: border .2s linear,box-shadow .2s linear;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);
}

.legal-consent-container {
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.hs-dependent-field {
  font-size: 16px !important;
  line-height: 1.5 !important;
}



.legal-consent-container ul {
  padding-left: 5px;
  list-style: none;
  margin: 0 0 5px;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.legal-consent-container ul li label {
  line-height: 20px;
}

.tooltip-right .hbspt-form form .actions {
  background: transparent;
  margin-top: 22px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  margin-left: -20px;
  padding-left: 20px;
}

.tooltip-right .hbspt-form form .actions .hs-button.primary.large {
  margin: 0;
  outline: 0;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px;
  position: relative;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  box-sizing: content-box;
  text-shadow: 0 -1px 0 #3574e3;
  transition: opacity .15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 50%);
  height: 30px;
}

.tooltip-right .hbspt-form form .actions .hs-button.primary.large:hover {
  box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 50%), 0 0 5px #3574e3;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  padding: 0 5px;
  margin-left: 20px;
}
.form-tooltip {
  display: none;
  background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/tooltip-arrow.png') 140px 5px no-repeat;
    max-width: 444px;
    width: 100%;
    padding-top: 15px;
    z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

.popup-form-open .form-tooltip {
  position: absolute;
  top: 77px;
  left: 206.5px;
  display: block;
}
.tooltip-content img:hover {
  opacity: 0.6;
}

.form-tooltip p {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 1.5 !important;
  padding: 0px;
  color: #313131;
  width: 78%;
  font-size: 13px;
}

.form-tooltip form {
  max-width: 100%;
  width: 100%;
}

.form-tooltip .hs-form label {
  color: #000000;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}

.form-tooltip form .hs-input {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 15px;
  min-height: 27px;
  height: 40px;
  background-color: #f5f8fa;
  box-shadow: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.form-tooltip .hs-form  .hs-error-msg {
  color: #f2545b;
}

.form-tooltip form  textarea {
  height: 64px !important;
  min-height: 64px !important;
}



.form-tooltip form .legal-consent-container .hs-richtext {
  line-height: 24px;
  margin-bottom: 3px;
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
}

.form-tooltip form .legal-consent-container .hs-richtext p {
  display: block;
  margin-block-start: 12px;
  margin-block-end: 14px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  width: 100%;
  font-family: arial,helvetica,sans-serif;
  color: #33475b;
  font-size: 14px;
  line-height: 24px !important;
}

.form-tooltip form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: left;
}

.form-tooltip form .actions .hs-button.primary.large {
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  box-shadow: none;
}
.form-tooltip form .actions {
  margin-bottom: 0;
}

.form-tooltip form .hs_message {
  margin-bottom: 12px;
}
.footer-images-group , .footer-social-group  {
  float: left;
}
.tooltip-right .hbspt-form .hs-form .hs_email .input .hs-input:hover {
  transition: border .2s linear,box-shadow .2s linear;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);
  background: #f5f5f5;
}



.tooltip-right .hbspt-form .hs-form .hs_email .input .hs-input:focus {
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), 0 0 8px rgb(82 168 236 / 60%);
}
@media (min-width: 750px){
  .logos.group {
    width: 50%;
    float: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    clear: none;
  }
  .linkedin {
    margin-top: 24px;
  }
  .facebook {
    margin-top: 24px;
  }
  .footer-tags {
    width: 50%;
    float: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    clear: none;
  }


  .footer-about {
    float: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    clear: none;
    clear: both;
    width: 100%;
  }
  .form-tooltip {
    background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/tooltip-arrow.png') 20px 5px no-repeat;
      }
  .tooltip-right {
    background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/tooltip-arrow.png') 20px 5px no-repeat;
      }



}
@media (min-width: 980px){
  .logos.group {
    width: 100%;
  }
  .logos.group a:not(.linkedin):hover {
    opacity: 0.5;   
  }

  .logos.group .linkedin:hover {
    opacity: 1;
  }

  .logos.group .facebook:hover {
    opacity: 1;
  }

  .footer-images-group a:nth-child(2) {
    margin-right: 20px;
    display: block;
    float: left;
  }

  .footer-images-group a:nth-child(4) {
    margin-right: 20px;
    display: block;
    float: left;
  }
  .footer-images-group a:nth-child(3) {
    margin-right: 20px;
    display: block;
    float: left;
  }
  .linkedin {
    margin-top: 12px;
  }
  .linkedin {
    margin-right: 20px;
    display: block;
    float: left;
  }
  .facebook {
    margin-top: 12px;
  }
  .facebook {
    margin-right: 20px;
    display: block;
    float: left;
  }
  .footer-tags {
    width: 30%;
    float: right;
  }
  .footer-tags h3 {
    margin-top: 0;
  }


  .footer-about {
    width: 70%;
    float: left;
  }
  .linkedin span {
    padding-top: 15px;
  }


  .form-tooltip {
    background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/tooltip-arrow.png') 140px 5px no-repeat;
      }

  .tooltip-right {
    background: url('//2619773.fs1.hubspotusercontent-na1.net/hubfs/2619773/raw_assets/public/Heeros%20DEV/images/tooltip-arrow.png') 140px 5px no-repeat;
      }
}

@media(max-width:980px){
  .logos.group:before,.logos.group:after {
    content: "";
    display: block;
    clear: both;
  }

  .linkedin {
    clear: both;
  }
}
@media(max-width:749px){
  .footer-logo {
    float: left;
    width: auto;
    display: inline;
  }
  .footer-images-group, .footer-social-group {
    float: none;
    width: auto;
  }
}
@media(max-width:700px){
  .form-open .tooltip-right {
    left: auto;
    right: auto;
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
  }
  .popup-form-open .form-tooltip {
    left: auto;
    right: auto;
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.footer-logos-links {
  display:flex;
  flex-flow: row ;
  align-items: center;
  gap: 1rem;
  width:100% ;
  padding:1rem ;
}

.footer-logos-links__item--70 {
  flex:1 0 70% ;
}

.footer-logos-links__item--30 {
  flex:1 0 30%;
}

@media (max-width:980px) {
  .footer-logos-links {
    width:50% ;
    padding-top:3rem ;
    flex-flow: row wrap ;
  }
  .footer-logos-links__item {
    flex:1 0 100% ;
  }
}

@media (max-width:670px) {
  .footer-logos-links {
    width:100%;
    padding-top:unset ;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.hs-blog-listing,
.hs-blog-post {
  background: #ffffff !important;
}

.hs-blog-post .content-wrapper {
  max-width: 100%;
}

.blog-index-content img {
  height: auto;
}

.icon-link-section {
  margin: 0;
}

.icon-link-list {
  list-style: none;
  padding-left: 0;
}

.icon-link-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.icon-link-item__icon {
  margin-right: 0.5rem;
}

.icon-link-item__link {
  color: #1c1c1c;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
}

.blog-listing-wrap .content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-index-content .blog-lift__section {
    padding: 80px 60px;
}

.blog-index-content {
  width: 100%;
  overflow: hidden;
  margin: 0;
  margin: 0 auto;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.blog-sidebar-group {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px 20px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-sidebar-group {
  padding-top: 50px;
}

.blog-section {
  padding: 80px 0 0 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.blog-section ol {
  list-style-type: none;
  margin-left: -8px;
  counter-reset: my-counter; /* Reset the counter */
}

.blog-section ol li {
  margin-bottom: 15px;
}

.blog-section ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #20C6A1;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  transform: translateX(-30px);
}

.article-blog {
  margin-bottom: 50px;
}

.article-blog img {
  max-width: 100%;
  height: auto;
}

.article-blog h2 {
  font-weight: 100;
  margin: 10px 0 20px;
  font-size: 22px;
  word-spacing: -2px;
  line-height: 1;
  color: #6d6e71;
  font-weight: 300;
  margin: 20px 0;
}

.blog-section .blog-lift__section--content {
  margin-bottom: 30px;
}

.blog-section .blog-contact {
  background: #6F42C1;
  margin-top: 100px;
}

.blog-contact__bg {
  width: calc(100% + 40px);
}


.blog-section .contact-us {
  overflow: hidden;
}

.blog-section .blog-lift__image-container {
  height: 200px;
}

@media (max-width: 767px){
  .blog-section h2 {
    font-size: 26.9px !important;
  }
}

.blog-section h2 {
  font-size: 30px;
  font-weight: 800 !important;
  margin-bottom: 25px;
}

.blog-section h3 {
  font-size: 23.8px;
}

.article-blog .date {
  display: block;
  margin: 0 0 24px 0;
  font-size: 13px;
}

.entry-summary {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 1.5;
}

.btn-sidebar {
  margin: 0.5rem 0.25rem 0.5rem 0;
  display: inline-block;
  padding: 5px 7px;
  background-color: #ecedec;
  color: #00b8e4;
  border-radius: 5px;
  text-decoration: none;
}

.btn-normal {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 1.5;
}

.btn-normal a {
  background: #00c2f9;
  padding: 14px 20px;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 0;
}

.btn-normal a:hover {
  background: #09257a;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

@media (max-width: 799px) {
  .blog-index-content .blog-section h1 {
    font-size: 33px;
    line-height: 1.2;
  }
  .blog-section {
    padding: 0;
  }
}

.blog-section h1 {
  color: var(--Heeros-Black, #333);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  /* Heeros H1 */
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  max-width: 960px;
  padding: 0 20px;
  font-weight: 800;
  line-height: 58px; /* 131.818% */
}

.blog-pagination ul li a {
  background: #ecedec;
  padding: 5px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
}

.blog-pagination ul li.prev-link {
  float: none;
  text-transform: uppercase;
}

.blog-pagination ul li a.active {
  background: #00b9f2;
  color: #ffffff;
  padding: 5px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  âborder-radius: 5px;
  text-decoration: none;
  font-size: 12px;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li.next-link {
  float: right;
  text-transform: uppercase;
}
.blog-sidebar-inner {
  margin: 0 0 24px;
}

.recent-post-item {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 1.5;
  font-size: 13px;
}

.recent-post-item .date {
  display: block;
  font-size: 11px;
}

.recent-post-item a {
  color: #505050;
  text-decoration: none;
}

.recent-post-item a:hover {
  color: rgba(0, 184, 228, 1);
}

.blog-post-sharing {
  width: 100%;
  max-width: 630px;
  margin-top: 60px;
  border-top: 1px solid #f2f2f2;
}

.content-wrapper:before,
.content-wrapper:after {
  display: block;
  clear: both;
  content: "";
}

ul[style="list-style-type: square;"] {
  margin-left: -8px;
}

ul[style="list-style-type: square;"] li {
  list-style: none; /* Remove default square bullet */
  margin-bottom: 15px;
}

ul[style="list-style-type: square;"] li::before {
  content: url('https://www.heeros.com/hubfs/Dev%20assets%202023/check%20%282%29.svg');
  margin-right: 5px; /* Add spacing between the bullet and the text */
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translateX(-30px);
  }

.blog-sample-title {
  font-size: 24px;
  line-height: 1.2;
  color: #6d6e71;
  margin: 10px 0 20px;
  margin-left: -2px;
  font-weight: 300;
}

.blog-title {
  font-weight: 100;
  font-size: 24px;
  line-height: 1.2;
  color: #6d6e71;
  margin: 10px 0 20px;
  margin-left: -2px;
  font-weight: 300;
}

.blog-index-content .date {
  display: block;
  font-size: 11px;
  margin: 0 0 24px 0;
  font-size: 13px;
}

.blog-post__body {
  font-size: 16px;
  margin: auto;
  max-width: 630px;
  min-width: 100px;
  margin-top: 100px;
  line-height: 1.5;
}

.author-image {
  max-width: 100%;
  height: auto !important;
}

.blog_tags {
  border-radius: 22.794px;
  background: var(--Heeros-Pink, #EC008A);
  color: var(--primary-white, #FFF);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  padding: 5px 11px 5px 11px;
}

.author-name {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 1.5;
}

.ssba-classic-2 {
  position: relative;
  display: inline-block;
  padding: 0px;
  font-size: 0;
  color: #272727;
  width: 100%;
  text-decoration: none;
  background: none;
  font-family: Indie Flower;
  font-size: 20px;
  font-weight: bold;
}

.ssba-classic-inner {
  text-align: left;
}

.ssba-classic-2 a {
  color: #00b8e4;
  text-decoration: none;
  text-decoration: none;
  background: none;
  font-family: Indie Flower;
  font-size: 20px;
  font-weight: bold;
}

.ssba-classic-2 a img {
  text-decoration: none;
  background: none;
  font-family: Indie Flower;
  font-size: 20px;
  font-weight: bold;
  max-width: 100%;
  height: auto !important;
  width: 35px !important;
  padding: 6px;
  border: 0;
  box-shadow: none !important;
  display: inline !important;
  vertical-align: middle;
  box-sizing: unset;
}

.ssbp-text {
  display: none;
}

.blog-comments {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 3px solid #c7c7c7;
}

.blog-comments__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  
}

.post-featured-image {
  max-width: 100%;
  border-radius: 40px;
  box-shadow: 0px 20.24033px 67.46778px 0px rgba(0, 0, 0, 0.12) !important;
  height: auto !important;
}
.post-featured-image {
  max-width: 100%;
  height: auto !important;
}

.author-image img {
  max-width: 100%;
  height: auto !important;
}

.blog-comments form {
  border-top: none !important;
  max-width: 100%;
}

.blog-comments form .actions {
  text-align: center;
}
.hs-blog-post .content-wrapper {
  padding: 0;
}



.post-footer .hs-form label {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 0;
}

.post-footer .hs-input {
  border: solid 1px #c7c7c7 !important;
}

.post-footer .hs-input:focus {
  background: #e9e9e9;
  outline: none;
}

.post-footer .hs-button {
  background: #00c2f9;
  padding: 14px 20px;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: auto;
  width: auto;
  cursor: pointer;
  border: none;
  border-radius: 0 !important;
}

.post-footer .hs-button:hover {
  opacity: 0.6;
  background: #00c2f9;
}

.post-footer .hs-button:hover {
  opacity: 0.6;
}
.ribbon {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 70px;
  text-align: right;
  float: right;
}

.tooltip {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  position: absolute;
  visibility: visible;
  z-index: 1030;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  background-clip: padding-box;
  background-color: rgba(33, 33, 33, 0.97);
  border-radius: 4px;
  color: #d1d1d2;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}
.tooltip-arrow {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(33, 33, 33, 0.97);
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: rgba(33, 33, 33, 0.97);
  border-width: 5px 5px 0;
  bottom: 0;
  left: 5px;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: rgba(33, 33, 33, 0.97);
  border-width: 5px 5px 0;
  bottom: 0;
  right: 5px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(33, 33, 33, 0.97);
  border-width: 5px 5px 5px 0;
  left: 0;
  margin-top: -5px;
  top: 50%;
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(33, 33, 33, 0.97);
  border-width: 5px 0 5px 5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(33, 33, 33, 0.97);
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 0;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: rgba(33, 33, 33, 0.97);
  border-width: 0 5px 5px;
  left: 5px;
  top: 0;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: rgba(33, 33, 33, 0.97);
  border-width: 0 5px 5px;
  right: 5px;
  top: 0;
}
.blog-index-content .blog-section p.author-image img {
  max-width: 285px;
}
.post-footer .hs-input {
  width: 100%;
  margin-bottom: 12px;
  padding: 5px 10px 5px 5px;
  font-size: 13px;
  border: solid 1px #c7c7c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fff;
  border-radius: 0 !important;
  height: 27px;
  color: #000;
  line-height: normal;
  font-family: Arial, sans-serif;
}

.post-footer .hs-input:focus {
  background: #e9e9e9;
  outline: none;
}
@media screen and (min-width: 600px) {
  .blog-sidebar-group {
    padding: 30px 50px 30px 30px;
    max-width: 750px;
  }
  .article-blog h2 {
    font-size: 24px;
  }
  .blog-title {
    font-size: 32px;
    margin-top: 30px;
  }
  .blog-sample-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 900px) {
  .blog-section .blog-contact {
    width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .blog-index-content {
    float:
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blog-sidebar-group {
    float: right;
    width: 30%;
    margin: 0;
    margin-top: 0px;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .article-blog h2 {
    font-size: 26px;
  }
  .blog-title {
    font-size: 32px;
  }
  .blog-sample-title {
    font-size: 32px;
  }
}

.blog-sidebar-group {
  padding-top: 50px;
}

@media (max-width: 480px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 20rem 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: 13rem 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;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

input#hs-pwd-widget-password {
  height: 28px !important;
  outline:0;
}