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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "ArialMtLight";
  src: url('//f.hubspotusercontent20.net/hubfs/6740625/DoubleSlash_March_2021/fonts/ArialMT-Light.eot'); /* IE9 Compat Modes */
  src: url('//f.hubspotusercontent20.net/hubfs/6740625/DoubleSlash_March_2021/fonts/ArialMT-Light.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/ArialMT-Light.woff2') format('woff2'), /* Super Modern Browsers */
      url('//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/ArialMT-Light.woff') format('woff'), /* Pretty Modern Browsers */
        url('//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/ArialMT-Light.ttf')  format('truetype'); /* Legacy iOS */
          font-weight: 300;
          }

@font-face {
  font-family: "ArialStd";
  src: url('//f.hubspotusercontent20.net/hubfs/6740625/DoubleSlash_March_2021/fonts/ArialMTStd-Medium.eot'); /* IE9 Compat Modes */
  src: url('//f.hubspotusercontent20.net/hubfs/6740625/DoubleSlash_March_2021/fonts/ArialMTStd-Medium.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/ArialMTStd-Medium.woff2') format('woff2'), /* Super Modern Browsers */
      url('//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/ArialMTStd-Medium.woff') format('woff'), /* Pretty Modern Browsers */
        url('//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/ArialMTStd-Medium.ttf')  format('truetype'); /* Legacy iOS */
          font-weight: 500;
          }


@font-face {
 font-family: "Arial Light";
  src: url('//f.hubspotusercontent20.net/hubfs/6740625/DoubleSlash_March_2021/fonts/ArialW02-Light.eot'); /* IE9 Compat Modes */
  src: url('//f.hubspotusercontent20.net/hubfs/6740625/DoubleSlash_March_2021/fonts/ArialW02-Light.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/ArialW02-Light.woff2') format('woff2'), /* Super Modern Browsers */
      url('//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/ArialW02-Light.woff') format('woff'), /* Pretty Modern Browsers */
        url('//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/ArialW02-Light.ttf')  format('truetype'); /* Legacy iOS */
          font-weight:400;
          }

@font-face {
 font-family: FontAwesome;
  src: url('//f.hubspotusercontent20.net/hubfs/6740625/DoubleSlash_March_2021/fonts/LineAwesome.eot'); /* IE9 Compat Modes */
  src: url('//f.hubspotusercontent20.net/hubfs/6740625/DoubleSlash_March_2021/fonts/LineAwesome.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/LineAwesome.woff2') format('woff2'), /* Super Modern Browsers */
      url('//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/LineAwesome.woff') format('woff'), /* Pretty Modern Browsers */
        url('//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/LineAwesome.ttf')  format('truetype'); /* Legacy iOS */
          font-weight:400;
          }

@font-face {
 font-family: Roboto;
  src: url('https://6740625.fs1.hubspotusercontent-na1.net/hubfs/6740625/DoubleSlash_March_2021/fonts/Roboto.eot'); /* IE9 Compat Modes */
  src: url('https://6740625.fs1.hubspotusercontent-na1.net/hubfs/6740625/DoubleSlash_March_2021/fonts/Roboto.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('//6740625.fs1.hubspotusercontent-na1.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/Roboto.woff2') format('woff2'), /* Super Modern Browsers */
      url('//6740625.fs1.hubspotusercontent-na1.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/Roboto.woff') format('woff'), /* Pretty Modern Browsers */
        url('//6740625.fs1.hubspotusercontent-na1.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/fonts/Roboto.ttf')  format('truetype'); /* Legacy iOS */
          font-weight:400;
          }
html {
  font-size: 24px;
}

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

p {
  margin-top: 0;
  margin-bottom: 15px;

}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .67em 0;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

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

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

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

h5 {
  font-size: 1rem;
  line-height: 1.1;
}

h6 {
  font-size: .9rem;
  line-height: 1.1;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

.body-wrapper ul[style*="list-style-type: circle;"] li::marker {
  content: "> " !important;
  position: absolute;
  left: 0;
}

.body-wrapper ul[style*="list-style-type: square;"] li::marker {
  content: "// " !important;
  color: #00a5e1;

}

/*.body-wrapper ul li , .body-wrapper ol li {
  position: relative;
  padding-left: 1.2em;
}

.body-wrapper ul , .body-wrapper ol {
  padding: 0;
}
*/
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

figure {
  margin: 0;
}

img {
    
    max-width: 100%;
    height: auto;
}
/* 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;
}

/* Highlighted Text */
::-moz-selection {
  background: #00a5e1;
  color: #000000;
  text-shadow: none;
}
::selection {
  background: #00a5e1;
  color: #000000;
  text-shadow: none;
}

.dnd-section > .row-fluid , .header__container , .footer__container , .content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

@media (min-width:768px){
  .dnd-section > .row-fluid , .header__container , .footer__container , .content-wrapper {
    max-width:750px;
  }
 
}
@media (min-width: 992px){
  .dnd-section > .row-fluid , .header__container , .footer__container , .content-wrapper {
    max-width:970px;
  }
  
  
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 700px;
  font-family: Lato, sans-serif;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  text-decoration: none !important;
  margin: 30px 0;
  -moz-box-shadow: inset 0px -1px 1px 0px #555;
  -webkit-box-shadow: inset 0px -1px 1px 0px #555;
  box-shadow: inset 0px -1px 1px 0px #555;
  /*-moz-transform: skewX(-20deg);
  -webkit-transform: skewX( 
    -20deg
  );
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX( 
    -20deg*/
  );
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  outline: 0;
  white-space: normal !important;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {

  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
}

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

.hs-input , input#hs-pwd-widget-password {
  display: inline-block;
  height: auto;
  font-size: 14px;
  color: #333333;
  box-sizing: border-box;
  background: #d7e9f4;
  border: 1px #d7e9f4 solid;
  width: 100% !important;
  padding: 8px 10px;
  margin-top: 10px;
  font-family: inherit;
  line-height: 20px;
  margin-bottom: 10px;
  outline:0;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
  visibility: hidden;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.header {
  background-color: transparent;
}

.header__container {
  margin: 0 auto;

}

.header-group {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 500;



}

.header__container {
  position: relative;
}

.header-logo {
  width: 140px;
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
  min-height: 42px;
}



.header-logo a {
  text-decoration: none;
  max-width: 100%;
  color: #ff9f00;
}

.header-logo a img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 155px !important;
}

.header-meta {
  display: none;
  position: absolute;
  z-index: 50;
  top: 66px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}


.header-meta-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
}

.header-meta-item {
  background: #ffffff;
  padding: 5px 0;
  margin: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}





.header-button, .header-meta-contact a , .header-meta-item a {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  height: 40px;
  border-left: 1px #e8e8e8 solid;
  -webkit-box-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-align-content: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: 100%;
}


.header-meta-item:first-child .header-button {
  border-left: none;
}

.header-button-icon, .header-meta-contact a svg {
  height: 20px;
  color: #515151;
  fill: #515151;
  transition: 300ms;
  margin: auto;
}


.header-button-icon.header-search-button-search {
  stroke: #000000;
  stroke-width: 1.2;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-opacity: 1;
}

.header-meta-search .tx-kesearch-pi1 {
  font-family: Sans-Serif;
  display: none;
}

