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

/**
 * 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;
}
@font-face {
  font-family: 'Manrope Bender';
  src: url("https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/fonts/manrope-bender/Manrope-Light-Bender.woff2") format('woff2'),
  url("https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/fonts/manrope-bender/Manrope-Light-Bender.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope Bender';
  src: url("https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/fonts/manrope-bender/Manrope-Regular-Bender.woff2") format('woff2'),
  url("https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/fonts/manrope-bender/Manrope-Regular-Bender.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope Bender';
  src: url("https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/fonts/manrope-bender/Manrope-SemiBold-Bender.woff2") format('woff2'),
  url("https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/fonts/manrope-bender/Manrope-SemiBold-Bender.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope Bender';
  src: url("https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/fonts/manrope-bender/Manrope-Bold-Bender.woff2") format('woff2'),
  url("https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/fonts/manrope-bender/Manrope-Bold-Bender.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */




html {
  font-size: 24px;
}

body {
  font-family: "Manrope Bender", sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.56;
}

p {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-family: "Manrope Bender", sans-serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5em;
  line-height: 1.25;
  font-weight: 600;
  font-family: inherit;
  color: #333;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 24px;
  font-weight: 600;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: "Manrope Bender", sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;                                        
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 600;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  font-weight: 
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: "Manrope Bender", sans-serif;
}

.hs-button {
  margin:15px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  
  text-decoration: none !important;
  white-space:normal !important;
}

.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 {
  font-size: 16px;
  color: #333333;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.56;
  padding-top: 0;
  margin-bottom: 4px;
}
form .hs-form-field input[type=text], form .hs-form-field input[type=email], form .hs-form-field input[type=phone], form .hs-form-field input[type=number], form .hs-form-field input[type=tel], form .hs-form-field input[type=date], form .hs-form-field textarea{
  padding: 2px 5px; 
}

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

.hs-input, input[type=number], input[type=password], input[type=text] {
  display: inline-block;
  width: 100%!important;
  height: 26px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #333333;
  outline:0;
}
h3.form-title {
  padding-bottom: 10px;
}
input[type=password], input[type=search] { 
  width:100% !important;
  height:26px !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto!important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: #f00;
}
.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, input[type=number]:focus, input[type=password]:focus, input[type=text]:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: -2px;
}

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: 5px;
}

.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.56;
  font-size: 1rem;
  color: #333;
}
.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: "Manrope Bender", sans-serif;
}

.hs-richtext h2{
  color: #333 !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: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}


.custom-menu-primary.desktop_menu .hs-menu-wrapper {
  display: block;
  width: 100%;
}

.custom-menu-primary.desktop_menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.custom-menu-primary.desktop_menu .hs-menu-wrapper > ul > li {
  font-size: 16px;
  padding: 1em 0.9em 1em 0.9em;
  font-weight: inherit;
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 27px;
}
.custom-menu-primary.desktop_menu .hs-menu-wrapper>ul>li.hs-item-has-children ul .nav-submenu-close {
  display: none;
}
.custom-menu-primary.desktop_menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  font-size: 1.2em;
  position: relative;
}

.custom-menu-primary.desktop_menu .hs-menu-wrapper > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #f9b000;
  transform: scale(0);
  transition: all 0.5s;
}
.custom-menu-primary.desktop_menu .nav-submenu {
  display: none;
  width: 100%;
  min-height: 450px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #dddddd;
  box-sizing: border-box;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 9px 5px -6px rgba(0,0,0,.25);
  cursor: default;
}

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */                                                                                                                   

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.header__height {
  min-height: 117px;
}

header.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  flex-flow: column wrap;
  z-index: 1000;
  border-bottom: 1px solid #eeeeee;
}
.header__container {
  padding-right: 15px;
  padding-left: 15px;
}

.header-wrapper_inner {
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  padding: 0.5em 0 0 0;
}

.header_logo {
  display: flex;
  align-items: center;
}

.header_logo img {
  height: 40px;
  width: 181px !important;
  order: 1;
  display: block;
  max-width: 100%;
  vertical-align: middle;
}
.header-global {
  color: #444444;
  display: flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  order: 3;
  margin-right: 0.75em;
}

.header-global .group-search {
  display: flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  margin: 0 0.3em;
  height: 2.25em;
}

.header-global .group-search input {
  font-size: 1em;
  padding: 0.5em;
  margin: 0;
  border-left: 1px solid #444444;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  border-right: none;
  box-sizing: border-box;
  height: 40px;
  color: #000000;
  content: attr(data-form-name);
  width: 200px !important;
  border-radius: 0;
}

.header-global .group-search button {
  font-family: FontAwesome;
  font-size: 1em;
  margin: 0;
  padding: 0.5em;
  background-color: #ffffff;
  border: none;
  color: #000000;
  height: 40px;
  box-sizing: border-box;
  border-top: 1px solid #444444;
  border-right: 1px solid #444444;
  border-bottom: 1px solid #444444;
  cursor:pointer;
}


.header-global .group-search form {
  display: flex;
}

.header-global-select {
  cursor: pointer;
  margin: 0 0.5em 0 0.25em;
}

.header-global i.fa.fa-globe {
  cursor: pointer;
  font-size: 1em;
  margin-left: 0.5em;
}

