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











































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


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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.body-container-wrapper a {
  text-decoration: none;
  border-bottom: 1px solid;
}


@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline: 0;
}

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

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 {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  padding: 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
  margin-top: 15px;
  white-space: pre-wrap;
}

.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

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

h3.form-title {
  padding: 0 20px;
}

input.hs-input,
textarea.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  outline: 0;
  font-size: 19.2px;
  padding: 15px 0 18px 15px;
  line-height: 1.618;
}

input[type="password"] {
  margin-bottom: 18px;
}

#hs-search-module input {
  margin-bottom: 18px;
}

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

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

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,
.hs-form-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: 20px 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

form#email-prefs-form {
  padding: 20px 0px;
}

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

@media (max-width: 767px) {
  form {
    max-width: 100%;
    padding: 20px 0px;
  }

  h3.form-title {
    padding: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.header_container {
  padding: 1.5rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}

/* keep logo sizing but ensure svg fills */
.header__logo {
  width: 150px;
  height: auto;
  max-height: 58px;
  position: relative;
  z-index: 9999;
}
.header__logo svg {
  width: 100%;
  height: 100%;
}

/* Horizontal desktop nav */
.nav-desktop {
  position: static;
  border: none;
  height: auto;
  z-index: 1000;
  display: flex !important;        /* ensure horizontal layout */
  justify-content: flex-end;
  align-items: center;
  flex-direction: row !important;  /* explicit horizontal flow */
  overflow: visible;
  width: auto;
  transition: none;
}

/* hide the side-toggle buttons for horizontal desktop nav */
.nav-desktop > button {
  display: none !important;
}

/* nav content laid out horizontally */
.nav-desktop-content {
  display: flex !important;
  width: auto;
  flex-flow: row nowrap !important;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
  margin-right: 0;
  line-height: 1.2;
  font-family: Open Sans, Helvetica, sans-serif;
  word-spacing: normal;
}

/* menu list inline (force horizontal) */
.custom-menu-primary {
  margin: 0;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 1.25rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-weight: normal;
  font-size: 1rem;
  position: relative;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  padding: .25rem .15rem;
}

/* submenu toggle button (small caret) */
.custom-menu-primary .hs-menu-wrapper .submenu-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .15rem .35rem;
  margin-left: .25rem;
  font-size: 1rem;
  line-height: 1;
}
.custom-menu-primary .hs-menu-wrapper .submenu-toggle:focus {
  outline: 2px solid rgba(0,0,0,.12);
  outline-offset: 2px;
}

/* caret rotation when open */
.custom-menu-primary .hs-menu-wrapper .submenu-toggle .caret {
  display: inline-block;
  transition: transform .15s ease;
  font-size: .9em;
  line-height: 1;
}
.custom-menu-primary .hs-menu-wrapper li.submenu-open > .submenu-toggle .caret {
  transform: rotate(180deg);
}

/* subtle underline on hover */
.custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: background-color .15s;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:after {
  background-color: transparent;
}

/* remove decorative underline under menu items */
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  border-bottom: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* remove the pseudo-element line completely */
.custom-menu-primary .hs-menu-wrapper>ul>li>a:after,
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:after {
  display: none !important;
  background-color: transparent !important;
  height: 0 !important;
  content: none !important;
}

/* remove contact block completely */
.header-contact {
  display: none !important;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}

/* Mobile trigger stays for small screens */
button.mobile-trigger {
  display: none;
  position: relative;
  z-index: 1001;
  background: transparent;
  border: none;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  padding: 0 12px;
  outline: none;
  font-size: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}

/* hamburger lines */
.hamburger__layers {
  width: 100%;
  height: 24px;
  position: relative;
  display: block;
  transition: height 70ms ease-in-out;
}
.hamburger__layers > span {
  height: 3px;
  width: 100%;
  position: absolute;
  margin-top: -1.5px;
  top: 50%;
  left: 0;
  transition: top 70ms ease-in-out, bottom 70ms ease-in-out, transform .15s;
}
.hamburger__layers #top { 
  top: 0; 
  margin-top: 0; 
}
.hamburger__layers #center {
  top: 50%;
  margin-top: -1.5px;
}
.hamburger__layers #bottom { 
  margin-top: 0; 
  top: auto; 
  bottom: 0; 
}

