*, *: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;
}
/*--------- ---------- ELEGANTICONS --------- --------*/

@font-face {
  font-family: eleganticons;
  src: url("https://6326022.fs1.hubspotusercontent-na1.net/hubfs/6326022/Fonts/Eleganticons/fonts/ElegantIcons.woff")
      format("woff"),
    url("https://6326022.fs1.hubspotusercontent-na1.net/hubfs/6326022/Fonts/Eleganticons/fonts/ElegantIcons.ttf")
      format("ttf");
}

/*--------- ---------- FONTAWESOME --------- --------*/

@font-face {
  font-family: "FontAwesome Solid";
  src: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/woff/fa-solid-900.woff")
      format("woff"),
    url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/ttf/fa-solid-900.ttf")
      format("ttf"),
    url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/eot/fa-solid-900.eot")
      format("eot"),
    url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Fonts/FontAwesome/svg/fa-solid-900.svg")
      format("svg");
}

/* FUTURA PT*/

@import url("https://p.typekit.net/p.css?s=1&k=ogo8nea&ht=tk&f=10879.10880.10881.10882.10884.10885.10887.10888.15586.15587&a=10616037&app=typekit&e=css");

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/1eb35a/000000000000000000010090/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/1eb35a/000000000000000000010090/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/1eb35a/000000000000000000010090/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:500;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/eb729a/000000000000000000010092/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/eb729a/000000000000000000010092/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/eb729a/000000000000000000010092/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/0c71d1/000000000000000000010097/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/0c71d1/000000000000000000010097/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/0c71d1/000000000000000000010097/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:800;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/648f69/000000000000000000010098/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("woff2"),url("https://use.typekit.net/af/648f69/000000000000000000010098/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("woff"),url("https://use.typekit.net/af/648f69/000000000000000000010098/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:800;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/c4c302/000000000000000000012192/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/c4c302/000000000000000000012192/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/c4c302/000000000000000000012192/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:600;
}

@font-face {
font-family:"futura-pt";
src:url("https://use.typekit.net/af/1b297b/000000000000000000012193/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"),url("https://use.typekit.net/af/1b297b/000000000000000000012193/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"),url("https://use.typekit.net/af/1b297b/000000000000000000012193/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:600;
}

.tk-futura-pt { font-family: "futura-pt",sans-serif; }
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.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: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -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%;
  *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

.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: 100%;
    margin-left: 0;
  }
}

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

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

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

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100% !important;
    min-height: 28px;
    margin-left: 0 !important;
    *margin-left: 0 !important;
    -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%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span10 {
    width: 99.999999993%;
    *width: 99.999999993%;
  }

  .row-fluid .span9 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span8 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span7 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span6 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span5 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span4 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span3 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span2 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span1 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
}

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

  .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: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -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%;
    *width: 99.94680851063829%;
  }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

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


  .row-flex {
    display: flex;
  }

/*OVERRIDE HUBSPOT STYLES ON IPADS*/

@media screen and (max-width: 1024px) {
  .body-container--home .dnd_area-row-0-vertical-alignment > .row-fluid {
    display: block !important;
  }
  .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .row-fluid div.dnd-column {
    flex: 100% 0 0;
  }
}

@media screen and(min-width: 768px) and(max-width: 1024px) {
  .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .row-fluid div.dnd-column {
    flex: 100% 0 0;
  }
  .widget-type-linked_image {
    margin: 0 auto;
  }
}

/*GLOBAL RESPONSIVE OVERRIDES*/
/*IMAGES*/

@media (max-width: 768px) {
  .hs-image-widget {
    max-width: 90vw;
    height: auto;
  }
}

.hs-landing-page .page-header-breadcrumbs-wrapper {
  display: none;
}

.dnd_area-row-2-background-image .row-fluid {
  backdrop-filter: blur(2px);
  height: 100%;
  width: 100% !important;
  padding: 60px 0;
  margin: -60px 0 !important;
  max-width: 100vw;

}

.dnd_area-row-2-background-image {
  background-blend-mode: lighten;
  background-color: #ffffffa6;
}

.dnd_area-row-2-background-image .row-fluid h2,
.dnd_area-row-2-background-image .row-fluid h2 p,
.dnd_area-row-2-background-image .row-fluid h2 p {
  color: #18171b !important;
}

@-moz-document url-prefix() {
  .dnd_area-row-2-background-image {
    background-blend-mode: lighten;
    background-color: #ffffffa6;
  }
}

/*Pageheads*/



/*End pageheads*/

/*Links*/
p *|*:link:not(.cta_button){
  color: #9FCE0D;
}

p *|*:visited:not(.cta_button) {
  color: #9FCE0D;
}
/*End links*/

/*Fix paragraphs in rich text lists*/

.hs_cos_wrapper_type_inline_rich_text li p, .hs_cos_wrapper_type_inline_rich_text li {
  padding: 0 !important;
  margin: 0 !important;
}

/*End Fix paragraphs in rich text lists*/

/*Responsie images*/

.hs_cos_wrapper_type_rich_text img{
  max-width: 100%;
}

/* Pagehead overrides 18/12/2020*/
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section {
  padding: 20px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1280px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Styling pages headings */

.dnd_area-row-0-background-image {
  position: relative;
}

.dnd_area-row-0-background-image:after {
  height: 100%;
  position: absolute;
  width: 100%;
  background: linear-gradient(
    0.25turn,
    #0b2b2399 60%,
    #0f003c00 100%
  ) !important;
  display: inline-block;
  top: 0;
  left: 0;
  content: " ";
}

.dnd_area-row-0-background-image
  .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row {
  z-index: 1;
  position: relative;
}

.dnd_area-row-0-force-full-width-section > .row-fluid {
  display: flex;
}

.dnd_area-row-0-force-full-width-section > .row-fluid .dnd-column {
  max-width: 1280px !important;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .dnd_area-row-0-force-full-width-section > .row-fluid .dnd-column {
    padding: 20px 40px;
  }
}
html {
  font-size: 18px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 18px;
  }
}

body {
  color : #2D4149;
  line-height: 1.4;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 16px;
  line-height: 25px;
  color : #2D4149;
}
li {
  font-size: 16px;
  line-height: 25px;
}

strong {
  font-weight: 700;
}

p span {
  text-decoration-color: #9fce0d !important;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6, {
  font-weight: 600;
  margin: 0 0 1.4rem;
  word-break: break-word;
  color : #203239;
}

h1 {
  font-size: 40px;
}
.h1 {
  font-size: 40px;
}