.header-global a.register {
  display: none;
}

.header-global span.whereToBuy {
  display: none;
}
.header-global .header-icon-search {
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 1.5em;
  margin: 0 0 0 0.5em;
  display: none;
}
.mobile-trigger,
.mobile-trigger-typo3 {
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 1.5em;
  margin: 0 0 0 0.5em;
  display: none;
}
.custom-menu-primary.desktop_menu {
  font-weight: 600;
  order: 4;
  width: 100%;
  padding-top: 0.5em;
  display: block;
}

.global-select {
  width: 100%;
  background-color: #f9f9f9; 
  color: #333333;
  display: none;
}
.global-select_inner {
  padding: 2em 1em;
}
.global-select .global-select_inner > div {
  width: 80%; 
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: space-around;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  align-items: flex-start;
  -ms-flex-align: start;
}

.global-select-close {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 10%;
  text-align: right;
  order: 2;
  cursor: pointer;
}

.global-select div#hs_cos_wrapper_Header_language {
  width: 100%;
  order: 1;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 90%;
  display: flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -ms-flex-align: start;
}

.global-select div#hs_cos_wrapper_Header_language > span {
  width: 100%;
}

.global-select ul {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 90%;
  display: flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -ms-flex-align: start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.global-select ul h4 {
  font-weight: 600;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 18px;
}

.global-select ul ul {
  display: block;
}




/* Header item change postion style on scroll down */

.fadIn header.header {
  padding: 0.5em 0;
}

.fadIn  .desktop_menu {
  display: none;
}

.fadIn .mobile-trigger,
.fadIn .mobile-trigger-typo3 {
  display: block;
}

.fadIn  .header-icon-search {
  display: block;
}

.fadIn .group-search {
  display: none;
}

.fadIn  .header-global-select {
  display: none;
}

.fadIn i.fa.fa-globe {
  font-size: 1.5em !important;
}

.fadIn  .header-wrapper_inner {
  padding: 0;
}
.nonav_header .mobile-trigger,
.nonav_header .mobile-trigger-typo3 {
  display: none !important;
}
.header-global .group-search input::placeholder {
  color: #777777;
  opacity: 1;
}
.global-select ul li {
  line-height: 24px;
}
/* End here */


/* Tablet Styles */



@media only screen and (max-device-height: 1366px) and (max-device-width: 1024px) and (orientation: portrait), (max-width: 1150px) {
  .custom-menu-primary.desktop_menu {
    display: none;
    background-color: #f7f7f7;
  }

  .header__height {
    min-height: 56px;
  }
  .header-wrapper_inner {
    padding: 0.5em 0;
  }

  .header-global {
    margin-right: 0;
  }

  .header-global-select {
    display: none;
  }

  .header-global .group-search {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    padding: 1em 0;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
  }

  .header-global .header-icon-search {
    display: block;
  }

  .mobile-trigger,
  .mobile-trigger-typo3 {
    display: block;
    margin: 0 0 0 0.5em;
  } 
  .header-global i.fa.fa-globe {
    font-size: 1.5em;
  }
  .header-global .group-search form {
    width: 100%;
    margin: 5px auto;
    max-width: 100%;
  }
  .header-global .group-search input {
    width: 50% !important;
  }

  .header-global .group-search button {
    background-color: #444444!important;
    color: #ffffff!important;
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding: 0 0.75em;
  }
  .mobile-open .mobile-trigger i:before {
    content: "\f05c";
  }
  .global-select .global-select_inner>div {
    width: 95%;
  }

  .global-select div#hs_cos_wrapper_Header_language>span > ul {
    display: block;
    column-count: 2;
    -moz-column-count: 2;
    column-fill: auto;
  } 

  .global-select ul > li {
    break-inside: avoid;
  }

  .global-select ul h4 {
    margin: 1.5em 0 0.5em 0;
  }

  .global-select ul ul > li {
    line-height: 150%;
  }

  .global-select div#hs_cos_wrapper_Header_language {
    column-count: 2;
    -moz-column-count: 2;
    column-fill: auto;
  }

  .global-select div#hs_cos_wrapper_Header_language>span > ul > li:nth-child(1) h4 {
    margin-top: 0;
  }
  .custom-menu-primary.mobile-menu {
    height: calc(100vh - 100%); 
    position: absolute;
    top: 100%;
    right: 0;
    border-left: 1px solid #eeeeee;
    padding-top: 0;
    overflow: hidden; 
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;  
    display: none; 
    background-color: #f7f7f7;
    width: 50%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    display: -ms-flexbox;
    flex-flow: column nowrap;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    order: 1;
    margin-top: 0.5em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 0.9em;
    display: flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #f7f7f7;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: flex;
    display: -ms-flexbox;
    flex-flow: row nowrap;
    width: 100%;
    height: unset;
    padding: 1em 0;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    line-height: 27px;
    font-size: 1.2em;
    font-weight: 600;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.dl-menuopen {
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.go-left {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .custom-menu-primary .hs-menu-wrapper> ul.hs-menu-children-wrapper > li {
    width: 100%;
    height: auto;
    transition: none;
  }

  .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper li:not(:first-child) > a {
    padding: 0.8em 0;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
    line-height: 24px;
    font-size: 16px;
  }


  .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper li:nth-child(2) > a {
    font-size: 1.1em;
    line-height: 22px;
  }
  .custom-menu-primary .hs-menu-wrapper a.dl-menuopen {
    text-decoration: none;
    justify-content: left;
  }
  .custom-menu-primary .hs-menu-wrapper a.dl-menuopen:before {
    font-family: FontAwesome;
    content: "\f060";
    margin-right: 0.5em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
    display: block;
    position: static;
    height: auto;
    width: auto;
    background-color: transparent;
    font-family: FontAwesome;
    content: "\f078";
    transform: none;
  }  

}

@media only screen and (max-width: 1150px) and (orientation: landscape) {
  .custom-menu-primary.mobile-menu {
    width: 40%;
  }

}

@media (min-width:1150px) {
  .custom-menu-primary.mobile-menu {
    display: none !important;
  }
  .header__height.nonav_header {
    min-height: 60px;
  }
  .nonav_header header.header {
    padding-bottom: 10px;
  }

  .nav-submenu-close {
    font-family: FontAwesome;
    position: absolute;
    right: 1em;
    top: 1em;
    font-size: 1.5em;
    color: #777777;
    cursor: pointer;
    line-height: 34px;
  }
  .custom-menu-primary.desktop_menu ul>li.clicked .nav-submenu li .nav-submenu {
    display: block;
  }

  .custom-menu-primary.desktop_menu .nav-submenu > ul {
    width: 100%;
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }

  .custom-menu-primary.desktop_menu .nav-submenu > ul > li:nth-child(1) {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 35%;
    position: relative;
    display: flex; 
    display: -ms-flexbox;
    flex-flow: column nowrap;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    min-height: 450px;
    background: transparent;
  }
  .custom-menu-primary.desktop_menu .nav-submenu > ul > li:nth-child(2) {
    flex: 1 0 65%;
    max-width: 900px;
    display: flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    align-content: flex-start;
    padding: 1.5em;
    background: transparent;
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(1) > a {
    background-color: rgba(255,255,255,0.8);
    max-width: 80%;
    padding: 1em;
    box-sizing: border-box;
    font-size: 1.5em;
    font-weight: 600;
    z-index: 1001;
    line-height: 34px;
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(1) > a {
    background-color: rgba(255,255,255,0.8);
    max-width: 80%;
    padding: 1em;
    box-sizing: border-box;
    font-size: 1.5em;
    font-weight: 600;
    z-index: 1001;
    line-height: 34px;
  }

  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) > a {
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) .nav-submenu {
    position: static;
    background-color: transparent;
    min-height: 100%;
    border: 0;
    box-shadow: none;
  }

  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) .nav-submenu ul.hs-menu-children-wrapper {
    display: -ms-flexbox;
    flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    align-content: flex-start;
  }

  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) .nav-submenu ul.hs-menu-children-wrapper > li {
    flex-flow: row wrap;
    display: flex;
    position: relative;
    width: calc(25% - 1em);
    height: 125px;
    margin: 0.25em;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    order: 1;
    flex: unset;
    min-height: auto;
  }

  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) .nav-submenu ul.hs-menu-children-wrapper > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) .nav-submenu ul.hs-menu-children-wrapper > li:nth-child(4n+1):nth-last-child(-n+4),
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) .nav-submenu ul.hs-menu-children-wrapper > li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    margin-bottom: 0;
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) .nav-submenu ul .menu-inner {
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-flow: column nowrap;
    align-items: center;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) .nav-submenu ul .menu-inner > a > span.nav-submenu_item{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5em;
    text-align: left; 
    box-sizing: border-box;
    transition: all 0.5s;
    color: #000000;
    background-color: rgba(255,255,255,0.8);
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 22px;
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(1) > div {
    background-size: cover;
    background-position: top;
    width: 80%;
    height: 80%;
    position: absolute; 
    top: 50%;
    left: 50%; 
    transform: translate(-50%,-50%);
    border: 1px solid #d2d2d2;
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(1).Findcontact > div {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/weltweit.jpg);
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(1).Service.portal > div {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Technician_teaser.jpg);
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(1).Innovativetechnologies > div {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/produkte_teaser.jpg);
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(1).competence.electrical > div {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/krankenhaustechnik_op_teaser.jpg);
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(1).knowledge.experience > div {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/normen_teaser.jpg);
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(1).Yourpartner > div {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/company_website_page_image.png);
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) .nav-submenu ul.hs-menu-children-wrapper>li .menu-inner {
    position: static;
    transform: translate(0%,0%);
    border: 0;
  }

  .menu-inner.BenderUSA .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Bender_INC.jpg);
  }  
  .menu-inner.Whereto.buy .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Bender_map_US.png);
  }  
  .menu-inner.Contactform .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/contact_us_usa-min-1.jpg);
  }  

  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) .nav-submenu ul.hs-menu-children-wrapper>li .menu-inner .menu-right-img {
    width: 100%;
    height: 100%;
    background-size: cover;  
    background-position: center; 
    transition: all 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) .nav-submenu ul.hs-menu-children-wrapper>li:hover .menu-inner .menu-right-img {
    transform: scale(1.1);
    filter: brightness(100%);
  }
  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(2) .nav-submenu ul.hs-menu-children-wrapper>li .menu-inner > a {
    display: block;
    width: 100%;
    height: 100%; 
  }
  /* Service & Support images */
  .menu-inner.Downloads .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/download.jpg);
  }  
  .menu-inner.TechnicalPapers .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Download_Button.png);
  }  
  .menu-inner.ApplicationNotes .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Application_Notes_image-min.jpeg);
  }  
  .menu-inner.RMARequest .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/CA_RMA-Request_teaser.jpg);
  }  
  .menu-inner.Licenses .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/lizenzen.jpg);
  }  
  .menu-inner.HealthcareServices .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/healthcare_service_tab-min.jpeg);
  }  

  /* Product images */
  .custom-menu-primary.desktop_menu .hs-menu-wrapper>ul>li.Products .nav-submenu > ul > li:nth-child(2) .nav-submenu > ul > li:nth-child(1) .menu-inner.GroundFault .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/isolationsueberwachung_teaser.jpg);
  } 
  .custom-menu-primary.desktop_menu .hs-menu-wrapper>ul>li.Products .nav-submenu > ul > li:nth-child(2) .nav-submenu > ul > li:nth-child(2) .menu-inner.Ungrounded .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Isolationsfehlersuche.jpg);
  } 
  .menu-inner.GroundFault.Monitoring .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Differenzstrom-Ueberwachung.jpg);
  } 
  .menu-inner.ResistanceGrounded .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/NGRM-teaser.jpg);
  } 
  .menu-inner.HealthcareIsolated .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/IPP.jpg);
  } 
  .menu-inner.Measuringand.monitoring .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Mess-und-Ueberwachungsrelais.jpg);
  } 
  .menu-inner.ProtectionPanels .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/MarinaGuard_WEB.jpg);
  } 
  .menu-inner.Communication .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Kommunikation.jpg);
  } 
  .menu-inner.Touchcontrol.panels .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Bedienen-und-Beobachten.jpg); 
  } 
  .menu-inner.Currenttransformers .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/stromwandler_teaser.jpg);
  } 
  .menu-inner.Systemcomponents .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Transformatoren.jpg);
  } 
  .menu-inner.Chargecontroller .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/laderegler.jpg);
  } 
  /* Solutions images */
  .menu-inner.Industrialand .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/maschinenbau.jpg) !important;
  } 
  .menu-inner.Healthcare .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/krankenhaustechnik.jpg);
  } 
  .menu-inner.Oiland.gas .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/oel-gas.jpg); 
  } 
  .menu-inner.Renewableenergy .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Photovoltaics.jpg);
  } 
  .menu-inner.Utilitypower .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/kraftwerk.jpg);
  } 
  .menu-inner.Mobilepower.generation .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Mobile-Stromerzeuger_Eingebaut.jpg);
  } 
  .menu-inner.Shipsand.ports .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Harbor.jpg);
  } 
  .menu-inner.Railand.Transit .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/bahn.jpg);
  } 
  .menu-inner.Electricvehicles .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/emobility_teaser_tacho.jpg); 
  } 
  .menu-inner.Datacenters .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Rechenzentrum_Stromversorgung.jpg);
  } 
  .menu-inner.Mining .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/bergbau.jpg);
  } 
  .menu-inner.AutomaticEDS .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/EDS_Web_Page_Nav-min.jpg);
  } 
  /* Know-how images */
  .menu-inner.Literature .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/fachbuecher.jpg);
  } 
  .menu-inner.Monitor .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/monitor.jpg);
  } 
  .menu-inner.Learn .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/seminar_teaser.jpg);
  } 
  .menu-inner.Video .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/filme.jpg);
  } 
  .menu-inner.Technology .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/it-system.jpg);
  } 
  .menu-inner.Webinars .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/webinar_teaser.jpg);
  } 
  .menu-inner.Blog .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/blog_thumbnail-min.jpeg);
  } 
  .menu-inner.BIMFiles .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/bim_files_teaser.jpg);
  } 
  .custom-menu-primary.desktop_menu .hs-menu-wrapper>ul>li.Know-how .nav-submenu > ul > li:nth-child(2) .nav-submenu > ul > li:nth-child(9) .menu-inner .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/FAQ_website_image_block.jpeg);
  } 
  .menu-inner.CustomerResources .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Sales_Resources_Page_Image.v2-min.jpeg);
  } 
  /* Company images */
  .menu-inner.AboutUs .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/BINC_about_us_teaser.jpg);
  } 
  .menu-inner.BenderGroup .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/weltweit.jpg);
  } 
  .menu-inner.Philosophy .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Bender_Philosophy-min.jpeg);
  } 
  .menu-inner.Corporateresponsibility .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/unternehmensverantwortung.jpg);
  } 
  .menu-inner.History .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Bender_History-min.jpg);
  } 
  .menu-inner.JobOpportunities .menu-right-img { 
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Stellenangebote.jpg);
  } 
  .menu-inner.Exhibitions .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/messe_teaser.jpg);
  } 
  .menu-inner.News .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/news.jpg);
  } 
  .menu-inner.GoingGreen .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/leaf.png);
  } 
  .menu-inner.Testimonials .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/Testimonials_nav_bar_min.jpeg);
  } 
  .menu-inner.OurTeam .menu-right-img {
    background-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/meet_our_team-min.jpg);
  } 




}