.header-search {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: opacity 0.25s linear 0s;
  -ms-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  -webkit-transition: opacity 0.25s linear 0s;
  transition: opacity 0.25s linear 0s;
  margin: 0 17px !important;
  padding: 0;
  height: 42px;
  width: calc(100% - 34px);
  background: #e8e8e8;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: -10;
  position: absolute;
  top: 59px;
  left: 0;
  border-bottom: 1px solid #ebebeb;
}


.header-search {
  border: 0 none;
  margin: 0 0 20px 0;
}

.header-search-input input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  background: none !important;
  border: none !important;
  color: #2b2b2b;
}

.header-search-reset {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 100%;
  display: block;
  border: none;
  width: 25px;
  margin: 0 15px 0 5px;
  background: none;
  color: #515151;
  fill: #515151;
  padding: 4px 0 0 0;
}


.header-search-submit {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  cursor: pointer;
  height: 100%;
  display: block;
  border: none;
  width: 52px;
  background: #ff9f00;
  color: #fff;
  fill: #fff;
  padding: 11px;
}


.header-search-submit svg {
  width: 18px;
}


.header-search-close {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 100%;
  display: block;
  border: none;
  width: 52px;
  background: #ff9f00;
  color: #fff;
  fill: #fff;
  padding: 11px;
  outline:0;
}


.header-search-close {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #ffffff;
  width: 44px;
  padding: 12px 0;
  background: #c6c6c6;
}



.header-search-close svg {
  width: 16px;
}



.header-meta-link a {
  color: #515151;
}

.header-meta-item a > span {
  height: 20px;
  color: #515151;
  fill: #515151;
  transition: 300ms;
  margin: auto;
}


.header-meta-item a > span {
  display: flex;
}

.header-meta-item a > span > span {
  display: none;
}


.header-meta-item a svg {
  height: 20px;
  color: #515151;
  fill: #515151;
  transition: 300ms;
  margin: auto;
  display: flex;
  height: 14px;
}


.header-meta-item:last-child {
  margin-right: 0;
}

.header-button-language ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  height: 20px;
  color: #515151;
  fill: #515151;
  transition: 300ms;
  margin: auto;
  display: block;
}




.header-button-language ul > li:first-child {
  font-weight: bold;
  display: block;
  padding: 0;
}

.header-button-language ul > li:first-child:before {
  display: none;
}

.header-button-language ul > li:first-child > a {
  color: #00a5e1;
  padding: 0;
  display: inline;
}





.header-button-language ul > li:nth-child(2):before {
  display: none;
}

.header-button-language ul > li:last-child {
  display: block;
  padding: 0;
}

.header-button-language ul > li:last-child:before {
  display: none;
}

.header-button-language ul > li:last-child > a {
  padding: 0;
  color: #515151;
  text-decoration: none;
  display: inline;
}

.header-menu-group {
  display: none;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  top: 117px;
  background: #ffffff;
}



.header-navi {
  border-top: 1px solid #ebebeb;
}

.header-navi {
  border-top: none;
}

.header-navi {
  -moz-transition: opacity 0.25s linear 0s;
  -ms-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  -webkit-transition: opacity 0.25s linear 0s;
  transition: opacity 0.25s linear 0s;
  width: 100%;
  position: relative;
  opacity: 1;
  transition: 300ms;
  background: #fff;
}



.header-navi {
  max-height: calc(100vh - 145px);
  overflow-y: auto;
}



.header-navi .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  display: block;
}



.header-navi .hs-menu-wrapper > ul > li {
  padding: 0;
  border-top: 1px solid #ebebeb;
  list-style-type: none;
  display: block;
  cursor: pointer;
  font-size: 16px;
  padding-bottom: 0;
}

.header-navi .hs-menu-wrapper > ul > li {
  border-top: none;
}




.header-navi .hs-menu-wrapper > ul > li > a {
  font-family: Arial,Helvetica,sans-serif;
  display: block;
  color: #515151;
  text-decoration: none;
  padding: 15px 17px;
  position: relative;
  z-index: 10;
  flex-grow: 1;
  transition: 300ms;
}



.header-navi .hs-menu-wrapper>ul>li>ul {
  background-image: none;
  padding-left: 0;
  font-size: 15px;
  display: none;
}

.header-navi .hs-menu-wrapper > ul > li:before {
  display: none;
}


.header-meta-item.header-meta-contact a svg{
  display: block;
}


.search-open .header-meta-search .tx-kesearch-pi1 {
  display: block;
}

#header-search-input {
  padding: 0 0 0 10px;
  width: 10px;
  height: 100%;
  transition: 400ms;
  width: 100%;
}


.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px);
  clip: rect(1px,1px,1px,1px);
}

.header-search-input input {
  outline: 0;
}


.header-navi .hs-menu-wrapper>ul>li >ul > li:before {
  display: none;
}


.header-navi .hs-menu-wrapper>ul> li > ul:before {
  content: " ";
  position: absolute;
  top: -17px;
  height: 33px;
  width: 100%;
  left: 0;
  background: #fff;
}

.header-navi .hs-menu-wrapper>ul>li >ul > li:first-child {
  border-top: none;
}



.header-navi .hs-menu-wrapper>ul>li >ul > li > a {
  font-family: Arial,Helvetica,sans-serif;
  display: block;
  color: #515151;
  text-decoration: none;
  padding: 15px 17px;
  position: relative;
  z-index: 10;
  flex-grow: 1;
  padding-left: 45px;
  transition: 300ms;
}


.header-navi .hs-menu-wrapper>ul>li >ul > li > a:before {
  top: -10px;
  content: '//';
  display: block;
  position: absolute;
  left: -14px;
  letter-spacing: 0.02em;
  transition: 300ms;
  color: #fff;
}

.header-navi .hs-menu-wrapper>ul>li >ul > li > a:hover {
  outline: 0;
  color: #ff9f00;
}

.header-navi .hs-menu-wrapper>ul>li >ul > li > a:hover:before {
  top: 0;
  color: #ff9f00;
}

.header-navi .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: static;
}

.header-navi .hs-menu-wrapper>ul {
  position: relative;
}

.header-navi .hs-menu-wrapper>ul>li>ul:after {
  content: " ";
  flex-basis: 32%;
  width: 32%;
  max-width: 32%;
  padding: 0;
  border-right: none;
}

.navi-level-2-abstract {
  display: none;
}



.header-navi .hs-menu-wrapper>ul>li>ul>li > ul {
  padding-left: 0;
  display: none; 
}

.header-navi .hs-menu-wrapper>ul>li>ul>li > ul > li {
  border-top: 1px solid #ebebeb;
  list-style-type: none;
  padding: 0;
}


.header-navi .hs-menu-wrapper>ul>li>ul>li > ul > li:first-child {
  border-top: none;
}

.header-navi .hs-menu-wrapper>ul>li>ul>li > ul > li:before {
  display: none;
}

.header-navi .hs-menu-wrapper>ul>li>ul>li > ul > li > a {
  font-family: Arial,Helvetica,sans-serif;
  display: block;
  color: #515151;
  text-decoration: none;
  padding: 15px 17px;
  position: relative;
  z-index: 10;
  flex-grow: 1;
  padding-left: 45px;
  transition: 300ms;
  font-size: 14px;
  text-transform: none;
  font-family: "Arial Light",Arial,Helvetica,sans-serif;
}

