/* ******************************************************************************
*********************************************************************************
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;
}

/* Custom */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,
.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,
.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,
.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,
.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}


/**************Issue Css************/

.hs-process-page .amazon-case-studies .case-studies {
  margin-bottom: 0 !important;
}
.hs-process-page .amazon-case-studies {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.hs-municipal-two .orange-cta-area h1 {
  color: #212529 !important;
}
.hs-municipal-page .orange-cta-area .orange-form form textarea {
  min-height: 264px !important;
}

.comp-info-content .hs-button {
  text-align: center;
}

.search_lyt form input.hs-search-field__input {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

@media (min-width: 768px) {
  html[lang="de"] .two-column-left-wrapper .column-content {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  html[lang="de"] .two-column-left-wrapper .column-image {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 767px) {
  .hs-process-one h1+h4 {
    margin-bottom: .5rem !important;
  }
  .hs-municipal-page .two-column-with-image-wrapper .column-image,
  html[lang="de"] .two-column-with-image-wrapper .column-image,
  html[lang="pl"] .two-column-with-image-wrapper .column-image{
    min-height: 200px;
  }
  .hs-municipal-one .content-with-border-module {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .hs-municipal-one .content-with-border-module, 
  .hs-municipal-page .two-column-with-image-wrapper {
    margin-left: -15px !important; 
    margin-right: -15px !important; 
  }  
  .company-information-type2 .comp-info-content .dnd-section .dnd-module .widget-type-rich_text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search_lyt .systems-page {
    margin-bottom: 3rem !important;
  }
}

@media (max-width: 575px) {
  .hs-municipal-one .content-with-border-module,
  .hs-municipal-page .two-column-with-image-wrapper {
    margin-left: 0px !important; 
    margin-right: 0px !important; 
  }
}

@media (max-width: 520px) {
  html[lang="de"] .banner h2 {
    font-size: 1.2rem !important;
  }
}


@media (max-width: 479px) { 
  html[lang="de"] .banner h2 {
    font-size: 1.2rem !important;
  }
  .network-card-module .network-card > *:nth-child(2) {
    padding-top: 190px !important;
  }
  .network-card-module .network-card > div {
    height: 250px !important;
    background-size: auto 50% !important;
  }
}

@media (max-width: 349px) {
  form#email-prefs-form h2,
  div#hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 21px;
  }
}

@media (max-width: 340px) {
  .case-study-popup .page-center {
    padding: 0 !important;
  }
  .amazon-case-studies .case-study-popup .popup-wrapper {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
html {
	scroll-behavior: smooth;
}

[id] {
	scroll-snap-margin-top: 87px;
	scroll-margin-top: 87px;
}

body {
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
}

.page-center {
	float: none;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.max-center {
	position: relative;
	float: none;
	max-width: 2000px;
	margin: 0 auto;
}

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

.body-wrapper .container-fluid,
.body-container.container-fluid,
.header-container.container-fluid,
.footer-container.container-fluid {
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
p {
    color: #1f1e27;
    font-weight: 300;
    font-style: normal;
    cursor: text;
    margin: 0;
}

h1:last-child,
h1:only-child,
h2:last-child,
h2:only-child,
h3:last-child,
h3:only-child,
h4:last-child,
h4:only-child,
h5:last-child,
h5:only-child,
p:last-child,
p:only-child {
    margin-bottom: 0;
}

h1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -1.25px;
    line-height: 60px;
    margin-bottom: 18px;
}

h2 {
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 48px;
    margin-bottom: 14px;
}

h3 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.75px;
    line-height: 41px;
    margin-bottom: 6px;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 30px;
    margin-bottom: 14px;
}

h5 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 21px;
    margin-bottom: 18px;
}

p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 20px;
}
p.large {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.75px;
    line-height: 41px;
}
p.medium {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}
p.small {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.25px;
    line-height: 21px;
}
p + h2,
p + h3,
p + h4,
p + h5 {
    margin-top: 50px;
}
p + ul,
p + ol {
    margin-bottom: 30px;
}
p + img,
p + p > img {
    margin-top: 42px;
}

strong {
    font-weight: bold;
}

blockquote {
    padding: 40px;
    margin: 35px 0;
    background-color: #eaf1fb;
}
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5 {
    margin-top: 35px;
}
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 24px;
}
blockquote p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 12px;
}
blockquote p:nth-last-child(2) {
    color: #1569e0;
    font-weight: bold;
    margin-bottom: 15px;
}

/* LISTS */
ul,
ol {
    padding: 0;
    margin: 0 0 25px 20px;
}
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ol + h2,
ol + h3,
ol + h4,
ol + h5 {
    margin-top: 50px;
}
ol {
    counter-reset: item sub-item;
}

ul li,
ol li {
    position: relative;
    list-style: none;
    color: #1f1e27;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    cursor: text;
    margin-bottom: 15px;
}
ul li {
    padding-left: 40px;
}
ul li:last-child,
ul li:only-child,
ol li:last-child,
ol li:only-child {
    margin-bottom: 0;
}
ul > li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1569e0;
}

ul > li > ul,
ol > li > ol {
    margin: 15px 0 0;
}
ul li > ul li {
    padding-left: 40px;
}
ul li > ul li:before {
    top: 10px;
    left: 10px;
    width: 8px;
    height: 8px;
    border: 1.5px solid #1569e0;
    background-color: transparent;
}

ol li {
    padding-left: 40px;
}
ol li:before {
    content: counter(item) '.';
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 11px;
    color: #1569e0;
    font-weight: bold;
}
ol li > ol li {
    padding-left: 40px;
}
ol li > ol li:before {
    content: counter(sub-item) '.';
    counter-increment: sub-item;
    color: #1569e0;
    left: 3px;
}

/* LINKS */
a {
    color: #1569e0;
    text-decoration: none;
}
p a,
li a {
    text-decoration: underline;

    &:hover {
        text-decoration: none;
    }
}

/* LISTS */

body ul, body ol {
  padding-left: 65px;
}
body ul li, body ol li {
  position: relative;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 27px;
  padding-top: 10px;
  padding-botom: 10px;
}
body ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  background: $secondary-color;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  left: -20px;
}
body ul li ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  background: transparent;
  border: 1px solid $secondary-color;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  left: -20px;
}
body ol {
	list-style-type: none;
	counter-reset: custom-ol-counter;
}
body ol li {
	counter-increment: custom-ol-counter;
}
body ol li::before {
	content: counter(custom-ol-counter) ". ";
	color: $secondary-color;
	font-size: 17px;
	position: absolute;
	top: 10.2px;
	left: -28px;
}
body ol li ol {
	list-style-type: none;
	counter-reset: custom-nested-ol-counter;
}
body ol li ol li {
	counter-increment: custom-nested-ol-counter;
}
body ol li ol li::before {
	content: counter(custom-ol-counter)"."counter(custom-nested-ol-counter);
	color: $secondary-color;
	font-size: 17px;
	position: absolute;
	top: 10.2px;
	left: -33px;
}