@media (min-width: 993px) {
  .header-global span.whereToBuy {
    display: block;
    padding-right: 10px;
  }

  .header-global a.register {
    display: block;
    padding-right: 10px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 20px;
    text-decoration: none;
  }

  .header-global span.whereToBuy a {
    text-decoration: none;
  }

  .header-global i.fa.fa-globe {
    font-size: 1.5em;
  }

}
/* Mobile Styles */
@media (max-width:1500px) and (min-width:1150px) { 
  .custom-menu-primary.desktop_menu .nav-submenu>ul {
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }

  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(1) {
    align-items: flex-start;
  } 

  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(1)>div {
    position: absolute;
    width: 100%;
    height: 100%; 
    top: 0;
    left: 0; 
    transform: none;
  }

  .custom-menu-primary.desktop_menu .nav-submenu>ul>li:nth-child(1)>a {
    background-color: rgba(255,255,255,0.8);
    max-width: 80%;
    font-size: 1.7em;
    line-height: 38px;
  }
}

@media (min-width:1150px) {
  .header-global i.fa.fa-globe {
    font-size: 1em;
  }
}

@media (max-width:1150px) {
  .search_open .group-search {
    display: flex;
  }

}


@media (max-width: 768px) {
  .header__container {
    width: 100% !important;
  }

}