h2, .h2{
  font-size: 32px;
  font-weight: 700;
}

h3, .h3 {
  font-size: 24px;
  font-weight: 800;
}

h4, .h4 {
    font-size: 1.075rem;
    font-weight: 600;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}


span.preline:before {
    background: none repeat scroll 0 0 #9fce0d;
    top: 4px;
    left: -5px;
    content: "";
    display: inline-block;
    width: 8px;
    position: relative;
    height: 20px;
    border-radius: 10px;
}

h1:not(.no-style):after,
h2:not(.no-style):after,
.h1:not(.no-style):after,
.h2:not(.no-style):after,
.title_part_2_item:not(.no-style):after {
    background: #9FCE0D;
    bottom: 0px;
    content: "";
    display: block;
    height: 4px;
    position: relative;
    width: 30px;
    border-radius: 10px;
}

no-style

/* Lists */

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

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

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

.widget-type-rich_text ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  line-height: 1.2em;
}

.widget-type-rich_text ul li:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 30px;
  border-radius: 5px;
  position: absolute;
  top: 0.6em;
  left: -30px;
  background-image: url("https://3526548.fs1.hubspotusercontent-na1.net/hubfs/3526548/List%20line.png");
}

/*OLs*/
.widget-type-rich_text ol li::marker {
  color: #9fce0d;
  font-weight: bold;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button,
.module-anchor-link,
.custom-cta-button,
.hs-button{
  border-radius: 10px !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 1.1;
  padding: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-color: #9fce0d;
  background-color: #9fce0d;
  
  overflow: hidden;
    position: relative;
}

.custom-cta-button:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 2;
}
.custom-cta-button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

button.btn-secondary,
.button.btn-secondary,
.custom-cta-button.btn-secondary {
  border-color: #2D4149;
  background-color: #2D4149;
}

button.btn-outline-secondary,
.button.btn-outline-secondary,
.module-anchor-link,
.custom-cta-button.btn-outline-secondary {
  border : 2px solid #2D4149;
  padding: 14px;
  background-color: #FFF;
  color: #2D4149;
}

button.btn-outline-white,
.button.btn-outline-white,
.custom-cta-button.btn-outline-white {
  border : 1px solid #FFF;
  padding: 14px;
  background-color: transparent;
  color: #FFF;
}

a.cta_button {
  border-radius: 10px !important;
}

.custom-cta-button:hover,
.custom-cta-button-invert:hover,
.custom-cta-button:focus,
.custom-cta-button-invert:focus {
  text-decoration: none;
}

.custom-cta-button.link-icon:before,
.custom-cta-button.download-icon:before,
.custom-cta-button.phone-icon:before,
.custom-cta-button.pdf-icon:before {
  margin-right: 5px;
  font-family: FontAwesome Solid;
  font-weight: 100;
  font-size: 14px;
}
.custom-cta-button.link-icon,
.custom-cta-button.download-icon,
.custom-cta-button.phone-icon,
.custom-cta-button.pdf-icon {
  font-size: 14px;
}
.custom-cta-button.pdf-icon:before {
  content: "\f1c1";
}

.custom-cta-button.link-icon:before {
  content: "\f0c1";
}

.custom-cta-button.download-icon:before {
  content: "\f019";
}

.custom-cta-button.phone-icon:before {
  content: "\f095";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

.custom-cta-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #9fce0d;
}

.custom-cta-link:after {
  font-size: 16px;
  color: #9fce0d;
  font-family: FontAwesome Solid;
  content: " \f061";
  font-size: 0.8em;
}

.custom-cta-link:hover,
.custom-cta-link:focus,
.module-information a:hover,
.module-information a:focus {
  text-decoration: none;
}
form label.hs-error-msg{
  font-size : 11px;
}

div.field.hs-form-field{
  min-height : 90px
}
.legal-consent-container div.field.hs-form-field{
  min-height : auto;
}

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

.hs_error_rollup ul.hs-error-msgs.inputs-list li{
  text-align: center;
}

div.field.hs-form-field {
    min-height: 90px;
}

.legal-consent-container p {
  font-size : inherit
}
.legal-consent-container {
  font-size: 0.8rem;
}

.body-container div.field textarea {
    height: auto;
    min-height: 130px;
}

.body-container ul.inputs-list [type=checkbox]:checked+:before, .body-container ul.inputs-list [type=checkbox]:not(:checked)+:before {
    top: 3px !important;
}

.body-container ul.inputs-list [type=checkbox]:checked+:after {
    top: 7px !important;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/*Header container*/
.hs-site-page .header {
  background-color: #fff;
  box-shadow: 0px 0px 5px #00000015;
  width: 100vw;
  padding: 5px 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.header__container {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 0 20px !important;
  height: 64px;
  flex-wrap: wrap;
  justify-content: start;
}

/*Header Logo*/

.header__logo.header__logo--main {
  flex: 1 !important;
}
.header__logo.header__logo--main img {
  width: auto !important;
  max-height: 55px;
  margin: 0;
}

/*Header navigation*/
.submenu.level-1 > li {
  padding: 25px 10px !important;
  margin: -15px 0;
}

.header .navigation-primary a.menu-link {
  font-size: 18px;
  font-weight: 500;
  color: #18171B;
}

.submenu.level-1 > .has-submenu > .menu-arrow,
.triangle-container.level-2 {
  display: none !important;
}

.submenu.level-1 > .has-submenu > a{
  pointer-events: none;
  cursor: default;
}

.submenu.level-1 > .has-submenu > a:after{
  content:"\f078";
  font-family: 'FontAwesome Solid';
  font-size: 0.8em;
  margin-left: .5em;
}

/*Submenu*/

.submenu.level-2 {
  z-index: 2;
  top: 80px !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: 0 !important;
}

.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 2px 2px !important;
}

/*Header CTA*/
.custom-header-cta {
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  display: inline-block;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  margin: 15px 20px;
}

.custom-header-cta:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(0, 195, 255);
}

.header__logo.header__logo--tablet {
  display: none;
}

/*HEADER RESEARCH*/

.hs-search-field.hs-search-field--open form {
  max-width: 100vw;
}

.hs-search-field__bar input {
  border: 1px solid #d1d6dc;
  border-radius: 0 !important;
  background: #fff !important;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 2px 2px;
}

.hs-search-field__suggestions {
  max-width: 100vw !important;
}

.hs-search-field__bar form {
  max-width: 100vw;
}

