/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

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

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* Additional Layout using Flex */
/*.nx-grid {
  margin: -1rem;
}
.nx-grid .nx-grid-col {
  padding: 1rem;
}*/

.nx-grid .nx-grid-col .nx-grid-item{
  display: flex;
  flex-wrap: wrap;
}

.nx-grid .nx-grid-col .nx-grid-item.nx-grid-item-center{
  justify-content: center;
}

/*@media (min-width:768px) {
  .nx-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nx-grid-1col .nx-grid-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .nx-grid-2col .nx-grid-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
  .nx-grid-3col .nx-grid-col {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    width: 33.33%;
  }
  .nx-grid-4col .nx-grid-col {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
  }
}
@media (max-width:768px) and (max-width:991px) {
  .nx-grid-4col .nx-grid-col {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    width: 33.33%;
  }
}
@media (min-width:576px) and (max-width:767px) {
  .nx-grid-2col .nx-grid-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
  .nx-grid-3col .nx-grid-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}*/

/* Grid */
@supports ((display: -ms-grid) or (display: grid)) {
  .nx-grid .nx-grid-col {
    width: auto;
    padding: 0;
  }
  .nx-grid {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    margin: 0;
  }
  .nx-grid.nx-gallery-filter {
    display: block!important;
    margin: -.75rem;
  }
  .nx-grid.nx-gallery-filter > div {
    padding: .75rem;
  }

/*  @media (min-width: 768px) {
    .nx-grid-1col {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
    .nx-grid-2col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
    .nx-grid-2col.nx-gallery-filter .nx-grid-col {
      width: 50%;
    }
    .nx-grid-3col {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
    }
      .nx-grid-3col.nx-gallery-filter .nx-grid-col {
        width: 33.33%;
      }
    .nx-grid-4col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
      .nx-grid-4col.nx-gallery-filter .nx-grid-col {
        width: 50%;
      }
  }*/


  @media (min-width: 768px) and (max-width: 1139px) {
    .nx-grid-2col,
    .nx-grid-3col,
    .nx-grid-4col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }


  }

  @media (min-width: 1140px){
     .nx-grid-2col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
    .nx-grid-3col {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
    }
    .nx-grid-4col {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
    }
  }



/*  @media (min-width:992px) {
    .nx-grid-4col {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
    }
      .nx-grid-4col.nx-gallery-filter .nx-grid-col {
        width: 25%;
      }
  }
  @media (min-width:576px) and (max-width:767px) {
    .nx-grid-2col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
    .nx-grid-2col.nx-gallery-filter .nx-grid-col {
      width: 50%;
    }

    .nx-grid-3col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
    .nx-grid-4col {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
      .nx-grid-4col.nx-gallery-filter .nx-grid-col {
        width: 50%;
      }
  }*/
}



/* ----
 * Flex
 * ========== */