/* hamburger animation when mobile menu is open */
body.mobile-open .hamburger__layers #top {
  top: 50%;
  transform: rotate(45deg);
}
body.mobile-open .hamburger__layers #center {
  opacity: 0;
}
body.mobile-open .hamburger__layers #bottom {
  top: 50%;
  transform: rotate(-45deg);
}

/* Mobile behavior: convert nav to full-screen vertical menu */
@media (max-width: 992px) {
  button.mobile-trigger {
    display: block;
  }

  .nav-desktop {
    position: fixed;
    top: 0;
    /* replaced left animation with transform for smoother behavior */
    left: 0;
    transform: translateX(100%);
    height: 100vh;
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 4rem;
    transition: transform .22s ease-in-out;
    z-index: 999;
  }

  body.mobile-open .nav-desktop {
    transform: translateX(0);
  }

  .nav-desktop > button {
    display: none !important;
  }

  .nav-desktop-content {
    width: 100%;
    padding: 2.5rem 1.5rem;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    flex-direction: column !important;
    gap: .8rem;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 1.5rem;
  }

  .mobile-open .header__logo svg {
  }

  /* Hide nested depth-2 menus by default on mobile (open via .submenu-open) */
  .custom-menu-primary .hs-menu-wrapper .hs-menu-children,
  .custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper,
  .custom-menu-primary .hs-menu-wrapper ul ul {
    display: none;
    position: static;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding-left: 0.75rem;
    margin: .35rem 0 0 0;
  }

  /* Show nested menus when JS adds .submenu-open to the submenu or parent li */
  .custom-menu-primary .hs-menu-wrapper .hs-menu-children.submenu-open,
  .custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper.submenu-open,
  .custom-menu-primary .hs-menu-wrapper ul ul.submenu-open,
  .custom-menu-primary .hs-menu-wrapper li.submenu-open > .hs-menu-children,
  .custom-menu-primary .hs-menu-wrapper li.submenu-open > .hs-menu-children-wrapper,
  .custom-menu-primary .hs-menu-wrapper li.submenu-open > ul {
    display: block !important;
  }

  /* depth-2 items styling on mobile */
  .custom-menu-primary .hs-menu-wrapper .hs-menu-depth-2 > a {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 1.15rem;
    padding: .35rem .25rem;
    display: block;
  }
}

/* small adjustments for very narrow screens */
@media (max-width: 441px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 1.3rem;
  }
}
@media (max-width: 369px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 1.1rem;
  }
}
@media (max-width: 339px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 1rem;
  }
}

/* Desktop: show depth-2 only on hover; remove dropdown background/border */
@media (min-width: 993px) {
  /* hide nested submenus by default and make them absolute */
  .custom-menu-primary .hs-menu-wrapper .hs-menu-children,
  .custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper,
  .custom-menu-primary .hs-menu-wrapper ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
    z-index: 1100;
    min-width: 180px; /* adjust if needed */
  }

  /* parent list items are the positioning context */
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }

  /* reveal submenu on parent hover */
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > .hs-menu-children,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    display: block;
  }

  /* depth-2 link styles: no bg/borders, readable spacing */
  .custom-menu-primary .hs-menu-wrapper .hs-menu-depth-2 > a {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: .4rem .6rem;
    display: block;
    white-space: nowrap;
  }

  /* ensure nested items have no borders/background */
  .custom-menu-primary .hs-menu-wrapper .hs-menu-children li,
  .custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper li {
    border: none !important;
    background: transparent !important;
  }
}