.module-custom-site-search .hs-search-field.hs-search-field--open,
.module-custom-site-search .hs-search-field:focus,
.module-custom-site-search .hs-search-field:active,
.module-custom-site-search .hs-search-field:hover,
.module-custom-site-search .hs-search-field:focus-within {
  display: inline-block;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 78px;
  z-index: 2;
}

/*EDGE FALLBACK*/

.module-custom-site-search .hs-search-field.hs-search-field--open {
  display: inline-block;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 78px;
  z-index: 2;
}

.module-custom-site-search .hs-search-field:focus-within {
  display: inline-block;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 78px;
}

/*END EDGE FALLBACK*/

/*----- RESPONSIVE -----*/

@media screen and (max-width: 1150px) {
  /*RESPONSIVE MENU LAYOUT*/

  .header__logo.header__logo--main {
    flex: 100%;
  }
  .header__logo.header__logo--main img {
    max-width: 150px;
  }
  .header__column {
    position: static;
    width: 30px;
  }
  .submenu.level-1 > li {
    margin: 0;
  }

  /*NAVIGATIONAN SEARCH TOGGLERS*/

  .header__navigation {
    display: none;
  }
  .header__navigation.header--element.open {
    display: block;
    z-index: 2;
  }
  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }
  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

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

  /*NAVIGATION STYLE*/
  .navigation-primary {
    display: block !important;
  }
  .header__navigation.header--element {
    position: absolute;
    left: 0;
    top: 74px;
    width: 100vw;
    background-color: #fff;
    height: calc(100vh - 74px);
    overflow: scroll;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu.level-1 {
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }

  /*SUBMENU*/

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:not(:checked) ~ .submenu {
    display: none;
  }

  .submenu.level-2 {
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    position: static !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    visibility: visible !important;
    width: 100% !important;
  }

  /*DROPDOWN MENU TOGGLERS*/

  .submenu-toggle {
    display: block !important;
    opacity: 0.01;
    height: 70px;
    position: absolute;
    width: 100%;
    top: 0;
  }

  /*HIDE CUSTOM HEADER CTA*/
  .custom-header-cta {
    display: none;
  }
  .submenu.level-1 > li {
    border-top: 2px solid #ced4db;
    display: block;
    padding: 0;
    width: 100%;
  }
  .submenu.level-1 > li {
    padding: 15px 10px !important;
  }
}

/*HEADER NO NAV*/

.header--no-navigation .header__logo {
  width: 200px;
  margin: 0;
}

.header--no-navigation .header__logo img {
  width: 230px !important;
  margin: 20px 0;
}

@media screen and (max-width: 1280px){
  .header__column .custom-cta-button{
    font-size: 0px;
    background-color: transparent;
    box-shadow: none;

  }
  .header__column .custom-cta-button::after {
    font-size: 22px;
    content: '\e010';
    font-family: 'eleganticons',sans-serif;
    color: #02bc7e;
}
}

/*LANGUAGE SWITCHER*/

.header__language-switcher--label-current {
  max-width: 25px;
  text-overflow: clip;
  overflow: hidden;
  position: absolute;
  top: -10px;
  background-color: white;
  pointer-events: none;
  color: #0000008c;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header__language-switcher.header--element {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.lang_list_class li a:hover {
  color: #02bc7e !important;
}

.lang_list_class li, .lang_list_class li:first-child, .lang_list_class li:last-child {
  border: 1px solid #fff !important;
}

.lang_list_class li:first-child {
  border-radius: 4px 4px 0 0;
}

.lang_list_class li:last-child {
  border-radius: 0 0 4px 4px;
}

.lang_list_class{
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}

.lang_list_class::before {
  border-bottom-color: #fff !important;
}

.header [type="checkbox"]{
  position: absolute;
  top: 0;
  left: 0;
}

.header [type="checkbox"]{
  position: absolute;
  top: 0;
  left: 0 !important;
}

.globe_class{
  background-image: none !important;
}

h3 a{
  color : #203239
}
.footer {
  text-align: left;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  padding: 0.5rem 0;
  background-color: #203239;
}

.footer__copyright .row-fluid>div {
  display : flex;
  justify-content: center;
  align-items: center;
  padding : 5px;
}

.footer__copyright .row-fluid {
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}


.footer__copyright-text {
    margin-left: auto;
    padding: 0 2rem;
}

.footer__logo .hs-image-widget {
  width: 7rem;
}

.footer__logo img {
  height: 100%;
  width: auto !important;
  margin: 0;
  margin-bottom: -5px;
}

.footer__logo {
  text-align: center;
}

.footer__copyright-text p ,
.footer__copyright-text a ,
.footer__copyright-text h2 {
  color: #fff !important;
}
.footer__copyright-text span {
  color: #fff;
  font-size: 14px;
}


/*RESPONSIVE*/


@media (max-width: 767px) {
  
  
.footer__copyright-text {
    margin-left: 0;
}
  
  #hs_cos_wrapper_footer_menu {
    display: none;
  }

  .footer-menu--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-menu--wrapper div {
    flex: 100% 1 0 !important;
    margin: 0 0 10px;
  }

  .footer-nav > li a {
    padding-left: 0 !important;
  }
  .footer__container .footer-nav ul {
    align-items: center;
  }

  .footer__container .footer-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }

  .footer-nav .hs-menu-wrapper,
  .footer-nav .hs-menu-wrapper ul {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-nav > li a {
    text-align: center !important;
    margin: 0 !important;
    padding: 0.5rem 0 !important;
  }
  .footer__copyright .row-fluid {
    display: flex;
    flex-direction: column;
  }
  
  .footer__copyright .row-fluid {
    width: 100%;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }
}
/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 60px;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url("https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

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

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #f8fafc;
  margin-top: 0;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-recent-posts__post {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
}

.blog-comments .hs-button:hover {
  color: #fff;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
}

/*Blog Body*/

.blog-post__body {
  font-size: 20px !important;
  max-width: 800px;
  margin: 0 auto;
}

.blog-post__body h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-post__body h2 {
  text-transform: uppercase;
  font-weight: 600;
}

.blog-post__body h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-post__body h4 {
  font-size: 16px;
  font-weight: 600;
}

.blog-post__body h5 {
  font-size: 16px;
  font-weight: 400;
}

/*Blog recent posts*/

.blog-recent-posts h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0.4rem !important;
}

/*Blog Background Image*/

.body-container--blog-post .blog-post {
  background-image: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/blog%20papillons.png");
  background-position: center left;
  background-repeat: no-repeat;
}

/* Blog resume */