/* DEFAULT HUBSPOT ANCHORING MARGIN OFFSET */
a[data-hs-anchor] {
    scroll-snap-margin-top: 87px;
    scroll-margin-top: 87px;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 576px) {
    h1 {
        font-size: 36px;
        letter-spacing: 0;
        line-height: 44px;
    }

    h2 {
        font-size: 28px;
        line-height: 37px;
    }

    h3 {
        font-size: 20px;
        line-height: 32px;
    }

    h4 {
        font-size: 15px;
        line-height: 23px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }
    p.large {
        font-size: 22px;
        letter-spacing: -0.5px;
        line-height: 32px;
    }

    blockquote {
        padding: 25px;
    }
    blockquote h2,
    blockquote h3,
    blockquote h4,
    blockquote h5 {
        font-size: 16px;
        line-height: 24px;
    }
}
.btn-grp > .btn {
    margin-right: 14px;
    margin-bottom: 14px;
}

.btn {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 14px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 11px 32px;
    border: 1px solid #1569e0;
    background-color: #1569e0;
    -webkit-transition: color 0.25s ease-in-out,
        background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.btn:hover {
    color: #1569e0;
    text-decoration: none;
    background-color: transparent;
}
.btn.large {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 18px;
    padding: 14px 48px;
}
.btn.ghost {
    color: #1569e0;
    background-color: transparent;
}
.btn.ghost:hover {
    color: #ffffff;
    background-color: #1569e0;
}
.btn.dark-bg {
    color: #1f1e27;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
.btn.dark-bg:hover {
    color: #ffffff;
    background-color: transparent;
}
.btn.yellow {
    color: #302705;
    border: 1px solid #f0c41b;
    background-color: #f0c41b;
}
.btn.yellow:hover {
    background-color: transparent;
}
form fieldset {
	max-width: none !important;
	padding: 0;
	margin: 0;
	border: none;
}

form .form-columns-2 .hs-form-field {
	width: calc(calc(100% / 2) - calc(5% / 2)) !important;
}
form .form-columns-2 .hs-form-field:first-child {
	margin-right: 5%;
}
form .hs-form-field {
	margin-bottom: 20px;
}

form .hs-form-field.hs-fieldtype-checkbox,
form .hs-form-field.hs-fieldtype-radio {
	margin-bottom: 25px;
}

form ul {
	margin: 0;
}
form li {
	padding: 0;
}
form li:before,
form li:after {
	content: none;
}
form ul li:not(:last-child):not(:only-child) {
	margin-bottom: 8px;
}

form .hs-form-field > label {
	display: block;
	color: #1f1e27;
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.25px;
	line-height: 14px;
	margin-bottom: 10px;
}
form .hs-fieldtype-checkbox > label,
form .hs-fieldtype-radio > label {
	margin-bottom: 12px;
}

form label .hs-form-required {
	display: inline-block;
	color: #eb182b;
	font-family: 'Heebo', sans-serif;
	margin-left: 3px;
}

form .input {
	margin-right: 0 !important;
}

form input[type='text'],
form input[type='password'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='date'],
form input[type='month'],
form input[type='time'],
form input[type='week'],
form input[type='number'],
form input[type='email'],
form input[type='url'],
form input[type='search'],
form input[type='tel'],
form input[type='color'],
form input[type='file'],
form textarea,
form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #1f1e27;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 24px;
	height: 42px;
	width: 100% !important;
	padding: 7px 14px !important;
	border: 1px solid #88909c;
	background-color: #ffffff;
}

form input[type='text'].invalid.error,
form input[type='password'].invalid.error,
form input[type='datetime'].invalid.error,
form input[type='datetime-local'].invalid.error,
form input[type='date'].invalid.error,
form input[type='month'].invalid.error,
form input[type='time'].invalid.error,
form input[type='week'].invalid.error,
form input[type='number'].invalid.error,
form input[type='email'].invalid.error,
form input[type='url'].invalid.error,
form input[type='search'].invalid.error,
form input[type='tel'].invalid.error,
form input[type='color'].invalid.error,
form input[type='file'].invalid.error,
form textarea.invalid.error,
form select.invalid.error {
	color: #eb182b;
	border-color: #eb182b;
}

form textarea {
	height: 86px;
	max-height: 300px;
}

form select {
	padding: 7px 40px 7px 14px !important;
	background-image: url('https://6888762.fs1.hubspotusercontent-na1.net/hubfs/6888762/amz01/Global/Icons/dropdown_icon_grey.svg');
	background-size: 12px 8px;
	background-repeat: no-repeat;
	background-position: top 17px right 16px;
}

form .input .hs-fieldtype-checkbox li,
form .input .hs-form-radio li {
	margin-bottom: 12px;
}

form .input label > input[type='checkbox'],
form .input label > input[type='radio'] {
	display: none;
	-webkit-appearance: none;
}

form .input label > input[type='checkbox'] + span,
form .input label > input[type='radio'] + span {
	position: relative;
	color: #170330;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 19.2px;
	cursor: pointer;
	margin: 0;
	padding-left: 29px;
}

.dark-bg form .input label > input[type='checkbox'] + span,
.dark-bg form .input label > input[type='radio'] + span {
	color: #ffffff;
}

form .input label > input[type='checkbox'] + span:before,
form .input label > input[type='radio'] + span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	height: 18px;
	width: 18px;
}
form .input label > input[type='checkbox'] + span:before,
form .input label > input[type='radio'] + span:before {
	border: 1px solid #88909c;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 0 1px 1px rgba(108, 162, 239, 0.5);
	box-shadow: inset 0 0 1px 1px rgba(108, 162, 239, 0.5);
}
form .input label > input[type='checkbox'] + span:before {
	border-radius: 2px;
}
form .input label > input[type='radio'] + span:before {
	border-radius: 50%;
}
form .input label > input[type='checkbox']:checked + span:after {
	content: url('https://6888762.fs1.hubspotusercontent-na1.net/hubfs/6888762/amz01/Global/Icons/checkbox_icon.svg');
	position: absolute;
	top: 6px;
	left: 4px;
	line-height: 1px;
}
form .input label > input[type='radio']:checked + span:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #1569e0;
}

