/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}
/*.banner-area .dnd-section > .row-fluid {
  padding:0;
  width: 100%;
  max-width: 100%;
} */
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding:0 50px;
}

.banner-area .dnd-section > .row-fluid {
  padding: 0;
}



@media (max-width: 1193px) and (min-width: 768px) {
  .banner-area .dnd-section > .row-fluid {
    padding: 0 50px; 
  }

}

@media(max-width:767px){
  .body-container-wrapper .dnd-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  } 
  
  .banner-area .dnd-section > .row-fluid {
  padding: 0;
}



}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "nexa_regularregular";
  src: url("https://7292215.fs1.hubspotusercontent-na1.net/hubfs/7292215/Schildknecht_September2020/Fonts/Nexa_Regular-webfont.eot") format("embedded-opentype"), 
    url("https://7292215.fs1.hubspotusercontent-na1.net/hubfs/7292215/raw_assets/public/Schildknecht_September2020/Fonts/Nexa_Regular-webfont.woff") format("woff"), 
      url("https://7292215.fs1.hubspotusercontent-na1.net/hubfs/7292215/raw_assets/public/Schildknecht_September2020/Fonts/Nexa_Regular-webfont.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
        }
@font-face {
  font-family: "entypo-fontello";
  src: url("https://7292215.fs1.hubspotusercontent-na1.net/hubfs/7292215/Schildknecht_September2020/Fonts/entypo-fontello.eot") format("embedded-opentype"), 
    url("https://7292215.fs1.hubspotusercontent-na1.net/hubfs/7292215/raw_assets/public/Schildknecht_September2020/Fonts/entypo-fontello.woff") format("woff"), 
      url("https://7292215.fs1.hubspotusercontent-na1.net/hubfs/7292215/raw_assets/public/Schildknecht_September2020/Fonts/entypo-fontello.woff2") format("woff2"),
        url("https://7292215.fs1.hubspotusercontent-na1.net/hubfs/7292215/raw_assets/public/Schildknecht_September2020/Fonts/entypo-fontello.ttf") format("truetype"),
          url("https://7292215.fs1.hubspotusercontent-na1.net/hubfs/7292215/raw_assets/public/Schildknecht_September2020/Fonts/entypo-fontello.svg") format("svg");
            font-style: normal;
            font-weight: normal;
            }
html {
  font-size: 16px;
}

body {
  font-family: nexa_regularregular, serif;
  font-size: 17px;
  color: #666666;
  line-height: 1.65;
}

p {
  margin: 0.85em 0;
  font-family: nexa_regularregular, serif;
}

/* Anchor Links */
a {
  color: #0080bc;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  outline: 0;
}

.hs-cta-wrapper span {
  font-family: nexa_regularregular, serif;
}

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 600;
  font-family: nexa_regularregular, serif;
  color: #222222;
  word-break: break-word;
}

h1, .h1 {
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 14px;
}

h2, .h2 {
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 10px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 8px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 1.1em;
  margin-bottom: 4px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 1.1em;
  margin-bottom: 4px;
}

h6, .h6 {
  font-size: 14px;
  line-height: 1.1em;
  margin-bottom: 4px;
}

/* Template Headlines In Blue like Webinar */
.blue-headlines h1, .blue-headlines .h1, 
.blue-headlines h2, .blue-headlines .h2, 
.blue-headlines h3, .blue-headlines .h3, 
.blue-headlines h4, .blue-headlines .h4, 
.blue-headlines h5, .blue-headlines .h5, 
.blue-headlines h6, .blue-headlines .h6 {
  color: #0080bc;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul{
}

ul,
ol {

}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
[data-av_icon]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: attr(data-av_icon);
    speak: none;
}

::-moz-selection{
  background-color: #0080bc;
  color: #ffffff;
}

::selection{
  background-color: #0080bc;
  color: #ffffff;
}

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


/*pop up animation*/
@-webkit-keyframes avia_appear {
  0%   { -webkit-transform:scale(0.5); opacity: 0.1;  }
  100% { -webkit-transform:scale(1); opacity: 1; }
}
@keyframes avia_appear {
  0%   { transform:scale(0.5); opacity: 0.1;  }
  100% { transform:scale(1); opacity: 1;  }
}


@-webkit-keyframes avia_image_appear {
  0%   { -webkit-transform:scale(0.7); opacity: 0.1;  }
  100% { -webkit-transform:scale(1); opacity: 1; }
}
@keyframes avia_image_appear {
  0%   { transform:scale(0.7); opacity: 0.1;  }
  100% { transform:scale(1); opacity: 1;  }
}

@-webkit-keyframes avia_hotspot_appear {
  0%   { -webkit-transform:translate(0, 80px); opacity: 0.1;  }
  100% { -webkit-transform:translate(0, 0px); opacity: 1; }
}
@keyframes avia_hotspot_appear {
  0%   { transform:translate(0, 80px); opacity: 0.1;  }
  100% { transform:translate(0, 0px); opacity: 1;  }
}



@-webkit-keyframes avia_appear_short {
  0%   { -webkit-transform:scale(0.5); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:scale(1); opacity: 0;  }
}
@keyframes avia_appear_short {
  0%   { transform:scale(0.5); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:scale(1); opacity: 0;  }
}