/*POST CARD*/

.blog-resume-post.post-item {
  background-color: #fff;
  box-shadow: 0px 0px 5px #00000015;
  filter: drop-shadow(0px 0px 5px #00000015);
  padding: 20px;
  border-radius: 2px;
}

/*POST CONTENT*/

.post--name {
  max-height: 80px;
  overflow: hidden;
}

.blog-resume-posts .post--content {
  font-weight: 400;
  max-height: 185px;
  overflow: hidden;
}

.post--body-wrapper {
  max-height: 270px;
  overflow: hidden;
}

.blog-resume-posts .post--name {
  margin: 0 0 0.4rem;
}

.blog-resume-posts .post--name a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.post--content {
}

.blog-resume-posts .post--name a:hover {
  text-decoration: none;
}

.blog-resume-posts .post--topic {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.2em;
  position: relative;
}

/*POST LINK*/



/*POST HEADER*/

.blog-resume-posts .blog-resume-post_header.post-header {
  height: 180px;
  margin: -20px -20px 20px -20px;
  background-size: cover;
  border-radius: 2px 2px 0 0;
  background-position: center center;
}

/*RESPONSIVE*/

@media screen and(max-width: 1150px) {
  .blog-resume-post.post-item {
    margin-bottom: 20px;
  }
}

@media screen and(min-width: 1260px) {
  .blog-resume-post.post-item {
    min-height: 520px;
  }
}

.module-blog-resume {
  margin-top: 60px;
}

.blog-recent-posts h2::after {
  margin: 20px auto;
}

.blog-recent-posts h2 {
  margin: 40px auto !important;
}

.blog-pagination {
  margin: 1.5rem 0 !important;
}

@media screen and(max-width: 768px) {
  .blog-pagination {
    margin: 1.5rem 0 !important;
    justify-content: center;
  }
  .blog-pagination-left {
    flex: inherit;
  }
}

.blog-pagination{
  display:none;
}
.body-container--careers .module-section-title.section-title--left:first-of-type h2:after{
  background-color: #ea652a;
}
/*AGENDA BODY LAYOUT*/

.agenda-header .page-title-wrapper {
  max-width: 1280px;
}

.body-container--agenda {
  background-image: url("https://6640169.fs1.hubspotusercontent-na1.net/hubfs/6640169/Agenda/agenda%20background.jpg");
  background-size: cover;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

.body-container--agenda .custom-page-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  margin: 0.3rem 0 0.3rem;
}

.agenda-listing-title h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.body-container--agenda .module-page-title .hs-breadcrumb-menu-item,
.body-container--agenda .hs-breadcrumb-menu-item a {
  color: #fff;
}

.blog-tag-filters {
  list-style: none;
  display: flex;
  margin-left: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
/*SOLUTION BODY LAYOUT*/

.body-container h1,
.body-container h1 span {
  font-size: 36px;
  font-weight: 600;
}


.body-container .dnd-section:first-child .widget-type-rich_text {
  max-width: 1240px;
  margin: 0 auto;
}

/*BREADCRUMBS*/
.body-container .hs-breadcrumb-menu-item,
.body-container .hs-breadcrumb-menu-item a {
  color: #fff;
}

.breadcrumb-section {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: var(--bigger-space);
    max-width: 100vw;
    width: 100%;
}

.breadcrumb-article-sectionr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
    position: relative;
    width: 100%;
}


.breadcrumb-section a{
    color : #0a2126;
}

/*FORMS*/
.body-container input[type="text"],
.body-container input[type="email"],
.body-container input[type="password"],
.body-container input[type="tel"],
.body-container input[type="number"],
.body-container input[type="file"],
.body-container select,
.body-container textarea {
  border: 1px solid #cbc9d0;
  border-radius: 2px;
  height: 36px;
  font-size: 16px;
  width: 100% !important;
}

.hs-form-booleancheckbox-display {
  position: relative;
}

.body-container fieldset.form-columns-1 > div {
  width: 100%;
}

.body-container fieldset {
  margin: 0 auto !important;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.body-container ul.inputs-list {
  list-style: none;
  margin: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  display: block;
  margin: 20px 0 0 !important;
  font-size: 16px;
}

.body-container [type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.body-container
  ul.inputs-list
  [type="checkbox"]:not(:checked)
  + :before,
.body-container ul.inputs-list [type="checkbox"]:checked + :before {
  height: 20px;
  width: 20px;
  background-color: #f1f1f2;
  position: absolute;
  content: "";
  top: 20px;
  border: 1px solid #dadbdd;
  border-radius: 4px;
  left: -40px;
}

.body-container ul.inputs-list [type="checkbox"]:checked + :after {
  height: 10px;
  width: 10px;
  background-color: #464f55;
  position: absolute;
  content: "";
  top: 25px;
  border-radius: 4px;
  left: -35px;
}

/*.body-container form .hs-button.primary.large {
  background-color: #02bc7e;
  border: 1px solid #02bc7e;
  height: 36px;
  color: #fff;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 20px;
  text-transform: uppercase;
}*/

.body-container form .hs_submit.hs-submit {
  text-align: center;
}

.body-container fieldset label span{
    font-size: 16px;
    margin-top: 20px;
  }


.widget-type-rich_text ul li:before {
    top: 0.8em;
    background-image: none;
    width: 25px;
    height: 5px;
    background-color: #9fce0d;
}
.widget-type-rich_text ul li {
    line-height: 2em;
}

fieldset.form-columns-2 {
max-width: none!important;
}


.mouse-container {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}

.mouse-wheel {
  animation: mouse-scroll 1s linear infinite;
}
.mouse-body {
  fill: white;
}

@keyframes mouse-scroll {
  0% {
    transform: translateY(-30%);
  }
  75%, 100% {
    transform: translateY(30%);
    opacity: 0;
  }
}


@media screen and (max-width: 600px) {
  .mouse-container {
    display : none;
  }
}
/*FORMS*/
.body-container--landing-page input[type="text"],
.body-container--landing-page input[type="email"],
.body-container--landing-page input[type="password"],
.body-container--landing-page input[type="tel"],
.body-container--landing-page input[type="number"],
.body-container--landing-page input[type="file"],
.body-container--landing-page select,
.body-container--landing-page textarea {
  border: 1px solid #cbc9d0;
  border-radius: 2px;
  height: 36px;
  font-size: 16px;
  width: 100% !important;
}

.hs-form-booleancheckbox-display {
  position: relative;
}

.body-container--landing-page fieldset.form-columns-1 > div {
  width: 100%;
}

.body-container--landing-page fieldset {
  margin: 0 auto !important;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.body-container--landing-page ul.inputs-list {
  list-style: none;
  margin: 10px auto;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  display: block;
  margin: 20px 0 0 !important;
  font-size: 16px;
}

.body-container--landing-page [type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
/*.body-container--landing-page [type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: relative;
  left: auto;
}*/

ul.inputs-list li.hs-form-checkbox {
  position: relative;
}

ul.inputs-list [type="checkbox"]:not(:checked) + :before, .body-container--landing-page ul.inputs-list [type="checkbox"]:checked + :before {
    height: 20px;
    width: 20px;
    background-color: #f1f1f2;
    position: absolute;
    content: "";
    top: 7px;
    border: 1px solid #dadbdd;
    border-radius: 4px;
    left: -40px;
}

ul.inputs-list [type="checkbox"]:checked + :before {
    height: 20px;
    width: 20px;
    background-color: #f1f1f2;
    position: absolute;
    content: "";
    top: 20px;
    border: 1px solid #dadbdd;
    border-radius: 4px;
    left: -40px;
}

.body-container ul.inputs-list [type="checkbox"]:checked + :after {
    height: 10px;
    width: 10px;
    background-color: #464f55;
    position: absolute;
    content: "";
    top: 25px;
    border-radius: 4px;
    left: -35px;
}

.body-container ul.inputs-list [type=checkbox]:checked+:after {
    top: 7px !important;
}


.body-container--landing-page
  ul.inputs-list
  [type="checkbox"]:not(:checked)
  + :before,
.body-container--landing-page ul.inputs-list [type="checkbox"]:checked + :before {
  height: 20px;
  width: 20px;
  background-color: #f1f1f2;
  position: absolute;
  content: "";
  top: 7px;
  border: 1px solid #dadbdd;
  border-radius: 4px;
  left: -40px;
}

.body-container--landing-page ul.inputs-list [type="checkbox"]:checked + :after {
  height: 10px;
  width: 10px;
  background-color: #464f55;
  position: absolute;
  content: "";
  top: 12px;
  border-radius: 4px;
  left: -35px;
}

.body-container--landing-page form .hs-button.primary.large {
  background-color: #02bc7e;
  border: 1px solid #02bc7e;
  height: 36px;
  color: #fff;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 20px;
  text-transform: uppercase;
}

.body-container--landing-page form .hs_submit.hs-submit {
  text-align: center;
}

.body-container--landing-page fieldset label span{
    font-size: 16px;
    margin-top: 20px;
  }

.hs-form fieldset {
    max-width: none !important;
}
.main-body--pillar .module-page-header {
  margin: 80px auto 0 !important;
}

.main-body--pillar .module-page-header .page-header-content {
  padding: 40px 0;
}
/* Error pages */

.error-page {
    padding: 5rem 0;
    position: relative;
    text-align: center;
}

.error-page:before {
    color: #F3F6F9;
    content: attr(data-error);
    font-size: 40vw;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

@media screen and (min-width: 1100px) {
    .error-page:before {
        font-size: 20rem;
    }
}

.error-page__heading {
    margin-bottom: 1rem;
}


/* System pages */

.systems-page {
    margin: 0 auto;
    max-width: 500px;
    padding: 3rem 1.4rem;
}

.systems-page .success {
    background-color: #CDE3CC;
    border: 1.5px solid #4F7D24;
    border-radius: 2px;
    color: #4F7D24;
    display: inline-block;
    margin: 1.4rem 0;
    padding: 0.1rem 0.7rem;
    width: 100%;
}

.systems-page form input {
    max-width: 100%;
}

#email-prefs-form .header {
    background-color: transparent;
}


/* Search pages */

.hs-search-field__bar {
    position: relative;
}

.hs-search-field__suggestions {
    background-color: #FFF;
    max-width: 360px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
}

.hs-search-results {
    margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
    margin-bottom: 1.4rem;
}

.hs-search-results__title {
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
    text-decoration: underline;
}

.hs-search-results__title:hover {
    text-decoration: none;
}

.hs-search-results__description {
    padding-top: 0.7rem;
}

.hs-search-highlight {
    font-weight: bold;
}


/* Password prompt */

.password-prompt input[type=password] {
    display: block;
    height: auto !important;
    margin-bottom: 1.4rem;
}


/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
    padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
    margin-bottom: 1.4rem;
    padding: 0.7rem !important;
}
@media screen and(max-width: 768px) {
}
.body-container--home .dnd_area-row-5-background-image {
  background-size: 0px !important;
}
.hs-image-widget {
  border-radius: 2px;
  filter: none;
  margin-bottom: 10px;
}

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

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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="file"],
select,
textarea {
  background-color: #eff0f4;
  border: 1px solid #d5d4da;
  border-radius: 2px;
}

body {
  overflow-x: hidden;
}

.modal {
  max-height: 90vh !important;
}

.modal a.close-modal {
  border-radius: 50px;
  margin-top: 10px;
}

.relative, #realisation_page .relative {
  position: relative;
  align-items: center;
}

.align-item-center {
  align-items: center;
}

.h2-locabri {
  color: #203239;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}


@media screen and (max-width: 600px) {
  .h2-locabri {
    font-size: 28px;
    line-height: 1.75rem;
  }
}

/* Module réalisations */
/* Réalisations */

/* Search Bar */

.liste-realisation-search-bar .inner-form {
  display: flex;
  align-items: center;
}

#searchButtonPro2023 {
  white-space: nowrap;
}

/* Les cards */

#card_grid .row-fluid::before {
  content: none;
}

#card_grid .row-grid, #card_grid .row-grid-2, #card_grid .row-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
}