.header-navi .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
  color: #ff9f00;
  outline: 0;
}

.header-navi .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover:before {
  color: #ff9f00;
  top: 0;
}

/* ******************************************************************************
*********************************************************************************
blog header
*********************************************************************************
****************************************************************************** */



.blog-header-group {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
}

.site-branding {
  position: absolute;
  width: 155px;
  margin-top: 34px;
}

.site-branding a {
  text-decoration: none;
  color: #000;
}

.site-branding a img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 155px !important;
}

.hamburger-menu {
  display: none;
  position: absolute;
  top: 13px;
  right: 0;
  cursor: pointer;
  width: 41px;
  height: 41px;
  border: 2px solid #515151;
  border-radius: 3px;
  padding: 9px;
  background: none;
  -webkit-transition: background-color 300ms,border 300ms;
  transition: background-color 300ms,border 300ms;
}

.hamburger-menu .bar, .hamburger-menu .bar::after, .hamburger-menu .bar::before {
  width: 19px;
  height: 2px;
}

.hamburger-menu .bar {
  position: relative;
  background: #515151;
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}

.site-navigation {
  width: 100%;
}

.meta-menu {
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.meta-menu .search-wrap {
  position: relative;
}

.meta-menu>div {
  padding: 0 10px 5px 10px;
}

.site-navigation .meta-menu a {
  outline: none;
  color: #333;
  background: none;
  line-height: 22px;
  font-size: 22px;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.meta-menu .search-wrap .search-inner {
  border: 1px solid #515151;
  border-radius: 3px;
  padding-left: 112px;
}

.meta-menu .search-wrap .search-form-wrap {
  display: none;
}

.meta-menu .search-wrap .search-form-wrap form {
  border-radius: 3px;
  -webkit-transition: opacity 0.25s linear 0s;
  transition: opacity 0.25s linear 0s;
  margin: 0 20px!important;
  padding: 0;
  background: #e8e8e8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  left: auto;
  border-bottom: 1px solid #ebebeb;
  width: auto;
  height: 30px;
  top: auto;
  bottom: 5px;
  right: -10px;
  border-bottom: none;

}

.site-navigation .meta-menu a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.blog-cotact-btn i:before {
  content: "\f1c7";
}

.blog-rss i:before {
  content: "\f2e3";
}

.menu-hauptmenu-container {
  width: calc(100% - 155px);
  margin-left: auto;
}

.menu-hauptmenu-container .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 93px 0 0 80px;
  flex-wrap: nowrap;
}

.menu-hauptmenu-container .hs-menu-wrapper > ul > li {
  padding: 0;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  border-right: none;
  padding: 0 0 19px 0;
  font-size: 20px;
  color: #515151;
}

.menu-hauptmenu-container .hs-menu-wrapper > ul  li:before {
  display: none;
}

.menu-hauptmenu-container .hs-menu-wrapper > ul > li > a {
  outline: none;
  display: block;
  padding: 10px 20px 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #515151;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}


.menu-hauptmenu-container .hs-menu-wrapper > ul > li:not(:last-child):after {
  content: "//";
  margin-top: auto;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 100%;
  color: #333;
}

.menu-hauptmenu-container .hs-menu-wrapper > ul > li:last-child > a {
  padding-right: 0;
}


.menu-hauptmenu-container .hs-menu-wrapper > ul > li > ul:before {
  content: " ";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  background: #fff;
}

.menu-hauptmenu-container .hs-menu-wrapper > ul > li > ul > li {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  width: 32%;
  max-width: 32%;
  margin: 0 auto 30px 0;
  border: none;
  padding: 0;
}

.menu-hauptmenu-container .hs-menu-wrapper > ul > li > ul > li > a {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #515151;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  padding: 0;
  font: 1em/1.5 Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.menu-hauptmenu-container .hs-menu-wrapper > ul > li > ul > li > a:before {
  content: '//';
  position: absolute;
  left: -14px;
  color: #fff;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: -webkit-transform 300ms,color 300ms;
  transition: transform 300ms,color 300ms;
}

.menu-hauptmenu-container .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #ff9f00;
}

.menu-hauptmenu-container .hs-menu-wrapper > ul > li > ul > li > a:hover:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #ff9f00;
}

.menu-hauptmenu-container .hs-menu-wrapper > ul > li > a:hover {
  color: #ff9f00;
}

.menu-hauptmenu-container .hs-menu-wrapper > ul > li.active > a {
  color: #15a4da;
}



.b-search-open .meta-menu .search-wrap .search-form-wrap {
  display: block;
}

.search-wrap .search-form-wrap .search-form .search-field {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: textfield;
  box-sizing: content-box;
  width: 10px;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 20px;
  outline: none;
  background: none;
  -webkit-transition: width 400ms;
  transition: width 400ms;
}

.b-search-open .search-wrap .search-form-wrap .search-form .search-field {
  width: 32vw;
  max-width: 486px;
}

.search-wrap .search-form-wrap .search-form .search-clear {
  width: 17px;
  margin: 0 15px;
  background: none;
  color: #515151;
  fill: #515151;
  padding: 4px 0 0 0;
}

.search-wrap .search-form-wrap .search-form .search-submit, .search-wrap .search-form-wrap .search-form .search-close {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 32px;
  padding: 6px;
  height: 100%;
  display: block;
  border: none;
  fill: #fff;
  outline: none;
  line-height: 0;
}

.search-wrap .search-form-wrap .search-form .search-submit {
  width: 32px;
  padding: 6px;
  border-radius: 0;
  background: #ff9f00;
}

.search-wrap .search-form-wrap .search-form .search-submit svg, .search-wrap .search-form-wrap .search-form .search-close svg {
  width: 12px;
}

.search-wrap .search-form-wrap .search-form .search-close {
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #fff;
  width: 26px;
  padding: 6px 0;
  background: #c6c6c6;
}
.site-navigation .meta-menu a:hover {
  color: rgba(235,102,0,1.0);
}

@media (min-width: 992px){
  .header-main.header-fixed.animate .header-navi .hs-menu-wrapper>ul>li>ul {
    top: calc(100% + 9px);
  }



  .header-main.header-fixed.animate  .header-navi .hs-menu-wrapper>ul>li>ul:before {
    top: -7px;
  }
  .header-main.header-fixed {
    pointer-events: none;
  }
  .header-main.header-fixed.animate  .header-navi .hs-menu-wrapper>ul>li>ul>li {
    margin-bottom: 20px;
  }
  .header-main.header-fixed.animate {
    pointer-events: auto;
  }
  .header-main {
    min-height: 142px;
  }
  
  .header-main.hrd-static {
    position: relative;
    z-index: 501;
  }

  .header-group {
    position: absolute;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header-logo {
    width: 140px;
    margin-top: 38px;
    margin-bottom: 0;
    position: relative;
    z-index: 100;
  }
  .header-meta {
    border-top: none;
    border-bottom: none;
    display: flex;
    top: 56px;
    right: 7px;
    padding-right: inherit;
    left: auto;
    width: auto;
  }

  .header-meta-item {
    margin: 0 20px 0 0;
    padding-top: 0;
    width: auto;
  }

  .header-meta-search {
    position: relative;
  }
  .header-search-reset {
    width: 17px;
  }
  .header-search {
    margin: 0 20px !important;
    width: auto;
    height: 30px;
    position: absolute;
    z-index: 100;
    top: auto;
    bottom: 5px;
    right: -20px;
    left: auto;
    border-bottom: none;
  }
  .header-search-button-wrap {
    cursor: pointer;
    border: 1px solid #515151;
    border-radius: 3px;
    padding-left: 112px;
  }
  .header-button, .header-meta-contact a , .header-meta-item a {
    height: auto;
    padding: 5px;
    border: none;
  }
  .header-button-icon , .header-meta-contact a svg {
    height: 12px;
  }
  .header-search-submit {
    width: 32px;
    padding: 6px;
  }
  .header-search-close svg {
    width: 12px;
  }
  .header-search-close {
    width: 26px;
    padding: 6px 0;
  }
  .header-search-submit svg {
    width: 12px;
  }

  .header-meta-contact a svg {
    margin-top: 1px;
  }
  .header-button-language, .header-meta-link {
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    font-size: 12px;
  }
  .header-meta-item a > span {
    height: 12px;
  }

  .header-meta-item a > span > span {
    display: inline;
  }
  .header-meta-item a svg {
    height: 12px;
    display: none;
  }

  .header-button-language ul > li:nth-child(2) {
    padding: 0;
    padding: 0 8px;
    display: inline;

  }
  .header-button-language ul {
    height: 12px;
    display: flex;
  }
  .header-menu-group {
    display: block;
    float: left;
    overflow: visible;
    position: relative;
    top: 0;
    width: calc(100% - 140px);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .header-navi {
    width: auto;
    position: absolute;
    background: transparent;
    top: 0;
    right: 0;
  }
  .header-navi {
    overflow: visible;
  }
  .header-navi .hs-menu-wrapper > ul {
    display: flex;
    flex-wrap: nowrap;
    padding: 93px 0 0 80px;
  }

  .header-navi .hs-menu-wrapper > ul > li {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-navi .hs-menu-wrapper > ul > li > a {
    flex-grow: inherit;
    padding: 15px 50px 15px 40px;
  }

  .header-navi .hs-menu-wrapper > ul > li > a {
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    display: block;
    color: #515151;
    text-decoration: none;
    padding: 10px 12px 0;
    line-height: 100%;
    white-space: nowrap;
  }

  .header-navi .hs-menu-wrapper > ul > li:not(:last-child):after {
    content: "//";
    margin-top: auto;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 100%;
  }

  #header-search-input {
    width: 32vw;
    max-width: 486px;
  }
  .header-navi .hs-menu-wrapper>ul>li>ul {
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    min-width: 800px;
    top: calc(100% + 15px);
    padding: 35px 20px 10px 92px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 10px rgb(8 31 54 / 16%);
    -moz-box-shadow: 0 5px 10px rgba(8,31,54,0.16);
    box-shadow: 0 5px 10px rgb(8 31 54 / 16%);
    border-radius: 0 0 5px 5px;
    z-index: 500;
    right: 0;
  }
  .header-navi .hs-menu-wrapper>ul>li>ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
  }
  .header-navi .hs-menu-wrapper>ul>li >ul > li > a {
    flex-grow: inherit;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    font-weight: bold;
  }
  .header-navi .hs-menu-wrapper>ul>li >ul > li:nth-child(4n+1) {
    clear: both;
  }
  .header-navi .hs-menu-wrapper>ul>li >ul > li {
    flex-basis: 32%;
    width: 32%;
    max-width: 32%;
    margin: 0 auto 30px 0;
    padding: 0;
    border-right: none;
    list-style-type: none;
  }



  .header-navi .hs-menu-wrapper>ul>li >ul > li:nth-child(3n) {
    margin-right: 0;
  }

  .navi-level-2-abstract {
    display: block;
    text-transform: none;
    font-family: "Arial Light",Arial,Helvetica,sans-serif;
    margin-top: 3px;
  }
  .header-navi .hs-menu-wrapper>ul>li>ul>li > ul > li > a {
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    flex-grow: inherit;
  }

  .header-navi .hs-menu-wrapper>ul>li>ul>li > ul > li > a:before {
    content: '//';
    display: block;
    position: absolute;
    color: #515151;
    left: -14px;
    top: 0;
    letter-spacing: 0.02em;
    transition: 300ms;
  }
  .header-navi .hs-menu-wrapper>ul>li>ul>li > ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
    font-size: 1em;
    display: block;
    margin: 10px 0 0 15px !important;
    padding-right: 15px !important;
  }
  .header-navi .hs-menu-wrapper>ul>li>ul>li > ul > li {
    border-top: none;
    border-right: none !important;
  }  
  .header-navi .hs-menu-wrapper > ul > li:first-child {
    border-top: none;
  }
  .child-trigger {
    display: none;
  }

  .header-navi .hs-menu-wrapper>ul>li:hover>ul {
    display: flex;
  }


  .header-main.header-fixed {
    top: 0;
    width: 100%;
    z-index: 500;
    background: #ffffff;
    position: fixed;
    padding: 12px 0 !important;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    visibility: visible;
    transition: 0.5s;
    display: block;
  }

  .header-main.header-fixed.animate {
    opacity: 1;
    visibility: visible;
  }

  .header-main.header-fixed .header-logo {
    margin-top: 25px;
  }

  .header-main.header-fixed  .header-meta {
    top: 16px;
  }

  .header-main.header-fixed .header-navi .hs-menu-wrapper>ul {
    padding-top: 47px;
  }


  .header-main.header-fixed  .header-meta-item a svg {
    height: 10px;
  }

  .header-main.header-fixed  .header-meta-item a>span {
    height: 10px;
  }

  .header-main.header-fixed  .header-button, .header-main.header-fixed   .header-meta-contact a, .header-main.header-fixed  .header-meta-item a {
    font-size: 12px;
    line-height: 12px;
  }

  .header-main.header-fixed  .header-search-button-wrap {
    font-size: 14px;
    line-height: 1.42857143;
  }

  .header-main.header-fixed  .header-button-icon, .header-main.header-fixed  .header-meta-contact a svg {
    height: 10px;
  }

  .header-main.header-fixed  .header-main.header-fixed.animate {
    min-height: 84.16px;
  }



}
@media(min-width:993px){
  .menu-hauptmenu-container .hs-menu-wrapper > ul > li > ul {
    margin: 0;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 500;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-width: 800px;
    border-radius: 0 0 5px 5px;
    padding: 35px 20px 10px 92px;
    text-transform: uppercase;
    background-color: #fff;
    box-shadow: 0 5px 10px rgb(8 31 54 / 16%);
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }

  .menu-hauptmenu-container .hs-menu-wrapper > ul > li:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}

@media (min-width: 1200px){
  .header-logo {
    width: 155px;
    margin-top: 34px;
  }

  .header-meta {
    right: 15px;
  }
  .header-button-language, .header-meta-link {
    font-size: 15px;
  }

  .header-menu-group {
    width: calc(100% - 155px);
  }

  .header-navi .hs-menu-wrapper > ul > li {
    font-size: 18px;

  }


  .header-navi .hs-menu-wrapper > ul > li > a {
    padding: 10px 20px 0;
  }
  .header-navi .hs-menu-wrapper>ul>li>ul {
    padding-left: 100px;
    font-size: 15px;

  }
}

@media(min-width:1400px){

  .header-navi .hs-menu-wrapper > ul > li {
    font-size: 20px;
  }
}
@media(max-width:992px){
  .site-branding {
    position: relative;
    float: none;
    width: 100%;
    margin-top: 4px;
  }

  .site-title {
    width: 140px;
  }

  .hamburger-menu {
    display: block;
  }

  .site-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    max-height: calc(100vh - 145px);
    background: #fff;
    overflow-y: auto;
  } 
  .hamburger-menu .bar, .hamburger-menu .bar::after, .hamburger-menu .bar::before {
    width: 19px;
    height: 2px;
  }
  .hamburger-menu .bar:before, .hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    background: #515151;
    -webkit-transition: top 300ms 300ms cubic-bezier(.23,1,.32,1),-webkit-transform 300ms cubic-bezier(.23,1,.32,1),background-color 300ms;
    transition: top 300ms 300ms cubic-bezier(.23,1,.32,1),transform 300ms cubic-bezier(.23,1,.32,1),background-color 300ms;
  }
  .hamburger-menu .bar:before {
    bottom: 8px;
  }
  .hamburger-menu .bar:after {
    top: 8px;
  }
  .mobile-open .hamburger-menu {
    background: #00a5e1;
    border: 2px solid #00a5e1;
  }
  .mobile-open  .hamburger-menu .bar {
    background: transparent;
  }
  .mobile-open .hamburger-menu .bar:before {
    bottom: 0;
    background-color: #fff;
    -webkit-transform: rotate(
      -45deg
    );
    -ms-transform: rotate(-45deg);
    transform: rotate(
      -45deg
    );
    -webkit-transition: bottom 300ms cubic-bezier(.23,1,.32,1),-webkit-transform 300ms 300ms cubic-bezier(.23,1,.32,1);
    transition: bottom 300ms cubic-bezier(.23,1,.32,1),transform 300ms 300ms cubic-bezier(.23,1,.32,1);
  }
  .mobile-open .hamburger-menu .bar:after {
    top: 0;
    background-color: #fff;
    -webkit-transform: rotate(
      45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
      45deg
    );
    -webkit-transition: top 300ms cubic-bezier(.23,1,.32,1),-webkit-transform 300ms 300ms cubic-bezier(.23,1,.32,1);
    transition: top 300ms cubic-bezier(.23,1,.32,1),transform 300ms 300ms cubic-bezier(.23,1,.32,1);
  }


  .mobile-open .site-navigation {
    display: block;
  }

  .meta-menu {
    position: relative;
    top: 0;
    margin-bottom: -1px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }

  .meta-menu .search-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 0;
    position: static;
  }

  .site-navigation .meta-menu a {
    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;
    width: 100%;
    height: 40px;
    border-right: 1px #e8e8e8 solid;
  }

  .meta-menu .search-wrap .search-inner {
    border: none;
    padding: 0;
  }

  .meta-menu>div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 0;
  }

  .site-branding {
    padding-bottom: 7px;
  }

  .meta-menu .search-wrap .search-form-wrap form {
    top: 60px;
    left: 0;
    width: calc(100% - 40px);
    height: 42px;
    max-width: 100%;
  }

  .b-search-open .search-wrap .search-form-wrap .search-form .search-field {
    width: 100%;
    max-width: none;
  }

  .search-wrap .search-form-wrap .search-form .search-clear {
    width: 25px;
  }

  .search-wrap .search-form-wrap .search-form .search-submit {
    width: 52px;
  }

  .search-wrap .search-form-wrap .search-form .search-submit svg {
    width: 18px;
  }

  .search-wrap .search-form-wrap .search-form .search-close {
    width: 44px;
    padding: 12px 0;
  }

  .search-wrap .search-form-wrap .search-form .search-close svg {
    width: 16px;
  }

  .header-button-icon.header-search-button-search:hover {
    stroke: rgba(0,0,0,1.0);
  }

  .site-navigation .meta-menu a:hover {
    color: rgba(235,102,0,1.0);
  }

  .menu-hauptmenu-container {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #ebebeb;
    -webkit-transition: margin-top 300ms;
    transition: margin-top 300ms;
  }

  .b-search-open .menu-hauptmenu-container {
    margin-top: 60px;
  }


  .menu-hauptmenu-container .hs-menu-wrapper>ul {
    display: block;
    margin-top: 0;
    padding: 0;
  }

  .menu-hauptmenu-container .hs-menu-wrapper>ul > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    position: static;
  }




  .menu-hauptmenu-container .hs-menu-wrapper>ul>li>a {
    width: 100%;
    padding: 15px 17px;
    font-size: 16px;
    text-transform: none;
  }

  .menu-hauptmenu-container .hs-menu-wrapper>ul > li.hs-item-has-children > a {
    width: calc(100% - 50px);
  }

  .menu-hauptmenu-container .hs-menu-wrapper>ul>li:not(:last-child):after {
    display: none;
  }
  .meta-menu .search-wrap .header-button {
    border: none;
    display: block;
    height: auto;
    padding: 5px;
    border: none;
    line-height: 0;
  }
  .menu-hauptmenu-container .hs-menu-wrapper>ul>li > ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display:none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .menu-hauptmenu-container .hs-menu-wrapper>ul>li > ul:before {
    display: none;
  }

  .menu-hauptmenu-container .hs-menu-wrapper>ul>li>ul>li {
    padding: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    border-top: 1px solid #ebebeb;
  }

  .menu-hauptmenu-container .hs-menu-wrapper>ul>li>ul>li:first-child {
    border-top: none;
  }

  .menu-hauptmenu-container .hs-menu-wrapper>ul>li>ul>li > a {
    font-weight: normal;
    padding: 15px 17px 15px 45px;
  }


  .menu-hauptmenu-container .hs-menu-wrapper>ul>li.hs-item-has-children.active>a {
    color: #15a4da;
  }
  .header-main.blog-main-header {
    min-height: 70px;
  }
  .menu-hauptmenu-container .hs-menu-wrapper>ul>li .child-trigger {
    display: inline-block;
    max-width: none;
    margin-bottom: 0;
    font-weight: normal;
    position: absolute;
    float: right;
    order: 2;
    z-index: 15;
    height: 50px;
    width: 50px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
    right: 0;
  }
}
@media(max-width:991px){
  .header-group {
    background-color: #fff;
  }
  .header.header-main.header-fixed {
    display: none;
  }
  .navi-button-label {
    max-width: none;
    margin-bottom: 0;
    font-weight: normal;
    -moz-transition: background 0.25s linear 0s;
    -ms-transition: background 0.25s linear 0s;
    -o-transition: background 0.25s linear 0s;
    -webkit-transition: background 0.25s linear 0s;
    transition: background 0.25s linear 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #515151;
    position: absolute;
    z-index: 615;
    top: 13px;
    right: 15px;
    width: 41px;
    height: 41px;
    display: inline-block;
    cursor: pointer;
    background: #ffffff;
  }

  .navi-button-label-icon, .navi-button-label-icon:before, .navi-button-label-icon:after {
    -moz-transition: background 0.25s linear 0s;
    -ms-transition: background 0.25s linear 0s;
    -o-transition: background 0.25s linear 0s;
    -webkit-transition: background 0.25s linear 0s;
    transition: background 0.25s linear 0s;
    content: '';
    background: #515151;
    height: 2px;
    font-size: 0;
    display: inline-block;
    position: absolute;
    width: 50%;
    left: 25%;
    border-radius: 3px;
  }

  .navi-button-label-icon {
    top: 10px;
  }

  .navi-button-label-icon:before, .navi-button-label-icon:after {
    width: 100%;
    left: 0%;
  }

  .navi-button-label-icon:before {
    top: 8px;
  }

  .navi-button-label-icon:after {
    top: 16px;
  }

  .mobile-open .navi-button-label {
    background: #00a5e1;
    border-color: #00a5e1;
    transition: 300ms;
  }

  .mobile-open .navi-button-label-icon {
    height: 0;
  }

  .mobile-open .navi-button-label-icon:before, .mobile-open .navi-button-label-icon:after {
    background: #ffffff;
    top: 8px;
  }

  .mobile-open .navi-button-label-icon:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(
      -45deg
    );
    transform: rotate(
      -45deg
    );
  }

  .mobile-open .navi-button-label-icon:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(
      45deg
    );
    transform: rotate(
      45deg
    );
  }

  .mobile-open .header-meta {
    display: block;
  }



  .header-button-language ul {
    border: none;
  }

  .header-button-language, .header-meta-link {
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    font-size: 12px;
  }

  .header-button-language ul>li:nth-child(2) {
    display: none;
  }



  .header-button-language ul>li > a {
    border: none;
  }

  .mobile-open .header-menu-group {
    display: block;
  }

  .header-navi .hs-menu-wrapper>ul>li {
    border-top: 1px solid #ebebeb;
  }
  .header-search {
    max-width: 100%;
  }

  .search-open .header-navi {
    margin-top: 60px;
  }
  .child-trigger {
    display: inline-block;
    max-width: none;
    margin-bottom: 0;
    font-weight: normal;
    position: relative;
    float: right;
    order: 2;
    z-index: 15;
    height: 50px;
    width: 50px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
  }

  .child-trigger:before {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(
      135deg
    );
    transform: rotate(
      135deg
    );
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 3px #c6c6c6 solid;
    border-top: 3px #c6c6c6 solid;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .child-trigger:hover {
    color: #00a5e1;
  }

  .child-trigger:hover:before {
    border-color: #00a5e1;
  }
  .header-navi .hs-menu-wrapper>ul>li>a:hover {
    color: #ff9f00;
    outline: none;
  }
  .header-navi .hs-menu-wrapper>ul>li>a:hover {
    color: #ff9f00;
    outline: none;
  }

  .header-button-language ul>li:last-child>a:hover {
    color: #ff9f00;
    outline: none;
  }

  .header-button-icon.header-search-button-search:hover {
    stroke: #ff9f00;
  } 
  .header-navi .hs-menu-wrapper>ul>li>ul>li {
    border-top: 1px solid #ebebeb;
    list-style-type: none;
    padding: 0;
  }

  .child-trigger.child-open:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(
      -45deg
    );
    transform: rotate(
      -45deg
    );
    top: 25px;
    border-color: #00a5e1;
  }
  .header-navi .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    font-size: 14px;
    padding-left: 65px;
    text-transform: none;
    font-family: "Arial Light",Arial,Helvetica,sans-serif;
  }
  .header-main {
    min-height: 66.59px;
  }
  .search-open .header-button-icon.header-search-button-search {
    stroke: #00a5e1;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;

}
.footer__container {
  margin: 0 auto;
}
.footer-group {
  background-image: url(//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/images/containerShadow.png); 
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #515151;
  width: 100%;
  color: #c6c6c6;
  position: relative;
  font-family: "Arial Light",Arial,Helvetica,sans-serif;
  padding-top: 30px;
}

.footer__container {
  padding-bottom: 150px;
  position: relative;
}

.button-top {
  max-width: 100%;
  color: #c6c6c6;
  text-align: center;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  position: absolute;
  display: block;
  height: 30px;
  width: 85px;
  padding-top: 5px;
  top: -60px;
  right: 15px;
  background: #515151;
  text-decoration: none;
}


.button-top img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 10px;
}