@media (max-width:750px) {
  .global-select div#hs_cos_wrapper_Header_language>span>ul {
    column-count: 1;
    -moz-column-count: 1;
  }
  .header-global i.fa.fa-globe {
    margin: 0 0 0 0.5em !important;
  }
  .header-global .header-icon-search {
    margin: 0 0 0 0.5em !important;
  }
  .custom-menu-primary.mobile-menu {
    width: 100%;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper li:not(:first-child)>a {
    font-size: 1em;
    line-height: 24px;
  }
  .header-global .group-search input {
    width: 70% !important;
  }

} 

@media (max-width:330px) {
  .mobile-trigger,
  .mobile-trigger-typo3 {
    margin-left: 10px; 
    font-size: 1.2em;
  }
  .header-global .header-icon-search {
    margin-left: 10px !important;
    font-size: 1.2em;
  }
  .header-global i.fa.fa-globe {
    font-size: 1.2em;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


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

.text-right{
  text-align: right;
}

.align_right{
  align-content: right !important;
  justify-content: right;
}

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: "Manrope Bender", sans-serif;
}
.footer {
  padding: 10px 0;
  width: 100%;
  left: 0;
  margin-top: 20px;
}

.footer .footer__container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer_main {
  margin: 0;
  font-family: inherit;
}

.footer_main .cols {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_main p {
  margin: 0;
}

.footer_main p i {
  padding-right: 5px;
}

.footer_main ul.footer_links,
.footer_main .footer_links ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  margin-left: -5px;
  margin-bottom: 10px;
}

.footer_main .footer_links li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  line-height: inherit;
  font-size: 16px;
}