@media (min-device-width : 568px) and (max-device-width : 1024px){
  #card_grid .row-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  #card_grid .row-grid-3 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media (min-width: 1024px) {
  #card_grid .row-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  #card_grid .row-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}

/* Une card */

#card_grid {
  color: #203239;
}

.card-subtitle {
  color: #2d4149;
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
}

.card-image img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 317px;
}

.card-link {
  text-decoration: none !important;
}

.card-image {
  position: relative;
}

.card-link:hover img {
  text-decoration: none;
}

.card-link:hover .overlay-card {
  opacity: 1;
}

.casestudy::before {
  color: #fff;
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome Solid;
  font-size: 18px;
  font-weight: 100;
  height: 20px;
  margin: auto auto auto -25px;
  position: absolute;
  width: 20px;
  z-index: 111;
}

.overlay-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background-color: rgba(0, 0, 0, 0.5); 
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none; 
  border-radius: 10px;
}

.overlay-card p {
  color: white;
  font-size: 18px;
  padding-left: 25px;
}

.card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%; 
}

.card-title::after {
  content: none;
}

.card-bottom {
  color: #203239;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: auto; 
  bottom: 20px; 
  right: 20px;
  padding: 3px 10px;
  background-color: white;
  border-radius: 5px;
}

/* Réalisation */