.button-top:hover {
  background: #ff9f00;
  color: #ff9f00;
  text-decoration: none;
}

.footer-nav {
  display: none;
  margin-left: -15px;
}


.footer-nav .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer-nav .hs-menu-wrapper > ul > li {
  margin-bottom: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-nav .hs-menu-wrapper > ul > li:before {
  display: none;
}

.footer-nav .hs-menu-wrapper > ul > li > a {
  color: #c6c6c6;
  display: block;
  padding: 0;
  font-size: 1.4em;
  font-family: Arial,Helvetica,sans-serif;
  margin-bottom: 10px;
}

.footer-nav .hs-menu-wrapper > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  display: block;
}

.footer-nav .hs-menu-wrapper > ul > li > ul > li {
  padding: 0;
}

.footer-nav .hs-menu-wrapper > ul > li > ul > li:before {
  display: none;
}

.footer-nav .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 0.85em;
  margin-bottom: 3px;
  font-family: arial,helvetica,sans-serif;
  padding: 0;
  color: #c6c6c6;
  display: block;
}
.footerSocialBlock {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 60px;
}



.social-media-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.social-media-icons a {
  text-decoration: none;
  color: #c6c6c6;
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 9px;
}

.social-media-icons a img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.footer-logo {
  position: absolute;
  left: 15px;
  bottom: 30px;
}