/*pop up animation*/
@-webkit-keyframes avia_msonry_show {
  0%   { -webkit-transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
  100% { -webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes avia_msonry_show {
  0%   { transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
  100% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
}

/*animated arrow animattion*/
@-webkit-keyframes avia_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@keyframes avia_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}


/*slide down (height increase) animation*/
@-webkit-keyframes avia_slide_down {
  0%   { height:0%; }
  100% { height:100%; }
}
@keyframes avia_slide_down {
  0%   { height:0%; }
  100% { height:100%; }
}

/*expand width animation*/
@-webkit-keyframes avia_expand {
  0%   { width:0%; }
  100% { width:100%; }
}
@keyframes avia_expand {
  0%   { width:0%; }
  100% { width:100%; }
}

/*fade in animation*/

@-webkit-keyframes avia-ltr {
  0%   { -webkit-transform:translate(-10%,0); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-ltr {
  0%   { transform:translate(-10%,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes avia-rtl {
  0%   { -webkit-transform:translate(10%,0); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-rtl {
  0%   { transform:translate(10%,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes avia-btt {
  0%   { -webkit-transform:translate(0,50%); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-btt {
  0%   { transform:translate(0,50%); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes avia-ttb {
  0%   { -webkit-transform:translate(0, -10%); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-ttb {
  0%   { transform:translate(0, -10%); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes avia-fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes avia-fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

/*rotate*/

@-webkit-keyframes avia-rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes avia-rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes avia-rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes avia-rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}


@-webkit-keyframes avia-rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -22deg);
    transform: rotate3d(0, 0, 1, -22deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes avia-rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -22deg);
    transform: rotate3d(0, 0, 1, -22deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}



/*background animation*/
@-webkit-keyframes avia-bg-move {
  0%   { background-position: -31px 0;  }
  100% { background-position: 0 0; }
}
@keyframes avia-bg-move {
  0%   { background-position: -31px 0;  }
  100% { background-position: 0 0; }
}




/*caption animation*/

@-webkit-keyframes caption-right {
  0%   { -webkit-transform:translate(2000px,0); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-right {
  0%   { transform:translate(2000px,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes caption-left {
  0%   { -webkit-transform:translate(-2000px,0); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-left {
  0%   { transform:translate(-2000px,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes caption-top {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-top {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes caption-bottom {
  0%   { -webkit-transform:translate(0,20px); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-bottom {
  0%   { transform:translate(0,20px); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

/*image hotspot pulse*/
@-webkit-keyframes av_pulsate {
    0% 		{-webkit-transform: scale(0.1); opacity: 0.0;}
    50% 	{opacity: 0.7;}
    100% 	{-webkit-transform: scale(1); opacity: 0.0;}
}

@keyframes av_pulsate {
    0% 		{transform: scale(0.1); opacity: 0.0;}
    50% 	{opacity: 0.7;}
    100% 	{transform: scale(1); opacity: 0.0;}
}


/*sonar effect*/
@-webkit-keyframes sonarEffect {
	0% {opacity: 0.3;}
	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);}
	100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);-webkit-transform: scale(1.5);opacity: 0;}
}
@keyframes sonarEffect {
	0% {opacity: 0.3;}
	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);}
	100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);transform: scale(1.5);opacity: 0;}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */


/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/*
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.cm-banner-area {
  color: #ffffff;
  min-height: 56px;
}
.banner-heading h1,
.banner-heading .h1 {
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
  min-height: 36px;
  line-height: 2.3em;
  top: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.banner-heading {
  padding: 10px 50px;
}

@media(max-width:767px){
  .banner-heading {
    padding: 10px 0px;
  }
}

.cm-banner-image {
  position: relative;
  width: 100%;
  height: 250px;
}
.cm-banner-image > img {
  position: absolute; z-index: -1;
  left:0; top:0; right:0; bottom:0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.cm-banner-image > .cm-banner-overlay {
  position: relative;
  width: 100%;
  height: 100%;
	z-index: 0;
}
.cm-banner-image .banner-heading {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
}
.cm-banner-image .banner-heading h1, .cm-banner-image .banner-heading h2, 
.cm-banner-image .banner-heading h3, .cm-banner-image .banner-heading h4, 
.cm-banner-image .banner-heading h5, .cm-banner-image .banner-heading h6,
.cm-banner-image .banner-heading p, .cm-banner-image .banner-heading span {
  color: #fff;
}

/* Header banner */
.header-banner {
	height: 50vh;
  position: relative;
}

@media (max-width: 1193px) and (min-width: 768px) {
  .banner-section .row-fluid {
    padding: 0!important;
  }
}

@media (max-width: 767px){
  .banner-section .row-fluid {
    width: 100%!Important;
  }
}

.header-banner .header-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  width: 100%;
}

.header-banner .header-content {
	position: relative;
	color: #fff;
	z-index: 2;
	padding-bottom: 16px;
}
@media (max-width:  767px){ 
	.header-banner .header-image { height: 100%; }
	.header-banner { height: 100%; min-height: auto; }
	.header-banner .header-content { padding-top: 32px; padding-bottom: 40px; }
}
@media (min-width:  768px){ 
	.header-banner .header-content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		z-index: 2;
	}
}
.header-banner .tagline { 
	display: inline-block; 
}
.header-banner .header-content h1,
.header-banner .header-content .h1{
  color: #fff;
}
.header-banner .header-content .h1 {
	display: block;
}
@media (max-width: 767px) {
  .header-banner .header-content p {
    font-size: 18px!important;
  }
}

.header-banner .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.header-banner .hs-cta-wrapper {
	margin-top: 32px;
	display: block;
}

/* Custom Class Option To Limit Widht Like Webinar Hero Banner. */

@media (min-width:  768px){ .header-banner.limit-width-slim .content-wrapper > h1 { width: 72%; } }
@media (min-width: 1200px){ .header-banner.limit-width-slim .content-wrapper > h1 { width: 62%; } }
@media (min-width: 1900px){ .header-banner.limit-width-slim .content-wrapper > h1 { width: 52%; } }
@media (min-width:  768px){ .header-banner.limit-width-slim .content-wrapper > .h1 { width: 72%; } }
@media (min-width: 1200px){ .header-banner.limit-width-slim .content-wrapper > .h1 { width: 62%; } }
@media (min-width: 1900px){ .header-banner.limit-width-slim .content-wrapper > .h1 { width: 52%; } }
@media (min-width:  768px){ .header-banner.limit-width-slim .content-wrapper > p { width: 72%; } }
@media (min-width: 1200px){ .header-banner.limit-width-slim .content-wrapper > p { width: 36%; } }
@media (min-width: 1900px){ .header-banner.limit-width-slim .content-wrapper > p { width: 36%; } }

limit-width-casual
/* Custom Class Option To Limit Widht Like Webinar Hero Banner. */

@media (min-width:  768px){ .header-banner.limit-width-casual .content-wrapper > h1 { width: 72%; } }
@media (min-width: 1200px){ .header-banner.limit-width-casual .content-wrapper > h1 { width: 65%; } }
@media (min-width: 1900px){ .header-banner.limit-width-casual .content-wrapper > h1 { width: 58%; } }
@media (min-width:  768px){ .header-banner.limit-width-casual .content-wrapper > .h1 { width: 72%; } }
@media (min-width: 1200px){ .header-banner.limit-width-casual .content-wrapper > .h1 { width: 65%; } }
@media (min-width: 1900px){ .header-banner.limit-width-casual .content-wrapper > .h1 { width: 58%; } }
@media (min-width:  768px){ .header-banner.limit-width-casual .content-wrapper > p { width: 72%; } }
@media (min-width: 1200px){ .header-banner.limit-width-casual .content-wrapper > p { width: 65%; } }
@media (min-width: 1900px){ .header-banner.limit-width-casual .content-wrapper > p { width: 58%; } }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


/* Universal */
.uppercase { text-transform: uppercase; }
.color-white { color: #ffffff !important; }
.color-blue { color: #0080bc !important; }
.color-darkblue { color: #1d71b8 !important; }
.color-turquoise { color: #1BBECF !important; }
.color-black { color: #222222 !important; }


/* Generic */
.valign-middle { display: table; }
.valign-middle > * { display: table-cell; vertical-align: middle; }
.no-padding { padding: 0 !important; }

/* If bootstrap is included, do not padding hubspot dnd-areas */
.container-fluid {
  padding: 0 !important;
}
/* ******************************************************************************
*********************************************************************************
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: 1310px;
  padding: 0 50px;
  margin: 0 auto;
}
.blog-main-entry {
  padding: 50px 0;
  margin-top: -20px;
  clear: both;
}
.blog-main-entry {
  padding: 50px 0;
  margin-top: -19px;
  clear: both;
}
.headline-group {
  position: relative;
  width: 100%;
  clear: both;
  display: block;
  margin: 0;
}
h2.av-special-heading-tag {
  font-size: 20px;
  text-transform: uppercase;
  color: #0080bc;
  margin: 0;
  padding: 0;
  float: left;
  letter-spacing: 1px;
  line-height: 1.1;
}
.special-heading-border {
  height: 2.6em;
  position: relative;
  overflow: hidden;
}
.special-heading-inner-border {
  display: block;
  width: 100%;
  margin-left: 15px;
  border-top-style: solid;
  border-top-width: 1px;
  position: relative;
  top: 50%;
  opacity: 0.15;
  filter: alpha(opacity=15);
  border-color: #666666;
}
.headline-text-section {
  margin: 25px 0 0;
  clear: both;
  display: block;
}
.headline-text-section p {
  font: 17px/1.65 "nexa_regularregular","nexa_regularregular",Helvetica,Arial,sans-serif;
  margin: 0.85em 0;
  display: block;
}

.blog-entry {
  position: relative;
  overflow: hidden;
  clear: both;
  margin: 30px 0 0;
}
.slide-entry-wrap .post-item {
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  width: 29.333333333333332%;
  margin: 0 0 40px;
}

.slide-entry-wrap .post-item:not(:first-of-type) {
  margin-left: 6%;
}

a.featured-image {
  max-height: 230px;
  display: block;
  position: relative;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 3px;
}
a.featured-image img {
  border-radius: 3px;
  display: block;
  position: relative;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
  opacity:1;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  width:100%;
}

span.image-overlay {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  background: #fff;
  z-index: 300;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  top:0;
  left: 0;
  top: 0px;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}

span.image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.image-overlay-inside:before {
  content: '\E832';
  font-family: 'entypo-fontello';
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background-color: #0080bc;
  color: #ffffff;
  border-color: #00609a;
}
a.featured-image:hover {
  background: #f8f8f8;
  color: #88bbc8;
}
a.featured-image:hover span.image-overlay {
  opacity: 0.7 !important;
}
a.featured-image:hover span.image-overlay-inside {
  -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

h3.slide-entry-title {
  text-transform: uppercase;
  font-size: 1em;
  text-align: left;
  padding: 15px 0;
  letter-spacing: 2px;
  line-height: 1.3em;
  margin: 0 0 10px;
}

h3.slide-entry-title a {
  color: #222222;
  text-decoration: none !important;
}

h3.slide-entry-title:hover {
  opacity: 0.7;
}

span.av-vertical-delimiter {
  display: block;
  margin: 0 auto;
  width: 40px;
  border-top-width: 3px;
  border-top-style: solid;
  padding-bottom: 16px;
  position: relative;
  top: -5px;
  border-color: #e1e1e1;
}


.post-featured-image {
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.post-featured-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.headline-post-group .page-center {
  padding: 0 50px;
}

.headline-post-group  h2 {
  font-size: 26px;
  text-transform: uppercase;
  margin: 20px 0 14px;
  letter-spacing: 1px;
  color: #0080bc;
  line-height: 1.1;
}

.headline-post-group {
  padding: 15px 0px 0px 0px;
}

.headline-post-left {
  float: left;
  width: 100%;
  margin: 0;
}

.headline-post-right {
  float: right;
  width: 30%;
  margin: 0;
  text-align: right;
}

.headline-post-right p {
  margin: 0;
}

.headline-post-right img {
  width: 183px !important;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.blog-post {
  padding: 20px 0;
}
.avia-post-nav {
  position: fixed;
  height: 110px;
  top: 50%;
  background: rgba(0,0,0,0.1);
  color: #fff;
  margin-top: -55px;
  padding: 15px;
  text-decoration: none;
  z-index: 501;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.avia-post-prev {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.avia-post-next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.avia-post-prev .label {
  left: 10px;
}
.avia-post-next .label {
  right: 10px;
}
.avia-post-nav .label {
  position: absolute;
  top: 50%;
  height: 22px;
  line-height: 22px;
  margin-top: -11px;
  font-size: 24px;
}

.avia-post-nav .entry-info-wrap,
.avia-post-nav {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.avia-post-nav .entry-info-wrap {
  width: 1px;
  overflow: hidden;
  display: block;
}
.avia-post-prev .entry-info {
  margin: 0 1px 0 20px;
}
.avia-post-next .entry-info {
  margin: 0 20px 0 1px;
}
.avia-post-nav .entry-info {
  height: 80px;
  width: 220px;
  display: table;
}
.avia-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.65em;
}
.avia-post-nav .entry-image {
  height: 80px;
  width: 80px;
}
.avia-post-nav .entry-image img {
  border-radius: 100px;
  display: block;
  height: 80px;
  width: 80px;
  object-fit: cover;
}
.avia-post-nav:hover {
  background: #222;
  background: rgba(0,0,0,0.8);
}
.avia-post-nav:hover .entry-info-wrap {
  width: 240px;
}
.avia-post-nav {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.avia-post-nav:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.avia-post-next span.entry-title {
  text-align: right;
}
html body [data-av_iconfont='entypo-fontello']:before {
  font-family: 'entypo-fontello';
}
.related-post-item {
  width: 29.333333333333332%;
  float: left;
  position: relative;
  margin: 0 0 30px;
}
.related-post-item:not(:first-of-type) {
  margin-left: 6%;
}
.related-post-wrapper h4 {
  color: rgb(0, 130, 188);
  display: block;
  float: none;
  font-family: nexa_regularregular, nexa_regularregular, Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin: 40px 0;
}
.scroll-down-link {
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 49.85%;
  bottom: 0px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
  animation:avia_fade_move_down 2s ease-in-out infinite;
  text-decoration:none !important;
  color:#fff !important;
}
html body [data-av_iconfont='entypo-fontello']:before {
  font-family: 'entypo-fontello';
}
.blog-pagination {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
  margin-top: -70px;
  z-index: 1;
  position: relative;
}
.blog-pagination .blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #0080C9;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination .blog-pagination__link:hover,
.blog-pagination .blog-pagination__link:focus {
  text-decoration: none;
  color: #88bbc8;
}
.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;
  opacity: 0.8;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #666666;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}


.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

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


@media(max-width: 1199px){
  .headline-post-right img {
    width: 164px !important;
  }
}
@media(max-width: 1030px){
  .headline-post-right img {
    width: 135px !important;
  }
}

@media(min-width: 768px){
  .slide-entry-wrap {
    white-space: nowrap;
  }
  .post-item { 
    vertical-align: top;
    white-space: normal;
    display: inline-block;
    float: none !important;
  }
}

@media(max-width: 767px){

  .slide-entry-wrap .post-item {
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    width: 48%;
    margin: 0px 0px 20px;
  }
  .slide-entry-wrap .post-item:first-of-type {
    width: 100%;
  }
  a.featured-image {
    max-height: 100%;
  }
  .slide-entry-wrap .post-item:not(:first-of-type) {
    margin-left: 0;
  }
  .slide-entry-wrap .post-item:nth-child(3n) {
    margin-left: 4%;
  }
  .headline-post-group .page-center {
    padding: 0;
  }
  .avia-post-nav{
    display:none;
  }
  .related-post-item {
    width: 100% !IMPORTANT;
    float: left;
    position: relative;
    margin: 0 0 30px !IMPORTANT;
  }
  .headline-post-left {
    float: left;
    width: 100%;
    margin: 0;
  }
  .headline-post-right {
    float: right;
    width: 100%;
    margin: 0px;
    text-align: right;
  }
  .headline-post-right img {
    width: auto !important;
    margin: 20px 0;
    top: -2px;
  }
}

@media(max-width: 640px){
  .post-featured-image {
    display: none;
  }
  .headline-post-right {
    display: none;
  }
}

@media(max-width: 479px){

  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .slide-entry-wrap .post-item {
    width:100% !important;
    margin:0 0 20px !important;
  }
}


.tags-module {
  margin: 14px 0 0 0;
}
.tags-module .cm-blogfilter-content {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 88px 8px 16px;
  margin: -16px;
}
.tags-module .cm-blogfilter-content >.tag-filter {
    display: inline-block;
    padding: 4px 16px;
    background: blue;
    margin: 8px;
    background: rgb(128,128,128); /*#D2E4F0;*/
    color: #fff; /*#0080C9;*/
    text-decoration: none;
}
.tags-module .cm-blogfilter-content > .tag-filter:hover {
    background: rgb(82,82,82); /*#E2F4FF;
    color: #0070B9;*/
}
.tags-module .tag-filter.selected {
  background: rgba(0, 128, 188, 1.0);
  color: #fff;
}
.tags-module .tag-filter.selected:hover {
  background: #2c2c2c;
  color: #fff;
}
.blog-entry img {
  width: 100%;
  display: block;
}
.blog-entry .divider {
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
  margin: 3rem 0;
}
.blog-banner-text {
  overflow: hidden;
  padding-top: 30px;
}
.blog-banner-text h1 {
  color: #0080C9;
  text-transform: uppercase;
  font-size: 50px;
  max-width: 450px;
}
.blog-banner-text p {
  color: #808080;
  font-size: 17px;
  max-width: 600px;
}
.blog-category {
  color: #222222;
  font-size: 17px;
}
.post-title h2 {
  color: #0080C9;
  font-size: 28px;
  margin-bottom: 2rem;
}
.post-content a {
  text-decoration: none;
}
.blog-banner-text .hs-button, .post-content .hs-button {
  display: inline-block;
  margin-top: 2rem;
  text-align: center;
  background: #0080C9;
  color: #fff;
  min-width: 275px;
  padding: 14px 14px 12px;
  font-size: 16px;
  border-radius: 3px;
  text-decoration: none;
}
.blog-banner-text .hs-button {
  margin-top: 0;
}
.blog-banner-text .hs-button:hover, .post-content .hs-button:hover {
  background: #1BBECF;
}
.blog-post__back {
  margin-top: 60px;
}
.blog-post__body {
  margin-top: 60px;
}
.blog-post__body h1 {
  margin: 0 0 4rem;
  color: #0080C9;
  text-transform: uppercase;
  font-size: 50px;
}
.blog-post__body h2 {
  margin: 4rem 0 2rem;
  color: #0080C9;
  font-size: 28px;
}
.blog-post__body img {
  width: 100%!important;
  height: auto;
}
@media(max-width: 640px){
  .blog-post__body img {
    width: 100%!important;
    max-width: 100%;
    margin: 0;
  }
}
.blog-post__body p {
  margin: 2rem 0;
}
.blog-post__body ul, .blog-post__body ol {
  margin: -2rem 0 2rem;
  padding-left: 24px;
}
.blog-post__body ul li, .blog-post__body ol li {
  position: relative;
  list-style: none;
}
.blog-post__body ul li:before, .blog-post__body ol li:before {
  position: absolute;
  left: -22px;
  top: 8px;
  content: "\A";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0080C9;
  display: inline-block;
}
.blog-post__body .hs-cta-wrapper {
  margin: 4rem 0;
  display: block;
}
/* Footer */
.body-wrapper .footer-blog .footer-top .footer-blog-logo {
  max-width: 192px;
  /*margin-bottom: 2rem;*/
}
.body-wrapper .footer-blog .footer-top {
  padding-bottom: 0;
  font-size: 16px;
  background: #0080C9;
}
.body-wrapper .footer-blog .footer-top-social ul {
  height: auto;
}
.body-wrapper .footer-blog .footer-top-social ul li {
  margin: 20px 20px 0 0;
  width: 40px;
}
.body-wrapper .footer-blog .footer-top-social ul li a, .body-wrapper .footer-blog .footer-top-social ul li a img {
  background: none;
  width: 40px;
  height: 40px;
}
.body-wrapper .footer-blog .footer-top-social ul li a img {
  opacity: 0.6;
}
.body-wrapper .footer-blog .footer-top-social ul li a:hover img {
  opacity: 0.9;
}
.body-wrapper .footer-blog form {
  max-width: 300px;
}
.body-wrapper .footer-blog form label {
  font-size: 13px;
  height: auto;
  padding-left: 23px;
}
.body-wrapper .footer-blog form .hs-form-checkbox label > span::before, .body-wrapper .footer-blog form .hs-form-booleancheckbox label > span::before {
  width: 13px;
  height: 13px;
  top: 1px;
  background: #fff;
}
.body-wrapper .footer-blog form  input {
  background: #fff;
}
.body-wrapper .footer-blog form .hs-submit input {
  border: 1px solid #fff;
  color: #fff;
  background: #0080C9;
  font-size: 16px;
  text-transform: none;
}
.body-wrapper .footer-blog form .hs-submit input:hover {
  background: #fff;
  color: #0080C9;
}
.body-wrapper .footer-blog form .hs-form-required {
  color: #fff;
}
/* ******************************************************************************
*********************************************************************************
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 {
  position: relative;
}
.header-group {
  position: relative;
  z-index: 501;
  width: 100%;
  color: rgb(51, 51, 51);
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
}
.header_bg {
  background-color: #ffffff;
  color: #808080;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  filter: alpha(opacity=95);
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
}
.header-top{
  border-top: none;
  z-index: 10;
  min-height: 30px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: -1px;
  background: #f8f8f8;
  border-color: #e1e1e1;
}
.header__container{
  max-width: 1310px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px 50px;
  clear: both;
}
.header_top_1 {
  min-height: 30px;
}
.top-right ul{
  background: transparent;
  height: 30px;
  z-index: 150;
  -webkit-backface-visibility: hidden;
  margin: 0 0 0 -9px;
  padding-left: 20px;
  float: right;
  list-style: none outside;
}
.top-right ul li{
  background: transparent;
  height: 100%;
  float: left;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-right-style: solid;
  border-right-width: 1px;
  display: block;
  width: 30px;
  border-color: #e1e1e1;
}
.top-right ul li a{
  background: transparent;
  transition: all 0.3s ease-out;
  float: left;
  width: 30px;
  border-color: #e1e1e1;
  line-height: 30px;
  display: block;
  margin: 0px;
  outline: none;
  padding: 0;
  max-width: 100%;
  min-height: 30px;
  height: 100%;
  overflow: visible;
  z-index: 2;
  position: relative;
  text-align: center;
}
.top-right ul li a:before{
  font-family: 'entypo-fontello';
  content: attr(data-av_icon);
}
.top-right ul li a:hover{
  text-decoration:none;
}
.top-right ul li.social_bookmarks_twitter a{
  color: #fff;
  background-color: #46d4fe;
}
.top-right ul li.social_bookmarks_facebook a{
  color: #fff;
  background-color: #37589b;
}
.top-right ul li.social_bookmarks_linkedin a{
  color: #fff;
  background-color: #419cca;
}
.top-right ul li.social_bookmarks_youtube a{
  color: #fff;
  background-color: #a72b1d;
}
.top-right ul li.social_bookmarks_xing a{
  color: #fff;
  background-color: #006567;
}

.top_left{
  float: left;
  z-index: 2;
  font-size: 11px;
  line-height: 30px;
  position: relative;
  top: 10px;
}
.top_left ul{
  background: transparent;
  float: left;
  margin: 0;
  position: relative;
  padding: 0px 0 0 10px;
  height: 30px;
  line-height: 36px;
  z-index: 151;
  -webkit-backface-visibility: hidden;
  top: -2px;
  right: 0;
  overflow: hidden;
  list-style: none outside;
}
.top_left ul li{
  float: left;
  margin: 0px 0px 0px 5px;
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
  line-height: 10px;
}
.top_left ul li a{
  color: #808080;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 0;
}
.top_left img{
  display: inline-block;
  padding: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(255,255,255,0.2);
}
.phone-info{
  color: #808080;
  float: left;
  font-weight: bold;
  line-height: 20px;
  font-size: 11px;
  padding: 5px 0;
}
.phone-info span {
  display: inline-block;
  line-height: 1em;
}
.header__container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header-bottom{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 1;
  clear: both;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #e1e1e1;
}
.header-bottom_1{
  height: 88px;
  line-height: 88px;
}
.header-bottom-inner{
  position: relative;
  height: 100%;
  width: 100%;
}
.header__logo{
  float: left;
  position: absolute;
  left: 0;
  z-index: 1;
  overflow: hidden;
  display: block;
  height: 100%;
}
.header__logo a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  max-height: 88px;
}
.header__logo img{
  padding: 0;
  display: block;
  width: 216.38px!important;
  height: 88px;
  max-height: 88px;
  image-rendering: auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.body-wrapper-blog .header__logo img{
  margin: 10px 0 0 13px;
  width: 192px!important;
  height: auto;
}
.custom-menu-primary{
  clear: none;
  position: absolute;
  z-index: 100;
  line-height: 30px;
  height: 100%;
  margin: 0;
  right: 118px;
  top:-1px;
}
.custom-menu-primary .hs-menu-wrapper{
  float: left;
  position: relative;
  z-index: 3;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  margin: 0;
  padding: 0;
  z-index: 110;
  position: relative;
  list-style: none outside;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  float: left;
  position: relative;
  z-index: 20;
  padding: 0 13px;
  height: 88px;
  line-height: 88px;
}

.header-search{
  clear: none;
  position: absolute;
  z-index: 100;
  line-height: 30px;
  height: 100%;
  margin: 0;
  right: 80px;
}
.header-search ul {
  margin:0px;
  padding:0px;
  list-style:none;
}
.header-search ul li{
  float: left;
  position: relative;
  z-index: 20;
  height: 88px;
  line-height: 88px;
}
.header-search ul li a{
  font-size: 15px;
  padding: 0 13px;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  border-left: 0;
  display: block;
  text-decoration: none;
  font-weight: 600;
  max-width: none;
  margin:0px;
  color: #808080;
}
.header-search ul li a:before{
  font-family: 'entypo-fontello';
  content: attr(data-av_icon);
  font-weight: normal;
}




.search-wrapper {
  background-color: #fff;
  color: gray;
  border-color: #e1e1e1;
  -webkit-animation: avia_pop .3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  animation: avia_pop .3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  position: absolute;
  z-index: 9999999;
  padding: 0;
  width: 300px;
  top: 85%;
  margin-left: 0;
  border-radius: 2px;
  box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.2);
  border-width: 1px;
  border-style: solid;
  right: -11px;
  display: none;
}

.avia-search-tooltip .avia-arrow-wrap {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 10px;
  margin-left: -10px;
  overflow: hidden;
  border-color: #e1e1e1
}

.search-wrapper form {
  margin: 0;
  padding: 0
}

.search-wrapper form>div {
  position: relative;
  max-width: 300px;
  margin: 16px;
  border-color: #e1e1e1
}


.search-wrapper input[type="submit"] {
  width: 40px;
  height: 100%;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
  font-size: 17px;
  font-family: 'entypo-fontello';
  background-color: #808080;
  color: #fff;
  border-color: #606060;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.search-wrapper input[type="text"] {
  width: 100%;
  position: relative;
  padding: 11px 47px 11px 5px;
  z-index: 1;
  margin: 0;
  box-shadow: none;
  border-color: #e1e1e1;
  background-color: #f8f8f8;
  color: gray;
  line-height: normal;
  color: rgb(128, 128, 128);
  cursor: text;
  display: block;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  height: auto !important;
}

.search-wrapper .avia-arrow {
  background-color: #fff;
  color: gray;
  top: 15px
}

.search-wrapper .avia-search-tooltip .avia-arrow {
  top: 15px
}

.search-wrapper .avia-arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px;
  border-style: solid;
  visibility: hidden\9;
  border-color: #e1e1e1
}

.search-wrapper input[type="submit"]:hover {
  background-color: #88bbc8;
  color: #ffffff;
  border-color: #6699a6;
}

.search-wrapper input[type="text"]:focus {
  box-shadow: none
}



.mobile-toggle{
  display:none;
  float: left;
  position: relative;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
  clear: none;
  position: absolute;
  line-height: 30px;
  height: 100%;
  margin: 0;
  top: 0;
  left: auto;
  right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-size: 15px;
  text-transform: uppercase;
  font-family: nexa_regularregular;
  color: #808080;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  text-decoration: none;
  font-weight: 600;
  max-width: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 13px;
  margin-left: -13px;
  border-color: #e1e1e1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a{
  border-left-width: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li{
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  position: relative;
  z-index: 20;
}

.av-burger-overlay{
  display:none;
}

.mobile-toggle a{
  min-width: 0;
  padding: 0 0 0 20px;
  margin: 0;
  border-style: none;
  border-width: 0;
  height: 90px;
  line-height: 90px; 
  font-size: 15px;
  text-transform: uppercase;
  font-family: nexa_regularregular;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  display: block;
  text-decoration: none;
  font-weight: 600;
  max-width: none;
}

.av-burger-overlay{
  font-size: 1em;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display:none;
  overflow: hidden;
}
.mobile-open .av-burger-overlay-scroll {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.av-burger-overlay-scroll {
  background: #ffffff;
  width: 350px;
  right: 0;
  max-width: 100%;
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  overflow: auto;
  position: absolute;
  height: 100%;
  z-index: 10;
}
.av-burger-overlay-inner, .av-burger-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 700px;
  display: table;
  vertical-align: middle;
  text-align: center;
  z-index: 5;
}
.av-burger-overlay-bg{
  opacity: 0.3;
  cursor: pointer;
  z-index: 3;
  background: #000;
  display: block;
  position: fixed;
}
.mobile-menu-primary .hs-menu-wrapper > ul{
  padding: 122px 0px;
  display: table-cell;
  height: 100%;
  width: 350px;
  vertical-align: middle;
  list-style: none outside;
  margin:0;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li{
  opacity: 1;
  top: 0;
  left: 0;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out, left 0.3s ease-out;
  transition: opacity 0.3s ease-out, top 0.3s ease-out, left 0.3s ease-out;
  -webkit-transform: translate3d(0,0,0);
  margin:0;
  line-height:30px;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li > a{
  border-color: #e1e1e1;
  color: #333333;
  line-height: 1.3em;
  height: auto;
  padding: 15px 50px;
  display: block;
  text-align: left;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: relative;
  transition: none;
}

.mobile-menu-primary .hs-menu-wrapper > ul ul {
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  width: 100%;
  margin: 0;
  border-top-color: #808080;
  padding: 0;
  background: transparent;
  list-style: none outside;
}
.mobile-menu-primary .hs-menu-wrapper > ul ul > li{
  margin: 0;
  border-color: #e1e1e1;
  line-height:30px;
}
.mobile-menu-primary .hs-menu-wrapper > ul ul > li > a{
  border-color: #e1e1e1;
  color: #333333;
  line-height: 1.3em;
  height: auto;
  padding: 15px 50px 15px 70px;
  display: block;
  text-align: left;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: relative;
  transition: none;
}

@media(min-width:990px){

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active:not(.hs-item-has-children) > ul{
    display: block;
    visibility: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul{
    display: none;
    background-color: #ffffff;
    list-style: none outside;
    color: #808080;
    border-color: #e1e1e1;
    border-top-color: #808080;
    border-top-width: 2px;
    border-top-style: solid;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
    color: #919191;
    font-size: 14px;
    line-height: 2em;
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    padding: 8px 15px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    font-family: inherit;
    border-color: #e1e1e1;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
    -webkit-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover{
    background-color: #f8f8f8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul> li:hover > ul{
    display: block;
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul{
    color: #919191;
    font-size: 14px;
    line-height: 2em;
    left: -207px;
    top: 0px;
    margin: 0;
    border-color: #e1e1e1;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 0px;
    display: none;
    position: absolute;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul > li{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
    z-index: 20;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul > li > a{
    color: #919191;
    font-size: 14px;
    line-height: 2em;
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    padding: 8px 15px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    font-family: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-color: #e1e1e1;
    border-left-width: 1px;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
    -webkit-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul{
    color: #919191;
    font-size: 14px;
    line-height: 2em;
    left: -207px;
    top: 0px;
    margin: 0;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 0px;
    display: none;
    position: absolute;
    width: 208px;
    z-index: 2;
    padding: 0;
    border-color: #e1e1e1;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul > li{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
    z-index: 20;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul > li > a{
    color: #919191;
    font-size: 14px;
    line-height: 2em;
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    padding: 8px 15px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    font-family: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
    -webkit-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
  }
  .header {
    position: relative;
    min-height: 120px !important;
  }

  header.header.lp-header {
    min-height: 90px !important;
  }
  .header-group {
    position: fixed;
    z-index: 501;
    width: 100%;
    color: #333;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  .header-bottom_1 {
    /* transition: all 0.3s ease-in-out; */
  }
  .scroll-header .header__logo img {
    width: 108.188px !important;
    max-height: 44px !important;
    height: 44px !important;
  }

  .scroll-header .header-bottom_1 {
    height: 44px;
    line-height: 44px;
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li {
    height: 44px;
    line-height: 44px;
  }

  .scroll-header .header-search ul li {
    height: 44px;
    line-height: 44px;
  }
}


@media(max-width:1030px){

  .header-search{
    right:0;
  }

  .custom-menu-primary {
    right: 40px;
  }
}

@media(max-width:989px){


  .child-trigger{
    display: inline-block;
    padding: 0 10px;
    font-size: 11px;
    opacity: 0.5;
    vertical-align: top;
    float: right;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    right: 30px;
    top: 28px;
    margin-top: -11px;
    height: 20px;
    line-height: 20px;
    border-color: #e1e1e1;
    color: #333333;
    cursor:pointer;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger:before{
    content: "\E87d";
    font-family: 'entypo-fontello';
  }
  .child-trigger.child-open{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .av-hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 4px;
    top: 7px;
    z-index: 999
  }

  .av-hamburger-box {
    width: 31px;
    height: 24px;
    display: inline-block;
    position: relative
  }

  .av-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
  }

  .av-hamburger-inner,.av-hamburger-inner::before,.av-hamburger-inner::after {
    width: 35px;
    height: 3px;
    background-color: gray;
    border-radius: 3px;
    position: absolute;
    transition: transform .15s ease
  }

  .mobile-open .av-hamburger-inner,.mobile-open .av-hamburger-inner::before,.mobile-open .av-hamburger-inner::after {
    background-color: #333
  }

  .av-hamburger-inner::before,.av-hamburger-inner::after {
    content: "";
    display: block
  }

  .av-hamburger-inner::before {
    top: -10px
  }

  .av-hamburger-inner::after {
    bottom: -10px
  }

  .av-hamburger--spin .av-hamburger-inner {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }

  .av-hamburger--spin .av-hamburger-inner::before {
    transition: top .1s .34s ease-in,opacity .1s ease-in,background-color .15s ease
  }

  .av-hamburger--spin .av-hamburger-inner::after {
    transition: bottom .1s .34s ease-in,transform .3s cubic-bezier(0.55,0.055,0.675,0.19),background-color .15s ease
  }

  .av-hamburger--spin.is-active .av-hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }

  .av-hamburger--spin.is-active .av-hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out,opacity .1s .14s ease-out,background-color .15s ease
  }

  .av-hamburger--spin.is-active .av-hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out,transform .3s .14s cubic-bezier(0.215,0.61,0.355,1),background-color .15s ease
  }

  .overlay {
    background: #000;
    display: block;
    position: fixed;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.75,0,0.25,1);
    visibility: hidden;
  }
  .mobile-open .overlay {
    opacity: .3;
    visibility: visible;
  }
  .custom-menu-primary {
    position: fixed;
    right: -100%;
    background: #fff;
    z-index: 99;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: 100vh;
    max-width: 350px !important;
    width: 100% !important;
    top: 0;
    padding: 0px;
    -webkit-transition: all .5s cubic-bezier(0.75,0,0.25,1);
    transition: all .5s cubic-bezier(0.75,0,0.25,1);
    left: auto;
    bottom: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
  }
  .mobile-open .custom-menu-primary {
    right: 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display: table;
    height: 100vh;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 112px 0px;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
    width: 100%;
    display: block;
    float: none;
    height: auto;
    line-height: 30px;
    padding:0;
    margin:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 15px 50px;
    margin: 0;
    border:none;
    border-bottom:1px solid #e1e1e1;
    font-weight:400;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    text-decoration: none;
    border:none;
    border-bottom:1px solid #e1e1e1;;
    color: #333333 !important;
    margin:0;
    text-transform: none;
    font-size: 17px;
    font-weight:400;
  }

  .child-trigger.child-open::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul,
  .custom-menu-primary .hs-menu-wrapper > ul ul ul{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display:none;
    margin:0;
    padding:0;
    list-style:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    position: relative;
    float:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a{
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    text-decoration: none;
    border:none;
    border-bottom:1px solid #e1e1e1;;
    color: #333333 !important;
    margin:0;
    text-transform: none;
    font-size: 17px;
    font-weight:400;
    padding-left:70px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a::before {
    background-color: #333;
    height: 1px;
    display: block;
    position: absolute;
    margin-top: 0;
    opacity: .3;
    width: 7px;
    left: 50px;
    top: 50%;
    content: "";
  }

}

@media only screen and (max-width: 989px) and (min-width: 768px){
  .header-bottom_1 {
    height: 90px;
    line-height: 90px;
  }
  .mobile-toggle{
    display:block;
    z-index: 1000;
  }
  .mobile-toggle a{
    height: 90px;
    line-height: 90px; 
  }
  .header-search{
    position: absolute;
    right: 55px;
    z-index: 1000;
  }
  .header-search ul li{
    height: 90px;
    line-height: 90px;
  }
  .header-search ul li a{
    min-width: 0;
    padding: 0 0 0 20px;
    margin: 0;
    border-style: none;
    border-width: 0;
    font-size: 24px;
    color:#333333;
  }
  .header__logo a{
    max-height: 90px;
  }
  .header__logo img {
    margin: 0;
    width: 221.300px !important;
    height: 90px;
    max-height: 90px;
  }
  .top-right{
    display:none;
  }
  .mobile-open .av-burger-overlay{
    display:block;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px){
  
  a#scroll-top-link{
    display:none !important;
  }
  .header__container{
    padding: 0;
    width: 85%;
    max-width: 85%!important;
    margin: 0 auto;
    float: none;
  }
  .header-bottom_1 {
    height: 88px;
    line-height: 88px;
  }
  .mobile-toggle{
    display:block;
    z-index: 1000;
  }
  .top-right{
    display: none;
  }
  .header-search{
    position: absolute;
    right: 55px;
    z-index: 1000;
  }
  .header-search ul li{
    height: 88px;
    line-height: 88px;
  }
  .header-search ul li a{
    min-width: 0;
    padding: 0 0 0 20px;
    margin: 0;
    border-style: none;
    border-width: 0;
    font-size: 24px;
    color:#333333;
  }
  .mobile-toggle a{
    height: 88px;
    line-height: 88px; 
  }

  .top_left{
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: static;
  }
  .top_left ul {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: static;
  }
  .top_left ul li {
    float: none;
    display: inline-block;
    padding: 0 9px;
  }
  .phone-info {
    float: none;
    width: 100%;
    clear: both;
    text-align: center;
  }
  .phone-info span {
    margin: 0;
    padding: 0;
    border: none;
  }
  .header__logo{
    display: table;
    height: 80px!important;
    float: none;
    padding: 0;
    border: none;
    width: 80%;
  }
  .header__logo a{
    max-height: 88px;
    display: table-cell;
    vertical-align: middle;
  }
  .header__logo img {
    height: auto !important;
    max-width: 100%;
    display: block;
    max-height: 88px;
  }
  .mobile-open .av-burger-overlay{
    display:block;
    opacity: 1;
  }
}

@media(max-width: 400px) {
  .search-wrapper {
    top:81%;
    right: -20px;
    width: 239px
  }

  .search-wrapper form>div {
    position: relative;
    max-width: 100%;
    margin: 16px;
    border-color: #e1e1e1
  }
}

@media(max-width: 360px) {

  .header__logo img {
    max-height: 88px;
  }
  .av-hamburger {
    right: -4px;
  }
  .header-search {
    position: absolute;
    right: 40px;
    z-index: 1000;
  }
}
/* CURRENT */
/*--------------------------------------------------------------------------*/

.language-switch .lang-selected {
  font-size: 0;
  display: none;
}


/* TOGGLE */
/*--------------------------------------------------------------------------*/

.language-switch .lang-btn {
  display: block; 
  position: relative;
  background: transparent; 
  width: 70px; 
  height: 70px; 
  margin: 8px 0 0;
  padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer; 
}
.language-switch .lang-btn svg {
  fill: ;
  width: 24px;
  height: 24px;
  margin: 23.0px;
}

/* Disabled */
html.hs-inline-edit .lang-btn,
.language-switch .lang-btn.disabled {
  cursor: default;
  opacity: 0.25;
}

/* Focus with mouse */
.language-switch .lang-btn:focus:not(:focus-visible) {
  outline: 0;
}


/* DROPDOWN */
/*--------------------------------------------------------------------------*/

.language-switch .lang-menu {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  min-width: 160px;
  padding: 0 0 0 24px;
  margin: 0;
  z-index: 1;
  list-style: none;
  border-radius: 2px;
}
.language-switch .lang-menu > li {
  position: relative;
  line-height: 50px;
}


/* DROPDOWN (open/close) */
/*--------------------------------------------------------------------------*/

#switch-btn,
#switch-btn ~ .lang-menu {
  display: none;
}
#switch-btn:checked ~ .lang-menu {
  display: block;
}


/* LINK */
/*--------------------------------------------------------------------------*/

.language-switch .lang-option {
  display: inline-block;
  width: 100%;
}
.language-switch .lang-option:hover,
.language-switch .lang-option:focus {
  text-decoration: none;
  background: white;
}


/* FLAGS */
/*--------------------------------------------------------------------------*/

.language-switch .lang-flag {
  display: inline-block;
}


/* Sticky header */
/*--------------------------------------------------------------------------*/

.scroll-header .language-switch .lang-btn {
  height: 37px;
}
.scroll-header .language-switch .lang-btn svg {
  margin: 3px 23px;
}
/* Country Flags (Language Switch) */
/*--------------------------------------------------------------------------*/

.lang-flag {
  background-image: url(https://7292215.fs1.hubspotusercontent-na1.net/hubfs/7292215/raw_assets/public/Schildknecht_September2020/images/flags.svg);
  background-size: 48px 150px;
  width: 25px;
  height: 25px;
  display: inline-block;    
  vertical-align: text-bottom;
  line-height: 0;
  margin-top: -1px;
  margin-right: 8px;
}


/* Sprite-Set */
/*--------------------------------------------------------------------------*/

.lang-flag.en {
  background-position: center -0px;
}
.lang-flag.es {
  background-position: center -25px;
}
.lang-flag.de {
  background-position: center -50px;
}
.lang-flag.nl {
  background-position: center -75px;
}
.lang-flag.fr {
  background-position: center -100px;
}
.lang-flag.it {
  background-position: center -125px;
}
/* ******************************************************************************
*********************************************************************************
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;
}
.footer-top {
  padding: 15px 0 30px 0;
  z-index: 1;
  background-color: #0080bc;
  color: #ffffff;
  clear: both;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #0f81a1;
}
.footer__container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0px 50px;
  clear: both;
}
.footer__container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.footer-coloumn-1{
  margin-left: 0;
  clear: left;
  width: 20.5%;
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  font-size: 17px;
}
.footer-coloumn-1:before, .footer-coloumn-1:after{
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.footer-coloumn-inner-1{
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
  border-top: none;
  clear: both;
  position: relative;
  float: none;
}
.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.footer-coloumn-2{
  margin-left: 6%;
  width: 20.5%;
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
}
.footer-coloumn-2:before, .footer-coloumn-2:after{
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.footer-coloumn-inner-2{
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
  border-top: none;
  clear: both;
  position: relative;
  float: none;
}
.footer-coloumn-inner-2 h3{
  text-transform: uppercase;
  margin-top: 0.85em;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.1em;
}
.footer-menu .hs-menu-wrapper > ul{
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none outside;
  list-style-type: none;
}
.footer-menu .hs-menu-wrapper > ul > li{
  background-color: transparent;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  font-size: 13px;
  line-height: 28.05px;
}
.footer-menu .hs-menu-wrapper > ul > li > a{
  color: #FFF;
  display: block;
  padding: 4px 0px 5px 0;
  text-decoration: none;
  box-shadow: none;
}
.footer-menu .hs-menu-wrapper > ul > li > a{
  text-decoration:none;
}
.footer-col-2-space{
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
  clear: both;
  position: relative;
  float: none;
}
.footer-coloumn-3{
  margin-left: 6%;
  width: 20.5%;
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
}
.footer-coloumn-3:before, .footer-coloumn-3:after{
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.footer-coloumn-inner-3{
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
  border-top: none;
  clear: both;
  position: relative;
  float: none;
}
.footer-coloumn-inner-3 h3{
  text-transform: uppercase;
  margin-top: 0.85em;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.1em;
}
.footer-coloumn-4 {
  margin-left: 6%;
  width: 20.5%;
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
}
.footer-coloumn-4:before, .footer-coloumn-4:after{
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.footer-coloumn-inner-4{
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
  border-top: none;
  clear: both;
  position: relative;
  float: none;
}
.footer-coloumn-inner-4 h3{
  text-transform: uppercase;
  margin-top: 0.85em;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.1em;
}
.footer-top-social ul{
  float: none;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 30px;
  z-index: 150;
  overflow: hidden;
  list-style: none outside;
}
.footer-top-social ul li{
  background: transparent;
  height: 100%;
  float: left;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-right-style: solid;
  border-right-width: 1px;
  display: block;
  width: 30px;
  border-color: #0f81a1;
}
.footer-top-social ul li a{
  background: transparent;
  transition: all 0.3s ease-out;
  float: left;
  max-width: 100%;
  width: 30px;
  line-height: 30px;
  display: block;
  margin: 0px;
  outline: none;
  padding: 0;
  min-height: 30px;
  height: 100%;
  overflow: visible;
  z-index: 2;
  position: relative;
  text-align: center;
}
.footer-top-social ul li a:before{
  font-family: 'entypo-fontello';
  content: attr(data-av_icon);
}
.footer-top-social ul li a:hover{
  text-decoration:none;
}
.footer-top-social ul li.social_bookmarks_twitter a{
  color: #fff;
  background-color: #46d4fe;
}
.footer-top-social ul li.social_bookmarks_facebook a{
  color: #fff;
  background-color: #37589b;
}
.footer-top-social ul li.social_bookmarks_linkedin a{
  color: #fff;
  background-color: #419cca;
}
.footer-top-social ul li.social_bookmarks_youtube a{
  color: #fff;
  background-color: #a72b1d;
}
.footer-top-social ul li.social_bookmarks_xing a{
  color: #fff;
  background-color: #006567;
}

.footer-bottom{
  font-size: 11px;
  margin-top: -1px;
  z-index: 1;
  background-color: #525252;
  color: #ffffff;
  clear: both;
  position: relative;
  /* z-index: 1; 
  border-top-style: solid;
  border-top-width: 1px; */
}
.copy{
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer__copyright {
  float: left;
  line-height:28.05px;
}
.footer__copyright a{
  color: #ffffff;
}
.footer__copyright a:hover{
  color: #bde5f0;
}
.footer__copyright .hs_cos_wrapper_type_module {
  display: inline-block;
}
.footer-copyright-icon ul{
  background: transparent;
  float: right;
  margin: -10px 0 0 30px;
  position: relative;
  height: 30px;
  z-index: 150;
  border-color: #bde5f0;
  list-style: none outside;
}
.footer-copyright-icon ul li{
  background: transparent;
  border-radius: 300px;
  border: none;
  overflow: hidden;
  top: 5px;
  position: relative;
  height: 100%;
  float: left;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 30px;
}
.footer-copyright-icon ul li a{
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 300px;
  float: left;
  width: 30px;
  line-height: 30px;
  display: block;
  margin: 0px;
  outline: none;
  padding: 0;
  min-height: 30px;
  height: 100%;
  overflow: visible;
  z-index: 2;
  position: relative;
  text-align: center;
  border-color: #bde5f0;
  text-decoration:none !important;
}
.footer-copyright-icon ul li a:before{
  font-family: 'entypo-fontello';
  content: attr(data-av_icon);
}
.footer-copyright-icon ul li.social_bookmarks_twitter a{
  color: #fff;
  background-color: #46d4fe;
}
.footer-copyright-icon ul li.social_bookmarks_facebook a{
  color: #fff;
  background-color: #37589b;
}
.footer-copyright-icon ul li.social_bookmarks_linkedin a{
  color: #fff;
  background-color: #419cca;
}
.footer-copyright-icon ul li.social_bookmarks_youtube a{
  color: #fff;
  background-color: #a72b1d;
}
.footer-copyright-icon ul li.social_bookmarks_xing a{
  color: #fff;
  background-color: #006567;
}

a#scroll-top-link {
    position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    right: 50px;
    bottom: 50px;
    z-index: 1030;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #525252;
    color: #ffffff;
    border: 1px solid #bde5f0;
    opacity: 0.7;
    visibility: visible;
}

a#scroll-top-link:hover {
    background-color: #f8f8f8;
    color: #0080bc;
    border: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767px){
  .footer__container{
    width: 85%;
    max-width: 85%!important;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .footer-coloumn-1{
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer-coloumn-2{
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer-coloumn-3{
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer-coloumn-4{
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

/* FOOTER FORM
 * In addition to the advanced "form.css" from Ixtensa.
 */
.footer-form form,.footer-form form fieldset {
  border: 0px solid #ddd;
  margin: 0;
  clear: both;
}
.footer-form form.hs-form > .hs-form-field, 
.footer-form fieldset > .hs-form-field, 
.footer-form fieldset > .hs-dependent-field>.hs-form-field,
.footer-form .legal-consent-container {
  /* Minimize Gutter */
  margin-top: 16px;
}
.footer-form .hs-form .hs-form-field > label {
  /* Remove Labels */
  display: none;
}
.footer-form .hs-form .hs-error-msgs li > label.hs-error-msg {
  color: #28B8CE !important;
}
.footer-form form input.hs-input.error {
  border-color: #28B8CE !important;
}
.footer-form form .field {
  margin: 2px 0;
  position: relative;
  width: 100%;
  font-size: 17px;
}
.footer-form form .hs-input {
  border: 1px solid #0f81a1;
  background-color: #FFF;
  color: #0f81a1;
  margin-bottom: 0;
  display: inline;
  outline: none;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-form form .hs-input:focus {
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.footer-form form .hs_submit {
  margin: 2px 0;
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  font-size:17px;
}
.footer-form form input.hs-input.error {
  border: 1px solid #DF653E;
}
.footer-form form .hs_submit .hs-button {
  margin-top: 5px;
  margin-bottom:0px;
  width: 100%;
  padding: 13px 10px;
  background-color: #ffffff;
  color: #0080bc;
  border-color: #dddddd;
  border-radius: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: normal;
  font-size: 0.92em;
  min-width: 142px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  font-family: nexa_regularregular;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page .hs-input[type=checkbox]{
  width:auto !important;
  display:inline-block !important;
}
.systems-page {
  padding: 50px 0px;
}
.systems-page p.header {
  position: static;
  min-height: 0 !important;
  padding: 0;
  margin: 0;
  background: transparent;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 17px;
  line-height:1.5;
  color: #4F7D24;
  padding: 5px 10px;
}
a#hs_login_reset {
  margin: 10px 0;
  display: block;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: nexa_regularregular, serif;
  font-size: 1.25rem;
  color: #666666;
  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: #666666;
}

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