/* module photos dans les réalisations */
.double-image-case{
  align-items: center;
}

.double-image-case .photo-container{
  position : relative;
  min-height : 450px;
}

.double-image-case.dark h2{
  color : #FFF;
}
.double-image-case.dark p{
  color : #FFF;
}

.double-image-case .photo {
  width: 50%;
  height: 400px;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  position: absolute;
  background-size: cover;
  background-position: center;
}
.double-image-case .photo.solo-photo {
  width: 100%;
}

.double-image-case  .photo.photo_front {
  top: 50px;
  right: 10%;
}

.double-image-case  .photo.photo_back {
  left: 10%;
}

.double-image-case h2{
  line-height: 1.1;
  margin-bottom: 20px;
}

.double-image-case .hs-cta-wrapper{
  margin-right : 15px;
}
.double-image-case .row-cta{
  margin-top : 20px;
}

.double-image-case div.content ul {
  list-style-type:none;
}
.double-image-case div.content ul li::before {
  position: absolute;
  font-family: FontAwesome Solid;
  content: "\f00c";
  margin-left: -1.3rem;
  color : #9fce0d;
}


@media screen and (max-width: 600px) {
  .double-image-case .photo{
    width : 100%;
  }
  .double-image-case .photo.photo_back {
    display : none;
  }
  .double-image-case .photo.photo_front.paysage {
    top: 0;
    display: block;
    position: initial;
  }
}

#map{
  height: 180px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.double-image-case .photo.paysage {
  height: 200px;
  z-index: 1;
}

.double-image-case .photo.photo_front.paysage {
  top: 75px;
}

@media screen and (max-width: 600px) {
  .double-image-case .photo-container {
    min-height: 350px;
    margin : 20px 0;
  }
  .double-image-case .photo{
    height: 300px;
  }
  .double-image-case.right {
    flex-direction: column-reverse;
  }
  .row-cta{
    display: flex;
    justify-content: center;
  }
}

#realisation_page {
  margin-top: 74px;
}

.arrow-left-white-back {
  color: #2d4149;
  font-size: 16px;
  font-weight: 600;
}

.arrow-left-white-back:hover {
  color: #9fce0d;
}

#realisation_page .h2-locabri {
  color: #203239 !important;
}

.logo-realisation {
  margin: 2% 0 0 10%;
  z-index: 0;
}

#realisation_page .dnd-section {
  padding: 30px 20px;
}

#row_numbers {
  padding: 30px 0;
  align-items: center;
}

.border-locabri > .row-fluid.row-flex {
  border-radius: 10px;
  border: 1px solid #DADADA;
  background: #FFF;
  padding: 30px;
  justify-content: center;
}

.picto {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.picto p {
  color: #203239;
  font-size: 18px;
  font-weight: 600;
  line-height: 50%;
}

.picto a {
  color: #9FCE0D;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  text-align: right;
  width: 80%;
}


@media screen and (max-width: 600px) {
  .picto {
    margin-bottom : 15px;
  }
  .picto a {
    text-align: center;
  }
}

#row_numbers .picto img {
  width: max-content;
}


@media screen and (max-width: 600px) {
  .row-fluid .row_number[class*=span] {
   width : 50%;
}
}



.metric_valeur {
  color: #2D4149;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
  font-family: Roboto, sans-serif;
}

.metric_unite {
  color: #9FCE0D;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.metric_texte {
  color: rgba(32, 50, 57, 0.55);
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.temoignage{
  max-width: 800px;
  margin : 0 auto;
  font-weight: 700;
}

div.preline {
  position: relative;
  display: inline-block;
}

div.preline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 8px;
  background-color: #9fce0d;
  border-radius: 4px;
}

div.preline p {
  margin: 0 0 0 10px;
}

div.temoignage div.preline p {
  font-size: 20px;
}

#besoin_row,
#solution_row {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}


@media screen and (max-width: 600px) {
  #solution_illustree {
    display : none;
}
}

#besoin h2:after,
#solution_row h2::after
{
  display: none;
  height: 0;
}

.description {
  margin-top: 20px;
}

.description ul {
  list-style: none;
  padding-left: 20px;
}

.description ul li::before {
  content: "\2713";
  color: #9FCE0D;
  font-weight: bold;
  margin-right: 5px;
}

#fiche dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 30px;
}

#fiche dt {
  width: 30%;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#fiche dd {
  width: 70%;
  margin: 0 0 10px 0;
}

#fiche {
  border: solid 1px #D6D5C7;
  border-radius: 10px;
}

#solution_row {
  margin-bottom: 40px;
  margin-top: 40px;
}

#solution {
  padding: 35px;
  background-color: #2D4149;
  border-radius: 10px;
}

#solution h2,
#solution .preline p,
#solution .description p
{
  color: white;
}

iframe:not([style*="display: none"]) {
  width : 500px;
}


  .double-image-case {
    padding : 35px 0;
  }

@media screen and (max-width: 600px) {
  
  .double-image-case {
    padding : 15px
  }
  .photo-container {
      display : none !important;
  }
}

.body-container--landing-page form .hs-button.primary.large {
    text-transform: none;
}

.body-container--landing-page form .hs-button.primary.large {
    height: 50px;
}


#CybotCookiebotDialog [type=radio]:checked,#CybotCookiebotDialog  [type=checkbox]:checked,#CybotCookiebotDialog  [type=checkbox]:not(:checked),#CybotCookiebotDialog  [type=radio]:not(:checked) {
    left: 0 !important;
    position: relative !important;
}


/*.body-container--landing-page [type=radio]:checked:not([class^=Cybot]), 
.body-container--landing-page [type=checkbox]:checked:not([class^=Cybot]), 
.body-container--landing-page [type=checkbox]:not(:checked):not([class^=Cybot]), 
.body-container--landing-page [type=radio]:not(:checked):not([class^=Cybot]) {
    left: -9999px !important;
    position: absolute !important;
}
*/

/* BLOG 2024 */