::-webkit-input-placeholder {
	color: #88909c;
}
::-moz-placeholder {
	color: #88909c;
}
:-ms-input-placeholder {
	color: #88909c;
}
:-moz-placeholder {
	color: #88909c;
}

form .legal-consent-container .hs-richtext p,
form .legal-consent-container label > input[type='checkbox'] + span {
	color: #88909c;
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: -0.21px;
	line-height: 18px;
	margin-bottom: 0;
}
form .legal-consent-container :not(:last-child) {
	margin-bottom: 10px;
}
form .legal-consent-container .hs-richtext p a {
	color: #1569e0;
	font-weight: 700;
	text-decoration: underline;
}
form .legal-consent-container .hs-richtext p a:hover {
	text-decoration: none;
}

.submit--center form .actions {
	text-align: center;
}

form input[type='submit'] {
	-webkit-appearance: none;
	position: relative;
	top: 0;
	display: inline-block;
	color: #ffffff;
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.25px;
	line-height: 14px;
	text-decoration: none;
	cursor: pointer;
	padding: 12px 32px;
	margin-top: 22px;
	border: 1px solid #1569e0;
	background-color: #1569e0;
	-webkit-transition: color 0.25s ease-in-out,
		background-color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
form input[type='submit']:hover {
	color: #1569e0;
	text-decoration: none;
	background-color: transparent;
}

form ul.hs-error-msgs {
	margin: 0;
	margin-top: 3px;
}
form ul.hs-error-msgs li {
	padding: 0;
	margin: 0;
}
form ul.hs-error-msgs li:not(:last-child):not(:only-child) {
	margin-bottom: 10px;
}
form ul.hs-error-msgs li:before,
form ul.hs-error-msgs li:after {
	content: none;
}
form ul.hs-error-msgs li:not(:last-child) {
	margin-bottom: 10px;
}
form ul.hs-error-msgs li label {
	position: relative;
	color: #eb182b;
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.25px;
	line-height: 14px;
	padding-left: 24px;
}
form ul.hs-error-msgs li label:before {
	content: url('https://6888762.fs1.hubspotusercontent-na1.net/hubfs/6888762/amz01/Global/Icons/form_error_icon.svg');
	position: absolute;
	top: 0;
	left: 2px;
}

#hs_form_target_blog_subscribe_ {
	overflow: unset;
}
.submitted-message {
	color: #170330;
	font-family: museo-sans-rounded, sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 21.6px;
	cursor: text;
	padding-left: 31px;
	overflow: unset;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 480px) {
	form .form-columns-2 .hs-form-field {
		width: 100% !important;
	}
	form .form-columns-2 .hs-form-field:first-child {
		margin-right: 0 !important;
	}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}


/* custom.css */
.dark-blue-cta {
    background: #415364;
    font-size: 0.9rem;
    color: #fff;
    border: 0.1rem solid #415364;
    padding: 0 1rem;
    line-height: 2rem;
    font-family: "Prompt",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    transition: all 0.25s ease;
}
.dark-blue-cta:hover {
    background: #fff;
    color: #415364!important;
    border: 0.1rem solid #fff;
    text-decoration: none;
}
.dark-blue-cta:hover a {
    color: #415364!important;
}

.search_lyt .lower .orange-cta-area:before {
  background-image: url(https://6888762.fs1.hubspotusercontent-na1.net/hubfs/6888762/AmazonFilters_October2020/images/AmazonFilters_CTARepeatBackground.svg);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.comp-info-banner .dnd-section > .row-fluid,
.comp-info-form .dnd-section > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.comp-info-form .dnd-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.body-container-wrapper .widget-type-rich_text ul li {
  margin-left: 1.5rem;
}

.body-container__website div#contact-form {
  margin-right: -15px;
  margin-left: -15px;
}
.body-container__website div#contact-form .field {
  margin-bottom: 1em;
}

.full-width-lyt .product-card span.dark-blue-cta {
  text-transform: none;
}
.full-width-lyt .product-card .white-block {
  margin-bottom: .5rem;
}

html[lang="de"] .hs-application-one .dnd-column.span12 .hs_cos_wrapper_type_rich_text .btn {
  font-family: 'Open Sans',sans-serif;
}

/* dnd_area.css */
.body-container-wrapper {
  padding-top: 3rem;
}

.comp-info-banner .dnd-section>.row-fluid,
.comp-info-form .dnd-section > .row-fluid {
  padding: 0;
}

.company-information-lyt .row-fluid [class*="span"],
.full-width-lyt .row-fluid [class*="span"],
.banner-section .row-fluid [class*="span"],
.body-container__website .row-fluid [class*="span"] {
  min-height: 0;
}

.full-width-content hr {
  margin-top: 0;
}

.widget-type-rich_text ul li {
  margin-left: 1.5rem;
}