.footer-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 164px !important;
}

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

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

.footer-nav .hs-menu-wrapper>ul:before,.footer-nav .hs-menu-wrapper>ul:after {
  display: block;
  clear: both;
  content: "";
}

#back-to-top {
  text-align: center;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  position: absolute;
  display: block;
  height: 30px;
  width: 85px;
  padding-top: 5px;
  position: fixed;
  z-index: 400;
  background: #c6c6c6;
  bottom: 0;
  left: 50%;
  margin-left: -55px;
  cursor: pointer;
  display: none;
}

#back-to-top img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 10px;
}

.footer-nav .hs-menu-wrapper>ul>li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}

/* ******************************************************************************
*********************************************************************************
blog footer
*********************************************************************************
****************************************************************************** */

.footer-group.blog-footer {
  padding: 25px 0;
  color: #fff;
  background-image: none;
}



.hs-blog-listing #back-to-top {
  display: none !important;
}

.blog-footer .footer__container {
  padding-bottom: 0;
}

.blog-footer .footer-logo {
  float: left;
  width: 25%;
  position: relative;
  bottom: 0;
  left: 0;
}

.blog-footer-nav {
  float: left;
  width: 50%;
  padding-top: 25px;
}

.blog-footer-nav .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.blog-footer-nav .hs-menu-wrapper > ul > li {
  padding: 0;
  display: inline-block;
}