.body-wrapper-blog iframe:not([style*="display: none"]){
  width : 100% !important; 
}

@media screen and (max-width: 1150px) {
    .blog-header__navigation.header--element {
        top: 128px;
        background-color: #203239;
    }
}
@media (max-width: 767px) {
    .blog-header__navigation.header--element .submenu.level-1 {
        gap : 10px;
        padding: 0 20px;
    }
    .blog-header__navigation.header--element .submenu.level-1 > li {
        width: auto;
    }
}

nav[aria-label="breadcrumb"] ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav[aria-label="breadcrumb"] li {
  display: inline;
}
nav[aria-label="breadcrumb"] li+li::before {
  content: " › ";
  padding: 0 0.5em;
}

.body-wrapper-blog main.body-container-wrapper{
  margin-top : 140px; 
}

.header.header-blog{
  background-color: #fff;
  box-shadow: 0 0 5px #00000015;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
  padding: 0 !important;
}


@media (max-width: 767px) {
    .header__container {
        justify-content: center;
    }
}

.header__container__bg.header-blog-container {
    background-color : #203239;
}
#hs_cos_wrapper_Blog_logo_{
  display: flex;
  height : 100%;
}
#hs_cos_wrapper_Blog_logo_ img{
  margin : 0;
  height: 100%;
}

.header .header-blog-container nav li {
    border-radius: 10px !important;
    box-sizing: content-box !important;
    vertical-align: middle;
    border: 1px solid #fff;
    color: #fff;
    padding: 4px;
}
/*.header-blog .submenu.level-2 {
    border: 0 !important;
    top: 50px !important;
    z-index: 2;
}*/

.header .header-blog-container .submenu.level-1>li {
    margin: 0;
    padding: 0px 10px !important;
}

.header .header-blog-container .navigation-primary a.menu-link {
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}


.header .header-blog-container nav li:hover {
    background-color: #fff;
}
.header .header-blog-container .navigation-primary  li:hover a.menu-link  {
    color: #2d4149;
}
header.header-blog {
    transition: top 0.3s ease;
}
header.header-blog.collapsed {
  top: -65px;
}




.blog-pagination {
    margin-top: 20px;
    width: 100%;
    display: flex;
    margin-bottom:var(--bigger-space);
    justify-content: space-evenly;
    a,button{
        border-radius: 10px !important;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        height: auto;
        line-height: 1.1;
        overflow: hidden;
        padding: 15px;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: all .15s linear;
        white-space: normal;
        width: auto;
        word-break: break-word;
        border: 1px solid #2d4149;
        border-radius: 100px;
        color: #2d4149;
        font-size: 1rem;
        padding: 5px 32px;
        background-color: transparent;
    }
    a:hover,button:hover{
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    }
}

/* Article */

