/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */



  /*Lato, serif*/





 /*Lato, serif*/

  /*Merriweather, serif*/































/* ******************************************************************************
*********************************************************************************
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;
}
/* ******************************************************************************
*********************************************************************************
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 0;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.content-wrapper.container-fluid,
.content-wrapper,
.footer__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 64em) {
  .dnd-section > .row-fluid,
  .content-wrapper.container-fluid {
    max-width: 944px;
  }
  .dnd-section > .row-fluid,
  .content-wrapper.container-fluid,
  .content-wrapper,
  .footer__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 85.375em) {
  .dnd-section > .row-fluid,
  .content-wrapper.container-fluid {
    max-width: 1200px;
  }
}
@media (min-width: 106.25em) {
  .dnd-section > .row-fluid,
  .content-wrapper.container-fluid,
  .content-wrapper,
  .footer__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1023px){
  .content-wrapper.container-fluid {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .banner-area .dnd-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@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.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'bmi_icons_font';
  font-style: normal;
  font-weight: 300;
  src: url("https://9059026.fs1.hubspotusercontent-na1.net/hubfs/9059026/raw_assets/public/BMI_group_Feb_2021_ES/fonts/bmi-font.woff") format("woff");
    }

@font-face {
  font-family: 'Effra-Regular';
  font-style: normal;
  font-weight: 400;
  src: url("https://9059026.fs1.hubspotusercontent-na1.net/hubfs/9059026/raw_assets/public/BMI_group_Feb_2021_ES/fonts/Effra_W_Rg.woff") format("woff");
    /* src: url('https://cdn.bmigroup.com/-/media/themes/bmig/global/fonts/effra_w_rg.woff2?rev=9d836de5fcbd491fa6c4604e1e580584') format('woff2'),
    url('https://cdn.bmigroup.com/-/media/themes/bmig/global/fonts/effra_w_rg.woff?rev=f6b7de9460094042a133da70f6697634') format('woff'); */
    }

@font-face {
  font-family: 'Effra-Bold';
  font-style: normal;
  font-weight: 700;
  src: url("https://9059026.fs1.hubspotusercontent-na1.net/hubfs/9059026/raw_assets/public/BMI_group_Feb_2021_ES/fonts/Effra_W_Bd.woff2") format("woff2");
    /* src: url('https://cdn.bmigroup.com/-/media/themes/bmig/global/fonts/effra_w_bd.woff2?rev=7e0aea5910d54cef9feedba05c04793e') format('woff2'),
    url('https://cdn.bmigroup.com/-/media/themes/bmig/global/fonts/effra_w_bd.woff?rev=be807579f97149c8985a8438bc87793a') format('woff'); */
    }

@font-face {
  font-family: 'Effra-Heavy';
  font-style: normal;
  font-weight: 900;
  src: url("https://9059026.fs1.hubspotusercontent-na1.net/hubfs/9059026/raw_assets/public/BMI_group_Feb_2021_ES/fonts/Effra_W_He.woff") format("woff");
    /* src: url('https://cdn.bmigroup.com/-/media/themes/bmig/global/fonts/effra_w_he.woff2?rev=967101a5f3624dffa2280d70df7bda04') format('woff2'),
    url('https://cdn.bmigroup.com/-/media/themes/bmig/global/fonts/effra_w_he.woff?rev=7af3cdaffa0e4af380a79c9666784652') format('woff'); */
    }


html {
  font-size: 24px;
}

body {
  font-family: Effra-Regular,sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: -.2px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Effra-Regular,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: 0.5rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: Effra-Heavy,sans-serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Effra-Regular,sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper {
  background: #fff;
}
@media (max-width: 1699px) {
  body {
    line-height:1.625;
  }
  
}
@media (max-width: 1023px) {
 
}


@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: Effra-Regular,sans-serif;
  padding: 10px;
  border: 1px solid transparent;
}
h3.form-title {
  padding: 10px;
}

.hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;

  text-decoration: none !important;
  font-family: Effra-Bold,sans-serif;
  cursor: pointer;
  transition: background 80ms linear;
  outline-offset: -1px;
}