.blog-footer-nav .hs-menu-wrapper > ul > li:before {
  display: none;
}

.blog-footer-nav .hs-menu-wrapper > ul > li > a {
  color: #ebebeb;
  padding: 0;
  text-decoration: none;
  display: inline;
  font: 1em/1.5 Arial,Helvetica,sans-serif;
}

.blog-footer-nav .hs-menu-wrapper > ul > li:not(:last-child) a:after {
  content: "|";
  padding: 0 15px;
}


.footer-group.blog-footer .social {
  float: right;
  width: 25%;
  padding-top: 20px;
  font: 1em/1.5 Arial,Helvetica,sans-serif;
}

.footer-group.blog-footer .social .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background-size: cover!important;
  opacity: .5;
  text-decoration: none;
  color: #000;
}

.footer-group.blog-footer .social .icon:hover {
  opacity: 1;
}
@media(max-width:740px) and (min-width:651px){

  .blog-footer-nav .hs-menu-wrapper>ul>li:not(:last-child) a:after {
    padding: 0 8px;
  }

  .blog-footer-nav .hs-menu-wrapper>ul {
    text-align: center;
  }

}

@media (min-width: 768px){
  .footer-group {
    padding-top: 10px;
  }
  .lp-footer .button-top {
    top: -40px;
  }
  .button-top {
    top: -50px;
  }

  .footerSocialBlock {
    position: absolute;
    bottom: 10px;
    right: 305px;
  }

  .footer-logo {
    bottom: 65px;
  }

  .footer-nav {
    display: block;
  }

}