/* keep mobile toggles working: .submenu-open forces open and static positioning */
.custom-menu-primary .hs-menu-wrapper .submenu-open,
.custom-menu-primary .hs-menu-wrapper .hs-menu-children.submenu-open,
.custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper.submenu-open,
.custom-menu-primary .hs-menu-wrapper ul ul.submenu-open {
  display: block !important;
  position: static;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.scroll_icon svg {
  width: 35px;
  fill: #fff;
  outline: none;
}

.footer.footer {
  margin-top: 10rem;
  padding-bottom: 5rem;
}

/* Layout: split left (logo, title, form) and right (address/contact/social) */
.footer__container {
  padding: 4rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center; /* left column vertically centered (left middle) */
  gap: 2rem;
  flex-wrap: nowrap;
}

/* Left column */
.footer-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; /* vertically center left content */
  gap: 1.5rem;
}

/* Right column */
.footer-right {
  width: 55%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer__container {
  padding: 6rem 1.5rem 1.5rem;
}

.footer-bottom-section {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  flex-flow: column nowrap;
  position: relative;
  word-spacing: 1px;
  font-size: 1.1rem;
  gap: 1.25rem;
}

.footer-bottom-section > div {
  width: 100%;
}

.footer-bottom-section .scroll_icon {
  position: relative;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  width: auto !important;
  right: 0;
  bottom: 0;
}

.ft-social-link {
  display: flex;
  justify-content: flex-end;
}

.ft-contact {
  display: flex;
  justify-content: flex-end;
}

.ft-contact p,
.ft-social-link p {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
}

.footer-bottom-section p {
  margin-bottom: 0;
}

.ft-addresh p {
  margin: 0 0 1.5rem;
}

.ft-contact a,
.ft-social-link a {
  border-bottom: 1px solid #000;
}

.ft-contact a:hover,
.ft-social-link a:hover {
  border-bottom: 1px solid;
  text-decoration: none;
}

.ft-addresh a {
  line-height: 1.681;
  text-decoration: none;
}

.sign-up-for-the-newsletter {
  width: 100%;
}

.sign-up-for-the-newsletter form {
  background: #ffffff;
  padding: 1rem;
  width: 100%;
  max-width: 420px;
  box-sizing: border-box;
  border-radius: 60%;
  display: flex;
  gap: .5rem;
  align-items: center;
  justify-content: space-between;
}

.sign-up-for-the-newsletter form .hs-button {
 background-color: #030000 !important;
    color: #f1f1f1;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 15px 32px;
    border-radius: 60px;
    font-size: 16px;
    border: 1px solid #000000;
    font-family: 'Satoshi', sans-serif;
}

.sign-up-for-the-newsletter form .hs-input {
  padding: .6rem .9rem;
  border: 0;
  flex: 1 1 auto;
  font-size: 1rem;
  border-radius: 60px;
  width: 10%;
}

.sign-up-for-the-newsletter .hs-form-field {
  margin-bottom: 0;
}

.sign-up-for-the-newsletter {
  word-spacing: 1px;
  margin-top: -1px;
}

.sign-up-for-the-newsletter ::-webkit-input-placeholder {
  color: #000;
}

.sign-up-for-the-newsletter .hs-form label {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  word-spacing: 1px;
  font-family: Open Sans,Helvetica,sans-serif;
  font-weight: 700;
  color: inherit;
}

/* replace svg logo sizing with the image */
.logo-symbol-wrapper {
  width: 15%;
  display: block;
  padding-bottom: 15px;
}
.bas-enkel-logo {
  width: 140px;
  height: auto;
  display: block;
}

/* preserve title styles */
.footer-content-title-text {
  width: auto;
  margin-left: 0;
}
.footer-content-title-text h1 {
  margin: 0;
  line-height: 1;
  font-size: 3em;
  font-family: Open Sans,Helvetica,sans-serif;
  color: #fff;
  font-weight: 500;
}

/* Footer-bottom (right column) adjustments */
.footer-bottom-section {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  flex-flow: column nowrap;
  position: relative;
  word-spacing: 1px;
  font-size: 1.1rem;
  gap: 1.25rem;
}

.footer-bottom-section > div {
  width: 100%;
}

/* position scroll icon inside right column */
.footer-bottom-section .scroll_icon {
  position: relative;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  width: auto !important;
  right: 0;
  bottom: 0;
}

/* preserve existing link styles */
.ft-social-link {
  display: flex;
  justify-content: flex-end;
}
.ft-contact {
  display: flex;
  justify-content: flex-end;
}
.ft-contact p,
.ft-social-link p {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
}
.footer-bottom-section p {
  margin-bottom: 0;
}

.ft-addresh p {
  margin: 0 0 1.5rem;
}

.ft-contact a,
.ft-social-link a {
  border-bottom: 1px solid #000;
}

.ft-contact a:hover,
.ft-social-link a:hover {
  border-bottom: 1px solid;
  text-decoration: none;
}

.ft-addresh a {
  line-height: 1.681;
  text-decoration: none;
}

.sign-up-for-the-newsletter {
  width: 100%;
}

.sign-up-for-the-newsletter form {
  background: #f4f0ef;
  padding: 1rem;
  width: 100%;
  max-width: 420px;
  box-sizing: border-box;
  border-radius: 60%;
  display: flex;
  gap: .5rem;
  align-items: center;
  justify-content: space-between;
}


.sign-up-for-the-newsletter form .hs-input {
  padding: .6rem .9rem;
  border: 0;
  flex: 1 1 auto;
  font-size: 1rem;
  border-radius: 60px;
}

.sign-up-for-the-newsletter .hs-form-field {
  margin-bottom: 0;
}

.sign-up-for-the-newsletter {
  word-spacing: 1px;
  margin-top: -1px;
}

.sign-up-for-the-newsletter ::-webkit-input-placeholder {
  color: #000;
}

.sign-up-for-the-newsletter .hs-form label {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  word-spacing: 1px;
  font-family: Open Sans,Helvetica,sans-serif;
  font-weight: 700;
  color: inherit;
}

/* replace svg logo sizing with the image */
.logo-symbol-wrapper {
  width: 25%;
  display: block;
}
.bas-enkel-logo {
  width: 140px;
  height: auto;
  display: block;
}

/* preserve title styles */
.footer-content-title-text {
  width: auto;
  margin-left: 0;
}
.footer-content-title-text h3 {
  margin: 0;
  line-height: 1;
  font-size: 2em;
  font-family: Open Sans,Helvetica,sans-serif;
  color: #000000;
  font-weight: 400;
}


dt a {
  color: #000000;
  text-decoration: none;
}
dt a:hover {
  text-decoration: underline;
  color: #000000;
}

/* Footer links table: no border, no background */
.footer-links-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0;
  padding: 0;
}