.footer_main .footer_links li a {
  display: inline-block;
}

.footer_main ul.social_share_footer {
  margin: 0;
  list-style: none;
  overflow: auto;
  text-align: right;
  float: right;
  clear: both;
  margin-bottom: 10px;
}

.footer_main .social_share_footer > ul {
  margin: 0;
  list-style: none;
  overflow: auto;
  clear: both;
  margin-bottom: 10px;
  padding: 0 0;
}

.footer_main .social_share_footer li {
  list-style-type: none;
  float: left;
}

.footer_main .social_share_footer li a i {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 25px;
  text-align: center;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
  padding-top: 15%;
}

.footer_main .social_share_footer li a i.last_social_share {
  margin-right: 0px;
}

a.backtotop_js {
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  overflow: hidden;
  white-space: nowrap;
  background: rgba(0,0,0,0.8);
  position: fixed;
  display: inline-block;
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 30px;
  -webkit-transition: opacity .3s 0s,visibility 0s 0s;
  -moz-transition: opacity .3s 0s,visibility 0s 0s;
  transition: opacity .3s 0s,visibility 0s 0s;
  visibility: hidden;
  opacity: 0;
  cursor:pointer;
  z-index:99;
}
.fadIn a.backtotop_js {
  opacity: 1; 
  visibility: visible;
}
a.backtotop_js i {
  color: #fff;
  padding-top: calc(50% - 11px);
  padding-left: calc(50% - 9px);
}

a.backtotop_js:hover {
  background-color: #f9b000;
}
@media (min-width:768px) {
  .footer_main:nth-child(3) .cols {
    width: 50%;
    float: left;
  }
  .footer_main .cols {
    width: 33.33333333%;
    float: left;
  }
}

@media (min-width:992px) {
  .footer_main.hide_for_desktop .cols {
    width: 33.33333333%;
    float: left;
  }
  .footer_main:nth-child(3) .cols {
    width: 50%;
    float: left;
  }
}