@media (min-width: 992px){
  .footer-nav .hs-menu-wrapper > ul > li {
    float: left;
    width: 25%;
  }


  .footerSocialBlock {
    top: 4px;
    bottom: auto;
    right: 15px;
  }
}

@media(max-width:650px){
  .blog-footer-nav {
    display: none;
  }
  .blog-footer .footer-logo {
    width: 50%;
  }

  .footer-group.blog-footer {
    font-size: 16px;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.content-wrapper.listing-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 45px 0 0 0;
  margin-bottom: 60px;
}

.nl-intro {
  text-align: center;
  max-width: 678px;
  margin-left: auto;
  margin-right: auto;
}

.nl-intro h2 {
  max-width: 610px;
  font: 1em/1.5 Arial,Helvetica,sans-serif;
  font-size: 2em;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 600;
  color: #000;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

.nl-intro p {
  font-family: "ArialMtLight",Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #333;
}

.cbutton.large {
  font: 1em/1.5 Arial,Helvetica,sans-serif;
  width: auto;
  padding: 5px 25px;
  background-color: #eb7314;
  display: inline-block;
  color: ff9f00;
  border-radius: 3px;
  text-decoration: none;
  border: medium none;
  box-shadow: inset 0 -1px 1px 0 #555;
  font-size: 1.5em;
  margin-bottom: 30px;
}

.content-area {
  float: left;
  width: 79%;
  padding-right: 50px;
}

.blog-sidebar {
  float: left;
  width: 236px;
}

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

.boxed-title {
  display: inline-block;
  font-family: "ArialMtLight",Arial,Helvetica,sans-serif;
  background-color: #15a4da;
  padding: 9px 13px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 1.2em;
  color: #15a4da;
  font-weight: 700;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 5px;
  margin-top: 0;
  background-color: unset;
  padding: 0;
  text-transform: capitalize;
}

.area-posts {
  border-top: 1px solid #15a4da;
  border-bottom: 1px solid #15a4da;
  margin: 0 0 10px 0;
}

.post-item {
  padding: 0 0 30px 0;
}

.entry-thumbnail {
  float: left;
  position: relative;
  width: 29%;
  max-width: 236px;
  margin-top: 14px;
  overflow: hidden;
}

.entry-thumbnail a {
  color: #eb7314;
  text-decoration: none;
}

.entry-thumbnail a img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
}

.entry-content {
  float: left;
  border-bottom: none;
  padding-left: 25px;
  width: 71%;
}

#hubspot-topic_data {
  text-decoration: none;
  border-radius: 5px;
  font-family: "ArialStd",Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .77px;
  color: #eb7314;
  padding: 0;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.page-link {
  color: #000;
}

.entry-title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 27px;
  color: #333;
  margin-top: 0;
  font-weight: 600;
  font-family: Arial,Helvetica,sans-serif;
}

.entry-meta-home {
  float: none;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 16px;
}

.entry-author {
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
}

.entry-author img {
  vertical-align: middle;
  max-width: 100%;
  float: left;
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 0;
}

.author-link {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  color: #333;
  padding-left: 14px;
}

.entry-title:hover {
  color: rgba(235,102,0,1.0);
}