.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: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input:not([type="checkbox"]):not([type="radio"]),
.hs-search-field__input,
input[type=password]{
  display: inline-block;
  width: 100% !important;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input[type=password] {
    height: auto !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Effra-Regular,sans-serif;
}

.legal-consent-container * {
    font-size: 14px !important;
    margin-bottom: 0.5rem
}

.legal-consent-container .hs-input[type="checkbox"] {
    width: auto !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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

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

@media (min-width:1024px){

  .custom-menu-primary .hs-menu-wrapper > ul {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
    margin: -10px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-family: Effra-Bold,sans-serif;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: color .1s ease,background .3s ease;
    -o-transition: color .1s ease,background .3s ease;
    transition: color .1s ease,background .3s ease;
    text-decoration: none;
    padding: 0;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
    display:none;
    position: absolute;
    justify-content: space-between;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    top: 100%!important;
    box-shadow: inset 0 5px 10px -5px rgba(0,0,0,.1), 0 5px 10px -5px rgba(0,0,0,.1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul.hs-menu-children-wrapper {
    display: flex;
    -webkit-animation: fadeIn .3s ease-out;
    animation: fadeIn .3s ease-out;
  }

  /* Mega Menu */

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper {
    flex-grow: 1;
    background: #f5f5f5;
    width: 680px;
    padding: 25px 40px 50px;
    padding-left: calc(50% - 800px);
    box-shadow: inset 0 5px 10px -5px rgba(0,0,0,.1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner {
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    flex-basis: 200px;
    flex-grow: 1;
    height:100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li {
    font-size: 16px;
    line-height: 22px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a {
    margin-bottom: 30px;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.Find_a_job_at_BMI > a {
    padding-top: 30px;
    margin-top: auto;
    font-size: 24px;
    line-height: 34px;
    display: inline-flex;
    position: relative;
    font-family: Effra-Bold,sans-serif;
    align-items: center;
    transition-duration: .1s;
    transition-timing-function: linear;
    cursor: pointer;
    text-decoration: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.Find_a_job_at_BMI > a:before {
    content: "h";
    font-size: 19px;
    width: 37px;
    min-width: 37px;
    line-height: 37px;
    height: 36px;
    font-family: bmi_icons_font;
    speak: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
    background: #20778e;
    margin-right: 15px;
    padding-left: 2px;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.Find_a_job_at_BMI > a:hover:before {
    background: #292d41;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a {
    height: 1.6em;
    line-height: 1.5;
    font-family: Effra-Bold,sans-serif;
    pointer-events: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: color .1s ease;
    -o-transition: color .1s ease;
    transition: color .1s ease;
    margin-bottom: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li:not(:last-child) {
    margin-right: 40px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -ms-flex-negative: inherit;
    flex-shrink: inherit;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper > li > a {
    margin-bottom: 30px;
    padding: 0;
    height: auto;
    font-family: Effra-Regular,sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul > li {
    padding: 0;
    margin: 0;
  }

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


  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions {}

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a {
    padding: 20px 30px 20px 40px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li {
    /* min-width: 455px; */
    /* width: 455px; */
    padding-left: calc(50vw - 840px);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 16px;
    line-height: 22px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper {
    background: transparent;
    width: 100%;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a {
    font-family: Effra-Bold,sans-serif;
    min-width: 455px;
    width: 455px;
    float: left;
    margin: 0;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a:after {
    font-family: bmi_icons_font;
    text-transform: lowercase!important;
    speak: none;
    content: "h";
    color: #009fe3;
    transition: all .15s ease-out;
    transform: translateX(-5px);
    opacity: 0;
    display: block;
    font-size: 25px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li:hover > a:after{
    opacity: 1;
    transform: translateX(0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper {
    width: 680px;
    padding: 25px 40px 50px;
    background: #f5f5f5;
    -webkit-box-shadow: inset 0 5px 10px -5px rgba(0,0,0,.1);
    box-shadow: inset 0 5px 10px -5px rgba(0,0,0,.1);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    float: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li:hover > ul.hs-menu-children-wrapper {
    display:flex;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper > li > a {
    padding: 0;
    margin-bottom: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper > li:last-child > a {
    text-decoration: none !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    font-family: Effra-Bold,sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    cursor: pointer;
    font-size: 24px;
    line-height: 34px;
    padding-top: 30px;
    margin-top: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper > li:last-child > a:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
    font-family: bmi_icons_font;
    speak: none;
    font-size: 19px;
    width: 37px;
    min-width: 37px;
    line-height: 37px;
    height: 36px;
    content: "h";
    background: #20778e;
    margin-right: 15px;
    padding-left: 2px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper > li:last-child > a:hover:before {
    background: #292d41;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.Find_a_job_at_BMI {
    display: inline-flex;
    position: relative;
    margin-top: auto;
  }

  /* Menu Image Section */

  .menu-tools-area {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: content-box;
    background: #f5f5f5;
    box-shadow: inset 0 5px 10px -5px rgba(0,0,0,.1);
    padding-right: calc(50% - 800px);
    padding-bottom: 40px;
  }

  .menu-tools-area__content {
    box-sizing: content-box;
    -webkit-animation: fadeIn .3s ease-out;
    animation: fadeIn .3s ease-out;
    padding: 20px 0 0 30px;
    width: 520px;
    min-height: 400px;
    position: relative;
    z-index: 9;
  }


  .card {
    position: relative;
    width: 100%;
    display: flex;
  }

  .card--horizontal, .card--shadow {
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
    transition: all .2s ease;
  }

  .card__wrapper {
    display: flex;
    height: auto;
    width: 100%;
  }

  .card:not(.card--horizontal) .card__wrapper {
    flex-direction: column;
  }

  .image {
    position: relative;
    line-height: 0;
  }

  .menu-tools-area .card:not(.card--horizontal) .card__image {
    height: 0;
    padding-top: 56.25%;
  }

  .menu-tools-area .card:not(.card--horizontal) .card__image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .image__item--loaded {
    -webkit-animation: fadeIn .3s ease-out;
    animation: fadeIn .3s ease-out;
  }

  .image__item {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }

  .card__content {
    position: relative;
    flex-grow: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 30px;
  }

  .card--horizontal .card__content, .card--shadow .card__content {
    padding: 30px;
  }

  .card__description-title {
    font-size: 24px;
    font-family: Effra-Bold,sans-serif;
    margin-bottom: 5px;
    line-height: 34px;
    text-decoration: none !important;
    padding:0 !important;
  }

  /* solution */


  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper{
    overflow:hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions .menu-tools-area {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li:hover .menu-tools-area > .menu-tools-area__content{
    opacity:1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions .menu-tools-area > .menu-tools-area__content{
    opacity:0;
  }

  /*
  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions .menu-tools-area:hover > .menu-tools-area__content,
  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions .menu-tools-area.hovered > .menu-tools-area__content{
  opacity:1;
} */

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper {
    min-height: 495.5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper {
    position: absolute;
    left: calc(50vw - 385px);
    top: 0;
    bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li:hover > ul.hs-menu-children-wrapper {
    display: flex;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper > li:last-child {
    margin-top: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper:after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    left: calc(100% - 100px);
    right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul.hs-menu-children-wrapper > li.dl-trigger {
    display: none;
  }


  li.parent-trigger {
    display: none;
  }

}

.card--shadow.card:hover, .card.card--horizontal:hover {
  cursor: pointer;
  transform: translateY(-4px);
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.3);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project .submenu_inner li.dl-trigger {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul > li.dl-trigger {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.Our_Solutions>ul.hs-menu-children-wrapper>.submenu_wrapper>.submenu_inner>li:hover .menu-tools-area {
   z-index: 100;
}

@media (max-width:1699px){

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 14px;
    line-height: 20px;
    padding: 0 13px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper {
    box-shadow: inset 0 5px 10px -5px rgba(0,0,0,.1);
    padding: 20px 30px 30px;
    background: #f5f5f5;
    width: 680px;
    flex-grow: 1;
    padding-left: calc(50% - 600px);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a {
    margin-bottom: 23px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.Find_a_job_at_BMI > a {
    padding-top: 20px;
    margin-top: auto;
    font-size: 18px;
    line-height: 26px;
    display: inline-flex;
    position: relative;
    font-family: Effra-Bold,sans-serif;
    align-items: center;
    transition-duration: .1s;
    transition-timing-function: linear;
    cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.Find_a_job_at_BMI > a:before {
    font-size: 11px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 21px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li {
    padding-left: calc(50vw - 630px);
    font-size: 14px;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a {
    padding: 20px;
    min-width: 270px;
    width: 270px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a:after {
    display: block;
    font-size: 16px;
    transition: all .15s ease-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper {
    box-shadow: inset 0 5px 10px -5px rgba(0,0,0,.1);
    padding: 20px 30px 30px;
    background: #f5f5f5;
    width: 680px;
    flex-grow: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper > li:last-child > a {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    padding-top: 20px;
    margin-top: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper > li:last-child > a:before {
    font-size: 11px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 21px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.Find_a_job_at_BMI {
    display: inline-flex;
    position: relative;
    margin-top: auto;
  }

  .menu-tools-area {
    padding-right: calc(50% - 600px);
    padding-bottom: 30px;
  }

  .menu-tools-area__content {
    width: 320px;
    min-height: 380px;
    padding: 20px 0 0 30px;
  }

  .card__description-title {
    font-size: 18px;
    line-height: 26px;
    font-family: Effra-Bold,sans-serif;
    margin-bottom: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper {
    left: calc(50vw - 360px);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li:not(:last-child) {
    margin-right: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a {
    margin-bottom: 23px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper > li > a {
    margin-bottom: 23px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper {
    left: calc(50vw - 360px);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper > li > a {
    margin-bottom: 23px;
  }

}


@media (max-width:1365px){

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper {
    padding-left: calc(50% - 472px);
    width:auto;
  }

  .menu-tools-area {
    padding-right: calc(50% - 472px);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li {
    padding-left: calc(50vw - 502px);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper {
    left: calc(50vw - 232px);
  }

}


@media (max-width:1023px){

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    left: 100%;
    height: 100%;
    flex-direction: column;
    margin: 0;
    font-size: 16px;
    display: flex;
    z-index: 100;
    transition: transform .3s ease,opacity .2s ease-in-out;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    top: 0 !important;
    flex-wrap: inherit;
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li.child-open > ul.hs-menu-children-wrapper {
    transform: translateX(-100%);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper {
    flex-direction: column;
    padding: 15px 25px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    visibility: visible;
    background: #f5f5f5;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.Find_a_job_at_BMI {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a {
    padding: 13px 0;
    font-family: Effra-Bold,sans-serif;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    margin-left: 10px;
    padding: 13px 0;
  }

  .custom-menu-primary .hs-menu-wrapper .menu-tools-area {
    padding: 0;
    box-shadow: none;
  }

  .menu-tools-area__content {
    width: 100%;
    min-height: 100%;
    flex-direction: column;
    padding: 15px 25px;
    flex-shrink: 0;
    display: block;
    box-sizing: border-box;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner {
    flex-basis: auto;
  }

  li.dl-trigger a.back-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background: #fff;
    line-height: 0;
  }

  li.dl-trigger a.back-item:before {
    font-family: bmi_icons_font;
    text-transform: lowercase!important;
    speak: none;
    content: "h";
    display: flex;
    color: #009fe3;
    font-size: 18px;
    transform: rotate(180deg);
    line-height: 0;
    position: absolute;
    left: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper.slideChildren {
    transform: translateX(-100%);
  }

  li.parent-trigger {
    display: flex;
    flex-grow: 1;
    margin: 0;
    background: #f5f5f5;
    transition: padding .3s ease;
    flex-direction: column;
    padding: 15px 25px;
    flex-shrink: 0;
    font-family: Effra-Bold,sans-serif;
    margin-bottom: -20px;
    font-size: 14px;
    line-height: 20px;
  }

  li.parent-trigger > a.parent-item {
    padding: 13px 0;
    font-size: 16px;
    line-height: 26px;
    font-family: Effra-Bold,sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper {
    box-shadow: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a{
    margin-left: 0;
    font-size: 14px;
  }

  /*   .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul > li.dl-trigger,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul > li.parent-trigger {
  display: none;
} */

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper > li > a {
    margin: 0;
    margin-left: 10px;
    padding: 13px 0;
    font-size: 16px;
    line-height: 26px;
    font-family: Effra-Regular,sans-serif;
  }

  .image__item {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .image__item--loaded {
    -webkit-animation: fadeIn .3s ease-out;
    animation: fadeIn .3s ease-out;
  }

  .menu-tools-area .card:not(.card--horizontal) .card__image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .menu-tools-area .card:not(.card--horizontal) .card__image {
    height: 0;
    padding-top: 56.25%;
  }

  .card:not(.card--horizontal) .card__wrapper {
    flex-direction: column;
  }

  .card__wrapper {
    display: flex;
    height: auto;
    width: 100%;
  }

  .card--horizontal, .card--shadow {
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
    transition: all .2s ease;
  }

  .card__content {
    position: relative;
    flex-grow: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 30px;
  }

  .card--horizontal .card__content, .card--shadow .card__content {
    padding: 30px;
  }

  .card__content a {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Your_Project > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul > li.parent-trigger {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper {
    line-height: 20px;
    font-size: 16px;
    justify-content: space-between;
    background: #f5f5f5;
    display: none;
    flex-grow: 1;
    flex-direction: column;
    padding: 15px 25px;
    flex-shrink: 0;
    visibility: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li .menu-tools-area {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a {
    padding: 13px 0;
    font-family: Effra-Bold,sans-serif;
    font-size: 16px;
    line-height: 26px;
    min-width: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    color: currentColor;
    transition: color .1s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper {
    padding: 0 25px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > li.parent-trigger {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > .menu-tools-area > .menu-tools-area__content {
    padding: 60px 0 15px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > a:after {
    font-family: bmi_icons_font;
    text-transform: lowercase!important;
    speak: none;
    content: "h";
    color: #009fe3;
    font-size: 18px;
    display: block;
  }

  
  /* Solution */
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.slideChildren {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner.slideParent > li {
    display: none;
  }

/*   .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper.slideChildren > li.parent-trigger {
    display: none;
  } */

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.slideChildren > ul.hs-menu-children-wrapper.slideChildren {
    visibility: visible;
    display: flex;
    z-index: 100;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.slideChildren > a {
    display: none;
  }

/*   .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper.slideChildren > li.dl-trigger {
    display: none;
  } */

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.slideChildren > ul.hs-menu-children-wrapper.slideChildren > li.dl-trigger {
    display: flex;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper > li:last-child {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.slideChildren > ul.hs-menu-children-wrapper.slideChildren > li.dl-trigger > a.back-item {
    margin: 0;
    width: 100%;
    padding: 40px 20px;
    line-height: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.slideChildren > ul.hs-menu-children-wrapper.slideChildren > li {
    padding: 0;
    margin-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.slideChildren > ul.hs-menu-children-wrapper.slideChildren > li > a {
    margin: 0;
    padding: 13px 0;
    font-size: 16px;
    line-height: 26px;
  }

/*   .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper.slideChildren > .submenu_wrapper {
    padding: 0;
  } */

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.slideChildren > ul.hs-menu-children-wrapper.slideChildren > li.parent-trigger {
    padding-top: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner.slideParent > .menu-tools-area.cm-solution-menu-img {
    padding: 25px 0;
  }

  .lang-select-container__region {
    display: none;
  }

  .lang-select-container__region.active {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.slideChildren .submenu_inner.slideParent {
    margin-top: -147px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li > ul.hs-menu-children-wrapper {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.slideChildren > ul.hs-menu-children-wrapper > li:not(.dl-trigger) {
    transform: translateY(6px);
    transition: all 1s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > ul.hs-menu-children-wrapper > .submenu_wrapper > .submenu_inner > li.slideChildren > ul.hs-menu-children-wrapper.slideChildren > li:not(.dl-trigger) {
    transform: translateY(0);
  }

}
/* ******************************************************************************
*********************************************************************************
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;
}
.modules {}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.landing {}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.website {}
/* ******************************************************************************
*********************************************************************************
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;
  position: relative;
  z-index: 9;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {}

.header__logo img {
  width: 40px !important;
  height: 40px;
  -webkit-animation: fadeIn .3s ease-out;
  animation: fadeIn .3s ease-out;
  vertical-align: middle;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Effra-Regular,sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Effra-Regular,sans-serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Effra-Regular,sans-serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Effra-Regular,sans-serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Header */

.cm-header-top-links {
  position: relative;
  background-color: #292d41;
  font-size: 12px;
  padding-right: 65px;
}

.cm-header-top-links .hs-menu-wrapper > ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.cm-header-top-links .hs-menu-wrapper > ul >li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm-header-top-links .hs-menu-wrapper > ul >li:not(:last-child) {
  margin: 0 15px 0 0;
  margin-right: 25px;
  line-height: 28px;
}

.cm-header-top-links .hs-menu-wrapper > ul >li > a {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  padding: 0;
}

.cm-header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 35px;
  -webkit-transition: color .1s ease,background .3s ease;
  -o-transition: color .1s ease,background .3s ease;
  transition: color .1s ease,background .3s ease;
  padding-right: 65px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.header__logo a{
  margin-right: 30px;
}

.cm-header-mobile-links {
  display: none;
}

.cm-header-lang-wrapper {
  margin: -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.cm_lang-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.cm_lang-select button.lang-select__button {
  padding: 0;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  text-align: inherit;
  background: transparent;
  color: inherit;
  font: inherit;
  border: none;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  background-color: transparent;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  font-family: Effra-Bold,sans-serif;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.cm_lang-select button.lang-select__button .lang-select__label {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 15px;
  font-size: 16px;
  line-height: 22px;
}

.cm_lang-select button.lang-select__button:before {
  font-family: bmi_icons_font;
  display: block;
  text-transform: lowercase!important;
  speak: none;
  content: "b";
  font-size: 25px;
}

.cm_lang-select button.lang-select__button:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -3px;
  background: #009fe3;
  opacity: .5;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.lang-select-container {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  position: absolute;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  z-index: 100;
  width: 100%;
  height: calc(100vh - 107px);
  background: #f0f0f0;
  cursor: auto;
  -webkit-box-shadow: inset 0 5px 10px -5px rgba(0,0,0,.1), 0 5px 10px -5px rgba(0,0,0,.1);
  box-shadow: inset 0 5px 10px -5px rgba(0,0,0,.1), 0 5px 10px -5px rgba(0,0,0,.1);
  top: 100%!important;
  min-height: 600px;
}

.lang-open .cm_lang-select button.lang-select__button:after,
.cm_lang-select button.lang-select__button:hover:after {
    transform: translateY(-3px);
    opacity: 1;
}

.header__navigation.header--element {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
}

header.header.scroll-header {
  position: fixed;
  top: -30px;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  transition: color .1s ease,background .3s ease;
}

header.header.scroll-header:hover {
    background: #fff;
}

header.header.lp-header.scroll-header {
    top: 0;
}

.header-wrapper {
  min-height: 90px;
}

.menu-tools-area {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper .menu-tools-area {
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.Our_Solutions > .menu-tools-area{
  display: none;
}

/* Header Search */


.cm-header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
  max-width: 956px;
}

.cm-header_search_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Effra-Bold,sans-serif;
  margin-right: 35px;
  height: 40px;
  cursor: pointer;
}

.cm-header_search_icon:after {
  font-family: bmi_icons_font;
  display: block;
  text-transform: lowercase!important;
  speak: none;
  content: "f";
  font-size: 25px;
}

.cm-header_search_icon .cm-header_search_icon_label {
  margin-right: 15px;
  font-size: 16px;
  line-height: 22px;
}

.search-open .cm-header-bottom > div:not(.header__logo) {
  display: none;
}

.search-open .cm-header-bottom > div.cm-header-search {
  display: flex;
  width: 100%;
}

.search-open .cm-header-bottom > div.cm-header-search > div {
  width: 100%;
}

.search-open .cm-header_search_icon {
  display: none;
}

.search-open .header-search {
  display: flex;
  -webkit-animation: fadeIn .3s ease-out;
  animation: fadeIn .3s ease-out;
  height:100%;
}


.header-search__wrapper {
  width: 100%;
  max-width:100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.header-search__button {
  position: absolute;
  top: 2px;
  width: 34px;
  height: 34px;
  z-index: 1;
  margin-right: 7px;
  display: block;
  padding: 0;
  border: none;
  background: transparent;
}

.cta-icon:before {
  content: "";
  font-family: bmi_icons_font;
  speak: none;
  min-width: 27px;
  height: 27px;
  line-height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 12px;
}

.cta-icon:before {
  font-size: 19px;
  width: 37px;
  min-width: 37px;
  line-height: 37px;
  height: 36px;
}

.cta-icon--search:before {
  content: "f";
}

.header-search__button:before {
  color: #3b3b3b;
  font-size: 20px;
}

.header-search__additional-wrapper {
  position: relative;
  width: 100%;
}

.header-search__input {
  display: block;
  width: 100%;
  margin-left: 60px;
  font-size: 20px;
  border: none;
  background: transparent;
}

.header-search__special-search-wrapper {
  position: absolute;
  top: 42px;
  width: 100%;
  background: #fff;
}

.header-search__recommended-searches {
  font-size: 16px;
  line-height: 22px;
  padding: 31px 0;
  display: block;
  width: 100%;
  background: #f0f0f0;
  font-family: Effra-Bold,sans-serif;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.header-search__recommended-searches-title {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 10px;
  font-family: Effra-Bold,sans-serif;
  padding-left: 50px;
  margin: 0;
}

.header-search__recommended-searches-result {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 65px;
  font-weight: 400;
  font-family: Effra-Regular,sans-serif;
}

h3.header-search__suggested-searches-title {
  display: none;
}

.header-search__recommended-searches-result a:hover {
  font-family: Effra-Bold,sans-serif;
  cursor: pointer;
  text-decoration: none;
}

.cta-icon--close:before {
  content: "o";
  transform: rotate(45deg);
}

.header-search__close.cta-icon.cta-icon--close {
  color: #3b3b3b;
  width: 34px;
  height: 32px;
  position: absolute;
  right: 160px;
  top: 12px; 
  cursor: pointer;
}

.search-open .search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: #000;
  opacity: .65;
}

/* Header Language */

.lang-open .lang-select-container {
  display: flex;
   height: 60vh;
   min-height: 300px;
}

.back-button-mobile {
  display: none;
  padding: 40px 25px;
  justify-content: flex-start;
  background: #fff;
  flex-direction: row;
  align-items: center;
}

.lang-select-container__region-selector-section {
  display: none;
  flex-shrink: 0;
}

.lang-select-container__region-selector-dropdown-wrapper {
  position: relative;
  pointer-events: none;
}

.lang-select-container__region-selector-dropdown {
  position: relative;
  padding: 15px 20px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #292d41;
  background: transparent;
  text-transform: uppercase;
  font-family: Effra-Bold,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: auto;
  outline: none;
  font-size: 20px;
  line-height: 28px;
}

.lang-select-container__content {
  padding-top: 30px;
  width: 100%;
  -webkit-animation: fadeIn .3s ease-out;
  animation: fadeIn .3s ease-out;
}

.lang-select-container__region {
  max-width: 1700px;
  padding: 0 50px;
  position: relative;
  margin: 0 auto;
}

.lang-select-container__region:not(:last-child) {
  margin-bottom: 50px;
}

.lang-select-container__region-name {
  font-family: Effra-Bold,sans-serif;
  margin-bottom: 30px;
  color: #3b3b3b;
  line-height: 28px;
}

.lang-select-container__country,
.lang-select-container__region-content {
  display: flex;
}

.lang-select-container__country-column {
  width: 25%;
}

.lang-select-container__country {
  display: flex;
  margin-bottom: 15px;
}

.lang-select-container__flag {
  margin-right: 10px;
  margin-top: 1px;
}

.lang-select-container__flag .image__item {
  height: 20px;
  width: 20px;
  -o-object-fit: none;
  object-fit: none;
  font-family: "object-fit: none;";
}

.image__item--loaded {
  -webkit-animation: fadeIn .3s ease-out;
  animation: fadeIn .3s ease-out;
}

.lang-select-container__country-languages {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lang-select-container__language {
  font-size: 16px;
  line-height: 22px;
}

.lang-select-container__language {
  display: inline-block;
  text-decoration: none;
}

.image {
  position: relative;
  line-height: 0;
}

.lang-select-container__language:not(:last-child) {
  margin-bottom: 10px;
}

.lang-select-container__language:hover {
  position: relative;
  text-decoration: none;
}

.lang-select-container__language:hover:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -7px;
  background: #292d41;
}

.lang-select__close {
  display: block;
  position: absolute;
  top: 15px;
  right: 57px;
  padding: 10px;
  line-height: 1.2;
  color: transparent;
  background: transparent;
  cursor: pointer;
  z-index: 101;
}

.lang-select__close:before {
  font-family: bmi_icons_font;
  display: block;
  text-transform: lowercase!important;
  speak: none;
  content: "o";
  transform: rotate(45deg);
  font-size: 25px;
  color: #3b3b3b;
}

.lang-select-container__flag--albania .image__item {
  -o-object-position: -2px 0;
  object-position: -2px 0;
  background-position-x: -2px;
  background-position-y: 0
}

.lang-select-container__flag--austria .image__item {
  -o-object-position: -24px 0;
  object-position: -24px 0;
  background-position-x: -24px;
  background-position-y: 0
}

.lang-select-container__flag--belgium .image__item {
  -o-object-position: -46px 0;
  object-position: -46px 0;
  background-position-x: -46px;
  background-position-y: 0
}

.lang-select-container__flag--bosnia-and-herzegovina .image__item {
  -o-object-position: -68px 0;
  object-position: -68px 0;
  background-position-x: -68px;
  background-position-y: 0
}

.lang-select-container__flag--bulgaria .image__item {
  -o-object-position: -90px 0;
  object-position: -90px 0;
  background-position-x: -90px;
  background-position-y: 0
}

.lang-select-container__flag--china .image__item {
  -o-object-position: -112px 0;
  object-position: -112px 0;
  background-position-x: -112px;
  background-position-y: 0
}

.lang-select-container__flag--croatia .image__item {
  -o-object-position: -2px -22px;
  object-position: -2px -22px;
  background-position-x: -2px;
  background-position-y: -22px
}

.lang-select-container__flag--czech-republic .image__item {
  -o-object-position: -24px -22px;
  object-position: -24px -22px;
  background-position-x: -24px;
  background-position-y: -22px
}

.lang-select-container__flag--denmark .image__item {
  -o-object-position: -46px -22px;
  object-position: -46px -22px;
  background-position-x: -46px;
  background-position-y: -22px
}

.lang-select-container__flag--estonia .image__item {
  -o-object-position: -68px -22px;
  object-position: -68px -22px;
  background-position-x: -68px;
  background-position-y: -22px
}

.lang-select-container__flag--finland .image__item {
  -o-object-position: -90px -22px;
  object-position: -90px -22px;
  background-position-x: -90px;
  background-position-y: -22px
}

.lang-select-container__flag--france .image__item {
  -o-object-position: -112px -22px;
  object-position: -112px -22px;
  background-position-x: -112px;
  background-position-y: -22px
}

.lang-select-container__flag--germany .image__item {
  -o-object-position: -2px -44px;
  object-position: -2px -44px;
  background-position-x: -2px;
  background-position-y: -44px
}

.lang-select-container__flag--global .image__item {
  -o-object-position: -24px -44px;
  object-position: -24px -44px;
  background-position-x: -24px;
  background-position-y: -44px
}

.lang-select-container__flag--united-kingdom .image__item {
  -o-object-position: -46px -44px;
  object-position: -46px -44px;
  background-position-x: -46px;
  background-position-y: -44px
}

.lang-select-container__flag--hungary .image__item {
  -o-object-position: -68px -44px;
  object-position: -68px -44px;
  background-position-x: -68px;
  background-position-y: -44px
}

.lang-select-container__flag--india .image__item {
  -o-object-position: -90px -44px;
  object-position: -90px -44px;
  background-position-x: -90px;
  background-position-y: -44px
}

.lang-select-container__flag--indonesia .image__item {
  -o-object-position: -112px -44px;
  object-position: -112px -44px;
  background-position-x: -112px;
  background-position-y: -44px
}

.lang-select-container__flag--ireland .image__item {
  -o-object-position: -2px -66px;
  object-position: -2px -66px;
  background-position-x: -2px;
  background-position-y: -66px
}

.lang-select-container__flag--italy .image__item {
  -o-object-position: -24px -66px;
  object-position: -24px -66px;
  background-position-x: -24px;
  background-position-y: -66px
}

.lang-select-container__flag--latvia .image__item {
  -o-object-position: -46px -66px;
  object-position: -46px -66px;
  background-position-x: -46px;
  background-position-y: -66px
}

.lang-select-container__flag--lithuania .image__item {
  -o-object-position: -68px -66px;
  object-position: -68px -66px;
  background-position-x: -68px;
  background-position-y: -66px
}

.lang-select-container__flag--malaysia .image__item {
  -o-object-position: -90px -66px;
  object-position: -90px -66px;
  background-position-x: -90px;
  background-position-y: -66px
}

.lang-select-container__flag--netherlands .image__item {
  -o-object-position: -112px -66px;
  object-position: -112px -66px;
  background-position-x: -112px;
  background-position-y: -66px
}

.lang-select-container__flag--norway .image__item {
  -o-object-position: -2px -88px;
  object-position: -2px -88px;
  background-position-x: -2px;
  background-position-y: -88px
}

.lang-select-container__flag--poland .image__item {
  -o-object-position: -24px -88px;
  object-position: -24px -88px;
  background-position-x: -24px;
  background-position-y: -88px
}

.lang-select-container__flag--portugal .image__item {
  -o-object-position: -46px -88px;
  object-position: -46px -88px;
  background-position-x: -46px;
  background-position-y: -88px
}

.lang-select-container__flag--romania .image__item {
  -o-object-position: -68px -88px;
  object-position: -68px -88px;
  background-position-x: -68px;
  background-position-y: -88px
}

.lang-select-container__flag--russia .image__item {
  -o-object-position: -90px -88px;
  object-position: -90px -88px;
  background-position-x: -90px;
  background-position-y: -88px
}

.lang-select-container__flag--serbia .image__item {
  -o-object-position: -112px -88px;
  object-position: -112px -88px;
  background-position-x: -112px;
  background-position-y: -88px
}

.lang-select-container__flag--slovakia .image__item {
  -o-object-position: -2px -110px;
  object-position: -2px -110px;
  background-position-x: -2px;
  background-position-y: -110px
}

.lang-select-container__flag--slovenia .image__item {
  -o-object-position: -24px -110px;
  object-position: -24px -110px;
  background-position-x: -24px;
  background-position-y: -110px
}

.lang-select-container__flag--south-africa .image__item {
  -o-object-position: -46px -110px;
  object-position: -46px -110px;
  background-position-x: -46px;
  background-position-y: -110px
}

.lang-select-container__flag--spain .image__item {
  -o-object-position: -68px -110px;
  object-position: -68px -110px;
  background-position-x: -68px;
  background-position-y: -110px
}

.lang-select-container__flag--sweden .image__item {
  -o-object-position: -90px -110px;
  object-position: -90px -110px;
  background-position-x: -90px;
  background-position-y: -110px
}

.lang-select-container__flag--switzerland .image__item {
  -o-object-position: -112px -110px;
  object-position: -112px -110px;
  background-position-x: -112px;
  background-position-y: -110px
}

.lang-select-container__flag--turkey .image__item {
  -o-object-position: -2px -132px;
  object-position: -2px -132px;
  background-position-x: -2px;
  background-position-y: -132px
}

.lang-open {
  overflow: hidden;
}

.header-search__input {
  outline: none;  
}

.cm-solution-menu-img {
  transition: all 0.3s ease-in-out;
}


@media (min-width:1366px){
  
  .lang-open {
    width: calc(100% - 17px);
  }
  
}

.mobile_header{
  display:none;
}

.search-overlay.search-overlay-mobile {
    display: none;
}

.header-search__wrapper {
  padding: 0;
  border: 0;
}

.systems-page .success {
    min-width: 100% !important;
}

/* Tablet Styles */

@media (max-width: 1699px) {

  .header-wrapper {
    min-height: 87px;
  }

  .cm-header-top-links {
    padding-right: 40px;
  }

  .cm-header-top-links .hs-menu-wrapper > ul >li > a {
    font-size: 10px;
    line-height: 27px;
  }

  .cm-header-top-links .hs-menu-wrapper > ul >li:not(:last-child) {
    margin: 0 15px 0 0;
  }

  .cm-header-bottom {
    padding: 10px 35px;
  }

  .cm_lang-select button.lang-select__button:before{
    font-size: 19px;
  }

  .cm_lang-select button.lang-select__button .lang-select__label{
    font-size: 14px;
    line-height: 20px;
  }

  .header__logo a {
    margin-right: 12px;
  }

  /* Header Search */

  .cm-header_search_icon:after {
    font-size: 19px;
  }  

  .cm-header_search_icon .cm-header_search_icon_label {
    font-size: 14px;
    line-height: 20px;
  }

  .cm-header_search_icon {
    margin-right: 25px;
    font-family: Effra-Bold,sans-serif;
  }

  .header-search__button:before {
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 21px;
  }

  .header-search__button {
    top: 5px;
  }

  .header-search__recommended-searches-title {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
    padding-left: 50px;
  }

  .header-search__recommended-searches-result {
    font-size: 14px;
    line-height: 20px;
  }

  .header-search__close.cta-icon.cta-icon--close {
    right: 168px;
    top: 15px;
  }

  .cta-icon:before {
    font-size: 20px;
  }

  /* Header Lang */

  .lang-select-container__region {
    max-width: 1280px !important;
    padding: 0 40px !important;
  }

  .lang-select-container__language {
    font-size: 14px;
    line-height: 20px;
  }

  .lang-select-container__flag--albania .image__item {
    font-size: 0 !important;
  }

  .lang-select-container__flag {
    margin-top: 0;
  }

  .lang-select-container__language:not(:last-child) {
    margin-bottom: 8px;
  }

  .lang-select__close {
    right: 45px;
    top: 15px;
  }
  
  .lang-select-container__region-name{
    line-height:26px;
  }
  
  header.header.scroll-header {
    top: -27px;
  }

}

@media (max-width: 1150px) and (min-width: 767px) {}

@media (max-width:1365px){

  .header-search {
    max-width: 613px;
  }

}

.header__navigation.custom-mobile-menu-outer{
  display:none !important;
}

/* Mobile Styles */

@media (max-width: 1023px) {
  
  .header__navigation {
    display: none !important;
  }

  .mobile-open .header__navigation.custom-mobile-menu-outer {
    display: block !important;
  }
  
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

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

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }
/* 
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  } */

  .header__navigation--toggle {
    cursor: pointer;
    margin:0;
  }

/*   .header__navigation--toggle:after {
    content: "Menu";
  } */

/*   .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  } */

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
  
  /* MObile Header */
  
  .mobile-header-search-icon {
    font-size: 18px;
    line-height: 26px;
    display: inline-flex;
    position: relative;
    font-family: Effra-Bold,sans-serif;
    align-items: center;
    transition-duration: .1s;
    transition-timing-function: linear;
    cursor: pointer;
    padding: 13px;
  }

  .mobile-header-search-icon:before {
    font-family: bmi_icons_font;
    speak: none;
    min-width: 27px;
    height: 27px;
    line-height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    text-transform: lowercase;
    content: "f";
    font-size: 20px;
  }

  .header__navigation--toggle a.trigger-icon {
    font-size: 18px;
    line-height: 26px;
    display: inline-flex;
    position: relative;
    font-family: Effra-Bold,sans-serif;
    align-items: center;
    transition-duration: .1s;
    transition-timing-function: linear;
    cursor: pointer;
    padding: 13px;
  }

  .header__navigation--toggle a.trigger-icon:before {
    transition-duration: .1s;
    transition-timing-function: linear;
    text-transform: lowercase;
    font-family: bmi_icons_font;
    speak: none;
    min-width: 27px;
    height: 27px;
    line-height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    content: "e";
    font-size: 25px;
    color: #fff;
  }


  /* Header Menu */

  .header.mobile_header {
    display: block;
    z-index: 100;
    transition: all .15s ease;
    align-items: center;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 25px;
    position: fixed;
    display: flex;
    background: transparent;
    color: #fff;
  }

  .header-wrapper {
    min-height: auto;
  }

  header.header {
    display: flex;
    z-index: 100;
    height: 100%;
    top: 0 !important;
    margin: 0;
    font-size: 16px;
    position: fixed;
    flex-direction: column;
    left: 100%;
    opacity: .3;
    background: #fff;
    max-width: 295px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: transform .3s ease,opacity .2s ease-in-out;
    width: 100%;
  }

  /* Header Search */
  
  .search-open header.header {
    transform: translateX(-100%) translateZ(0);
    opacity: 1;
    padding-left: 0;
    background: transparent;
    box-shadow: none;
    max-width: 100%;
  }

  .cm-header-top-links {
    display: none;
  }

  .cm-header-bottom .header__logo.header__logo--main {
    display: none;
  }
  
  .search-open .header-wrapper {
    width: 100%;
    height: 100%;
  }

  .search-open .cm-header-bottom {
    padding: 0;
    z-index:9;
  }

  .search-open .header-search {
    padding: 21px 25px 17px;
    background: #fff;
    height: 73px;
  }

  .header-search__special-search-wrapper {
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
  }

  .header-search__close.cta-icon.cta-icon--close {
    position: static;
  }

  .cta-icon:before {
    min-width: 27px;
    height: 27px;
    line-height: 29px;
    width: auto;
  }

  .header-search__button {
    top: 22px;
  }

  .header-search__recommended-searches {
    display: block!important;
    top: 73px;
    left: 0;
    width: 100%;
    padding: 31px 0;
  }

  .header-search__additional-wrapper {
    position: static;
  }

  .header-search__wrapper {
    position: static;
  }

  .header-search__recommended-searches-title {
    padding-left: 35px;
  }

  .header-search__recommended-searches-result {
    padding: 7px 7px 7px 44px;
  }

  .header-search {
    max-width: 100%;
  }
  
  .search-open .search-overlay {
    display:block;
  }
  
  .search-overlay.search-overlay-desktop {
    display: none;
  }

  /* Lang */
  
  .mobile-open header.header {
    transform: translateX(-100%) translateZ(0);
    opacity: 1;
    box-shadow: 0 0 0 100vw rgba(41,45,65,.8);
  }

  .mobile-open {
    overflow: hidden;
    position: fixed;
    background-color: #fff;
  }

  .mobile-open .cm-header-search {
    display: none;
  }

  .mobile-open .cm-header-bottom {
    position: relative;
    flex-direction: column;
    padding: 0;
  }

  .header__navigation.header--element .hs-menu-wrapper {
    flex-direction: column;
    padding: 15px 25px;
    flex-shrink: 0;
    flex-grow: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    flex-direction: column;
    margin-top:0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0;
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 13px 0;
    font-size: 16px;
    line-height: 26px;
    height: auto;
    font-family: Effra-Bold,sans-serif;
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #3b3b3b !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    font-family: bmi_icons_font;
    text-transform: lowercase!important;
    speak: none;
    content: "h";
    color: #009fe3;
    font-size: 18px;
  }

  .cm-header-mobile-links {
    display: block;
    background-color: #f0f0f0;
  }

  .cm-header-mobile-links .hs-menu-wrapper > ul {
    flex-direction: column;
    padding: 15px 25px;
    flex-shrink: 0;
    margin: 0;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
    color: #fff;
  }

  .cm-header-mobile-links .hs-menu-wrapper > ul li a {
    padding: 13px 0;
    font-size: 16px;
    line-height: 26px;
    color: #3b3b3b;
  }

  .cm-header-lang-wrapper {
    margin: 0;
  }

  .cm_lang-select {
    flex-direction: column;
    padding: 15px 25px;
    flex-shrink: 0;
    width: 100%;
  }

  .cm_lang-select button.lang-select__button {
    padding: 13px 0;
    height: auto;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .cm_lang-select button.lang-select__button .lang-select__label {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-right: auto;
  }

  .cm_lang-select button.lang-select__button:before {
    margin-right: 15px;
  }

  .cm_lang-select button.lang-select__button .lang-select__label {
    order: 0;
  }

  .cm_lang-select button.lang-select__button:after {
    position: static;
    opacity: 1;
    width: auto;
    font-family: bmi_icons_font;
    text-transform: lowercase!important;
    speak: none;
    content: "h";
    display: flex;
    color: #009fe3;
    font-size: 18px;
    height: auto;
    background: transparent;
  }

  .top-navigation-mobile-slide {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    left: 100%;
    height: 100%;
    flex-direction: column;
    top: 0 !important;
    margin: 0;
    font-size: 16px;
    z-index: 100;
    transition: transform .3s ease,opacity .2s ease-in-out;
    min-height: 300px;
    justify-content: flex-start;
    box-shadow: inset 0 5px 10px -5px rgba(0,0,0,.1), 0 5px 10px -5px rgba(0,0,0,.1);
    background: #f0f0f0;
    cursor: auto;
    width: 100%;
    display: flex;
  }

  .lang-open .top-navigation-mobile-slide {
    transform: translateX(-100%);
    min-height: 300px;
    height: 100%;
  }

  .back-button-mobile {
    display: flex;
    line-height: 0;
  }

  .lang-select__close {
    display: none;
  }

  .back-button-mobile:before {
    font-family: bmi_icons_font;
    text-transform: lowercase!important;
    speak: none;
    content: "h";
    display: flex;
    color: #009fe3;
    font-size: 18px;
    transform: rotate(180deg);
    line-height: 0;
    margin-right: 18px;
  }

  .back-button-mobile p.back-button-mobile__text {
    line-height: 0;
    margin: 0;
  }

  .lang-select-container__region-selector-section {
    display: block;
    flex-direction: column;
    padding: 15px 25px;
    flex-shrink: 0;
    border-bottom: 1px solid #d7d7d7;
  }

  .lang-select-container__region-selector-dropdown {
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 20px;
  }

  .lang-select-container__region-selector-dropdown-wrapper:after {
    font-family: bmi_icons_font;
    text-transform: lowercase!important;
    speak: none;
    content: "a";
    position: absolute;
    display: block;
    right: 21px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
  }

  .lang-select-container__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .lang-select-container__region {
    flex-direction: column;
    padding: 15px 25px !important;
    flex-shrink: 0;
    width: 100%;
  }

  .lang-select-container__region-name {
    display: none;
  }

  .lang-select-container__country, .lang-select-container__region-content {
    display: flex;
  }

  .lang-select-container__country-column {
    width: 100%;
  }

  .lang-select-container__region-content {
    flex-direction: column;
  }

  .lang-select-container__country {
    padding: 13px 0;
    margin-bottom: 0;
  }

  .lang-select-container__flag {
    margin-top: 3px;
  }

  .lang-select-container__country-languages {
  }

  .lang-select-container__language {
    font-size: 16px;
    line-height: 26px;
  }

  .lang-select-container__region--hidden-mobile, .lang-select-container__region-name {
    display: none;
  }
    
  .lang-open .cm_lang-select button.lang-select__button:after,
  .cm_lang-select button.lang-select__button:hover:after {
    transform: translateY(0);
  }

  
  .header-hide .header.mobile_header {
    background: rgba(255, 255, 255, 0.92);
    color: #3b3b3b;
    transform: translateY(-100%) translateZ(0);
  }

  .no-banner .header.mobile_header,
  .header-show .header.mobile_header {
    transform: translateY(0) translateZ(0);
    background: rgba(255, 255, 255, 0.92);
    color: #3b3b3b;
  }

  .no-banner .header__navigation--toggle a.trigger-icon:before,
  .header-show .header__navigation--toggle a.trigger-icon:before {
    color: #3b3b3b;
  }

  .no-banner .content-wrapper {
    padding-top: 70px;
  }
  
}

@media (max-width:767px){
  
  .systems-page {
    padding: 0 !important;
  }
  
}

@media (max-width:479px){
  
  .systems-page h1 {
    font-size: 32px !important;
  }

  .systems-page h2 {
    font-size: 23px !important;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Effra-Regular,sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

.cm-footer-lower-links__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.cm-footer-bmi-logo a {
  margin-right: 30px;
  margin-bottom: 0;
  display: block;
}

.cm-footer-bmi-logo a img {
  width: 40px;
  height: 40px;
  -webkit-animation: fadeIn .3s ease-out;
  animation: fadeIn .3s ease-out;
  vertical-align: middle;
  max-width: 40px;
}

.cm-footer-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation: fadeIn .3s ease-out;
  animation: fadeIn .3s ease-out;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm-footer-bottom-link .hs-menu-wrapper > ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.cm-footer-bottom-link .hs-menu-wrapper > ul > li {
  font-size: 16px;
  line-height: 22px;
}

.cm-footer-bottom-link .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-right: 30px;
}

.cm-footer-bottom-link .hs-menu-wrapper > ul > li > a {
  padding: 0;
  text-decoration: none;
  display: inline-block;
}

.cm-footer-bottom-link .hs-menu-wrapper > ul > li > a:hover{
  position:relative
}

.cm-footer-bottom-link .hs-menu-wrapper > ul > li > a:hover:after {
  content: "";
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -3px;
}

.cm-footer-bottom-link .hs-menu-wrapper > ul > li > a:hover {}

.cm-footer-stand-indus a img {
  display: block;
  height: 30px;
  width: auto;
  max-width: 150px;
  vertical-align: middle;
  -webkit-animation: fadeIn .3s ease-out;
  animation: fadeIn .3s ease-out;
}

.cm-footer-middle {
  padding: 35px 0;
  border-bottom: 1px solid #ffffff36;
}

.signup-newsletter {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.cm-footer-middle .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer ul.social-media-share__list li a {
  text-decoration: none !important;
}
.social-media-share {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.social-media-share__heading {
  margin-bottom: 25px;
  font-size: 22px;
  text-align: left;
  line-height: 28px;
  font-family: Effra-Bold,sans-serif;
}

footer ul.social-media-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul.social-media-share__list li {
  margin-right: 30px;
  cursor: pointer;
}

footer ul.social-media-share__list li a {
  width: 40px;
  height: 40px;
  font-size: 30px;
  display: block;
  line-height: 34px;
  position: relative;
  font-family: Effra-Bold,sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  cursor: pointer;
}

footer .social-media-share__link:before {
  text-transform: lowercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-family: bmi_icons_font;
  speak: none;
  width: 100%;
  height: 100%;
  font-size: inherit;
  min-width: 37px;
  line-height: 37px;
}

footer .cta-icon--facebook:before {
    content: "l";
}

footer .cta-icon--youtube:before {
  content: "n";
}

footer .cta-icon--linkedin:before {
  content: "j";
}

.cm-footer-top {
  background: #292d41;
  padding: 65px 0 0;
}

.cm-footer-top-links .hs-menu-wrapper > ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.cm-footer-top-links .hs-menu-wrapper > ul > li {
  margin-bottom: 48px;
  text-align: left;
}

.cm-footer-top-links .hs-menu-wrapper > ul > li > a {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  font-family: Effra-Bold,sans-serif;
  padding: 0;
}

.cm-footer-top-links .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm-footer-top-links .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:not(:last-child) {
  margin-bottom: 20px;
}

.cm-footer-top-links .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li {
  display: block;
  line-height: 28px;
}

.cm-footer-top-links .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a {
  padding: 0;
  text-decoration:none !important;
  display:inline-block;
}

.cm-footer-top-links .hs-menu-wrapper > ul > li > a:hover {
  position:relative;
}

.cm-footer-top-links .hs-menu-wrapper > ul > li > a:hover:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -7px;
}

.cm-footer-top-links .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a:hover{
  position:relative;  
}

.cm-footer-top-links .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a:hover:after {
  bottom:-5px;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}

.social-media-share__item:hover .social-media-share__link:before {
  color: #0079ad;
}

.cm-footer-bottom-link.lp-footer-links .hs-menu-wrapper>ul>li:nth-child(3),
.cm-footer-bottom-link.lp-footer-links .hs-menu-wrapper>ul>li:nth-child(4){
  display:block !important;
}

.cm-footer-lower-links .hs-menu-wrapper>ul>li:nth-child(3),.cm-footer-lower-links .hs-menu-wrapper>ul>li:nth-child(4) {
    display: block !important;
}



@media (max-width: 1699px) {


  .cm-footer-bottom-link .hs-menu-wrapper > ul > li {
    font-size: 14px;
    line-height: 20px;
  }

  .signup-newsletter {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .social-media-share {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .social-media-share__heading {
    font-size: 18px;
    line-height: 26px;
  }
  
  footer .social-media-share__link:before{
    min-width:20px;
  }

  footer ul.social-media-share__list li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  footer ul.social-media-share__list li {
    margin-right: 19px;
  }

  .cm-footer-top-links .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li {
    line-height: 26px;
  }

  .cm-footer-top-links .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:not(:last-child) {
    margin-bottom: 10px;
  }

  .cm-footer-top-links .hs-menu-wrapper > ul > li > a {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-family: Effra-Bold,sans-serif;
  }
  
  .cm-footer-top-links .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a:hover:after {
    bottom: -3px;
  }

}

@media (max-width: 1365px) {

  .cm-footer-bottom-link .hs-menu-wrapper > ul > li {
    margin-right: 30px;
  }

}

@media (max-width: 1023px) {

  .cm-footer-bottom-link .hs-menu-wrapper > ul > li {
    margin-right: 30px;
  }

  .cm-footer-lower-links__content {
    padding: 25px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
  }

  .cm-footer-bmi-logo a {
    margin: 0;
    text-align: left;
  }

  .cm-footer-bottom-link {
    margin-top: 30px;
  }

  .cm-footer-stand-indus a img {
    display: block;
    margin-top: 20px;
    height: 25px;
    max-width: 100px;
    width: 100%;
    line-height: 0;
    font-size: 0;
  }

  .cm-footer-stand-indus {
    line-height: 0;
  }

  .cm-footer-stand-indus a:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background: #ffffff36;
    margin-top: 0px;
  }

  .cm-footer-stand-indus a {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
  }

  .signup-newsletter {
    margin-bottom: 30px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .social-media-share {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .cm-footer-middle .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cm-footer-middle {
    padding: 25px 0;
  }

  .social-media-share__heading {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Effra-Bold,sans-serif;
    color: #fff;
  }

  footer .social-media-share__link:before {
    width: 100%;
    height: 100%;
    font-size: inherit;
    min-width: 100%;
  }

  .cm-footer-top-links .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
    display: none;
  }

  .cm-footer-top-links .hs-menu-wrapper > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cm-footer-top-links .hs-menu-wrapper > ul > li {
    margin-bottom: 16px;
    line-height: 26px;
  }

  .cm-footer-top-links {
    padding: 42px 0 20px;
  }

  .cm-footer-top {
    padding: 0;
  }

  .cm-footer-bottom-link .hs-menu-wrapper > ul > li {
    line-height: 26px;
  }

  .cm-footer-bottom-link .hs-menu-wrapper > ul > li > a:hover:after {
    bottom: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
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: 1240px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  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;
}


.hs-blog-listing {
  background: #f0f0f0;
}
.breadcrumb-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  pointer-events: auto;
  flex-wrap: nowrap;
  list-style: none;
}

.breadcrumb__link {
  position: relative;
  margin-right: 8px;
  text-decoration: none !important;
}

.post-page-header .breadcrumb__link {
    color: #fff !important;
}

.breadcrumb__item:not(:first-child):before {
  content: "|";
  margin-right: 6px;
}

.breadcrumbs {
  padding-top: 29px;
  font-size: 14px;
  line-height: 20px;
}

.breadcrumb-wrapper li.breadcrumb__item {
  display: inline-block;
}

h2.free-text__heading {
  position: relative;
  padding-bottom: 30px;
}
.free-text__heading:not(:last-child) {
  margin-bottom: 30px;
}
.free-text__heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #009fe3;
  width: 90px;
}


.content-wrapper.blog-container {
  padding: 0 25px;
}

.blog-section-header {
  padding-top: 40px;
}

.bottom-title {
  padding-top: 80px;
  padding-bottom: 40px;
}

.blog-section-header .free-text__description {
  max-width: 50%;
  padding-right: 25px;
}

.post-bottom-wrapper {
  padding: 40px 0;
}
@media (min-width: 64em) {
  .content-wrapper.blog-container {
    max-width: 1024px;
    padding: 0 40px;
  }
  .post-bottom-wrapper .content-wrapper.blog-container {
    max-width: 784px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 85.375em) {
  .content-wrapper.blog-container {
    max-width: 1280px;
    padding: 0 40px;
  }
  .post-bottom-wrapper .content-wrapper.blog-container {
    max-width: 1000px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 106.25em) {
  .content-wrapper.blog-container {
    max-width: 1700px;
    padding: 0 50px;
  }
  
  .post-bottom-wrapper .content-wrapper.blog-container{
    max-width: 1330px;
    padding-left: 135px;
    padding-right: 270px;
  }
  
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.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 {
  -webkit-animation: fadeIn .3s ease-out;
  animation: fadeIn .3s ease-out;
}
.blog-index__post-content {
  padding: 30px;
}

.blog-index__post-content h2,.blog-index__post-content h2 a {
  font-size: 18px;
  line-height: 26px;
  font-family: Effra-Bold,sans-serif;
  margin-bottom: 5px!important;
  text-decoration: none;
}
.post-inner {
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
  transition: all .2s ease;
}
.post-inner:hover {
  cursor: pointer;
  transform: translateY(-4px);
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.3);
}
.post-inner:hover {
  cursor: pointer;
  transform: translateY(-4px);
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.3);
}

.blog-index__post-content p {
  font-size: 14px;
  line-height: 20px;
}

.blog-index__post-content p.card__date {
  color: #70706f;
  margin-top: auto;
}

.blog-index__post {
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  .blog-index__post {
    width: calc(25% - 12px);
  }
  .blog-index__post:not(:nth-child(4n)) {
    margin-right: 16px;
  }
  .blog-index__post:not(:nth-child(n+5)) {
    margin-top: 0;
  }
}
.component.text-and-media {
  padding-bottom: 40px;
  padding-top: 40px;
}

.blog-pagination {
  margin-bottom: 40px;
  padding-top: 40px;
}

.component.text-and-media .content-wrapper.blog-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.text-and-media__media-wrapper {
  position: relative;
  padding-right: 10px;
  margin-top: 40px;
}
img {
  max-width: 100%;
}
.text-and-media__image img {
  box-shadow: -60px -60px 0 -30px #d0d0d0, 80px -60px 0 -30px #d0d0d0;
  max-width: 100%;
}
.text-and-media__heading {
  color: #3b3b3b;
  margin-top: 20px;
}
.text-and-media__description {
  margin-bottom: 30px;
}
.component.text-and-media a.cta-btn {
  font-size: 18px;
  line-height: 26px;
  display: inline-flex;
  position: relative;
  font-family: Effra-Bold,sans-serif;
  align-items: center;
  transition-duration: .1s;
  transition-timing-function: linear;
  cursor: pointer;
  text-decoration: none;
}
.component.text-and-media a.cta-btn:before {
  content: "";
  font-family: bmi_icons_font;
  speak: none;
  min-width: 27px;
  height: 27px;
  line-height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #fff;
  text-transform: lowercase;
  font-size: 12px;
  transition-duration: .1s;
  transition-timing-function: linear;
  font-size: 11px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 21px;
  background: #009fe3;
  margin-right: 15px;
  padding-left: 2px;
  content: "h";
}
@media (min-width: 64em) {
  .component.text-and-media .content-wrapper .text-and-media__text-wrapper {
    width: 50%;
    padding-right: 28px;
  }
  .component.text-and-media .text-and-media__media-wrapper {
    margin-top: 30px;
    padding-right: 30px;
  }
  .text-and-media__image {
    width: 398px;
  }
  .text-and-media__heading {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 30px;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  background-image: url('./images/grayscale-mountain.png');
    }
@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: Effra-Regular,sans-serif;
}
.blog-index__post-content a {
  color: #3b3b3b !important;
}

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Effra-Regular,sans-serif;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--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: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.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%);
}
.post-page-header {
  background-color: #bf104d;
  color: #fff;
}

.post-page-header * {
  color: inherit;
}
.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: Effra-Regular,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: #F8FAFC;
  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 .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;
}

.breadcrumb-wrapper li.breadcrumb__item:last-child {
    font-weight: 500;
}

/*             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;
}
.component.text-and-media a.cta-btn {
  word-break: break-all;
}
.post-top-content {
  display: flex;
  position: relative;
}

.post-top-content-inner {
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 800px;
}

.post-top-content-inner .article-banner__info {
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  width: 100%;
  margin-top: -20px;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin-bottom: 105px;
}
.article-banner__author:after {
  content: "|";
  margin: 0 5px;
}
.article-banner__section-name {
  font-size: 18px;
  line-height: 26px;
  font-family: Effra-Bold,sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
}

h1.article-banner__heading.field-heading {
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

h1.article-banner__heading.field-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 90px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}

.article-banner__text.field-description {
  font-size: 18px;
  line-height: 26px;
  flex-grow: 1;
  text-align: center;
  max-width: 550px;
  min-height: 130px;
  margin: 0 auto;
}
.content-wrapper.container-fluid {
  padding: 80px 40px;
}

@media (min-width: 64em) {
  .article-banner__text.field-description {
    max-width: 625px;
  }
  .post-page-header {
    min-height: 640px;
  }
}
@media (min-width: 106.25em) {
  .blog-index__post-content h2, .blog-index__post-content h2 a {
    font-size: 24px;
    line-height: 34px;
  }
  .breadcrumbs,
  .post-top-content-inner .article-banner__info{
    font-size: 16px;
    line-height: 22px;
  }
  .text-and-media__heading {
    font-size: 36px;
    line-height: 36px;
  }
  .article-banner__section-name,
  .article-banner__text.field-description {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 63.99em) {
  .breadcrumbs {
    display: none;
  }
  h2.free-text__heading {
    font-family: Effra-Heavy,sans-serif;
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 25px;
  }

  .bottom-title {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .blog-section-header .free-text__description {
    max-width: 70%;
  }


  .blog-pagination {
    margin-bottom: 25px;
    padding-top: 25px;
  }
  .component.text-and-media .content-wrapper.blog-container {
    display: block !important;
  }

  .text-and-media__media-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .text-and-media__image img {
    width: 100%;
  }

  .component.text-and-media a.cta-btn {
    margin-bottom: 20px;
  }
}


@media (max-width: 63.99em) and (min-width: 37.5em) {
  .blog-index__post {
    width: calc(50% - 8px);
    margin-right: 0!important;
    margin-bottom: 16px !important;
  }
  .blog-index {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 600px){
  .component.text-and-media a.cta-btn {
    word-break: break-all;
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .post-top-content-inner {
    max-width: 100%;
  }
  .post-top-content {
    display: block;
  }

  .article-banner__text.field-description {
    max-width: 100%;
    min-height: 100%;
  }

  .post-top-content-inner .article-banner__info {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .post-page-header {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 50vh;
  }

  .article-banner__section-name {
    padding-bottom: 15px;
  }

  h1.article-banner__heading.field-heading {
    margin-top: 0;
  }
  .hs-blog-listing .header.mobile_header {
    background: hsla(0,0%,100%,.92);
  }

  .hs-blog-listing .mobile-header-search-icon,
  .hs-blog-listing .header__navigation--toggle a.trigger-icon:before {
    color: #3b3b3b;
  }

  .hs-blog-listing .blog-section-header {
    padding-top: 130px;
  }
  .header__navigation--toggle a.trigger-icon {
    text-decoration: none !important;
  }
  .post-page-header {
    display: flex;
    align-items: center;
  }
  .content-wrapper.container-fluid {
    padding: 40px 25px;
  }
  
  .blog-header {
    margin-top: 70px;
  }
  
}

@media (max-width: 599px) {
  .post-page-header {
    min-height: 50vh;
    padding-top: 70px;
    padding-bottom: 25px;
    display: flex;
  }

  .post-page-header .content-wrapper.blog-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Effra-Regular,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: Effra-Heavy,sans-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;
}