/* ******************************************************************************
*********************************************************************************
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: "arial-narrow";
  src: url("https://7459628.fs1.hubspotusercontent-na1.net/hubfs/7459628/raw_assets/public/Stuebben_January_2021/fonts/ARIALN.woff2") format("woff2"), 
    url("https://7459628.fs1.hubspotusercontent-na1.net/hubfs/7459628/raw_assets/public/Stuebben_January_2021/fonts/ARIALN.woff") format("woff");
      font-style: normal;
      font-weight: 400;
      font-display: auto;
      }

@font-face {
  font-family: "arial-narrow";
  src: url("https://7459628.fs1.hubspotusercontent-na1.net/hubfs/7459628/raw_assets/public/Stuebben_January_2021/fonts/ARIALNB.woff2") format("woff2"), 
    url("https://7459628.fs1.hubspotusercontent-na1.net/hubfs/7459628/raw_assets/public/Stuebben_January_2021/fonts/ARIALNB.woff") format("woff");
      font-style: normal;
      font-weight: 700;
      font-display: auto;
      }

@font-face {
  font-family: "baskerville";
  src: url("https://7459628.fs1.hubspotusercontent-na1.net/hubfs/7459628/raw_assets/public/Stuebben_January_2021/fonts/BaskervilleCom-Regular.woff2") format("woff2"), 
    url("https://7459628.fs1.hubspotusercontent-na1.net/hubfs/7459628/raw_assets/public/Stuebben_January_2021/fonts/BaskervilleCom-Regular.woff") format("woff");
      font-style: normal;
      font-weight: 400;
      font-display: auto;
      }

@font-face {
  font-family: "stuebben-icons";
  src: url("https://7459628.fs1.hubspotusercontent-na1.net/hubfs/7459628/raw_assets/public/Stuebben_January_2021/fonts/stuebben-icons.woff2") format("woff2"),
    url("https://7459628.fs1.hubspotusercontent-na1.net/hubfs/7459628/raw_assets/public/Stuebben_January_2021/fonts/stuebben-icons.woff") format("woff");
      font-style: normal;
      font-weight: 400;
      font-display: auto;
      }

@font-face {
  font-family: "Roboto";
  src: url("https://7459628.fs1.hubspotusercontent-na1.net/hubfs/7459628/raw_assets/public/Stuebben_January_2021/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }


html {
  font-size: 24px;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  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.1;
}

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

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

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

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

blockquote {
  margin: 0 0 20px 40px;
}
img{
  width:100%;
  height:auto;
  max-width:100% 
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
figure {
  margin: 0;
}
/* 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;
}

.dnd-section>.row-fluid , .content-wrapper{
  padding-left: 20px;
  padding-right: 20px;
}

@media(max-width:768px){
  .dnd-section>.row-fluid, .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0;
  line-height: 16px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  text-decoration: none;
  background-image: none;
  background: #004267;
  border: 1px solid #004267;
  cursor: pointer;
  display: inline-block;
  font-family: arial-narrow;
  font-weight: 400;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
  outline: 0;
  margin-bottom: 10px;
}

.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-weight: 700;
  margin: 0 0 5px;
  line-height: 1.42857143;
  font-size: 1.4rem;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
  font-size: 12px;
  line-height: 17px;
}

.hs-input , .password-page input#hs-pwd-widget-password {
  display: inline-block;
  font-weight: normal;
  border: 0px solid #d1d6dc;
  box-sizing: border-box;
  background-color: #efefef;
  height: 36px;
  font-family: arial-narrow;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100% !important;
  color: #000000;
  margin-bottom:10px;
}

.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: #e02b27;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: 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 {

  max-width: 1200px;
  margin: 0 auto;

}
.header__container {
  position: relative;
  padding: 30px 20px 0;
  padding-top: 10px;
  max-width: none !important;
}

.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}


.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e918';
  font-family: 'stuebben-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.nav-toggle>span {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.header-logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}

.header-logo {
  margin: -8px auto 25px 0;
}

.header-logo {
  margin-top: 10px;
}

.header-logo a {
  color: #171715;
  text-decoration: none;
}
.block-content .amsearch-wrapper-input .input-text::placeholder {
  color: #c2c2c2;
}

@media (min-width: 769px){
  .nav-section .hs-menu-wrapper>ul>li.active>a {
    border-style: solid;
    border-width: 0 0 3px;
  }
  .nav-section .hs-menu-wrapper>ul>li>ul>li.active > a .nav-section .hs-menu-wrapper>ul>li>ul>li>ul>li.active>a{
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  body {
    padding-top: 111px;
  }
  .header-mobile-menu {
    display: none;
  }
  .input-text.mobile-input {
    display: none;
  }
  .minisearch-label {
    display: none;
  }
  .header-group {
    position: fixed;
    border-bottom: 1px solid #b2b2b2;
    z-index: 4;
    min-height: 111px;
    width: 100%;
    background-color: #fff;
    top:0;
  }
  .nav-toggle {
    display: none;
  }
  .minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right;
    top: 3px;
    margin-left: unset;
  }

  .minicart-wrapper a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
  }

  .minicart-wrapper a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: 25px;
    color: #004267;
    content: '\e907';
    font-family: 'stuebben-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    content: '\e907';
    font-family: 'stuebben-icons';
    color: #004267;
    font-size: 22px;
  }

  .header-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .header-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .switcher-language {
    float: right;
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    order: unset;
    margin-right: 15px;
  }

  .switcher-options {
    display: inline-block;
    position: relative;
  }

  .switcher-trigger {
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .switcher-trigger strong {
    font-weight: 400;
    padding-right: 3px;
    position: relative;
    top: -1px;
  }

  .switcher-trigger:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'stuebben-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

 .switcher-options ul {
    margin: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 160px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0,0,0,.15);
    z-index: 1000;
  }

   .switcher-options ul li {
    margin: 0;
    padding: 0;
  }

  .switcher-options ul li a {
    display: block;
    padding: 8px;
    color: #333;
    text-decoration: none;
  }

  .wishlist-wrapper {
    width: 100%;
  }

  .wishlist-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    position: relative;
    top:0px;
  }

  .wishlist-wrapper li {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }

  .wishlist-wrapper li a {
    color: #171715;
    text-decoration: none;
    padding: 1em 2em .5em 1em;
    margin: -1em -2em -.5em -1em;
  }

  .wishlist-wrapper li:first-child:after {
    content: '\e933';
    font-family: 'stuebben-icons';
    font-size: 25px;
    color: #004267;
    pointer-events: none;
    padding-left: 5px;
    position: relative;
    top: 0px;
  }


  .wishlist-wrapper li:nth-child(2):after {
    content: '\e90b';
    font-family: 'stuebben-icons';
    font-size: 25px;
    color: #004267;
    pointer-events: none;
    padding-left: 5px;
    position: relative;
    top: 0px;
  }



  .wishlist-wrapper li:nth-child(3):after {
    content: '\e901';
    font-family: 'stuebben-icons';
    font-size: 25px;
    color: #004267;
    pointer-events: none;
    padding-left: 5px;
    position: relative;
    top: 0px;
  }

  .header-menu-section {
    position: sticky;
    background-color: transparent;
    height: 0;
    margin-bottom: 0;
  }


  .nav-section {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
    display: block;
    position: relative;
    top: -26px;
    width: 60%;
    background-color: transparent;
    text-align: center;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-section .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    padding: 0 8px;
  }

  .nav-section .hs-menu-wrapper > ul > li {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
    border-top: none;
    margin-right: 7px;
  }

  .nav-section .hs-menu-wrapper > ul > li > a {
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #171715;

  }
  .nav-section .hs-menu-wrapper>ul>li:last-child {
    margin-right: 0;
  }
  .nav-section .hs-menu-wrapper > ul > li > ul {
    list-style: none;
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0,0,0,.19);
    font-weight: 700;
    min-width: 230px;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
    text-align: left;
    display: none;
    top: 53.4375px;
    left: -0.1875px;
  }

  .nav-section > span {
    width: 100%;
  }

  .nav-section span div {
    width: 100%;
  }

  .nav-section .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 20px;
  }
  .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
    width: auto;
  }

  .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'stuebben-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search {
    float: right;
    z-index: 99;
    width: 300px;
    max-width: 18%;
    position: absolute;
    top: 70px;
    right: 0;
    padding-left: 0;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .block-content {
    margin-bottom: 0;
  }

  .block-content form {
    max-width: 100%;
  }

  .block-content form .field.search {
    margin: 0;
  }

  .block-content .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
    clear: both;
  }

  .block-content .amsearch-wrapper-input {
    position: relative;
    max-width: 100%;
    transition: none;
    width: 100%;
  }

  .block-content .amsearch-wrapper-input .input-text {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: arial-narrow;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding-right: 35px;
    position: static;
    border: none;
    border-bottom: 1px solid #004267;
    outline: 0;
  }




  .block-content .action.search {
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1000;
    pointer-events: none;
    opacity: unset;
    font-weight: 700;
    color: #004267;
    content: '\e929';
    font-family: 'stuebben-icons';
  }

  .block-content .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #004267;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    content: '\e929';
    font-family: 'stuebben-icons';
    font-weight: 700;
  }

  .block-content .action.search > span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .block-content .amsearch-wrapper-input .input-text:focus {
    box-shadow: none;
  }
  .minicart-wrapper a span {
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: unset;
    overflow: unset;
    color: #171715;
    position: relative;
    top: 5px;
  }
  .nav-section .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }

  .nav-section .hs-menu-wrapper>ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }



  .nav-section .hs-menu-wrapper>ul>li>ul > li {
    position: relative;
  }



  .nav-section .hs-menu-wrapper>ul>li>ul > li > a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }

  .nav-section .hs-menu-wrapper>ul>li>ul > li > a:hover {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }

  .nav-section .hs-menu-wrapper>ul>li>ul>li > ul {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0,0,0,.19);
    font-weight: 700;
    min-width: 230px;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
    top: 0 !important;
    left: 100% !important;
    text-align: left;
    display: none;
  }

  .nav-section .hs-menu-wrapper>ul>li>ul>li:hover > ul {
    display: block;
  }
  .nav-section .hs-menu-wrapper>ul>li>ul>li>ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }

  .nav-section .hs-menu-wrapper>ul>li>ul>li>ul > li > a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }

  .nav-section .hs-menu-wrapper>ul>li>ul>li>ul > li > a:hover {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }

  .nav-section .hs-menu-wrapper>ul>li>ul>li>a .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '/';
    font-family: 'stuebben-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .nav-section .hs-menu-wrapper>ul>li>ul>li>a .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }


  .lang-open  .switcher-options ul {
    display: block;
  }

  .switcher-options ul:before {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid;
    border-color: transparent transparent #fff;
    z-index: 99;
    left: 10px;
    top: -12px;
    left: auto;
    right: 10px;
  }

  .switcher-options ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border: 7px solid;
    border-color: transparent transparent #bbb;
    z-index: 98;
    left: 9px;
    top: -14px;
    left: auto;
    right: 9px;
  }

 .switcher-options ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }

  .lang-open .switcher-trigger:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'stuebben-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .header-logo a img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    width: 150px !important;
    height: auto;
  }
}

@media(max-width:1160px) and (min-width:1000px){
  .nav-section .hs-menu-wrapper>ul>li {
    margin: 0;
    display: inline-block;
    position: relative;
    border-top: 0;
    margin-right: 0;
  }

  .nav-section .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }
}

@media(max-width:1000px){
  .block-search {
    margin-right: 10px;
  }

  .nav-section .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }

  .nav-section .hs-menu-wrapper>ul>li {
    margin-right: 0;
  }

  .nav-section .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    padding: 0 6px;
  }

  .nav-section .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 12px;
  }


}

@media(max-width:768px){
  .nav-toggle:before {
    color: #004267;
}
  .amsearch-wrapper-input .input-text:focus {
    border: 1px solid #b2b2b2;
    box-shadow: 0 1px 3px #efefef;
  }

  body {
    padding-top:81px;
  }
  .header-group {
    margin-bottom: unset;
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #d1d1d1;
    z-index: 6;
    width: 100%;
    background-color: #fff;
    top:0;
  }

  .header__container {
    padding-top: 10px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__container:before,.header__container:after {
    display: block;
    clear: both;
    content: "";
  }
  .header-logo {
    float: left;
    margin: 0 0 10px 40px;
    max-width: 50%;
    position: relative;
    z-index: 5;
    margin-bottom: 13px;
    margin-top: 4px;
  }

  .header-logo a img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 10px;
    top: -3px;
  }

  .minicart-wrapper:before, .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .header-mobile-menu .social-media {
    margin-bottom: 10px;
    padding: 1em;
  }
  .minicart-wrapper a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
  }

  .minicart-wrapper a:after {
    content: '\e907';
    font-family: 'stuebben-icons';
    color: #004267;
    font-size: 25px;
  }

  .minicart-wrapper a span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .header-logo a {
    color: #171715;
    text-decoration: none;
  }

  .header-logo a img {
    width: 148px !important;
  }

  .block-search {
    z-index: 99;
  }

  .block-search form {
    max-width: 100%;
  }

  .header-menu {
    display: none;
  }



  .header-menu-section {
    display: none;
  }


  .minisearch-label {
    text-decoration: none;
    display: inline-block;
    float: right;
  }

  .block-search form .field.search {
    margin: 0;
  }

  .minisearch-label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e929';
    font-family: 'stuebben-icons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #004267;
  }

  .minisearch-label> span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .block-search {
    margin-top: 10px;
    margin-right: 0;
  }

  .search-open .block-search .control {
    display: block;
  }
  .input-text.desk-input {
    display: none;
  }
  .block-search  .control {
    border-top: 1px solid #d1d1d1;
    clear: both;
    margin: 0 -15px -1px;
    padding: 0 15px;
    position: relative;
    z-index: 99;
    display:none;
  }

  .amsearch-wrapper-input {
    position: relative;
    max-width: 100%;
    transition: none;
    width: 100%;
  }

  .amsearch-wrapper-input .input-text {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: arial-narrow;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    left: -300%;
    margin: 15px 0;
    border: 0;
    border-bottom: 1px solid #004267;
    box-shadow: none;
    position: static;
    padding-left: 9px;
    outline: 0;
  }



  .block-search .action.search {
    display: none;
  }

  .amsearch-wrapper-input .amsearch-loupe {
    box-shadow: none;
    position: absolute;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 14px;
    height: 14px;
    border: 0;
    right: 10px;
    top: 0;
    left: unset;
    background: 0 0;
    display: block !important;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    font-family: arial-narrow;
    font-weight: 700;
  }

  .amsearch-wrapper-input .amsearch-loupe:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e929';
    font-family: 'stuebben-icons';
    color: #004267;
    font-size: 16px;
    font-weight: 700;
  }

  .amsearch-wrapper-input .input-text:focus {
    border: 1px solid #b2b2b2;
    box-shadow: 0 1px 3px #efefef;
  }
  .header-mobile-menu {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: -80%;
    left: calc(-1*(100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background: #fff;
    overflow-x: hidden !important;
  }

  .menu-open .header-mobile-menu {
    -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,.75);
    box-shadow: 0 0 5px 0 rgba(50,50,50,.75);
    left: 0;
    z-index: 99;
  }

  .nav-sections-items {
    position: relative;
    z-index: 1;
  }

  .section-item-title {
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
    border: 0;
    font-family: 'baskerville';
    font-size: 1.6rem;
    background: #fff;
  }

  .title-container a {
    font-family: 'baskerville';
    font-size: 1.6rem;
  }

  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }

  .navigation {
    padding: 0;
  }

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

  .navigation .hs-menu-wrapper > ul > li {
    font-size: 1.6rem;
    border-top: 0;
    margin-bottom: 20px;
  }

  .navigation .hs-menu-wrapper > ul > li > a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 8px 40px 8px 15px;
    font-weight: 400;
    text-transform: none;
    color: #171715;
  }

  .navigation .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'stuebben-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
    color: #004267;
  }

  .navigation .hs-menu-wrapper ul ul {
    display: none;
  }

  .navigation .hs-menu-wrapper > ul > li > ul {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left .3s ease-out;
    border-top: 0;
    margin-bottom: 20px;
    border-bottom: 0;

  }

  .social-media {
    margin-bottom: 10px;
    padding: 1em;
    max-width: 100%;
  }

  .social-media-column {
    display: flex;
  }

  .social-media-column a:first-of-type:before {
    padding-left: 0;
  }
  .mobile-nav2 {
    display: none;
  }

  .mobile-nav3 {
    display: none;
  }

  body {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;
    position: relative;
  }

  body.menu-open {
    left: 80%;
    left: calc(100% - 54px);
    overflow: hidden;
  }

  .menu-open .nav-toggle:before {
    color: #004267;
  }

  .menu-open .nav-toggle:after {
    background: rgba(0,0,0,.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }



  .mobile-title1 .title-container a {
    border-bottom: 3px solid #004267;
    padding: 3px;
  }




  .mobile-nav2 ul {
    margin: 0;
    padding: 0;
    list-style: none none;
  }

  .mobile-nav2 ul li {
    font-size: 1.6rem;
    margin: 0;
  }


  .mobile-nav2 ul li a {
    text-decoration: none;
    display: block;
    padding: .8rem 20px;
    color: #171715;
    font-weight: 400;
    border-top: 0;
  }



  .menu-open.menu-open-2 .mobile-nav1 {
    display: none;
  }

  .menu-open.menu-open-2 .mobile-nav2 {
    display: block;
  }

  .mobile-nav2 ul li:first-child {
    display: none;
  }

  .menu-open.menu-open-2 .mobile-title2 a {
    border-bottom: 3px solid #004267;
    padding: 3px;
  }

  .menu-open.menu-open-2 .mobile-title1 a {
    border: none;
  }


  .menu-open-3 .mobile-title1 .title-container a {
    border: 0;
  }

  .menu-open-3 .mobile-title3 a {
    border-bottom: 3px solid #004267;
    padding: 3px;
  }

  .menu-open-3 .mobile-nav1 {
    display: none;
  }

  .menu-open-3 .mobile-nav3 {
    display: block;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }

  .switcher.language {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
    margin: 0;
    border: 0;
  }

  .switcher.language .switcher-label {
    color: #171715;
    font-weight: 400;
    display: block;
    border: unset;
    clip: unset;
    height: unset;
    overflow: unset;
    padding: unset;
    position: unset;
    width: unset;
    margin-bottom: 5px;
  }

  .switcher-options {
    display: block;
    position: unset;
    font-weight: 400;
  }

  .switcher-trigger {
    display: block;
    padding: 0;
    cursor: pointer;
    margin-top: 0;
  }

  .switcher-trigger strong {
    position: relative;
    display: block;
    color: #171715;
    text-decoration: none;
    font-weight: 400;
  }

  .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'stuebben-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
    position: absolute;
    opacity:0
  }

  .switcher-options ul {
    right: 0;
    margin: 0;
    margin: 0;
    padding: 10px 0;
    list-style: none none;
    background: unset;
    border: unset;
    min-width: unset;
    z-index: unset;
    box-sizing: unset;
    display: block;
    position: unset;
    top: unset;
    box-shadow: unset;
  }

   .switcher-options ul li {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .switcher-options ul li a {
    padding: 0;
    color: #171715;
  }


  .navigation .hs-menu-wrapper>ul>li>ul > li {
    font-weight: 600;
    margin: 0;
  }

  .navigation .hs-menu-wrapper>ul>li>ul > li > a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    text-decoration: none;
    color: #171715;
    font-weight: 400;
    padding-left: 15px;
  }

  .navigation .hs-menu-wrapper>ul>li>ul > li > ul {
    margin: 0;
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left .3s ease-out;
    padding-left: 15px;
    padding-right: 0;
    top: 0 !important;
  }

  .navigation .hs-menu-wrapper>ul>li>ul > li > ul > li {
    margin: 0;
  }

  .navigation .hs-menu-wrapper>ul>li>ul > li > ul > li > a {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    text-decoration: none;
    padding-left: 15px;
    display: block;
    line-height: normal;
    color: #171715;
    font-weight: 400;
  }

  .navigation .hs-menu-wrapper>ul>li>a.child-open:after {
    content: '\e621';
  }
  .nav-sections-items:after {
    content: '';
    display: block;
    clear: both;
  }

  .header-mobile-menu .social-media-column {
    justify-content: initial;
  }
  .navigation .hs-menu-wrapper>ul>li>ul>li.active>a {
    padding-left: 7px;
    border-color: #004267;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .hs-menu-wrapper>ul>li>ul>li.active>a {
    border-color: #004267;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .hs-menu-wrapper>ul>li.active>a {
    border-color: #004267;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .hs-menu-wrapper>ul>li>ul>li>ul>li.active>a {
    border-color: #004267;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .hs-menu-wrapper>ul>li>ul {
    display: none;
  }

  .navigation .hs-menu-wrapper>ul>li>ul ul {
    display: block;
  }
}

@media(max-width:639px){
  .navigation .hs-menu-wrapper>ul>li:first-child > ul > li:first-child , .navigation .hs-menu-wrapper>ul>li:nth-child(2) > ul > li:first-child {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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-color: #fff;
  overflow-x: hidden;
}



.footer-group {
  background: #f4f4f4;
  margin-top: auto;
  padding-bottom: 25px;
}

footer.footer.footer-group {
  margin-top: 110px;
}

.footer__container {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}



.footer-column.half {
  width: 50%;
  align-items: center;
  display: flex;
}

.footer-column.fifth {
  width: 20%;
  align-items: center;
  display: flex;
}



.footer-column.half p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}

.footer-column.half img , .footer-column.fifth img {
  padding-left: 10px;
  max-width: 50px;
  max-height: 30px;
  font-style: normal;
  width: auto;
  height: auto;
}

.footer-column.fifth small {
  display: block;
  color: #171715;
  line-height: 30px;
  font-size: 1.4rem;
  text-align: left;
  padding: 0;
  margin-bottom: 1rem;
}


.footer-middle-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.footer-middle-form {
  width: 25%;
}

.footer-middle-menu {
  width: calc(100% - 25%) !important;
}

.footer-middle-menu .hs-menu-wrapper > ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-middle-menu .hs-menu-wrapper > ul > li {
  width: 24.9%;
}

.footer-middle-menu .hs-menu-wrapper > ul > li > a {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: arial-narrow;
  color: #004267;
  padding: 0;
}

.footer-middle-menu .hs-menu-wrapper > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: block;
  padding-right: 50px;
}

.footer-middle-menu .hs-menu-wrapper > ul > li > ul > li {
  padding-bottom: 20px;
  font-size: 14px;
  color: #004267;
  line-height: 1.9;
  text-decoration: none;
  list-style-type: none;
}

.footer-middle-menu .hs-menu-wrapper > ul > li > ul > li > a {
  color: #171715;
  text-decoration: none;
  padding: 0;
}

.footer-middle-menu .hs-menu-wrapper>ul>li:nth-child(1)>ul>li:nth-child(7) > a, 
.footer-middle-menu .hs-menu-wrapper>ul>li:nth-child(1)>ul>li:nth-child(8) > a ,
.footer-middle-menu .hs-menu-wrapper>ul>li:nth-child(1)>ul>li:nth-child(9) > a {
  font-weight: bolder;
}

.footer-middle-form h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: arial-narrow;
  color: #004267;
}

.newsletter {
  margin-bottom: 20px;
  float: none;
  width: 100%;
}

.newsletter form {
  display: block;
  width: 98%;
  float: none;
}

.newsletter form .field {
  margin-bottom: 0;
}

.newsletter form .hs_email .hs-input {
  border-radius: 1px;
  font-family: arial-narrow;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100% !important;
  box-sizing: border-box;
  padding-left: 35px;
  background-color: #efefef;
  color: #b2b2b2;
  border: none;
  margin:0;
}

.newsletter form .hs_email .input:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #c2c2c2;
  content: '\e910';
  font-family: 'stuebben-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}

.newsletter form .hs_email .hs-input:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}

.newsletter form  .hs_recaptcha {
  padding-top: 5px;
}

.newsletter form .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}

.newsletter form .actions .hs-button.primary.large {
  font-family: arial-narrow;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background-image: none;
  cursor: pointer;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
  margin-top: 5px;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.shipping-expand {
  margin-bottom: 20px;
  margin-left: 50%;
  transform: translate(-50%,0);
  width: 100vw;
  position: relative;
  background-color: #efefef;
}

.shipping-columns {
  display: flex;
  max-width: 1268px;
  width: 98vw;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 1em;
}

.shipping-column {
  width: 18.7%;
  text-align: left;
  margin: 25px 0;
}

.shipping-column p {
  font-size: 14px;
  color: #000;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 0;
}

.social-media {
  padding: 1em;
  max-width: 1240px;
  margin-bottom: 50px;
}

.social-media-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media-column a {
  color: #171715;
  text-decoration: none;
}

.social-media-column a:before {
  color: #004267;
  font-family: 'stuebben-icons';
  padding: 20px;
  font-size: 25px;
  height: 25px;
  width: 25px;
  list-style-type: none;
}

.icon-facebook:before {
  content: '\e914';
}

.icon-instagram:before {
  content: '\e916';
}

.icon.icon-youtube:before {
  content: '\e934';
}
.lp-footer .footer-column.fifth {
  width: 30%;
}

.lp-footer .footer-bottom {
  justify-content: flex-end;
}
@media(max-width:1100px) and (min-width:769px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }

}

@media(min-width:769px){
  .footer-column.half * {
    align-items: center;
    display: flex;
  }

  .footer-column.fifth * {
    align-items: center;
    display: flex;
  }

  .footer-column.fifth * {
    align-items: center;
    display: flex;
  }
  .footer-column.half * {
    display: initial;
  }

  .footer-column.half .hs_cos_wrapper {
    display: flex;
    align-items: center;
  }

  .footer-column.fifth * {
    display: initial;
  }

  .footer-column.fifth .hs_cos_wrapper {
    display: flex;
    align-items: center;
  }
}
@media(max-width:768px){
  .lp-footer .footer-column.fifth {
  width: 100%;
}
  .grecaptcha-badge {
    margin: 0;
  }

  .footer-group {
    margin-top: 25px;
    padding: 0;
  }

  .footer__container {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #cecece;
    padding-top: 20px;
  }

  .shipping-column {
    margin: 25px 0;
    width: 50%;
    text-align: left;
  }

  .footer-middle-menu {
    width: 100% !important;
  }

  .footer-middle-form {
    width: 100%;
  }

  .footer-middle-menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }

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

  .footer-column.half {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
  }

  .footer-column.fifth {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .footer-column.fifth:last-of-type {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .footer-column.fifth * {
    flex-direction: column;
    align-items: flex-start;
  }

  p {}
}
.content-wrapper {
  margin: 0 auto;
}
.breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  width: 100%;
}

.breadcrumbs ul {
  font-size: 1.2rem;
  color: #b2b2b2;
  margin: 0;
  padding: 0;
  list-style: none none;
}

.breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
}

.breadcrumbs ul li a {
  color: #b2b2b2;
}

.breadcrumbs ul li a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '/';
  font-family: 'stuebben-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-size: 1.7rem;
}

.breadcrumbs ul li  strong {
  font-weight: 400;
}

.container-listing {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%;
  position: relative;
  top: 0;
}

.page-title-wrapper {
  margin-top:50px;
}

.page-title-wrapper .page-title {
  display: inline-block;
  color: #004267;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  font-family: arial-narrow;
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: capitalize;
}

.listing-wrap {
  display: block;
}

.blog-index {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
  max-width: 100%;
}


.blog-index-wrap {
  margin-bottom: 20px;
}

.blog-index__post.blog-index__post--small {
  padding-bottom: 20px;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.post-header {
  position: relative;
}

.post-title {
  color: #171715;
  font-family: baskerville;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  max-width: 80%;
  margin: 0;
  padding: 10px 0;
  float: left;
}

.post-title a {
  color: #004267;
  text-decoration: none;
  font-size: 22px;
  font-family: baskerville;
}

.post-info {
  padding: 0 0 20px;
}

.item.post-posed-date {
  display: inline-block;
}

.item.post-posed-date .label {
  font-weight: 400;
}

.item.post-posed-date  .value {
  color: #b2b2b2;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}

.item.post-posed-date:after {
  display: inline-block;
  content: ' | ';
  color: #b9b9b9;
}

.item.post-author {
  display: inline-block;
}

.item.post-author .label {
  font-weight: 400;
}

.item.post-author .value {
  color: #b2b2b2;
  font-style: italic;
}

.item.post-author .value a {
  color: #b2b2b2;
}



.text-para {
  margin-top: 0;
  margin-bottom: 1rem;
}

.text-para span {
  font-size: 12pt;
}

.text-para span strong {
  font-weight: 400;
}



.feature-img img {
  margin: 15px 0;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}



.summry span {
  font-size: 12pt;
}

.summry span strong {
  font-weight: 400;
}

.more-link {
  padding-top: 10px;
  float: right;
  color: #004267;
}

.blog-pagination.span12 {
  margin-bottom: 55px;
  text-align: center;
}

.blog-pagination__link {
  font-size: 18px;
  color: #171715;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
  margin-right: 25px;
}

.blog-pagination__next-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-family: 'stuebben-icons';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #004267;
  font-size: 18px;
  font-weight: 700;
  content: '\e927';
}

.blog-pagination__next-link {
  margin-left: 8px;
}

.blog-pagination__link--active {
  border-bottom: 2px solid #171715;
  cursor: text;
}
.more-link:hover {
  color: #004267;
}

.blog-pagination__prev-link {
  display: inline-block;
  text-decoration: none;
  color: #7d7d7d;
  margin-right: 8px;
}

.blog-pagination__prev-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-family: 'stuebben-icons';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #004267;
  font-size: 18px;
  font-weight: 700;
  content: '\e917';
}



.sidebar-search-section, .blog-sidebar-topic-filter , .recent-post {
  width: 100%;
  position: relative;
  float: right;
  margin-top: 50px;
  margin-bottom: 40px;
  clear: both;
}

.sidebar-search-section form {
  max-width: 100%;
  position: relative;
}

.sidebar-search-section form .control {
  border-top: 0;
  margin: 0;
  padding: 0;
  clear: both;
}

.sidebar-search-section form .hs-search-field__input {
  border-radius: 1px;
  font-family: arial-narrow;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  background-color: #efefef;
  border: unset;
  position: static;
  padding-right: 35px;
  margin: 0;
  left: -300%;
  height: 36px;
  background-clip: padding-box;
  outline: 0;
}

.sidebar-search-section form .search {
  position: absolute;
  right: 10px;
  top: 0;
  top: calc(50% - 16px);
  z-index: 1;
  display: inline-block;
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}

.sidebar-search-section form .search:before {
  -webkit-font-smoothing: antialiased;
  content: '';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  speak: none;
  width: 16px;
  height: 32px;
  background: url('https://7459628.fs1.hubspotusercontent-na1.net/hubfs/7459628/raw_assets/public/Stuebben_January_2021/images/search-icon.svg') no-repeat -10px -7px;
    background-size: 35px;
    opacity: .5;
    }

.sidebar-search-section form .search span {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.blog-sidebar-topic-filter , .recent-post {
  margin-top: 0;
}



.blog-sidebar-topic-filter h3, .recent-post h3 , .blog-sidebar-topic-month h3 {
  text-align: left;
  color: #004267;
  text-decoration: underline;
  margin: 0 0 20px;
  font-style: normal;
  line-height: 1.42857143;
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}

.blog-sidebar-topic-filter ul {
  margin: 5px 0 5px 9px;
  padding: 0;
  list-style: none;
}

.blog-sidebar-topic-filter ul li {
  list-style-type: none;
  margin: 0;
}

.blog-sidebar-topic-filter ul li a {
  color: #171715;
  text-decoration: none;
}



.recent-post .recent-post-item {
  padding: 8px 0 0;
}

.blog-sidebar-topic-month {
  margin-top: 50px;
  margin-bottom: 100px;
  clear: both;
}


.blog-sidebar-topic-month ul {
  margin: 0;
  padding: 0;
}

.blog-sidebar-topic-month ul li {
  list-style: none;
}

.blog-sidebar-topic-month ul li a {
  color: #171715;
  text-decoration: none;
}

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

.listing-wrap:before,.listing-wrap:after {
  display: block;
  clear: both;
  content: "";
}
.sidebar-search-section form .hs-search-field__input::placeholder {
  color: #c2c2c2;
}
.sidebar-search-section .hs-search-field__suggestions li {
  padding: 0 9px !important;
}
.blog-post-view .blog-post-holder {
  padding-bottom: 20px;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.hs-blog-post .item.post-posed-date .label {
  font-weight: 700;
}

.blog-sidebar .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  z-index: 2;
  width: 100%;
}

.hs-blog-post .item.post-posed-date .value {
  color: #333;
}

.hs-blog-post .item.post-author .label {
  font-weight: 700;
}

.hs-blog-post .item.post-author .value {
  font-style: italic;
  color: #333;
}

.hs-blog-post .item.post-author .value a {
  color: #171715;
}

.blog-post__body {
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 16px;
}

.post-bottom {
  margin-top: 30px;
}

.post-nextprev-hld {
  margin-bottom: 30px;
}

.post-bottom a {
  color: #171715;
  text-decoration: none;
  font-weight: 700;
}

.post-nextprev-hld .prev-link {
  float: left;
}

.post-nextprev-hld .next-link {
  float: right;
}

.post-footer form {
  max-width: 100%;
}

.post-footer form .actions {
  text-align: center;
}
.hs-blog-post .post-header .addthis_toolbox {
  padding-top: 0;
}
.post-header .addthis_toolbox {
  float: right;
  padding-top: 20px;
}
@media (min-width: 769px){
  .blog-sidebar {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .blog-index {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .blog-sidebar {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .blog-sidebar {
    clear: right;
    padding-left: 2%;
  }
  footer.footer.footer-group {
    margin-top: 0;
  }
}

@media(max-width:768px){
  .hs-blog-post .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title-wrapper {
    margin-top: 44px;
  }

  .breadcrumbs {
    display: none;
  }

  .listing-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .content-wrapper.container-listing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-sidebar {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .sidebar-search-section {
    margin-top: 0;
  }

  .blog-sidebar-topic-month {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .footer.footer-group {
    margin-top: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
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:1.5rem;
  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;
}

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

  .systems-page h3 {
    font-size: 20px;
  }

  .systems-page h2 {
    font-size: 22px;
  }
}