@media (min-width:768px) {
  .nx-flex > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nx-align-center > .row-fluid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Bob */
.hvr-bob {
  transition: transform 25ms;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  transform: translateY(-10px);
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}



form .form-columns-1 input[type=text].hs-input,
form .form-columns-1 input[type=email].hs-input,
form .form-columns-1 input[type=password].hs-input,
form .form-columns-1 input[type=tel].hs-input,
form .form-columns-1 input[type=number].hs-input,
form .form-columns-1 input[type=file].hs-input,
form .form-columns-1 select.hs-input,
form .form-columns-1 textarea.hs-input {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100% !important;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display{
   /* align-items: baseline;
    display: flex;
    flex-direction: row;*/
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  /*margin-left: 0.2rem !important;
  font-size: .875rem;*/
}
.legal-consent-container .hs-form-booleancheckbox-display > span{
  margin-left: 30px !important;
  
}


.legal-consent-container .hs-form-booleancheckbox-display > input[type="checkbox"]{
  /*-webkit-appearance: none;*/
  /*cursor: pointer;
  width: 0.8rem !important;
  height: 0.8rem !important;
  padding: 0;
  margin: 0px 5px 0px 0px;
  line-height: normal;
  border: none;
  background-color: #ffffff;
  border: 1px solid #0070ba ;
  border-radius: 0px;
  outline: none;
  position: relative;*/


 -webkit-appearance: none;
  cursor: pointer;
  width: 16px !important;
  height: 16px !important;
  padding: 0;
  margin: 5px 5px 0px 0px;
  line-height: normal;
  border: none;
  background-color: #ffffff;
  border: 1px solid #0070ba ;
  border-radius: 0px;
  outline: none;
  position: relative;
}

.legal-consent-container .hs-form-booleancheckbox-display > input[type="checkbox"]:checked:before{
   content: '✔';
    font-size: 1.2rem;
    position: absolute;
    top: -16px;
    color: #0070ba;
    -webkit-text-fill-color: rgba(0, 112, 186, 1); 
    -webkit-opacity: 1; 
}


/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  form .form-columns-2 .hs-form-field .hs-input,
  form .form-columns-3 .hs-form-field .hs-input{
    width: 100% !important;
  }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

header.header-banner{
  height: 143px;
}

.header {
  flex-direction: column;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e9e9e9;
}

.header .header-logo{
  position: absolute;
  width: 210px;
  height: 89px;
  z-index: 100;
  left: 20px;
}

.header .header-buttons{
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 20px;
}

.header .header-nav-bar{
  margin-left: 270px;
  margin-top: 81px;
}

.header .header-nav-bar .header__navigation{

}

/* BUTTONS */

.header .header-buttons .button_header{
  font-size: 18px;
  padding: 6px 20px 6px 20px;
  margin-right: 10px;
}

.header-buttons-mobile{
  display: none;
}

/* no navigation */
header.header--no-navigation.header-banner{
  height: auto;
}

header.header--no-navigation .header {
  flex-direction: column;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px;
}

header.header--no-navigation .header .header-logo{
  position: relative;
  width: 210px;
  height: 89px;
  z-index: 100;
}


/* STICKY */
.header.sticky{
  position: fixed;
  top: -120px;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  z-index: 100;

  transition: 0.7s all cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.header.sticky .header-logo{
  width: 140px;
  height: 60px;
}

.header.sticky .header-nav-bar{
  margin-top: 0px;
  margin-left: 200px;
}

/* Navigation */

#nav-toggle {
  display: none;
}



/* Mobile toggles 767px */

@media (max-width: 1340px) {

  header.header-banner,
  .header{
    height: 80px;
  }

  .header .header-logo,
  header.header--no-navigation .header .header-logo{
    width: 150px;
    height: 64px;
  }


  .header .header-nav-bar{
    margin-top: 0px;
    margin-left: 220px;
  }

  .header-buttons-mobile{
    display: block;
    text-align: center;
    margin-top: 25px;
  }



  .header__navigation{
    display: none;
    width: 100%;
  }

  .header__navigation.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: fixed;
    right: 0;
    left: 0px;
    top: 0px;
    bottom: 0;
    z-index: 1000;

    background-image: url("https://f.hubspotusercontent10.net/hubfs/19510560/Arche/bg_arche-dark.png");
    background-repeat: repeat;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    cursor: pointer;
    position: relative;
  }

  .header__navigation--toggle.hide {
    display: none;
  }

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

  .header__navigation--toggle:after{
    display: block;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -2px;
    word-break: normal;
  }

  .header__navigation--toggle.open:after{
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

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

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgZm9jdXNhYmxlPSJmYWxzZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMjAgMzIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgMzIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzEwLjYsMjY1LjRjMTIuNSwxMi41LDEyLjUsMzIuOCwwLDQ1LjJjLTYuMiw2LjItMTQuNCw5LjQtMjIuNiw5LjRzLTE2LjQtMy4xLTIyLjYtOS40TDE2MCwyMDUuM0w1NC42LDMxMC42DQoJYy02LjIsNi4zLTE0LjQsOS40LTIyLjYsOS40cy0xNi40LTMuMS0yMi42LTkuNGMtMTIuNS0xMi41LTEyLjUtMzIuOCwwLTQ1LjJMMTE0LjgsMTYwTDkuNCw1NC42Qy0zLjEsNDIuMS0zLjEsMjEuOSw5LjQsOS40DQoJczMyLjgtMTIuNSw0NS4yLDBMMTYwLDExNC44TDI2NS40LDkuNGMxMi41LTEyLjUsMzIuOC0xMi41LDQ1LjIsMHMxMi41LDMyLjcsMCw0NS4yTDIwNS4yLDE2MC4xTDMxMC42LDI2NS40eiIvPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .header__close--toggle.show {
    display: block;
  }
}


@media (max-width: 680px) {
  .header .header-buttons{
    display: none;
  }

  .header .header-nav-bar{
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
  }

  .header__navigation--toggle:after{
    content: '';
    display: none;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* CTA, logo, and rich text images */
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* ----------------- Slick Styling ----------------- */

.slick-slide {
  outline: none!important;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 3rem!important;
}
.slick-slider .slick-dots {
  bottom: -3rem;
}
.slick-slider .slick-dots button:before {
  display: none;
}
.slick-slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
}
.slick-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #535353;
  transform: rotateZ(45deg) scale(0.9);
  -webkit-transform: rotateZ(45deg) scale(0.9);
  opacity: 1;
  transition: 0.3s ease;
  background: #535353;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
  opacity: .7;
}
.slick-slider .slick-dots li.slick-active button {
  opacity: 1;
  transform: rotateZ(45deg) scale(1.15);
  -webkit-transform: rotateZ(45deg) scale(1.15);
  position: relative;
}
.slick-slider .slick-dots li.slick-active button::after {
  content: "";
  width: 30%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  display: block;
  border-radius: 50%;
  background: #fff;
}

/* Arrows .atmc-slider-arrow-inside  */
.slick-next, .slick-prev {
  width: auto!important;
  height: auto!important;
}
.slick-slider .slick-arrow:before {
  font-family: "Font Awesome 5 Free"!important;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff !important;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #535353;
  opacity: 0.7;
  
}
.slick-slider .slick-arrow:hover:before {
  opacity: 1;
}
.slick-slider .slick-arrow.slick-prev {
  right: calc(100% + 1rem);
  left: auto;
  z-index: 1;
}
.slick-slider .slick-arrow.slick-next {
  left: calc(100% + 1rem);
  right: auto;
}

.slick-slider .slick-arrow.slick-prev:before {
  content: '\f104'!important;
}
.slick-slider .slick-arrow.slick-next:before {
  content: '\f105'!important;
}

/* caption */
.slick-slide .caption{
  padding-top: 0.5rem;
}

.slick-slide .caption p{
  font-size: 0.8rem;
}
/* TEASER */
.nx-teaser .nx-teaser-item{
  
}

.nx-teaser .nx-teaser-item .box{
  background-color: rgba(255,255,255,0.9);
  padding: 25px 25px 25px 25px;
  margin: -120px 25px 0px 25px;
  width: 100%;
}

.nx-teaser .nx-teaser-item .box h3{
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 24px;
  font-size: 1.2rem;
}

/* TEAM */
.nx-team .nx-team-item{
  text-align: center;
}

.nx-team .nx-team-item .member-content{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.nx-team .nx-team-item .member-content h4{
  margin-bottom: 0.5rem;
}

.nx-team .nx-team-item .member-content p{
  margin:0px;
}

.nx-team .nx-team-item .member-content p a.theme-color-primary{
  color: #0070ba;
}
.nx-team .nx-team-item .member-content p a.theme-color-primary_2{
  color: #b83456;
}
.nx-team .nx-team-item .member-content p a.theme-color-primary_3{
  color: #479db8;
}
.nx-team .nx-team-item .member-content p a.theme-color-primary_4{
  color: #cb7b27;
}
.nx-team .nx-team-item .member-content p a.theme-color-primary_5{
  color: #b9c733;
}

.nx-team .nx-team-item .member-links{
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

/* CTA BANNER */
.nx-cta-banner-container > .row-fluid{
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}

/* DOWNLOADS */
.nx-downloads ul li a{
  padding: 10px 10px 10px 10px;
  border-top: 1px solid #535353;
  color: #535353;
  display: flex;
  flex-direction: row;
  align-items: center;

  

  -webkit-transition: padding 0.2s ease-out;
  -moz-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}

.nx-downloads ul li:last-child a{
  border-bottom: 1px solid #535353;
}

.nx-downloads ul li a svg{
  height: auto;
  margin-right: 0.2rem;
  height: 16px;
  fill: #535353;

  -webkit-transition: fill 0.5s ease-out;
  -moz-transition: fill 0.5s ease-out;
  -o-transition: fill 0.5s ease-out;
  transition: fill 0.5s ease-out;
}

.nx-downloads ul li a:hover{
  padding-left: 15px;
}

.nx-downloads .download-icon{
    margin-right: 10px;
}

/* ACCORDION */
dl.nx-accordion dt,
dl.nx-accordion dd{
  padding: 15px;
  border-top: 1px solid #e9e9e9;
  /*border-bottom: 1px solid lime;
  border-bottom: 0; */
}

dl.nx-accordion dd{
  margin: 0;
}

dl.nx-accordion dt:last-of-type,
dl.nx-accordion dd:last-of-type{
  border-bottom: 1px solid #e9e9e9;
}

dl.nx-accordion dt a,
dl.nx-accordion dd a{
  display: block;
  position: relative;
}

dl.nx-accordion dt a h3{
  margin-bottom: 0;
}

dl.nx-accordion dt a{
  padding-right: 25px;
}

dl.nx-accordion dt a:after{
  content: "+";
  position: absolute;
  right: 0px;
  margin-top: -17px;
  top: 50%;
  color: #535353;
  font-size: 25px;
  font-size: 1.25rem;
}

dl.nx-accordion dt.active{
  border-bottom:0;
}

dl.nx-accordion dt.active a:after{
  content: "-";
}

dl.nx-accordion dd{
  border-top: 0;
}

dl.nx-accordion dd:last-of-type{
  border-top: 0;
  position: relative;
  top: -1px;
}

/* BLOG RECENT*/
.nx-blog-recent .nx-blog-recent-item{
  background-color: #ffffff;
  transition: box-shadow 0.3s ease-in-out;
}

.nx-blog-recent .nx-blog-recent-item:hover{
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);
}

.nx-blog-recent .nx-blog-recent-item .post-date{
  padding: 20px 20px 15px 20px;
  font-size: 16px;
  font-size: 0.8rem;
  color: #888888;
}

.nx-blog-recent .nx-blog-recent-item .post-date svg{
  height: auto;
  margin-right: 0.2rem;
  height: 16px;
  fill: #888888;
}

.nx-blog-recent .nx-blog-recent-item .post-summary{
  padding: 20px 20px 20px 20px;
}

.nx-blog-recent .nx-blog-recent-item .post-summary h5{
  font-size: 20px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.nx-blog-recent .nx-blog-recent-item .post-summary p{
  font-size: 18px;
  font-size: 0.9rem;
  margin-bottom: 0px;
}




/* CUSTOM SECTIONS */
.nx-contact-section{

}

@media (max-width: 767px) {
  .nx-contact-section .widget-span.widget-type-cell{
    margin-bottom: 20px;
  }

  .nx-contact-section .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text{
    text-align: center;
  }
}
.footer{
	background-image: url("https://25042742.fs1.hubspotusercontent-eu1.net/hubfs/25042742/Layout/Website/footer-bg-arche.png");
  	background-repeat: repeat;
}	

.footer h5{
	font-size: 1rem;
	margin-bottom: 0px;
}

.footer p{
	font-size: 0.9rem;
}

.footer p a,
.footer div a{
	color: #ffffff;
}

.footer-border-top{
	/*border-top: 1px solid #535353;*/
	border-top: 1px solid #737373;
}

nav.menufooter ul li a{
	color: #ffffff;
	background-image: linear-gradient(to top,#ffffff 1px,transparent 1px);
	background-repeat: no-repeat,no-repeat;
    background-size: 0 100%,100% 100%;
    padding-bottom: 2px;
    transition: background-size .42s cubic-bezier(.165,.84,.44,1);
	font-size: 0.9rem;
}

nav.menufooter ul li a:hover{
	background-size: 100% 100%,100% 100%;
}

@media (max-width: 768px) {
  .social-links{
    margin-top: 30px;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}