.footer-links-table td,
.footer-links-table th,
.footer-links-table tr {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0.25rem 0.5rem;
}
tr, td {
    background-color: transparent !important;
    border: none !important;
 
}

table, tbody + tbody {
    border-color: rgb(243 243 243);
}
.footer-links-table h3 {
  margin: 0 0 0.5rem 0;
  font-size: 0.5rem;
}

.footer-links-table a {
  background: transparent !important;
  border: none !important;
  padding: 0;
  display: inline-block;
}

/* small-screen adjustment: keep spacing readable */
@media (max-width: 769px) {
  .footer-links-table td { padding: .5rem 0; display: block; width: 100%; }
  .footer-links-table tr { display: block; }
}

/* Responsive: stack on smaller screens */
@media (max-width: 992px) {
  .footer__container {
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 1rem;
  }
  .footer-left, .footer-right {
    width: 100%;
  }
  .footer-right {
    margin-top: 2rem;
    justify-content: flex-start;
  }
  .footer-bottom-section {
    flex-flow: column nowrap;
    gap: .75rem;
  }
  .bas-enkel-logo {
    width: 120px;
  }
  .sign-up-for-the-newsletter form {
    max-width: 100%;
    border-radius: 1.25rem; /* reduce extreme rounding on small screens */
  }
}