.page_container{
        *{
            --small-space: 20px;
            --bigger-space: 50px;
        }
        @media (max-width: 500px){
            *{
                --small-space: 10px;
            }
        }
        .breadcrumb{
            font-size: 1rem;
            margin-bottom: 20px;
            font-weight: 400;
            a, span{
                text-decoration: none;
                color: #5C6A6F;
            }
            #currentpage, #hs_cos_wrapper_name{
                color: #2d4149;
            }
        }
        font-family: var(--font);
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-bottom: var(--bigger-space);
        .page_wrapper{
            width: 100%;
            min-height: 100vh;
            max-width: 1280px;
            position: relative;
            margin: 0 45px;
            justify-content: space-between;
            .hs-cta-wrapper{
                max-width: 100%;
                img{
                    max-width: 100%;
                    object-fit: contain;
                }
            }
            .tags-container{
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                gap: 15px;
                .tag{
                    font-size: 1rem;
                    text-decoration: none;
                    color: #2d4149;
                    
                    background: #FFFFFF !important;
                    margin-bottom: 15px;
                    padding: 5px 10px;
                    border : 1px solid #2d4149;
                    border-radius: 10px;
                }
            }
            h1.article_title{
                width: 80%;
                
                font-size: 3rem;
                font-weight: 600;
                color: #2d4149!important;
                line-height: 3.5rem;
                margin-bottom: 40px;
            }
            .dates-container{
                flex-direction: row;
                gap: 5px;
                line-height: 1rem;
                width: 100%;
                display: flex;
                margin-bottom: 30px;
                #updated_date, #publication_date, .separation{
                    
                    font-weight: 400;
                    font-size: 1rem;
                    color: #5C6A6F;
                }
            }
            .article-container{
                display: flex;
                min-height: 100vh;
                justify-content: space-between;
                align-items: flex-start;
                .article{
                    *{
                        
                    }
                    width: 66%;
                    span{
                        color: #5C6A6F;
                    }
                    a{
                        color:#80aac7;
                        text-decoration: underline;
                        span{
                            font-weight: 600 !important;;
                            color:#80aac7;
                            text-decoration: underline;


                        }
                    }
                    p{
                        font-size: 1rem;
                        line-height: 1.4rem;
                        margin-bottom: 15px;
                        color: #5C6A6F;

                    }
                    h2{
                      margin-top: 40px;  
                       color:#2d4149 !important;
                    }
                    h3{
                      margin-top: 30px;  
                       color:#2d4149 !important;
                    }
                    h2,h3{
                        span,strong{

                            font-weight: 600 !important;
                            color:#2d4149 !important;
                        }
                        margin-bottom: 10px;
                    }


                }
                .module-sidebar-area{
                    *{
                        
                    }
                    width: 30%;
                    min-width: 200px;
                    position: relative;
                    min-height: 100%;
                    height: 100%;
                    .author-sidebar{
                        width: 100%;
                        background: #2d4149;
                        border-radius: 5px;
                        margin-bottom: 30px;
                        display: flex;
                        justify-content: space-evenly;
                        align-items: center;
                      
                        &>div{
                          margin: 10px;
                        }
                        .author-avatar{
                            min-width: 50px;
                            width: 50px;
                            height: 50px;
                            overflow: hidden;
                            border-radius: 50%;
                            background: #2d4149;
                            img{
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }
                        }
                        .authr-info{
                            color: #FFFFFF;
                            display: flex;
                            flex-direction: column;
                            align-items: flex-start;
                            gap: 5px;
                            a{
                                color: white;
                                font-size: 0.7rem;
                                font-weight: 600;
                            }
                            span.author-name a{
                                color: #FFFFFF;
                                font-size: 1.2rem;
                                font-weight: 600;
                            }
                            p{
                                color: #FFFFFF;
                                font-size: 0.9rem;
                            }
                        }
                    }
                    .post_navigation {
                        transition: top 0.3s ease 0s;
                        position: relative;
                        width: 100%;
                        z-index: 2;
                        border-radius: 5px;
                        border: 1px solid #DADADA;
                        .post-navigation-header{
                          &:after {
                              bottom: 0;
                              display: block;
                              height: 4px;
                              width: 30px;
                              background: none repeat scroll 0 0 #9fce0d;
                              border-radius: 10px;
                              content: "";
                              position: relative;
                          }
                          

   
                            padding: 20px 40px;
                        }
                        .post-navigation-content{
                            max-width: 100%;
                            border-radius: 5px;
                            display: flex;
                            flex-direction: column;
                            align-items: flex-start;
                            gap: 15px;
                            padding: 20px 40px;
                            a{
                                color: #AEB5B7;
                                font-size: 1.1rem;
                                text-decoration: none;
                            }
                            a:hover{
                                color: #9fce0d;
                                font-weight: 600;
                            }
                        }
                    }

                    .sticky {
                        position: sticky;
                        top: 140px;
                      &.collapsed{
                        top: 70px;
                      }
                }
            }
            /*.author-article-footer{
                width: 90%;
                margin-bottom: 80px;
                margin-top: 80px;
                background: #2d4149;
                border-radius: 5px;
                padding: 30px;
                display: flex;
                align-items: center;
                justify-content: space-evenly;
                gap: 15px;
                .with_socials-avatar{
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    gap: 15px;
                    .socials{
                        display: flex;
                        align-items: center;
                        justify-content: space-evenly;
                    }
                }
                .author-avatar{
                    min-width: 100px;
                    width: 100px;
                    border-radius: 50%;
                    overflow: hidden;
                    .socials{
                        height: 30px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        a{
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }
                        a:hover{
                            cursor: pointer;
                        }
                    }
                    img{
                        width: 100%;
                        height: 100px;
                        object-fit: cover;
                    }
                }
                .authr-info{
                    .author-name{
                        color: white;
                        text-decoration: none;
                        font-weight: 600;
                        font-size: 1.3rem;
                    }
                    p{
                        color: white;
                    }
                    span{
                        color: white;
                        font-size: 0.8rem;
                        line-height: 0.9rem;
                        width: 90%;
                        
                    }
                }

            }*/

        }
    }
    .related-articles{
        width: 100%;
        min-height: 350px;
        margin-top: 80px;
        margin-bottom: 60px;
        
        background: white;
      .discover-titel{
        
        font-size: 1.2rem;
      }
    }
    @media (max-width: 1280px) {
        .page_container{
            max-width: calc(100% - 90px);
            margin: 0 45px;
        }
    }

    @media (max-width: 768px) {
            h1.article_title, h1.article_title span{
                width: 100% !important;
                line-height: 2.5rem !important;
                margin-bottom: 20px !important;
            }
            p, h2, h3, h4{
              text-align : left !important; 
            }
            .tags-container {
                margin-bottom: 20px !important;
            }
      
            .article-container{
                display: flex;
                min-height: 100vh;
                justify-content: space-between;
                align-items: flex-start;
                .article{
                    width: 100% !important;
                }
                .module-sidebar-area{
                  display : none;
            }

        }

        .page_container{
            margin: 0 15px;
            .page_wrapper{
                .author-article-footer{
                    width: unset;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    gap: 15px;
                    .authr-info{
                        a{
                            margin: auto;
                            text-align: center;
                            width: 100%;
                        }
                        text-align: center;
                    }
                }
                width: 90%;
                .article_title{
                    font-size: 2rem;
                    line-height: 2.2rem;
                }
                .tags-container{
                    margin-top: 15px;
                }
                .article-container{
                    width: 100%;
                    .module-sidebar-area{
                        display: none;
                    }
                    .article {
                        width: 100%;
                    }
                }
            }
        }
    }

    .related-posts{
        .discover-titel{
            display: block;
            margin: auto;
            width: 100%;
            text-align: center;
            font-weight: 600;
            font-size:1.8rem;
            
            text-align: center;
            margin-top: 80px;
            margin-bottom: 60px;
            
        }
        overflow: hidden;
        max-width: 100%;
        .swiper-container{
            display: flex;
            align-items: center;
            width: 100%;
            margin-bottom: 80px;
            .fatured-listing__entry-link {
                text-decoration: none;
                color: inherit;
                flex: 1;
                margin: 0 10px;
            }
            .fatured-listing__entry-tags{
                margin-top: 15px;
                display: flex;
                color: #5C6A6F;
                justify-content: flex-start;
                gap: 10px;
                margin-left: 10px;
                flex-wrap: wrap;
            }
            .fatured-listing__tag{
                display: flex;
                box-sizing: border-box;
                padding: 1px 8px;
                align-items: center;
                font-size: 0.8rem;
                border-radius: 4px;
                border: 1px solid #5C6A6F;
            }

            .fatured-listing__entry {
                
                background: white;
                min-width: 300px;
                max-width: 350px;
                width: 100%;
                border: 1px solid #ddd;
                overflow: hidden;
                text-decoration: none;
                color: #2d4149;
                display: flex;
                flex-direction: column;
                transition: transform 0.3s ease;
                margin-bottom: 32px;
            }

            .fatured-listing__entry:hover {
                transform: scale(1.02);
            }

            .fatured-listing__entry fatured-listing__entry {
                max-height: 120px;
                overflow: hiden;
              img{
              object-fit: cover;}
            }

            .fatured-listing__entry h4 {
                font-size: 1.1rem;
                min-height: 3.6rem;
                margin: 10px 10px 0 10px;
            }
            .fatured-listing__entry-summary , .fatured-listing__reading-time {
                font-size: 1rem;
                color: #4D5D61;
                margin: 0 10px 10px 10px;

            }
        }
    }
    @media (max-width: 500px) {
        .page_container {
            max-width: calc(100% - 25px);
            .page_wrapper{
                margin: 0;
                width: 100%;
            }
        }
        .related-posts{

            .swiper-container{
                .fatured-listing__entry{
                    min-width: unset;
                }
            }
        }
    }
    @media (max-width: 400px) {
        .page_wrapper{

            .article_title{
                width: 100%;
            }
            .tags-container{
                flex-wrap: wrap;
                .tag{
                    margin-bottom: 5px;
                }
            }
            .dates-container{
                flex-wrap: wrap;
                line-height: 1.2rem;
            }
        }
    }