.company-information-lyt {
  padding-top: 0 !important;
}

.comp-info-content {
  padding-top: 3rem;
}

.mt-auto, .my-auto {
  margin-top: auto!important;
}

button.white-cta,
span.white-cta,
a.white-cta {
  background: #fff;
  font-size: 0.9rem;
  color: #231F20;
  border: 0.1rem solid #fff;
  padding: 0 1rem;
  line-height: 2rem;
  font-family: "Prompt",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  transition: all 0.25s ease;
}

button.white-cta:hover,
span.white-cta:hover,
a.white-cta:hover {
  background: #231F20;
  color: #fff!important;
  border: 0.1rem solid #231F20;
  text-decoration: none;
}

button.dark-blue-cta span,
button.dark-blue-cta a,
span.dark-blue-cta span,
span.dark-blue-cta a,
input.dark-blue-cta span,
input.dark-blue-cta a,
a.dark-blue-cta span,
a.dark-blue-cta a {
  line-height: 2rem;
  display: block;
  color: #fff;
  text-decoration: none;
}

button.dark-blue-cta:hover a,
button.dark-blue-cta:hover span,
span.dark-blue-cta:hover a,
span.dark-blue-cta:hover span,
input.dark-blue-cta:hover a,
input.dark-blue-cta:hover span,
a.dark-blue-cta:hover a,
a.dark-blue-cta:hover span {
  color: #415364!important;
}

.full-width-content form .hs-richtext.hs-main-font-element {
  margin-bottom: 0;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

.full-width-content form .hs-richtext.hs-main-font-element h2+p {
  margin-top: 16px;
}

.full-width-content form .hs-fieldtype-booleancheckbox {
  margin-bottom: 1rem;
}

.full-width-content form .hs-fieldtype-booleancheckbox legend {
  font-size: 1rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  margin: 0;
}

.full-width-content form .hs-fieldtype-booleancheckbox .input > ul {
  margin: 0;
  padding: 0;
}

.full-width-content form .hs-fieldtype-booleancheckbox .hs-input[type=checkbox] {
  margin: 5.5px 0;
}

.full-width-content form .hs_submit {
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 8px;
}

.full-width-content .hs-menu-wrapper ul {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 1rem;
}

.full-width-content .hs-menu-wrapper ul li {
  margin-left: 1.5rem;
}

.full-width-content .hs-menu-wrapper > ul ul {
  margin: 0;
  list-style: circle;
}

.full-width-content .hs-menu-wrapper > ul ul ul {
  list-style: square;
}

.full-width-lyt-type2 .full-width-content .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.full-width-lyt-type2 .full-width-content {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 9;
  top: 42px;
}
li#results-for, .hs-search-field__suggestions li a {
  padding: 5px 10px;
}

html[lang="de"] .content-with-button .content-with-button-item a > .white-cta,
html[lang="pl"] .content-with-button .content-with-button-item .white-cta {
  font-family: Open Sans;
}
html[lang="de"] .content-with-border-module .cont-wit-brd-inner .content-button > a {
  font-family: "Prompt",sans-serif;
}
html[lang="de"] .specialist-area-module .specialist-area {
  max-width: 100%;
}
html[lang="de"] .specialist-area-module {
  margin-bottom: 0;
}
html[lang="de"] .full-width-content .hs-menu-wrapper > ul {
  padding-left: 25px;
}
html[lang="de"] .why-area-wrapper.custom-why-area-section .row.three-col-section .item .p-4 p strong {
  font-size: 1.1rem;
}
html[lang="pl"] .specialist-area-module {
  margin: 0;
}
html[lang="pl"] .comp-info-content .jp-video-wrapper {
  padding: 0 15px;
}
html[lang="pl"] .sol-info-content .dnd-section > .row-fluid {
  padding: 0;
}
html[lang="pl"] .owner-card-grp {
  margin-right: 0;
  margin-left: 0;
}