/* keep existing very small-screen tweaks */
@media (max-width: 576px) {
  .footer-content-title-text h1 {
    font-size: 1.85em;
  }
  .logo-symbol-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .footer-content-title-text h1 {
    font-size: 2.2em;
  }
}

@media (min-width: 992px) {
  .footer-content-title-text h1 {
    font-size: 3em;
  }
}

@media (min-width: 1700px) {
  .footer-bottom-section .scroll_icon {
    right: -200px;
    bottom: 20px;
  }
}


@media (max-width: 1300px) {
  .ft-contact > div {
    margin-right: 100px;
  }

  .ft-social-link > div {
    margin-right: 100px;
  }
}


@media (max-width: 769px) {
  .footer-bottom-section > div {
    width: 100%;
    justify-content: flex-start!important;
    margin-bottom: 1.5rem;
  }

  .footer-bottom-section {
    flex-flow: column nowrap;
  }

  .footer-bottom-section .scroll_icon {
    right: 25%;
    bottom: 0;
  }

  .sign-up-for-the-newsletter form {
    width: 100%;
  }

}

@media (max-width: 576px) {
  .footer-content-title-text h1 {
    font-size: 1.85em;
  }

  .footer-content-title-text {
    margin-left: 0;
  }

  .footer-logo-section {
    flex-flow: column nowrap;
    padding-bottom: 1px;
  }

  .logo-symbol-wrapper {
    margin-bottom: -1px;
  }
}


@media (max-width: 400px) {
  .footer-content-title-text h1 {
    font-size: 2rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

.blog-content-section .content-wrapper {
  padding: 2rem 3rem;
}

.blog-title h2 {
  font-size: 2.8em;
  padding: 0 0 1.5rem;
  font-weight: 700;
  width: 100%;
  line-height: 1.618;
  font-family: Open Sans,Helvetica,sans-serif;
  margin: 0;
}

.blog-title {
  font-size: 16px;
  line-height: 1.618;
}

hr.divider {
  margin: 4rem 2rem 2.5rem;
  height: 2px;
  line-height: 1.618;
  font-family: Open Sans,Helvetica,sans-serif;
  border-bottom-style: inset;
  border-bottom-width:1px;
  border-left-style:inset;
  border-left-width:1px;
  border-right-style:inset;
  border-right-width:1px;
  border-top-style:inset;
  border-top-width:1px;
  box-sizing: border-box;
}

.post-inner {
  width: calc(66.66667% - 2rem);
  margin: 0 auto;
}

h2.post-title {
  text-align: center;
  line-height: 1.3;
  font-size: 2.8em;
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-family: Open Sans,Helvetica,sans-serif;
}

.post-item {
  font-size: 16px;
  word-spacing: 1px;
}

h2.post-title a {
  color: #000;
  text-decoration: none;
}

.by-line {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 0 1.5rem;
  font-weight: 400;
}

.by-line p {
  margin: 0;
}

.blog-social-container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-social-container a img {
  width: 30px;
}

.blog-social-container a:last-child {
  margin-left: 1.1rem;
}

img.featured-image {
  width: 100%;
}

.featured-image-wrapper {
  max-height: 471.672px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.post-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.618;
}

.read-more > a {
  font-size: 1.2rem;
  color: #000000;
  font-weight: 400;
  border-bottom: 1px solid;
  text-decoration: none;
}

.read-more {
  margin-top: 1.5rem;
}

.blog-pagination {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  word-spacing: 1px;
}

.blog-pagination-prev-link {
  width: calc(20% - 1rem);
}

.blog-pagination-next-link {
  width: calc(20% - 1rem);
}

.pagination-list {
  display: inline-flex;
  justify-content: center;
  list-style: none;
  padding: 0 2rem;
}

.blog-pagination a {
  font-size: 1.5rem;
  color: #8b8b8b;
  padding: 0 3px;
  text-decoration: none;
  position: relative;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.blog-pagination a.active:after {
  width: 100%;
  border-bottom: 2px solid;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
}

.pagination-list a {
  margin: 0 3px;
}

.blog-pagination-prev-link.disabled > a {
  display: none;
}

.blog-pagination-next-link.disabled  > a {
  display: none;
}

.back-to-blog > a {
  font-size: 1.2rem;
  font-weight: 400;
  border-bottom: 1px solid;
  color: #000;
  text-decoration: none;
}

.back-to-blog {
  margin: 0 0 2rem;
}

.hs-blog-post h2.post-title {
  line-height: 1.618;
}

.hs-blog-post .post-description p {
  margin: 0 0 1.5rem;
}

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

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

#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 0px 10px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
}
.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}


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

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

.related-post-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  line-height: 1.618;
  font-size: 16px;
}