@media (min-width:1200px) {
  .footer_main .cols_1 {
    width: 33.3%;
    float: left;
    text-align: left;
  }

  .footer_main .cols_2 {
    float: left;
    width: 33.3%;
    text-align: center;
  }

  .footer_main .cols_3 {
    width: 33%;
    float: right;
    text-align: right;
  }
  .footer_main.hide_for_desktop {
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .footer_main.hide_for_mobile {
    display: none;
  }
}


@media (max-width: 1200px) and (min-width: 768px) {
  .footer_main:nth-child(3) {
    padding-top: 30px;   
  }
} 


@media (max-width:1199.98px) {
  .footer_main ul.footer_links,
  .footer_main .footer_links ul {
    float: none;
  }
  .footer_main.hide_for_desktop .cols_3 {
    float: none;
    width: 100%;
  }
  .footer_main.hide_for_mobile {
    display: none;
  }
}                 


@media (max-width:1023px) {
  a.backtotop_js {
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
  }
}


@media (max-width:768px) {
  .footer {
    text-align: center;
  }

  .footer_main ul.social_share_footer { 
    float: none;
    margin: 0 auto;
    max-width: 240px;
  }

  a.backtotop_js {
    bottom: 40px; 
    right: 10px;
  }
  .footer_main .cols {
    width: 100%;
  }
  .footer .footer__container {
    max-width: 100%;
  }
  .fadIn a.backtotop_js {
    opacity: .5;
  }
}

.footer_main.row_1 .cols_1 {
  width: 25%;
}
.footer_main.row_1 .cols_2 {
  width: 22%;
  text-align: center;
}
.footer_main.row_1 .cols_3 {
  width: 16.66666667%;
  float: left;
  text-align: left;
}
.footer_main.row_1 .cols_4 {
  width: 33%;
  float: right;
}

.footer_main.row_1 ul.social_share_footer {
  padding: 0 0;
  text-align: left;
}

.footer_main.row_2 .cols,
.footer_main.row_3 .cols {
  width: 100%;
  text-align: center;
}

.footer_main.row_2 ul.social_share_footer {
  padding: 0 0;
  text-align: center;
  float: none;
  display: flex;
  justify-content: center;
  max-width: unset;
}
@media (min-width:768px) {
  .footer_main.row_4 .cols {
    width: 50%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */


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

.content-wrapper {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 17px;
}
div.content-wrapper.listing {
  max-width: 80%;
}

div.content-wrapper.post {
  max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  div.content-wrapper.post{
    max-width: 80%;
  }
}

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

.blog-header__inner {
  width: 80%;
  margin: 0 auto;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  text-align: left;
  font-size: 18px;
  padding: 0 calc(15px + 1rem);
  padding-top: 15px;
}
.blog-header__subtitle-de {
  text-align: center;
  font-size: 18px;
  padding: 0;
}

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

.actions{
  text-align: center
}

.blog-header__form h2 {
  text-align: center;
}

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.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__post {
  flex:  0 0 100%;
  padding: 1rem;
}

.blog-related-posts{
  padding-top: 2rem;
}

.blog-related-posts__post{
  max-width: 100%;
  padding: 15px;
  overflow: hidden;
}

.blog-related-posts__list{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) and (min-width: 1px) {
  .blog-index__post {
    flex:  0 0 calc(100%/1);
  }
  .blog-related-posts__post{
  max-width: calc(100%/1);
  padding: 15px;
}
  .blog-header__inner {
  width: 90%;
  margin: 0 auto;
}
  div.content-wrapper.listing {
  max-width: 90%;
}
  h1 .blog-title-svg{
    height: 20vw;
  }
  h1 svg .blog-title-text{
    font-size: 15vw;
  }
}
@media screen and (max-width: 1100px) and (min-width: 600px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
  .blog-header__inner {
  width: 90%;
  margin: 0 auto;
}
  div.content-wrapper.listing {
  max-width: 90%;
}
  .blog-related-posts__post{
  max-width: calc(100%/2);
  padding: 15px;
}
.hs-postlisting-item{
  flex: 0 0 calc(100%/2);
}
}
@media screen and (min-width: 1100px) {
  .blog-index__post {
    flex:  0 0 calc(100%/4);
  }
  .blog-related-posts__post{
  max-width: calc(100%/3);
  padding: 15px;
}
}
@media screen and (min-width: 1750px) {
  .blog-index__post {
    flex:  0 0 calc(100%/4);
  }
}

.blog-related-posts__post-image-wrapper img{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('./images/grayscale-mountain.png');
    }
.blog-index__post-image-wrapper{
/*   height: 100%;
  width: 100%;
  overflow: hidden; */
  object-fit: cover;
}
@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 {
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: "Manrope Bender", sans-serif;
}
.blog-index__post-content a {
  color: #333;
}
.blog-index__post img {
  width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Manrope Bender", sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #333;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #333;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.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: rgba(92,92,92,1.0);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  transition-duration: 0.5s;
}
.blog-header__author-social-links a:hover {
  background-color: rgba(92,92,92,0.7000000000000001);
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 60%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
/*   max-width: 960px; */
  margin: 0 auto;
}
.blog-post h1 {
  font-size: 1.6rem;
  padding-top: 15px;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #333;
  text-decoration: underline;
}

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

.blog-listing__tags {
  font-family: "Manrope Bender", sans-serif;
  color: #333;
}
.blog-listing__tags svg {
  width: 11px;
  height: auto;
}
.blog-listing__tag-link{
  font-size: .6rem;
  color: #333;
}

.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: #333;
  padding: 1rem;
}
@media screen and (min-width: 600px) {
  .blog-recent-posts__post {
    flex:  0 0 100%;
  }
}
@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;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
/* .blog-comments .hs-button {
background-color: transparent;
border: 2px solid #494A52;
color: #494A52;
}
.blog-comments .hs-button:hover {
background-color: #494A52;
color: #fff;
} */
.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;
  }
}