/* landing.css */
.sol-proc-card .dnd-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px !important;
  padding-right: 15px;
  padding-left: 15px;

}
.sol-proc-card .dnd-column > .dnd-row {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.sol-proc-card .dnd-section > .row-fluid {
  padding: 0;
}
.search_lyt .systems-page {
  padding: 0;
  margin: .5rem 0;
}
.search_lyt form input.hs-search-field__input {
  width: 100%!important;
  font-size: 1rem;
  background: #fff;
  box-sizing: border-box;
  padding: 0.5rem;
  border: 1px solid #ccc;
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}
/* .search_lyt form input.hs-search-field__input:focus {
  outline-color: #000;
} */
.search_lyt form button span {
  display: none;
}
.search_lyt form button {
  border-radius: 0;
  background: #415364;
  font-size: 0.9rem;
  color: #fff;
  border: 0.1rem solid #415364;
  padding: 0 1rem;
  line-height: 2rem;
  font-family: "Prompt",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  display: table;
  margin: 41px auto;
}
.search_lyt form button:after {
  content: "Search";
}
.search_lyt form button:hover {
  background: #fff;
  color: #415364;
  border: 0.1rem solid #fff;
  text-decoration: none;
}
.search_lyt ul.hs-search-results__listing li a.hs-search-results__title {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.15rem;
  font-family: 'Prompt',sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  color: rgb(33, 37, 41);
  text-decoration: none;
}
.search_lyt .hs-search-results__pagination a.hs-search-results__next-page {
  float: none;
}
.search_lyt .hs-search-results__pagination a {
  line-height: 2rem;
  width: auto;
  text-align: center;
  margin: 0;
  display: inline-block;
  font-weight: 700;
  background: #fff;
  color: #5781AC;
  padding: 0 10px;
  text-decoration: none;
  font-family: 'Open Sans',sans-serif;
  margin-right: 0.5rem;
}
.search_lyt .hs-search-results__pagination a.active {
  background: #5781AC;
  background: -moz-linear-gradient(-45deg,#5781AC 0%,#415364 100%);
  background: -webkit-linear-gradient(-45deg,#5781AC 0%,#415364 100%);
  background: linear-gradient(135deg,#5781AC 0%,#415364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left',endColorstr='$right',GradientType=1 );
  color: #fff;
  text-decoration: none;
}
.search_lyt .hs-search-results__pagination a:hover {
  background: #D87F1E;
  background: -moz-linear-gradient(-45deg,#D87F1E 0%,#f7bd21 100%);
  background: -webkit-linear-gradient(-45deg,#D87F1E 0%,#f7bd21 100%);
  background: linear-gradient(135deg,#D87F1E 0%,#f7bd21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left',endColorstr='$right',GradientType=1 );
  text-decoration: none;
  color: #fff;
}
html[lang="de"] .banner h2 {
  font-size: 2.25rem;
}
html[lang="de"] .two-column-with-image-wrapper.right-align .column-content:after {
  left: auto;
  right: 0;
}
html[lang="de"] .two-column-left-wrapper .column-content h4 {
  font-size: 1.2rem;
}
html[lang="de"] .what-area h5,
html[lang="de"] h5{
  font-size: 1.1rem;
}
html[lang="de"] h3,
html[lang="de"] .orange-cta-area .c2form_intheader h3 {
  font-size: 1.3rem;
}

html[lang="de"] h2 {
  font-size: 2.25rem;
}
html[lang="de"] h4 {
  font-size: 1.2rem;
}
.company-information-type2 .comp-info-content .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.company-information-type2 .two-column-with-image-wrapper {
  margin: 0;
}
.company-information-type2 h2 strong {
  font-weight: bolder;
}
.company-information-type2 h2 strong span {
  font-family: 'Open Sans',sans-serif;
}
.company-information-type2 .two-column-left-wrapper {
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
}
html[lang="de"] .two-column-with-image-wrapper.right-align .column-content:after,
html[lang="pl"] .two-column-with-image-wrapper.right-align .column-content:after {
  right: 0;
  left: auto;
}
.company-information-type2 .content-with-border-module:before {
  width: calc(100% - 30px);
  left: 15px;
}
.company-information-type2 .cont-wit-brd-inner:after {
  clear: both;
  content: "";
  display: table;
}
.company-information-type2 .image-with-button-module {
  padding: 0 15px;
}
html[lang="pl"] .content-with-left-icon-module {
  margin: 0;
}
html[lang="pl"] .content-with-left-icon-module .content-with-left-icon {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
html[lang="pl"] .content-with-left-icon-module .content-with-left-icon h5 {
  font-size: 1.75rem;
}
html[lang="pl"] .content-with-left-icon-module .content-with-left-icon p {
  font-weight: bold;
}
.solution-banner .banner .banner-video:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0,0,0,0.5);
}
html[lang="de"] .company-information-lyt .product-card span.dark-blue-cta a {
  font-family: "Prompt",sans-serif;
}
.pop-up-show {
  overflow: hidden;
}
.pop-up-show header#header {
  z-index: 9;
}

/* reset.css */
main.body-container-wrapper.hs-industry-case-study-page {
  padding-top: 0;
}

.hs-industry-case-study-one .dnd-module .hs_cos_wrapper_type_rich_text {
  display: block;
  background: #fff;
  margin: 3rem 0;
  padding: 2rem 2rem;
}

.hs-industry-case-study-one .two-column-with-image-wrapper .custom-column.column-content {
  margin-top: 0;
  padding: 2rem;
  background: #5781AC;
  background: -moz-linear-gradient(-45deg,#5781AC 0%,#415364 100%);
  background: -webkit-linear-gradient(-45deg,#5781AC 0%,#415364 100%);
  background: linear-gradient(135deg,#5781AC 0%,#415364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left',endColorstr='$right',GradientType=1 );
  margin-bottom: .5rem;
}
.hs-industry-case-study-one .two-column-with-image-wrapper .column-content:before {
  content: none;
}
.hs-industry-case-study-one .two-column-with-image-wrapper.right-align .column-content:after {
  content: none;
}
.hs-industry-case-study-one .two-column-with-image-wrapper .column-content>* {
  padding: 0;
}
.hs-industry-case-study-one .two-column-with-image-wrapper .column-content p {
  color: #fff;
}
.hs-industry-case-study-one .two-column-with-image-wrapper .column-image {
  position: relative;
  padding: 2rem 15px;
  margin-top: 0;
  margin-bottom: .5rem;
}
.hs-industry-case-study-one .two-column-with-image-wrapper .column-image:before {
  background: #fff;
  background: -moz-linear-gradient(-45deg,#fff 0%,#fff 100%);
  background: -webkit-linear-gradient(-45deg,#fff 0%,#fff 100%);
  background: linear-gradient(135deg,#fff 0%,#fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left',endColorstr='$right',GradientType=1 );
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 0;
}
.hs-industry-case-study-one .two-column-with-image-wrapper .column-image img {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  padding: 0 2rem;
  margin-bottom: .5rem;
  width: auto;
  height: auto !important;
}
.body-container-wrapper.hs-process-page .dnd-section[class*="force-full-width"]>.row-fluid {
  padding: 0;
}
.hs-industry-case-study-one .dnd-module .hs_cos_wrapper_type_rich_text ol {
  padding-left: 0;
}

.hs-application-one .dnd-column.span12 .hs_cos_wrapper_type_rich_text .btn {
  background: #415364;
  font-size: 0.9rem;
  color: #fff;
  border: 0.1rem solid #415364;
  padding: 0 1rem;
  line-height: 2rem;
  font-family: "Prompt",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  transition: all 0.25s ease;
}
.hs-application-one .dnd-column .span6 ul {
  padding-left: 0;
}
.hs-application-one .row-fluid > .dnd-module .widget-type-cta {
  width: 100%;
}
.hs-application-one .row-fluid>.dnd-module .widget-type-cta a.cta_button {
  box-sizing: border-box !important;
}
.hs-application-one .dnd-column .span12.dnd-module .hs_cos_wrapper_type_rich_text {
  background: #fff;
  padding: 2rem 2rem;
  display:block;
  border: 1px solid #c1c1c1;
  color: #231F20;
}

.hs-application-page .dnd-column .hs_cos_wrapper_type_rich_text h3,
.hs-application-page .dnd-column .hs_cos_wrapper_type_rich_text h2,
.hs-application-page .dnd-column .hs_cos_wrapper_type_rich_text h4,
.hs-application-page .dnd-column .hs_cos_wrapper_type_rich_text h5,
.hs-application-page .dnd-column .hs_cos_wrapper_type_rich_text h6,
.hs-application-page .dnd-column .hs_cos_wrapper_type_rich_text ul{
  color: #231F20;
}
.hs-application-one .dnd-column .span3,
.hs-application-one .dnd-column .span4,
.hs-application-one .dnd-column .span5 {
  background: #fff;
  padding: 2rem 2rem;
  border: 1px solid #c1c1c1;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.hs-application-one .dnd-column .span4 {
  width: 33.333%;
}
.hs-application-one .dnd-column .span4 ul {
  padding-left: 0;
}
.hs-application-one .dnd-column.span12 .hs_cos_wrapper_type_rich_text .btn:hover {
  background: #fff;
  color: #415364;
  border: 0.1rem solid #fff;
  text-decoration: none;
}
.hs-application-one .dnd-column .span6 .span12.dnd-module .hs_cos_wrapper_type_rich_text {
  background: transparent;
  border: 0;
  padding: 0;
}
.hs-application-one .dnd-column .span6 {
  background: #fff;
  border: 1px solid #c1c1c1;
  padding: 2rem ;
}
.hs-application-one .content-with-bg-grp {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #c1c1c1;
}
.hs-application-one .dnd-column .span4.dnd-column {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  min-height: 0;
}
.hs-application-one .dnd-column .span4.dnd-column * {
  min-height: 0;
}

.hs-application-one .dnd-column .span4.dnd-column > .dnd-row {
  margin-bottom: 0 !important;
}
.hs-application-one .dnd-column .span12.dnd-module .hs_cos_wrapper_type_rich_text ul {
  padding-left: 0;
}
.hs-application-one .content-with-bg-grp.blue-gradient-extra-space-inner h2 {
  color: #fff;
}
.hs-municipal-one .content-with-bg-grp.blue-gradient-extra-space-inner h3 {
  color: #fff;
}
.hs-municipal-one .content-with-bg-grp.blue-gradient-extra-space-inner:after {
  position: absolute;
  height: 0.25rem;
  background: #f7bd21;
  background: -moz-linear-gradient(-45deg,#f7bd21 0%,#D87F1E 100%);
  background: -webkit-linear-gradient(-45deg,#f7bd21 0%,#D87F1E 100%);
  background: linear-gradient(135deg,#f7bd21 0%,#D87F1E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left',endColorstr='$right',GradientType=1 );
  content: "";
  z-index: 100;
  width: 50%;
  bottom: 0;
  right: 0;
}
.hs-municipal-one .content-with-bg-grp.blue-gradient-extra-space-inner {
  position: relative;
  margin-bottom: 0;
}
.hs-municipal-one .content-with-border-module:before {
  border: 0;
}
.hs-municipal-one .content-with-border-module {
  margin: 0 -15px;
}
.hs-municipal-one .content-with-border-module.no-boder-btm {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.hs-municipal-one .two-column-with-image-wrapper.left-align .custom-column {
  margin-top: 0;
}
.hs-municipal-two .orange-cta-area h1 {
  color: #212529;
  font-size: 2rem;
}
.hs-municipal-page .two-column-with-image-wrapper .column-content > *,
.hs-municipal-page .two-column-with-image-wrapper .column-content p,
.hs-municipal-page .two-column-with-image-wrapper .column-content h3 {
  color: #231F20;
}
.hs-municipal-page .content-with-border-module .cont-wit-brd-inner>* {
  color: #231F20;
}
.hs-municipal-page .orange-cta-area .orange-form form .field {
  margin-bottom: 1rem;
}
.hs-municipal-page .orange-cta-area .orange-form form textarea {
  min-height: 264px;
}
.company-information-lyt .comp-info-content h3.form-title {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.15rem;
  font-size: 2rem;
  color: #212529;
  margin-bottom: 16px;
}
.comp-info-content .dnd-column .hs_cos_wrapper_type_rich_text {
  display: block;
  overflow: hidden;
}
.company-information-lyt .comp-info-content form .hs-form-field > label {
  display: none;
}
.company-information-lyt .comp-info-content form .hs-form-field {
  padding-bottom: 16px;
}
.company-information-lyt .comp-info-content form .hs-richtext {
  color: #212529;
}
.company-information-lyt .comp-info-content form .hs-submit {
  text-align: center;
  margin-bottom: 30px;
}
html[lang="de"] .how-can-help-grp .how-can-help-options {
  width: 100%;
}

/* module.css */
.hs-home-page .dnd-section[class*="force-full-width"] > .row-fluid {
  padding-left:0;
  padding-right:0;
}
.hs-home-page .body-container-wrapper {
  padding-top: 0;
}
.hs-filter-system-section-one .content-with-bg-grp {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.hs-filter-system-section-one .content-with-bg-grp.blue-gradient-extra-space-inner {
  margin-bottom: 3rem;
}
.hs-filter-system-page .body-container-wrapper {
  padding-top: 0;
}
.cm-iframe-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 50.7329%;
  overflow: hidden;
}
.cm-iframe-wrap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  min-width: 100%;
}
.comp-info-content .content-with-border-module{
  display:block;
}

.hs-industry-case-study-one .content-with-bg-grp a.btn {
  font-family: Open Sans;
}








@media (max-width: 1099px) and (min-width: 500px) {
  .fill-sol-tabber-grp .fill-sol-tabber-head-item .fill-sol-tabber-head-inner h5 {
    font-size: 1rem!important;
  }
}

@media(max-width:991px){
  /* reset.css */
  .hs-application-one .dnd-column .span4 {
    max-width: 48.6%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    flex: 0 0 48.6%;
    -ms-flex: 0 0 48.6%;
    width:100%;
  }
  .hs-application-one .dnd-column .dnd-row > .row-fluid {
    flex-wrap: wrap;
  }
  .hs-application-one .dnd-column .span4:last-child {
    margin-left: 0;
  }
  .hs-municipal-one .dnd-row > .row-fluid {
    flex-wrap: wrap;
  }
}
@media(max-width:767px){
  .sol-proc-card .dnd-column>.dnd-row{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .sol-proc-card .dnd-column {
    margin-right: 0;
    margin-left: 0 !important;
    padding-right: 0;
    padding-left: 0;
  }
  /* landing.css */
  .company-information-type2 .two-column-with-image-wrapper .column-content,
  html[lang="de"] .two-column-with-image-wrapper .column-content {
    order: 1;
  }
  /* reset.css */
  .hs-industry-case-study-one .dnd-module .hs_cos_wrapper_type_rich_text {
    margin: .5rem 0;
  }
  .hs-industry-case-study-one .two-column-with-image-wrapper .column-image {
    margin-top: 0.5rem;
  }
  .hs-process-one .dnd-section {
    padding-bottom: .0rem !important;
  }
  .hs-process-two .amazon-case-studies {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-application-one .dnd-section .dnd-column .dnd-row {
    margin-bottom: .5rem !important;
    margin-top: 0 !important;
  }
  .hs-application-one .dnd-column .span4 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-application-one .dnd-column .span4:last-child {
    margin-bottom: 0;
  }
  .hs-application-one .dnd-column .span6 {
    margin-bottom: 1rem;
  }
  .hs-municipal-one .content-with-border-module.no-boder-btm {
    margin-top: .5rem;
  }
  .company-information-lyt .comp-info-content h3.form-title {
    font-size: 1.75rem;
  }
  .hs-municipal-one .two-column-with-image-wrapper {
    margin: 0;
  }

  /* module.css */
  .hs-home-page .body-container-wrapper {
    padding-top: 3rem;
  }
  .hs-home-page .content-with-bg-grp {
    margin-top: 0;
  }
  .hs-contact-page .body-container-wrapper {
    padding-top: .5rem;
  }
  .hs-filter-system-section-one .content-with-bg-grp.blue-gradient-extra-space-inner {
    margin-bottom: .5rem;
  }
  .hs-filter-system-section-one .dnd-section {
    padding-bottom: .5rem;
  }

  .how-can-help-grp .how-can-help-options .question p a {
    padding-right: 27px !important;
  }
  html[lang="de"] .fill-sol-tabber-grp .fill-sol-tabber-desc-inner p a {
    width: 100%;
  }
}

@media(max-width:575px){
  /* reset.css */
  .hs-industry-case-study-one .two-column-with-image-wrapper {
    margin: 0;
  }

  .hs-industry-case-study-one .two-column-with-image-wrapper .column-image:before {
    width: 100%;
    left: 0;
  }

  /* module.css */
  .hs-home-section-one .content-with-bg-grp {
    max-width: calc(90% + 28px);
  }

  .amazon-case-studies .case-study-popup .content-container ul {
    padding-left: 0;
  }
  html[lang="pl"] .sol-info-content .widget-type-rich_text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .full-width-content .hs-menu-wrapper ul {
    padding-left: 0.5rem;
  }
}
@media(max-width:380px){
  html[lang="de"] h1 {
    font-size: 1.4rem;
  }
  html[lang="de"] h2 {
    font-size: 1.3rem;
  }
  .company-information-lyt .comp-info-content h3.form-title {
    font-size: 1.5rem;
  }
}

@media(max-width:360px){
  /* reset.css */
  .hs-application-one .dnd-column .span12.dnd-module .hs_cos_wrapper_type_rich_text h1 {
    font-size: 1.5rem;
  } 
}




@media (min-width: 768px) {
  .full-width-lyt .product-card .white-block {
    margin-bottom: 3rem !important;
  }
  .search_lyt .systems-page {
    margin: 3rem 0;
  }
  /* landing.css */
  .two-column-with-image-sixty-forty-wrapper .two-column-with-image-wrapper .custom-column {
    margin-bottom: 0;
  }
  .two-column-with-image-sixty-forty-wrapper:last-child .two-column-with-image-wrapper .custom-column {
    margin-bottom: 3rem;
  }
  html[lang="pl"] .content-with-left-icon-module .content-with-left-icon {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  html[lang="pl"] .content-with-left-icon-module .content-with-left-icon h5 {
    font-size: 2rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */

a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  cursor: text;
  pointer-events: none;
}
.comment-date {
  display: block !important;
}

.blog-top-content {
  width: 100%;
  float: left;
  margin-top: 3rem;
  margin-bottom: .5rem;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-top-content h1 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.15rem;
  line-height: 1.2;
}

.blog-wrapper {
  padding-top: 3rem;
}

.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}

.blog-index {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-index__post {}

@media screen and (min-width: 768px) {
  .blog-index__post {}
}

@media screen and (min-width: 1000px) {
  .blog-index__post {}
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {}
}

.blog-post img {
  max-width: 100%;
}

.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }

.blog-listing-post {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.blog-listing-post-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-listing-post {
  margin-bottom: 3rem;
}

.blog-pagination {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 0;
  padding-bottom: 1rem;
}
.blog-pagination__link {}
.blog-pagination__link--active {}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {}
.blog-pagination__prev-link {}
.blog-pagination__next-link {}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {}


.blog-pagination__link {
  background: #fff;
  color: #5781AC !important;
  line-height: 2rem;
  width: 2rem;
  text-align: center;
  padding: 0!important;
  margin: 0;
  font-weight: 700;
  font-family: 'Open Sans',sans-serif;
  text-decoration: none;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 16px;
}

.blog-pagination__link:hover {
  background: #D87F1E;
  background: -moz-linear-gradient(-45deg,#D87F1E 0%,#f7bd21 100%);
  background: -webkit-linear-gradient(-45deg,#D87F1E 0%,#f7bd21 100%);
  background: linear-gradient(135deg,#D87F1E 0%,#f7bd21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left',endColorstr='$right',GradientType=1 );
  text-decoration: none;
  color: #fff !important;
}

.blog-pagination__prev-link--disabled, .blog-pagination__next-link--disabled {
  display: none;
}

.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  background: #5781AC;
  background: -moz-linear-gradient(-45deg,#5781AC 0%,#415364 100%);
  background: -webkit-linear-gradient(-45deg,#5781AC 0%,#415364 100%);
  background: linear-gradient(135deg,#5781AC 0%,#415364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left',endColorstr='$right',GradientType=1 );
  color: #fff !important;
  font-weight: 700;
}



.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  /*   max-width: 680px; */
  margin: 0 auto;
} 
.blog-comments form {
  max-width: 100%;
}
.blog-comments {
  margin-bottom: 40px;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {}

.blog-index__post-inner-card {
  position: relative;
  z-index: 0;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.blog-post__links a {
  background: #415364;
  font-size: 14.4px;
  color: #fff;
  border: 0.1rem solid #415364;
  padding: 0 1rem;
  line-height: 2rem;
  font-family: "Prompt",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-block;
}

.blog-post__links {
  width: 100%;
  display: block;
  font-size: 0;
}

.blog-post__links a:hover {
  background: #fff;
  color: #415364!important;
  border: 0.1rem solid #fff;
  text-decoration: none;
}

.blog-post-content-inner {
  padding-bottom: 3rem;
}

.blog-inner-wrapper {
  margin-bottom: 3rem;
}


.blog-post__body {
  padding-top: 3rem;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


/*  Blog Banner */

.blog-post-hero h1,
.blog-post-hero h2,
.blog-post-hero p {
  color: #fff;
}

.blog-post-hero h1 span {
  display: block;
  margin-top: 0.5rem;
}
.blog-post-hero .banner-video video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

.blog-index__post {
  margin-bottom: 1.5rem;
  padding-right: 15px;
  padding-left: 15px;
}

/*  Blog listing */

h6.post_date {
  font-family: 'Prompt',sans-serif;
  position: relative;
  top: 4rem;
  left: 0rem;
  width: auto;
  display: inline-block;
  z-index: 10;
  color: #fff;
  padding: 0 1rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.15rem;
  background: linear-gradient(135deg,#f7bd21 0%,#D87F1E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left',endColorstr='$right',GradientType=1 );
}

.feature-image {
  position: relative;
  width: 100%;
  z-index: 8;
}

.feature-image img.post_feature_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

.feature-image:after {
  display: block;
  padding-top: 100%;
  width: 100%;
  content: "";
}

.post_content {
  min-height: 100px;
  background: #fff;
  border-top: 0.2rem solid #D87F1E;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 25;
  padding: 1rem;
}

.post_content h5 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.15rem;
  font-size: 1.1rem;
  margin-bottom: .5rem;
  line-height: 1.2;
  color: inherit;
}

.post_content > div {
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}

.orange-btn {
  background: #f7bd21;
  background: -moz-linear-gradient(-45deg,#f7bd21 0%,#D87F1E 100%);
  background: -webkit-linear-gradient(-45deg,#f7bd21 0%,#D87F1E 100%);
  background: linear-gradient(135deg,#f7bd21 0%,#D87F1E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left',endColorstr='$right',GradientType=1 );
  display: block;
  line-height: 2.5rem;
  font-size: 0.9rem;
  padding: 0 1rem;
  box-sizing: border-box;
  transition: all 0.25s ease;
  text-transform: uppercase;
  font-family: "Prompt",sans-serif;
  font-weight: 700;
  position: relative;
  color: #fff;
}

.orange-btn a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-family: 'Open Sans',sans-serif;
}

.orange-btn:after {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  z-index: 10;
}

.post_content:hover > div {
  max-height: 500px;
}

.orange-btn:hover {
  background: #231F20;
  background: -moz-linear-gradient(-45deg,#231F20 0%,#231F20 100%);
  background: -webkit-linear-gradient(-45deg,#231F20 0%,#231F20 100%);
  background: linear-gradient(135deg,#231F20 0%,#231F20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$left',endColorstr='$right',GradientType=1 );
  text-decoration: none;
  color: #fff;
}

.orange-btn:hover a {
  color: #fff;
}



@media screen and (min-width: 1024px) {
  .banner .center-me > * {
    max-width: 50%;
  }
}

@media (min-width: 768px){

  .blog-index__post {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .blog-listing-post {
    margin-bottom: 3rem;
  }


}

@media (max-width:767px) {

  .blog-top-content {
    margin-top: .5rem;
  }

  .blog-index__post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-listing-post {
    margin-bottom: .5rem;
  }

  .blog-inner-wrapper {
    margin-bottom: .5rem;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
  padding: 40px 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;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

#email-prefs-form .hs-input,
.form-container,
#hs_cos_wrapper_password_prompt {
  width: 100% !important;
  max-width: 650px;
}

.form-container {
  margin-bottom: 10px;
}

.form-container .hs-form-field {
  margin-bottom: 14px;
}

.form-container .hs-form-field .hs-input[type=checkbox] {
  display: inline;
}

.form-container #hs_login_reset {
  margin-bottom: 10px;
  display: inline-block;
}

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

#hs-pwd-widget-password {
  height: 46px !important;
  margin-bottom: 15px;
  margin-top: 0 !important;
}

#hs-search-module .hs-input {
  margin-bottom: 15px;
}

.grecaptcha-badge {
  margin: 0;
}

#email-prefs-form .hs-input {
  font-size: 1rem !important;
  padding: .5rem !important;
}

@media (max-width: 767px) {
  #email-prefs-form .hs-input,
  .form-container,
  #hs_cos_wrapper_password_prompt {
    max-width: 100%;
  }
}