.author-link:hover:before {
  content: '//';
  display: block;
  position: absolute;
  margin-left: -14px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.poststat.readtime {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

.reading-time {
  font-size: 11px;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.readtime-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/images/ionic-ios-timer.svg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: 16px 16px;
}

.poststat.comments {
  font-size: 11px;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.poststat.comments a {
  color: #333;
  display: inherit;
  text-decoration: none;
}

.poststat.comments a:hover {
  color: rgba(235,102,0,1.0);
}

.comments-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/images/comment-icon-std.png);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: 16px 16px;
}
.poststat.comments a:hover .comments-icon {
  background: url(//f.hubspotusercontent20.net/hubfs/6740625/raw_assets/public/DoubleSlash_March_2021/images/comment-icon-hover.png) no-repeat;
}
.date-wrap {
  margin: 0 0 1.5em 0;
  font-family: "ArialMtLight",Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 10px;
  color: #333;
  display: inline;
  padding-right: 4px;
}

.date {
  font-family: "ArialMtLight",Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

p.summary {
  margin: 0 0 1.5em 0;
  font-family: "ArialMtLight",Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 10px;
  color: #333;
  display: inline;
}

.more-link {
  text-decoration: none;
  color: #eb7314;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  background: unset;
  padding-left: 0;
  font-size: 16px;
  line-height: 25px;
}

.blog-pagination {
  margin-bottom: 10px;
  float: right;
  font: 1em/1.5 Arial,Helvetica,sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.blog-pagination ul {
  display: block;
  margin: 0;
  padding: 0;
}

.blog-pagination ul li {
  padding: 0;
}

.blog-pagination ul li:before {
  display: none;
}

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

.blog-pagination ul li a {
  text-decoration: none;
  display: inline-block;
  padding-right: 5px;
  color: #bfbfbf;
  font: 1em/1.5 Arial,Helvetica,sans-serif;
  font-size: 1.125rem;
}
.blog-pagination ul li a {
  font-size: 18px;
  line-height: 27px;
}
.blog-pagination ul li:not(:last-child) a:after {
  content: " | ";
  color: #ebebeb;
  padding-left: 5px;
}

.blog-pagination ul li a:hover {
  color: rgba(235,102,0,1.0);
}

.blog-pagination ul li a.active {
  color: rgba(235,102,0,1.0);
}
.widget {
  margin-bottom: 45px;
  font: 1em/1.5 Arial,Helvetica,sans-serif;
}

.widget .widget-title {
  border-bottom: 1px solid #15a4da;
  margin-top: 0;
}

.widget .widget-title span {
  display: inline-block;
  font-size: 1.2em;
  padding: 9px 13px 9px 0;
  padding-left: 0;
  color: #15a4da;
  background-color: unset;
  font-weight: 400;
  font-family: "ArialStd",Arial,Helvetica,sans-serif;
}

.widget_sp_image-description {
  margin-top: 10px;
  font-weight: 700;
}

.widget_sp_image-description p {
  margin: 0;
}

.widget_sp_image-description p a {
  display: block;
  color: #eb7314;
}

.widget_sp_image-image-link {
  display: inline;
}
.widget_sp_image-image-link img {
  width: 100%;
}
.hs-blog-post #back-to-top {
  display: none !important;
}

.widget_sp_image-description {
  margin-top: 4px;
}

.content-area.post-primary {
  padding-left: 15px;
}



.content-area.post-primary .entry-content {
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  float: none;
}

.cats-likes-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-cats {
  width: 80%;
  float: left;
}

.left-cats a {
  text-decoration: none;
  font-family: "ArialStd",Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .77px;
  color: #eb7314;
  padding: 0;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 20px;
}

.left-cats a:hover {
  color: #eb7314;
}

.title-container {
  display: inline-block;
  margin-top: 18px;
}

.title-container h1 {
  margin: .67em 0;
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 33px;
  color: #333;
  margin-top: 0;
  font-weight: 600;
  font-family: Arial,Helvetica,sans-serif;
}

.blog-post__body {
  display: inline;
}

span.date {
  display: inline;
}

.sharing-bar {
  margin-top: 0;
  float: right;
  max-width: 60%;
  font: 1em/1.5 Arial,Helvetica,sans-serif;
}

.sharing-bar .text {
  float: left;
  line-height: 45px;
  font-family: "ArialMtLight",Arial,Helvetica,sans-serif;
  color: #333;
}

.shariff {
  display: block!important;
  clear: both;
  float: left;
}

.shariff ul {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  padding: 0!important;
  margin: 0!important;
  justify-content: flex-start;
  align-items: flex-start;
}

.shariff ul li {
  height: 35px;
  box-sizing: border-box;
  list-style: none!important;
  overflow: hidden!important;
  margin: 5px!important;
  padding: 0!important;
  text-indent: 0!important;
  border-left: 0 none!important;
  max-width: 35px;
}

li.shariff-button.facebook {
  background-color: #4273c8;
}

.shariff ul li:before {
  display: none;
}



.shariff ul li a {
  position: relative;
  display: block!important;
  height: 35px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  text-decoration: none;
  background-image: none!important;
  text-align: left;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}

.shariff .shariff-icon svg {
  width: 32px;
  height: 20px;
  padding: 7px 1px;
  box-sizing: content-box!important;
}

.shariff-text {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 36px;
  vertical-align: top;
  padding-left: 3px;
}

.shariff-text {
  display: inline;
}

.shariff  .shariff-icon svg path {
  fill: #fff;
}

.shariff ul li a:hover {
  background-color: inherit!important;
  text-decoration: none!important;
  outline: 0;
}

li.shariff-button.facebook a {
  background-color: #3b5998;
}

li.shariff-button.twitter {
  background-color: #32bbf5;
}

li.shariff-button.twitter a {
  background-color: #55acee;
}

li.shariff-button.mailto {
  background-color: #a8a8a8;
}

li.shariff-button.mailto a {
  background-color: #999;
}

li.shariff-button.pinterest {
  background-color: #e70f18;
}

li.shariff-button.pinterest a {
  background-color: #cb2027;
}

.section.post-footer form {
  max-width: 100%;
  margin-top: 30px;
}
.blog-post__body:before,.blog-post__body:after {
  display: block;
  clear: both;
  content: "";
}
.sharing-bar:before,.sharing-bar:after {
  display: block;
  clear: both;
  content: "";
}

.blog-comments:before,.sharing-bar:after {
  display: block;
  clear: both;
  content: "";
}
.post-footer form {
  max-width: 100%;
}

.post-footer form .actions {
  text-align: center;
}
.blog-post__body {
  font-family: "ArialMtLight",Arial,Helvetica,sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  line-height: 2em;
}
.tooltip {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  position: absolute;
  visibility: visible;
  z-index: 1030;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  background-clip: padding-box;
  background-color: rgba(33, 33, 33, 0.97);
  border-radius: 4px;
  color: #d1d1d2;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}
.tooltip-arrow {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(33, 33, 33, 0.97);
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: rgba(33, 33, 33, 0.97);
  border-width: 5px 5px 0;
  bottom: 0;
  left: 5px;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: rgba(33, 33, 33, 0.97);
  border-width: 5px 5px 0;
  bottom: 0;
  right: 5px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(33, 33, 33, 0.97);
  border-width: 5px 5px 5px 0;
  left: 0;
  margin-top: -5px;
  top: 50%;
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(33, 33, 33, 0.97);
  border-width: 5px 0 5px 5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(33, 33, 33, 0.97);
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 0;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: rgba(33, 33, 33, 0.97);
  border-width: 0 5px 5px;
  left: 5px;
  top: 0;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: rgba(33, 33, 33, 0.97);
  border-width: 0 5px 5px;
  right: 5px;
  top: 0;
}
.entry-thumbnail a img:hover {
  -ms-transform: scale(1.115);
  -webkit-transform: scale(1.115);
  transform: scale(1.115);
}
.post-item:not(:first-child) {
  border-top: 1px solid #ebebeb;
}
.post-footer {
  background: #d7e9f4;
  margin-bottom: 60px;
  padding: 25px;
  margin-top: 50px;
}

#reply-title {
  font-family: "ArialMtLight",Arial,Helvetica,sans-serif;
  margin-bottom: 25px;
  margin-top: 25px;
  font: 1em/1.5 Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.post-footer .hs-input {
  background-color: #fff;
}
@media only screen and (min-width: 361px){
  .shariff ul li {
    width: 125px;
  }
}

@media(max-width:1200px){
  .content-wrapper.listing-container {
    padding: 55px 2% 0 2%;
  }
  .content-area.post-primary {
    padding-left: 0;
  }
  .content-area {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .blog-sidebar {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
}

@media(max-width:650px){
  .nl-intro h2 {
    font-size: 32px;
  }
  .widget_sp_image-image-link img {
    width: 100%;
  }

  .widget_sp_image-description p {
    font-size: 16px;
  }
  .cbutton.large {
    font-size: 24px;
  }

  .entry-thumbnail {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .entry-content {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  .entry-meta-home {
    margin-bottom: 15px;
    margin-top: -8px;
    display: block;
  }

  .entry-author {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
  }

  .entry-author img {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 0;
  }
  .left-cats {
    width: 100%;
    margin-top: 20px;
  }

  .blog-post__body {
    font-size: 16px;
    line-height: 24px;
    font-family: "ArialMtLight",Arial,Helvetica,sans-serif;
  }

  .sharing-bar.clearfix {
    margin: 5px 0;
    float: none;
    max-width: 100%;
  }

  .sharing-bar .text {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.25;
  }

  .shariff {
    float: none;
    width: 100%;
  }
  .blog-sidebar {
    margin-top: 80px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 15px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.no-list.hs-error-msgs li:before {
  display: none;
}

.no-list.hs-error-msgs li {
  padding-left: 0;
}
input#hs-pwd-widget-password {
    height:auto !important;
    margin-top: 0px !important;
}
@media(max-width:767px){
  .error-page_heading {
    font-size: 2rem;
  }
  .systems-page h1 {
    font-size: 2rem;
  }

  .systems-page h2 {
    font-size: 1.5rem;
  }
}