/* Custom blog style start here */
  
/*  blog zoom animation  */
.blog-index__post-content a div, .blog-tag-internal-wrapper {
  width: 100%;
  overflow: hidden;
}
.blog-index__post a img {
  transition-duration: 0.5s;
}
.blog-index__post:hover a img {
  transform: scale(1.1);
}
.blog-index__post:hover a h4{
  color: #f9b000;
} 



.most-recent .blog-index__post a h4, .featured-blogs .blog-index__post a h4, .tagged-blog a h4 {
  font-size: 1em;
} 
.hs-postlisting-item{
  list-style: none;
  flex: 0 0 calc(100%/4);
  padding: 1rem;
}
.hs-postlisting-item img{
  width: 100%;
}

.widget-type-post_listing ul{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.widget-type-post_listing h3, .blog-tag-h3 {
  font-size: 1.6rem;
  color: #f9b000;
  padding-left: 1rem;
}

.blog-tag-title{
  margin-top: .4em;
}

.blog-banner img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-top: -17px;
}
ol.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 0px;
  padding-bottom: 0px;
  margin-top: 0;
  font-size: 0;
}

ol.breadcrumb > li {
  display: inline-block;
  font-size: 14px;
}

ol.breadcrumb > li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.blog_listing_wrapper .blog_sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog_listing_wrapper .blog-index {
  padding-top: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  padding-bottom: 0;
}
.contentheader h1 {
  margin-top: -10px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 2em;
  color: inherit;
}
.blog-index_post {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
}

.blog-index_post > div {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-index_post  h2 {
  font-size: 1em;
  font-weight: 500;
  color: inherit;
}

.blog-index_post h2 a {
  color: #333;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.blog-index_post time {
  color: #333;
  font-size: 75%;
}

.blog-index_post p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  padding-bottom: 10px;
}
.blog_sidebar ul {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  background-color: #f9f9f9;
  color: rgb(87,87,87);
  padding: 20px;
  width: 90%;
  margin-top: 0;
  margin-bottom: 10px;
  list-style: none;
}

.blog_sidebar ul li {
  list-style-type: none;
  font-size: 18px;
  color: rgb(87,87,87);
}

.blog_sidebar ul li a {
  padding: 0;
  margin-top: 5px;
  line-height: 1.3;
  border: none;
}

.blog_sidebar ul li.navi-e1 a {
  font-size: 18px;
  color: rgb(87,87,87);
}