.related-post {
  width: calc(33.33333% - 1rem);
  padding: 1rem;
}

.related-post-image {
  max-height: 214.281px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.related-post-image img {
  width: 100%;
}

h4.related-post-title {
  font-size: 1.4em;
  margin: 0 0 1.5rem;
  font-weight: 700;
  line-height: 1.618;
}

.related-post a {
  text-decoration: none;
}

.related-post-wrappper {
  padding: 2rem 0;
  margin-bottom: 5rem;
}

hr.divider.post-d {
  margin: 2rem 0 4rem;
}

.related-post-headding h3 {
  margin: 0 0 1.5rem;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.618;
}

.related-post-headding {
  padding: 2rem 3rem;
  font-size: 16px;
}

.hs-blog-post .post-inner {
  width: calc(66.66667% );
  margin: 0 auto;
}

.author-image {
  max-width: 202.656px;
}

.author-section {
  margin-top: 40px;
  margin-bottom: 60px;
}

.author-section > h5 {
  font-size: 16px;
  margin-bottom: 1.3rem;
  line-height: 1.618;
}

h3.author-name {
  font-size: 1.4em;
  margin: 0;
  font-weight: 700;
  line-height: 1.618;
}

p.author-bio {
  margin-bottom: 1rem;
  margin-top: .5rem;
  font-size: 1.1rem;
}

.hs-blog-post .blog-social-container {
  padding-top: 1.5rem;
  line-height: 0;
}


@media (max-width: 991px) {
  .blog-title h2 {
    font-size: 1.8em;
  }

  h2.post-title {
    font-size: 1.8em;
  }

  .read-more > a {
    font-size: 1rem;
    line-height: 1.618;
  }

  .back-to-blog > a {
    font-size: 1rem;
  }

  .related-post-headding h3 {
    font-size: 1.6em;
  }

  h4.related-post-title {
    font-size: 1.2em;
  }

  h3.author-name {
    font-size: 1.2em;
  }

}


@media (max-width: 767px) {
  .blog-pagination {
    flex-direction: column;
  }

  .blog-pagination-next-link {
    width: 100%;
    text-align: right;
  }

  .blog-pagination-prev-link {
    width: 100%;
    text-align: left;
  }

  .post-description p img {
    float: none !important;
  }

}


@media  (max-width: 768px) {
  .blog-content-section .content-wrapper {
    padding: 2rem 1.5rem;
  }

  .post-inner {
    width: 100%;
  }

  .related-post {
    width: 100%;
    padding: 0;
  }

  .related-post-image {
    max-height: 100%;
  }

  .hs-blog-post .post-inner {
    width: 100%;
  }

}

@media  (max-width: 575px) { 
  .blog-content-section .content-wrapper {
    padding: 2rem 1rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.systems-page form {
  padding: 20px 0;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

@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;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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;
}