.blog_sidebar ul li.backlink {
  margin-left: 40px;
  list-style-image: url(https://6408189.fs1.hubspotusercontent-eu1.net/hubfs/6408189/raw_assets/public/Bender_June2020/images/subnavi.png);
}

.blog_sidebar ul li.backlink a {
  color: rgb(87,87,87);
  padding: 0;
  margin-top: 5px;
  line-height: 1.3;
  border: none;
  line-height: 28px;
  font-size: 16px;
}
.blog-index_post .blog-index__post-image {
  border: 1px solid #333;
  padding: 0 !important;
} 
.blog_post h1 {
  font-size: 2em;
  margin-top: 20px;
}

.blog_post .blog-post__meta {
  color: #444;
  font-size: 16px;
  margin: 0;
}
.blog-post__body h5{
  margin-top: 1rem;
}
.blog-post__body p {
  margin-bottom: 10px;
}
.blog-post__body {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-post__spacer {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-blog-post .blog-index.blog_post {
  margin-top: -20px;
  padding-top: 0;
}

.hs-blog-post .blog_listing_wrapper {
  padding-top: 23px;
}
.hs-blog-post .blog_sidebar ul li > a {
  list-style-type: none;
  font-size: 18px;
  color: rgb(87,87,87);
}
.hs-blog-post .blog_sidebar ul li {
  font-size: 16px;
  line-height: 29px;
  font-family: SourceSansPro-Regular,serif;
}
.hs-blog-post .blog_sidebar ul li.navi-e1 {
  line-height: 27px;
}
.blog-post__body .btn-default {
  border-radius: 4px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  text-shadow: 0 1px 0 #fff;
  background-color: #444;
  color: #fff !important;
  background-image: none;
  border: none;
  margin: 15px 0;
  text-decoration: none;
}
.blog-post__body .btn-default:hover {
  background-color: #f9b000;
  color: #fff;
  background-image: none;
  border: none;
}
.section.post-footer form::before {
  content: "Leave a reply";
  display: block;
  margin: 20px 0;
  font-size: 26px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}
.comment-date {
  display: block !important;
  text-align: left;
}
.blog-index_post .blog-index__post-image img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
} 
.hs-blog-listing .blog_sidebar ul li.backlink > a {
  line-height: 21px;
}
.hs-blog-listing .blog_sidebar ul li.backlink {
  line-height: 0;
}
.hs-blog-listing ol.breadcrumb {
  margin-bottom: 15px;
  padding-top: 6px;
}

.blog-table{
  font-size: 14px;
  width: 130%;
  margin-left: -15%;
}

@media (max-width: 1000px) {
  .blog-table{
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1500px) {
  .blog-table{
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .blog-table{
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  .blog-table{
    font-size: 17px;
  }
}
  
.blog-table table, .blog-table th, .blog-table td {
  border: 1px solid black;
  padding: .5rem;
  border-collapse: collapse;
  text-align: center;
  vertical-align: inherit;
}
  
.blog-table .align-left{
  text-align: left;
}





@media (min-width: 768px) {
  .blog_listing_wrapper .blog-index {
    width: 100%;
  }
}


@media (min-width: 992px) {
  .blog_listing_wrapper .blog_sidebar {
    width: 33.33333333%;
    float: left;
  } 
  .blog_listing_wrapper .blog-index {
    width: 66.66666667%;
    float: left;
  }
  .blog-index__post-small {
    width: 25%;
    float: left;
  }
  .blog-index_post .blog-index__post-content {
    width: 75%;
    float: left;
  }
  .blog-post__body {
/*     width: 66.66666667%;
    float: left; */
  }
  .blog-post__spacer {
    width: 33.33333333%;
    float: left;
  }

}

@media (min-width: 1200px) {
  .blog_listing_wrapper .blog_sidebar {
    width: 25%;
  }
  .blog_listing_wrapper .blog-index {
    width: 75%;
  }

}

@media (max-width:992px) {
  .blog_listing_wrapper .blog_sidebar, ol.breadcrumb {
    display: none;
  }

  .blog-banner img {
    display: none;
  }

  .blog_listing_wrapper .blog-index {
    margin-top: 14px;
  }

  .blog-index_post .blog-index__post-image--small {
    max-width: 46%;
  }
  .hs-blog-post .blog_listing_wrapper {
    padding-top: 14px;
  }

}


@media (max-width:768px) {
  .content-wrapper.blog_listing_wrapper {
    max-width: 90%;
  }

  .blog_listing_wrapper .blog-index {
    padding-top: 53px;
    margin-top: 0;
  }

}

@media (max-width:479px) {
  .blog-index_post .blog-index__post-image--small {
    max-width: 100%;
  }
  .blog-post__body p img {
    width: 100% !important;
    max-width: 300px !important;
    margin-right: 0 !important;
  }
}
  
.blog-title-svg{
  width: 100%;
  height: 12.5vw;
}

.blog-title-text{
  font-size: 10vw;
  text-shadow: -0.4vw .4vw .4vw #1113;
  animation-direction: alternate;
  animation: move-shadow 15s infinite;
}

@keyframes move-shadow {
  0%{
    text-shadow: 0 0 #f9b000;
    text-shadow: -0.5vw .6vw .6vw #2224;
  }
  50%{
    text-shadow: 0 0 #f9b000;
    text-shadow: -0.3vw .4vw .6vw #2221;
  }
  100%{
    text-shadow: 0 0 #f9b000;
    text-shadow: -0.5vw .6vw .6vw #2224;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* This makes the font in the would you like to be contacted question on the form slightly smaller */

span [data-reactid*="would_you_like_a_representative_to_contact_you"]{
  font-size: .99em;
}


.webinar-dnd{
  max-width: 1000px;
  margin: auto;
}
.webinar-title{
  max-width: 1000px;
  color: #f9b000;
  font-weight: 600;
}
.webinar-form-title{
  max-width: 90%;
  color: #f9b000;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1100px) {
.webinar-dnd{
  max-width: 90%;
  margin: auto;
}
.webinar-title{
  max-width: 90%;
  margin: auto;
}
  .webinar-form-title{
  max-width: 90%;
  margin: 0;
}
}

@media (max-width: 767px) {
.webinar-form-title{
  margin-top: 1em;
}
}

.webinar-dnd .dnd-section>.row-fluid{
  max-width: 100%;
  padding: 0;
  padding-left: 1em;
}

.webinar-dnd .dnd-section {
  padding: 0; 
}

.webinar-presenter-title{
/*   margin-left: -1em; */
  color: #f9b000;
  font-weight: 600;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


/* 404 PAGE */
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.systems-page ul.no-list.hs-error-msgs {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Manrope Bender", sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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: inherit;
  font-size: 1.25rem;
  color: #333;
  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: #333;
}

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

@media (max-width:767px) {
  .systems-page .success {
    min-width: 100%;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.legal-consent-container p, .legal-consent-container div{
  font-size:12px;
}

.hs-button, .button--primary {
    background-color: #f9b000 !important;;
    border-color: #f9b000 !important;;
    font-weight: bold !important;;
}

*{font-family: "Manrope Bender", sans-serif; color: #333;}
.legal-consent-container a{color:#f9b000;}

h1 a{font-size:1em;}
h1{font-size:2em; color: #333;}
h1 span{font-size:1em;}
h2{font-size:1.5em; color: #333;}
h2 a{font-size: 1.3em; color: #333;}
h3{color: #333;}
h4{color: #333;}
h5{color: #333;}
h6{color: #333;}

.hs-richtext, .hs-richtext h2 {
	color:#333333 !important;
}