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




.hs-image-widget {
    max-width: 80% !important;
}

.hs-richtext {
  
    font-size: 12px !important;
 
} 











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

.banner-area .dnd-section > .row-fluid {
  max-width:100%;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section > .row-fluid{
    max-width: 100vw!important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.banner-area .dnd-section,
.banner-area .row-fluid {
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face { font-family: FSRufus;
  src: url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/FSRufus-Italic_gdi.eot") format("embedded-opentype"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/FSRufus-Italic_gdi.woff") format("woff"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/FSRufus-Italic_gdi.ttf") format("truetype");
  font-style: italic; font-weight: 400; font-stretch: normal; unicode-range: U+20-25CA;
}
@font-face { 
  font-family: FSRufus; 
  src: url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/FSRufus_gdi.eot") format("embedded-opentype"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/FSRufus_gdi.woff") format("woff"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/FSRufus_gdi.ttf") format("truetype");
  font-style: normal; font-weight: 400; font-stretch: normal; unicode-range: U+20-25CA;
}
@font-face { font-family: FSRufus;
  src: url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/FSRufus-Bold_gdi.eot") format("embedded-opentype"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/FSRufus-Bold_gdi.woff") format("woff"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/FSRufus-Bold_gdi.ttf") format("truetype");
  font-style: normal; font-weight: 700; font-stretch: normal; unicode-range: U+20-25CA;
}
@font-face {
  font-family: TheSans-OT;
  src: url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot2extralight-webfont.eot") format("embedded-opentype"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot2extralight-webfont.woff2") format("woff2"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot2extralight-webfont.woff") format("woff"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot2extralight-webfont.ttf") format("truetype");
  font-style: normal; font-weight: 200; font-stretch: normal; unicode-range: U+20-2666;
}

@font-face { 
  font-family: TheSans-OT;
  src: url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot3light-webfont.eot") format("embedded-opentype"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot3light-webfont.woff2") format("woff2"), 
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot3light-webfont.woff") format("woff"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot3light-webfont.ttf") format("truetype"); 
  font-style: normal; font-weight: 300; font-stretch: normal; unicode-range: U+20-2666; 
}

@font-face { font-family: TheSans-OT;
  src: url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot4semilight-webfont.eot") format("embedded-opentype"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot4semilight-webfont.woff2") format("woff2"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot4semilight-webfont.woff") format("woff"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot4semilight-webfont.ttf") format("truetype");
  font-style: normal; font-weight: 400; font-stretch: normal; unicode-range: U+20-2666;
}
@font-face {
  font-family: TheSans-OT;
  src: url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot6semibold-webfont.eot") format("embedded-opentype"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot6semibold-webfont.woff2") format("woff2"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot6semibold-webfont.woff") format("woff"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot6semibold-webfont.ttf") format("truetype"); 
  font-style: normal; font-weight: 600; font-stretch: normal; unicode-range: U+20-2666;
}
@font-face { font-family: TheSans-OT;
  src: url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot7bold-webfont.eot") format("embedded-opentype"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot7bold-webfont.woff2") format("woff2"),
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot7bold-webfont.woff") format("woff"), 
    url("https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/Veolia_January2021/Fonts/thesans-ot7bold-webfont.ttf") format("truetype");
  font-style: normal; font-weight: 700; font-stretch: normal; unicode-range: U+20-2666;
}


html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {

}

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

blockquote {
  font-weight: 300;
  font-size: 1.7em;
  line-height: 1.5;
  margin: 1.5em 0;
  padding: 0;
  clear: both;
  position: relative;
  margin-top: 0;
  padding-top: 0;
}
blockquote:after, blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  width: 60px;
  height: 5px;
  background: none currentColor;
}
blockquote:before {
  left: 0;
  top: 0;
}
blockquote:after {
  left: 0;
  bottom: 0;
}


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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}
form,
.submitted-message{
  padding: 30px 30px;
  margin-bottom:15px;
}
h3.form-title{
  font-size: 18px;
  font-weight: 700;
  padding: 15px 30px 5px;
  margin: 0;
}
h3.form-title:after {
  content: '';
  display: block;
  border-bottom: 1px solid #2c2c2c;
  margin-top: 25px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center; 
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;

  text-decoration: none;
  transition: background .3s ease,color .3s ease,border-color .3s ease;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
  white-space:normal;
  margin:10px 0;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
  text-decoration:none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  padding: .4em 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}

.hs-error-msgs label {
  color: #ff0000!important;
}

.hs-input {
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 0px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
  padding: .72em 10px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

form input{
  display: inline-block;
  height: auto!important;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 0px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
  padding: .72em 10px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

input#hs-pwd-widget-password {
  width: 100%;
}

:focus {
  outline: 2px solid #4d90fe!important;
  outline-offset: -2px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ff0000;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #ff0000;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
  padding-left:0;
}

.field {
  margin-bottom: 10px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px){
  form,
  .submitted-message{
    padding: 30px 15px;
  }
}

@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

header.header {
  background-color: #F8FAFC;
  z-index: 500;
  position: relative;
}
.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-bottom: 19px;
}
.header-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 500;
  width: 100vw;
  height: 80px;
  background: rgba(44,44,44,.75);
}
.header-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 505;
  width: 100vw;
  /* height: 3px; */
  background-color: #fff;
}

.header__container {
  margin: 0 auto;
  position: relative;
  max-width: 1248px;
}
.header__navigation {
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.contact-mob-btn {
  clear: both;
  height: 100%;
  line-height: 1.2;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: 0;
  font-weight: 600;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
  max-width: 100%;
  font-size: 11px;
  text-align: right;
  margin-left: 10px;
}

.contact-mob-btn a {
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: 1px solid #2c2c2c;
  text-decoration: inherit;
  font-size: inherit;
  display: inline-block;
  max-width: 100%;
  color: #2c2c2c;
  background-color: #ffd616;
  border-color: #ffd616;
  text-align: center;
  width: 100%;
  padding: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 2px;
}

.contact-mob-btn>div {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}
.top-header,
.top-header__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top-header__navigation {
  margin-top: 3px;
  width: 100%;
}
.top-header__hamburger {
  width: 65px;
  height: 35px;
  top: 50%;
  margin-top: -17px;
  position: absolute;
  right: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  z-index: 506;
  display: none;
}
.top-header__hamburger-box {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin-top: -1px;
}
.top-header__hamburger-line {
  background-color: currentColor;
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
  transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier .55,.055,.675,.19;
  transition-timing-function: cubic-bezier .55,.055,.675,.19;
  -webkit-transition-duration: .13s;
  transition-duration: .13s;
  position: absolute;
  width: 100%;
  height: 3px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  border-radius: 4px;
}
.top-header-menu {
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.region-switcher-wrapper {
  clear: both;
  height: auto;
}
.language-selector-block {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.region-switcher-wrapper__button {
  position: relative;
  z-index: 500;
  margin-left: 15px;
}
.region-switcher-wrapper__map {
  padding-top: 180px;
  width: 100vw;
  height: auto;
  min-height: 100%;
  overflow: auto;
  z-index: 10;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  background-color: #e9e9ea;
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
  margin-left: 0;
}
.region-switcher-wrapper__button button{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}
.region-switcher-wrapper__button button:hover {
  text-decoration: underline;
}
.region-switcher-wrapper__button button svg{
  width: 13px;
  height: 13px;
  display: block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
}
.region-switcher-wrapper__button button span{
  padding: 0 15px 0 0;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.region-switcher-wrapper__button button span:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-open .region-switcher-wrapper__button button span:nth-child(2):after{
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -2px;
}
.nav-open .region-switcher-wrapper__map{
  opacity: 1;
  pointer-events: auto;
  position: absolute;
}
.region-switcher-list ul.submenu.level-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.region-switcher-list ul.submenu.level-1>li {
  width: 23%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.region-switcher-list>div {
  width: 100%;
}

.region-switcher-list nav.navigation-primary {
  display: block;
}

.region-switcher-list ul.submenu.level-1>li:nth-of-type(2) {
  width: 54%;
  padding: 0 2%;
}

.region-switcher-list ul.submenu.level-1>li>a {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 200;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid grey;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
  display: block;
  CURSOR: TEXT;
}
.region-switcher-list ul.submenu.level-1>li .submenu.level-2{
  display: block;
  position: static;
  opacity: 1;
  visibility: visible;
  padding: 16px 0;
  margin: 12px 0;
}
.region-switcher-list ul.submenu.level-1>li .submenu.level-2>li{
  display: block;
  padding: 3px 0;
}
.region-switcher-list ul.submenu.level-1>li .submenu.level-2>li>a{
  display: block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #2c2c2c;
  left: -12px;
  padding: 3px 0 3px 12px;
}
.region-switcher-list ul.submenu.level-1>li .submenu.level-2>li>a:hover{
  font-weight: 700;
}
.region-switcher-list ul.submenu.level-1>li .submenu.level-2>li.has-submenu>a:after,
.region-switcher-list ul.submenu.level-1>li .submenu.level-2>li .submenu.level-3>li.has-submenu>a:after{
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  position: relative;
  top: -3px;
  margin-left: 10px;
  border-right: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.region-switcher-list ul.submenu.level-1>li .submenu.level-2>li.has-submenu>a:hover,
.region-switcher-list ul.submenu.level-1>li .submenu.level-3>li.has-submenu>a:hover{
  font-weight: 700!important;
  background-color: #fff;
  -webkit-transition: background-color .6s ease-out 0s,font-weight .2s ease-out 0s;
  transition: background-color .6s ease-out 0s,font-weight .2s ease-out 0s;
}
.region-switcher-list ul.submenu.level-1>li:nth-child(2) .submenu.level-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.region-switcher-list ul.submenu.level-1>li:nth-child(2) .submenu.level-2>li {
  width: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
}

.region-switcher-list ul.submenu.level-1>li:nth-child(2) .submenu.level-2>li>a {
  display: none;
}

.region-switcher-list ul.submenu.level-1>li:nth-child(2) .submenu.level-2>li ul.submenu.level-3>li {
  display: block;
  padding: 3px 0;
}

.region-switcher-list ul.submenu.level-1>li:nth-child(2) .submenu.level-2>li ul.submenu.level-3>li>a {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #2c2c2c;
  left: -12px;
  padding: 3px 0 3px 12px;
}


.region-switcher-wrappe__close {
  border: 0;
  background: transparent;
  -webkit-apperance: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  display: none;
}

.region-switcher__map {
  clear: both;
  height: 100%;
}

.region-switcher__map>.header__container {
  height: 100%;
}

.region-switcher-list {
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}

.language-selector ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.language-selector {
  font-size: 14px;
  z-index: 500;
  position: relative;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
}
.language-selector button {
  display: none;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 26px 5px 7px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.25;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}
.language-selector-active.language-selector button,
.language-selector-active.language-selector ul>li:first-child{
  background-color:#f2f2f2;
  color:#2c2c2c;
}
.language-selector button:after{
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  right: 6px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.language-selector li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background-color: #2c2c2c;
  border-radius: 6px 0 6px 0;
  overflow: hidden;
}
.language-selector li span,
.language-selector li a{
  display: block;
  padding: 4px 7px 3px;
}
.language-selector a,
.language-selector a:hover {
  color: inherit;
  text-decoration: none;
}
.language-selector-active.language-selector ul{
  display:block;
}
.top-header-menu>div{
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 501;
  font-size: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
  font-size: 12px;  
}
.top-header-menu ul.submenu.level-1,
.custom-menu-primary ul.submenu.level-1{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.top-header-menu ul.submenu.level-1>li,
.custom-menu-primary ul.submenu.level-1>li{
  z-index: 5;
  position: relative;
  transition: color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;
  color: #d2d2d2;
}
.top-header-menu ul.submenu.level-1>li:hover{
  background-color: #f2f2f2;
  color: #2c2c2c;
}
.top-header-menu ul.submenu.level-1>li>a,
.custom-menu-primary ul.submenu.level-1>li>a{
  text-transform: uppercase;
  color: currentColor;
  padding: 4px 8px 3px;
  white-space: nowrap;
  position: relative;
  display: block;
  color:inherit;
}
.top-header-menu ul.submenu.level-1>li>a:after,
.custom-menu-primary ul.submenu.level-1>li>a:after{
  content: "";
  display: block;
  left: 20px;
  right: 20px;
  bottom: 10px;
  border-top: 1px solid transparent;
}
.top-header-menu ul.submenu.level-1>li ul.submenu.level-2,
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 {
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 1;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
  background-color: #f2f2f2;
  visibility: visible;
  opacity: 1;
  display: none;
  top: auto;
}
.top-header-menu ul.submenu.level-1>li ul.submenu.level-2>li>a,
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li>a{
  display: block;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.2;
  padding: 16px 23px 12px 20px;
  position: relative;
  white-space: nowrap;
}
.top-header-menu ul.submenu.level-1>li ul.submenu.level-2>li:hover{
  background:#fff;
}
.header__menu .header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-menu-primary {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 0;
}
.custom-menu-primary ul.submenu.level-1>li>a {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 20px;
  margin-top: -1px;
}
.custom-menu-primary ul.submenu.level-1>li:first-child>a span {
  display: none;
}
.custom-menu-primary ul.submenu.level-1>li:first-child img {
  display:none;
}
.custom-menu-primary ul.submenu.level-1>li:first-child svg{
  display: block;
  fill: currentColor;
  width: 12px;
  height: 1.2em;
  padding-bottom: .2em;
  border-bottom: 1px solid transparent;
  overflow: hidden;
}
.custom-menu-primary nav.navigation-primary {
  display: flex;
}
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li>a{
  display: block;
  font-weight: 700;
  line-height: 1.2;
  padding: 16px 23px 12px 20px;
  position: relative;
  white-space: nowrap;
  font-size: 16.5px;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}
.custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2>li>a {
  padding-right: 30px;
}
.custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2>li.has-submenu>a {
  padding-right: 45px;
}

.custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2>li.has-submenu>a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: 0;
  border-top: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li ul.submenu.level-3 {
  z-index: 2;
  position: absolute;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  min-height: 100%;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li ul.submenu.level-3{
  background-color: #fff;
}
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li:hover ul.submenu.level-3{
  opacity: 1;
  pointer-events: auto;
}
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li:nth-child(2) ul.submenu.level-3{
  /* width:252px; */
  width: 100%;
}
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li ul.submenu.level-3>li>a{
  display: block;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.2;
  padding: 16px 23px 12px 20px;
  white-space: nowrap;
  font-size: 16.5px;
}
.header-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-buttons>div{
  clear: both;
  height: 100%;
  margin-left: 7px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.2;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: 0;
  font-weight: 600;
  font-size: 11px;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}
.header-buttons a{
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: 1px solid #2c2c2c;
  text-decoration: inherit;
  font-size: inherit;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  color: #2c2c2c;
  background-color: #ffd616;
  border-color: #ffd616;
  padding: 8px 14px;
}

.top-search-button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 500;
  width: 31px;
  height: 31px;
  background: #000;
  border: 0;
  padding: 0;
}
.top-search-button svg {
  fill: currentColor;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
.top-search-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  color: #2c2c2c;
  font-weight: 700;
  font-size: 20px;
  outline: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  z-index: 510;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}
.top-search-popup form {
  max-width: 680px;
  padding: 0 20px;
  margin: 180px auto 0;
  position: relative;
  background:transparent;
}
.top-search-popup .js-form-item {
  position: relative;
}
.webform-submit-wrapper {
  position: relative;
}
.top-search-popup input[type=submit] {
  text-align: center;
  text-decoration: none;
  margin: 0;
  display: block;
  line-height: 1.2;
  background: #2c2c2c;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  outline: inherit;
  border: 1px solid #fff;
  position: absolute;
  right: -20px;
  bottom: 0;
  z-index: 5;
  padding: 0 5px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  height: 50px!important;
  min-width: 66px;
  width: auto;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border-radius: 0;
}
.top-search-popup input[type=submit]:hover{
  background-color: #fff;
  color: #2c2c2c;
}
.form-text::placeholder {
  white-space: nowrap;
  text-transform: uppercase;
  color: #58585a;
  opacity: 1;
}
.top-search-popup .js-form-item:after {
  content: "";
  position: absolute;
  right: 15px;
  z-index: 5;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/raw_assets/public/Veolia_January2021/images/sprite.png);
  background-position: -786px -120px;
  width: 32px;
  height: 32px;
}
.top-search-popup input[type="text"] {
  outline: inherit !important;
}
.top-search-popup input[type=text] {
  font-size: 20px;
  outline: inherit;
  border: 0;
  width: 100%;
  height: 50px!important;
  display: block;
  padding: 0 65px 0 20px;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  border-radius: 0 10px 0 10px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  word-break: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background-image: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin:0;
}
.header__menu {
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
  z-index: 8;
}
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li ul.submenu.level-3>li>a {
  padding-right: 36px;
}
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li ul.submenu.level-3>li:hover>a {
  font-weight: 700;
}
.search-open .top-search-popup {
  opacity: 1;
  pointer-events: auto;
}
.region-switcher-list ul.submenu.level-1>li:nth-child(2) .submenu.level-2>li ul.submenu.level-3>li ul.submenu.level-4 {
  display: none;
  padding: 4px 0 0;
  margin-left: 12px;
}
.region-switcher-list ul.submenu.level-1>li:nth-child(2) .submenu.level-2>li ul.submenu.level-3{
  display: block!important;
}
.region-switcher-list ul.submenu.level-1>li .submenu.level-2>li ul.submenu.level-3 {
  display: none;
}
.region-switcher-list ul.submenu.level-1>li .submenu.level-2>li.has-submenu.child-open>a:after,
.region-switcher-list ul.submenu.level-1>li .submenu.level-2>li .submenu.level-3>li.has-submenu.child-open>a:after{
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 2px;
}
.region-switcher-map {
  position: relative;
  height: 800px;
}
.region-switcher-map svg {
  width: 100%;
}
.region-switcher-map svg g {
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}
.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #2c2c2c;
  padding: 3px;
  color: #fff;
  width: 16px;
  height: 16px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jqvmap-zoomout {
  top: 30px;
}
.jqvmap-zoomin {
  top: 10px;
}
.scroll-header .header__menu {
  position: fixed;
  top: 0;
  background-color: #2c2c2c;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  z-index: 9;
  padding: 0;
}

.scroll-header .custom-menu-primary ul.submenu.level-1>li:first-child svg {
  display: none;
}

.scroll-header .custom-menu-primary ul.submenu.level-1>li:first-child img {
  display: block;
  padding-bottom: .2em;
  border-bottom: 1px solid transparent;
  width: auto;
  height: auto;
}


/* Mobile Styles */
@media (min-width: 1024px){
  .header-wrap {
    min-height: 100%;
  }
  .header__mobile-menu {
    display: none;
  }
  .contact-mob-btn {
    display: none;
  }
  .top-header-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 0; 
  }
  .language-selector ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
  }
  .language-selector {
    font-size: 10px;
    line-height: 1;
  }
  .language-selector button {
    display: block;
  }
  .language-selector li {
    border-radius: 0;
    float: none;
    font-weight: 600;
  }
  .language-selector li span,
  .language-selector li a{
    padding-top: 6px;
    padding-bottom: 5px;
  }
  .top-header-menu ul.submenu.level-1 {
    border-right: 1px solid #9c9e9f;
    padding-right: 7px;
  }
  .top-header-menu ul.submenu.level-1>li{
    margin-bottom: 1px;
  }
  .top-header-menu ul.submenu.level-1>li>a{
    padding-top: 5px;
    padding-bottom: 3px;
    font-weight: 700;
    line-height: 1.25;
  }
}


@media (max-width: 1285px){
  .header-top {
    max-width: 936px;
  }
  .header__container {
    max-width: 936px;
  }
  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li>a {
    padding: 14px 19px 11px 16px;
  }
  .custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2>li>a {
    padding-right: 19px;
  }
  .custom-menu-primary ul.submenu.level-1>li:last-child ul.submenu.level-2>li.has-submenu>a {
    padding-right: 33px;
  }


}
@media (max-width:1023px) {
  .scroll-header header.header {
    position: fixed;
  }

  .scroll-header .header__logo .left-part,.scroll-header .header__logo .right-part {
    display: none;
  }

  .scroll-header img.mobile-logo {
    display: block;
    top: 2px;
    width: auto;
  }

  .scroll-header img.desktop-logo {
    display: none;
  }

  .scroll-header .header-top:after {
    background-color: #2c2c2c;
  }

  .scroll-header .custom-logo {
    display: block;
    background: transparent;
    margin: 0;
    padding: 0;
  }

  header.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 510;
    background-color: #2c2c2c !important;
  }
  .header-top {
    max-width: 728px;
    padding-bottom: 2px;
  }
  .header__container {
    max-width: 728px;
  }
  .branding__slogan {
    display: none;
  }
  .header__navigation {
    margin-right: 45px;
  }
  .top-header__navigation {
    margin-top: 5px;
    display: none;
  }
  .top-header__hamburger {
    display: block;
  }
  .top-header .top-header__hamburger-line:after, .top-header .top-header__hamburger-line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    border-radius: 4px;
    background-color: currentColor;
  }
  .top-header .top-header__hamburger-line:before {
    bottom: 8px;
    -webkit-transition: bottom .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: bottom .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
  }
  .top-header .top-header__hamburger-line:after {
    bottom: 16px;
    -webkit-transition: bottom .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
    transition: bottom .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
  }
  .header__menu {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 500;
  }
  .header__menu {
    display: none;
  }
  .header-top:before {
    height: 0;
  }
  .header-wrap {
    min-height: 46px;
  }
  .header__mobile-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c2c2c;
    z-index: 501;
  }
  .mobile-open .header__mobile-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    overflow: auto;
    overflow-x: hidden;
  }
  body.mobile-open{
    overflow:hidden
  }
  .header__mobile-menu .views-exposed-form {
    display: block;
    background: #fff;
  }

  button.top-search-button {
    display: none;
  }
  .top-search-button:hover{
    border: 1px solid #fff;
  }

  .top-search-popup {
    font-size: 16px;
    font-weight: 700;
    position: static;
    background: #fff;
    opacity: 1;
    pointer-events: auto;
    padding: 40px 60px 10px;
  }

  .top-search-popup form {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .top-search-popup input[type=text] {
    font-weight: 300;
    height: 46px!important;
    padding: 0 50px 0 0;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    margin: 0;
  }
  .top-search-popup input[type=text]::placeholder {
    text-transform: none;
  }

  .top-search-popup input[type=submit] {
    height: 44px!important;
    min-width: 44px;
    font-size: 0;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-image: url(https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/raw_assets/public/Veolia_January2021/images/search-black.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 0;
  }
  .top-search-popup .js-form-item:after {
    content: none;
  }
  .mobile-open .top-header .top-header__hamburger-line:after {
    bottom: 0;
    -webkit-transition: bottom .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transition: bottom .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transition: bottom .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transition: bottom .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .mobile-open .top-header .top-header__hamburger-line:before {
    bottom: 0;
    -webkit-transition: bottom .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    transition: bottom .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    opacity: 0;
  }

  .mobile-open .top-header__hamburger-line {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,-7px,0) rotate(-45deg);
    transform: translate3d(0,-7px,0) rotate(-45deg);
  }

  .mobile-open .top-header__hamburger {
    background-color: transparent;
    color: #2c2c2c;
    height: 35px;
  }
  .mobile-menu-primary {
    background-color: #fff;
    font-size: 20px;
    position: static;
    display: block;
    font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
  }


  .mobile-menu-primary ul.submenu.level-1,
  .mobile-menu-primary-bottom ul.submenu.level-1{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px 60px 0;
    position: static;
    -webkit-transform-style: flat;
    transform-style: flat;
  }

  .mobile-menu-primary nav.navigation-primary,
  .mobile-menu-primary-bottom nav.navigation-primary {
    display: block;
  }
  .mobile-menu-primary-bottom ul.submenu.level-1:before {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #d9d1c8;
    margin-bottom: 15px;
  }
  .mobile-menu-primary ul.submenu.level-1>li,
  .mobile-menu-primary-bottom ul.submenu.level-1>li {
    transition: color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;
    color: #2c2c2c;
    z-index: auto;
  }
  .mobile-menu-primary-bottom ul.submenu.level-1>li{
    color: #55555a;
  }

  .mobile-menu-primary ul.submenu.level-1>li>a,
  .mobile-menu-primary-bottom ul.submenu.level-1>li>a {
    display: block;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: currentColor;
    padding: 4px 8px 3px;
    white-space: nowrap;
    position: relative;
    padding: 15px 55px 15px 0;
    white-space: normal;
  }

  .mobile-menu-primary ul.submenu.level-1>li:first-child {
    display: none;
  }

  .mobile-menu-primary ul.submenu.level-1>li.has-submenu>a:after,
  .mobile-menu-primary-bottom ul.submenu.level-1>li.has-submenu>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    width: 10px;
    height: 10px;
    margin-top: 0;
    border-top: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    bottom: 5px;
  }
  .mobile-menu-primary-bottom {
    font-size: 18px;
    position: static;
    display: block;
    font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
    background-color: #fff;
  }
  .mobile-menu-primary-bottom ul.submenu.level-1>li:hover{
    color: #2c2c2c;
  }
  .header-buttons {
    padding-top: 60px;
    background: #fff;
    display: block;
  }

  .header-buttons>div {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
  }

  .header-buttons a {
    display: block;
    text-align: left;
    padding: 24px 60px;
  }
  .header__mobile-menu-additional {
    position: relative;
    padding: 40px 60px;
  }
  .region-switcher-wrapper__button button {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .region-switcher-wrapper__button button svg {
    width: 27px;
    height: 27px;
    margin-right: 13px;
  }

  .region-switcher-wrapper__button {
    margin: 0;
  }

  .region-switcher-wrapper__button button span:nth-child(2):after {
    content: none;
  }

  .language-selector {
    margin: 0;
  }

  .language-selector li:first-child {
    background-color: #f2f2f2;
    color: #2c2c2c;
  }
  .region-switcher-wrapper__map {
    z-index: 1000;
    padding-top: 60px;
  }
  button.region-switcher-wrappe__close {
    display: block;
  }
  .region-switcher-wrappe__close:before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
  }
  .region-switcher-wrappe__close:after,
  .region-switcher-wrappe__close:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #2c2c2c;
  }
  .region-switcher-wrappe__close:after {
    height: 100%;
    width: 2px;
    left: 50%;
    top: 0;
    margin-left: -1px;
  }
  .region-switcher-list {
    display: block;
  }
  .region-switcher-list ul.submenu.level-1 {
    display: block;
  }
  .region-switcher-list ul.submenu.level-1>li {
    width: 100%;
  }
  .nav-open .region-switcher-wrapper__map {
    position: fixed;
    height: 100%;
    overflow: auto;
    z-index: 1000;
  }
  .nav-open .top-header__hamburger {
    display: none;
  }
  .nav-open .header-top:after,
  .mobile-open .header-top:after{
    content:none;
  }
  .region-switcher-list ul.submenu.level-1>li:nth-of-type(2) {
    width: 100%;
    padding: 0;
  }

  .region-switcher-list ul.submenu.level-1>li:nth-child(2) .submenu.level-2>li {
    width: 100%;
  }
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2,
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li ul.submenu.level-3,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li ul.submenu.level-3 {
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out,-webkit-transform .3s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out,-webkit-transform .3s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out,transform .3s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out;
    display: block;
    max-height: none;
    background-color: #fff;
    z-index: 501;
    bottom: auto;
    top: 0;
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    height: 100%;
    width: 100%;
    position: fixed;
    min-height: 100vh;
    max-height: none;
    overflow: hidden;
    overflow-y: auto;
  }

  .mobile-menu-primary ul.submenu.level-1>li.open ul.submenu.level-2,
  .mobile-menu-primary-bottom ul.submenu.level-1>li.open ul.submenu.level-2,
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3 {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.back,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.back,
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li.back,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li.back {
    display: block;
    font-size: inherit;
    font-weight: 700;
    font-family: inherit;
    text-align: center;
    color: #2c2c2c;
    padding: 14px 48px 11px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    background-color: #f2f2f2;
    cursor: pointer;
  }
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.back:hover,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.back:hover,
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li.back:hover,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li.back:hover{
    background-color: #fff;
  }

  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.back:focus,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.back:focus,
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li.back:focus,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li.back:focus,
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.back a:focus,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.back a:focus,
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li.back a:focus,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li.back a:focus{
    outline: 0px solid #4d90fe !important;
  }


  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.back>a:before,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.back>a:before,
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li.back>a:after,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li.back>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 32px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }

  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.back a,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.back a,
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li.back a,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li.back a{
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    font-weight: 700;
    color: inherit;
    position: static;
  }

  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li a,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li a,
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li a,
  .mobile-menu-primary-bottom ul.submenu.level-1>li ul.submenu.level-2>li.open ul.submenu.level-3>li a{
    position: relative;
    color: #2c2c2c;
    line-height: 1.2;
    display: block;
    padding: 14px 19px 11px 16px;
    padding-left: 30px;
    white-space: normal;
    font-weight: 400;
  }
  .mobile-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li.has-submenu>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 10px;
    height: 10px;
    margin-top: 0;
    border-top: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 34px;
  }
  .sub-menu-arrow {
    content: "";
    display: none;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    display: block;
    cursor: pointer;
  }


}



@media (max-width: 767px){
  .region-switcher__map .header__container {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-top {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  height: 50px;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}
.footer__copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 3.571;
  float: right;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}
a#back-to-top {
  height: 76px;
  width: 75px;
  padding: 0;
  background: #f2f2f2;
  color: #000;
  border: 0;
  position: fixed;
  right: 70px;
  bottom: 70px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  z-index: 5;
}
a#back-to-top svg {
  fill: currentColor;
  width: 41px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  overflow: hidden;
}

@media (max-width: 1285px){
  .footer__container{
    max-width: 936px;
  }
}
@media (max-width: 1023px){
  .footer__container{
    max-width: 728px;
  }
  a#back-to-top {
    height: 66px;
    width: 65px;
    right: 20px;
  }
  a#back-to-top svg {
    height: 62px;
    width: 37px;
  }
}

@media (max-width: 767px){
  a#back-to-top {
    display: none !important;
  }
  .footer {
    padding: 20px 0;
  }
  .footer__container{
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
  }
  .footer__copyright{
    float: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 10px;
  margin: 0 auto;
}
.region-breadcrumb {
  height: 100%;
  background-color: #f2f2f2;
}

.region-breadcrumb .content-wrapper {
  padding: 0;
}

.region-breadcrumb-iner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs-blog-listing .content-wrapper {
  padding: 0;
}
div#block-breadcrumbs {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1px;
  -ms-flex: 1 0 1px;
  flex: 1 0 1px;
}

ul.breadcrumbs__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

ul.breadcrumbs__list li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 0;
  display: block;
  position: relative;
  margin: 0 2px 0 0;
  font-size: .933em;
  line-height: 2.15;
  font-weight: 700;
  color: #2c2c2c;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}

ul.breadcrumbs__list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  font-weight: 400;
  text-decoration: none;
  color: grey;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
  z-index: 11;
  position: relative;
}

.breadcrumbs__list-button {
  position: relative;
  min-width: 75px;
  padding: 0 28px 0 13px;
}

ul.breadcrumbs__list li:first-child .breadcrumbs__list-button {
  padding: 0 15px 0 0;
  min-width: 0;
}
ul.breadcrumbs__list li:last-child a,
ul.breadcrumbs__list li a:hover {
  pointer-events: none;
  color: #2c2c2c;
  font-weight: 700;
}
.hs-blog-post ul.breadcrumbs__list li:nth-child(2) a{
  pointer-events: auto;
}
ul.breadcrumbs__list li:last-child .breadcrumbs__list-button:before,
ul.breadcrumbs__list li:nth-child(2) .breadcrumbs__list-button:before {
  content: " ";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:0;
  -webkit-transform: skew(-26deg);
  -ms-transform: skew(-26deg);
  transform: skew(-26deg);
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}
ul.breadcrumbs__list li:last-child .breadcrumbs__list-button:after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
  height: 100%;
  width: 24px;
  z-index: 0;
  background: #fff;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}
.blog-spacer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-listing-wrap {
  margin-top: 40px;
  margin-bottom: 80px;
}

.blog-index {
  margin-left: -10px;
  margin-right: -10px;
}

.post-item {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33333%;
}
.content-push__wrap {
  clear: both;
  height: 100%;
  max-width: 320px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 20px;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
  overflow: hidden;
  border-radius: 0 20px 0 20px;
}

.content-push__image {
  overflow: hidden;
  border-radius: 0 20px 0 0;
}

.content-push__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  height: auto;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
}

.content-push__image a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.content-push__context-title {
  height: 22px;
  position: relative;
  margin-top: 3px;
  color: #2c2c2c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.66666;
  text-transform: uppercase;
  background-color: #7abcce;
}

.content-push__context-svg {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  height: 20px;
  overflow: hidden;
  color: #fff;
  width: 75px;
}

.content-push__context-svg:before {
  content: "";
  position: absolute;
  top: 0;
  height: 19px;
  width: 6px;
  background-color: currentColor;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-push__context-svg-icon-container--left-part {
  position: absolute;
  width: 75px;
  height: 19px;
  left: 0;
  overflow: hidden;
  width: 37px;
}

.content-push__context-svg-icon-container--left-part svg {
  position: absolute;
  height: 100%;
  width: 148px;
  fill: currentColor;
  top: 0;
  left: 0;
  overflow: hidden;
}

.content-push__context-svg-icon-container--right-part {
  position: absolute;
  width: 75px;
  height: 19px;
  left: 0;
  overflow: hidden;
  width: 37px;
  right: 0;
  left: auto;
}

.content-push__context-svg-icon-container--right-part svg {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 148px;
  fill: currentColor;
  top: 0;
  left: 0;
  right: 0;
  left: auto;
}

.content-push__bottom {
  background-color: #7abcce;
}

.content-push__date {
  font-size: .8em;
  text-transform: uppercase;
  padding: 6px 10px 0;
  margin-bottom: -10px;
}

.datetime {
  font-size: 15px;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}

.content-push__title {
  padding: 18px 10px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.content-push__title a {
  text-decoration: none;
  color: #fff;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}

.content-push__title a:hover {
  text-decoration: underline;
  color: #fff;
}

.content-push__cta-link {
  margin-top: 20px;
  height: 45px;
  position: relative;
  overflow: hidden;
}

.content-push__cta-link--back-left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 1;
  left: 0;
}

.content-push__cta-link--back-right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 1;
  left: 50%;
}

.content-push__cta-link--back-left:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background-image: url(https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/raw_assets/public/Veolia_January2021/images/sprite.png);
  background-position: 0 -48px;
  width: 1280px;
  height: 46px;
  left: -42px;
}
 

.content-push__cta-link--back-right:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background-image: url(https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/raw_assets/public/Veolia_January2021/images/sprite.png);
  background-position: 0 0;
  width: 1280px;
  height: 46px;
  right: -40px;
}

.content-push__cta-link a {
  text-decoration: none;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 0 40px;
  z-index: 2;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.content-push__cta-link a:hover{
  color: #fff;
}

.content-push__cta-link a:before {
  background-image: url(https://7958597.fs1.hubspotusercontent-na1.net/hubfs/7958597/raw_assets/public/Veolia_January2021/images/sprite.png);
  background-position: -929px -96px;
  width: 14px;
  height: 16px;
  display: inline-block;
  content: "";
  margin: 0 9px 0 0;
  vertical-align: middle;
}
.blog-post__links {
  clear: both;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-post__links .content-wrapper {
  padding: 0;
}
.blog-post__links-inner {
  margin: -10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.left-column {
  margin: 10px 0;
}

.right-column {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

a.blog-post__back-to-blog {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: grey;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

a.blog-post__back-to-blog svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: currentColor;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 20px;
  -webkit-transition: inherit;
  transition: inherit;
}

span.previous-button__text {
  -webkit-transition: inherit;
  transition: inherit;
  color: currentColor;
}

.right-column .datetime {
  color: grey;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  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);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  margin: 0 auto;
  max-width: 728px;
}
.related-post {
  padding-top: 20px;
  padding-bottom: 20px;
}

.related-post .content-wrapper {
  padding: 0;
}
a.blog-post__back-to-blog:hover {
  color: #58585a;
}
.content-wrapper.blog-post-wrap {
  padding: 0;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}



/* post banner */
.custom-banner-area.blog-post-banner {
  background-color: #d9d1c8;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 381px;
  padding: 70px 0 20px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-banner-area.blog-post-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.25);
  pointer-events: none;
}
.blog-post-banner .banner-page-center {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 0;
  width: 100%;
  min-height: 358px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-post-banner .banner-header h1 {
  font-size: 1.733em;
  font-style: italic;
  font-weight: 400;
  padding: 0 0 .65em;
  margin: 0;
  color: #fff;
  line-height: 1.2;
  font-family: FSRufus,Georgia,Times New Roman,"Bitstream Vera Serif",serif;
}
.blog-post-banner .banner-header {
  width: 100%;
  min-width: 320px;
  max-width: 936px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  text-align: center;
}
.custom-banner-area.blog-post-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 6;
}
.related-post .post-item {
  padding: 10px!important;
}
.post-month {
  background-color: #f2f2f2;
}

.post-month .content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-grid--align--bottom {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
[class*=form-col-] {
  position: relative;
  margin-top: 20px;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-right: 20px;
  padding-left: 20px;
  min-height: 1px;
}
.form-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.webform-submit-wrapper {
  position: relative;
}
.webform-submit-wrapper input{
      overflow: visible;
  min-width: 0;
  border: 1px solid #2c2c2c;
  background: #2c2c2c;
  color: #fff;
  width: 100%;
  display: block;
  line-height: 1.2;
  padding: .65em 20px;
  margin: 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .3s ease,color .3s ease,border-color .3s ease;
  transition: background .3s ease,color .3s ease,border-color .3s ease;
      font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}
.webform-submit-wrapper input:hover{
      border-color: #2c2c2c;
  background: none;
  color: #2c2c2c;
}

.post-month .ui-front {
  z-index: auto;
}

span.month-title {
  display: block;
  width: 100%!important;
  position: relative;
  background: #f2f2f2;
  min-width: 50px;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  background: #fff;
}

span.month-title:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  border-right: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  font-weight: 700;
  text-transform: uppercase;
}
span.month-title span {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  line-height: 1.2;
  padding: .72em 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #58585a;
  margin: 0 40px 0 11px;
  outline: none;
  position: relative;
  overflow: hidden;
  min-height: 40px;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}
.month-wrapp ul {
  overflow: auto;
  max-height: 120px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #f2f2f2;
  font-size: 14px;
  min-width: 100%;
  width: auto!important;
  z-index: 500;
  background: #fff;
}
.month-wrapp {
  position: relative;
}
.month-wrapp .widget-module {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display:none;
}
.post-month.active .month-wrapp .widget-module{
  display:block;
}

.month-wrapp ul li {
  border-bottom: 1px solid #f2f2f2;
  padding: .55em 30px .55em 14px;
  color: #2c2c2c;
  min-height: 2.3em;
  line-height: 1.2;
  height: 1%;
  width: 100%;
  display: block;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
}

.month-wrapp ul li a {
  color: #2c2c2c;
  line-height: 1.2;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
  display: block;
  text-decoration: none;
}
.month-wrapp ul li a:hover,
.month-wrapp ul li.active a{
  font-weight:700;
  color: #000;
}
.month-wrapp ul li a span {
  display: none;
}
.month-wrapp h3 {
  display: none;
}
.month-wrapp ul li:first-child {
  font-weight: 700;
  color: #000;
}
.addtoany_list {
  display: inline;
  line-height: 16px;
}
.a2a_kit, .a2a_menu, .a2a_modal, .a2a_overlay {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  outline: 0;
}
.addtoany_list > a {
  border: 0;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
}
.hero-banner__social .addtoany_list>a {
  padding: 0 6px;
}
.a2a_kit a {
  cursor: pointer;
}
.addtoany_list.a2a_kit_size_32 > a {
  font-size: 32px;
}
.addtoany_list > a, .addtoany_list a img, .addtoany_list a > span {
  vertical-align: middle;
}
.addtoany_list.a2a_kit_size_32 > a {
  font-size: 32px;
}
.addtoany_list a span {
  display: inline-block;
  float: none;
}
.addtoany_list.a2a_kit_size_32 a > span {
  height: 32px;
  line-height: 32px;
  opacity: 1;
  width: 32px;
}
.hero-banner__social .addtoany_list span {
  position: relative;
  border-radius: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.hero-banner__social .addtoany_list span.a2a_svg {
  background-color: #fff!important;
  width: 30px;
  height: 30px;
}

.hero-banner__social .addtoany_list span.a2a_svg svg {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -11px;
  margin-left: -11px;
}
.hero-banner__social .addtoany_list span.a2a_svg path {
  fill: #2c2c2c;
}
.addtoany_list a:hover:hover img,
.addtoany_list a:hover span {
  opacity: .7;
}
body .a2a_menu.a2a_mini {
  background-color: #2c2c2c;
}
.a2a_menu {
  border-radius: 6px;
  display: none;
  direction: ltr;
  background: #FFF;
  font: 16px sans-serif-light,HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Arial,Helvetica,"Liberation Sans",sans-serif;
  color: #000;
  line-height: 12px;
  border: 1px solid #CCC;
  vertical-align: baseline;
  overflow: hidden;
}

body .a2a_menu a {
  color: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
body .a2a_menu .a2a_i {
  border: 0;
}
.a2a_svg {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: 32px;
}
a.a2a_i span, a.a2a_more span {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  *vertical-align: middle;
}
body .a2a_menu .a2a_svg {
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 0;
  background-color: #fff!important;
}



.a2a_menu .a2a_svg svg path {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  fill: #2c2c2c;
}

body .a2a_menu a:active .a2a_svg,
body .a2a_menu a:focus .a2a_svg,
body .a2a_menu a:hover .a2a_svg {
  background-color: #2c2c2c!important;
}
body .a2a_menu a:active .a2a_svg svg path,
body .a2a_menu a:focus .a2a_svg svg path,
body .a2a_menu a:hover .a2a_svg svg path {
  fill: #fff;
}
a.a2a_menu_show_more_less span {
  display: inline-block;
  height: 24px;
  margin: 0 6px 0 0;
}
a.a2a_menu_show_more_less {
  border-bottom: 1px solid #FFF;
  border-left: 0;
  border-right: 0;
  line-height: 24px;
  margin: 6px 0 0;
  padding: 6px;
  -webkit-touch-callout: none;
}
.a2a_wide a {
  display: block;
  margin-top: 3px;
  border-top: 1px solid #EEE;
  text-align: center;
}
body .a2a_menu .a2a_more,
body .a2a_menu .a2a_more:visited {
  color: #fff;
}
body .a2a_overlay {
  background-color: rgba(0,0,0,.9);
  opacity: 1;
}
.a2a_full_footer, .a2a_full_header, .a2a_full_services {
  border: 0;
  margin: 0;
  padding: 12px;
  box-sizing: border-box;
}
.a2a_full_header {
  padding-bottom: 8px;
}
body .a2a_full {
  background-color: transparent;
}
body .a2a_menu_find_container {
  border-radius: 0;
}
body .a2a_menu a {
  color: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
body .a2a_menu .a2a_i {
  border: 0;
}
body .a2a_menu_find_container {
  border-radius: 0;
}
body #a2apage_find_container input[type=text] {
  color: #fff!important;
}
body .a2a_menu span.a2a_s_find {
  background-color: transparent!important;
}
body .a2a_menu span.a2a_s_find svg {
  background-color: transparent;
}

body div.a2a_full_footer {
  display: none;
}
body .a2a_overlay.a2a_starting {
  opacity: 0;
}

@media (min-width: 768px){
  .blog-post-banner.custom-banner-area{
    min-height: 496px;
    padding: 90px 0 20px;
  }
  .blog-post-banner .banner-header h1 {
    font-size: 2.8em;
    padding: 0 0 .65em;
    line-height: 1.238;
  }
  .blog-post-banner .banner-header {
    padding: 0 30px;
  }
}
@media (min-width: 1024px){
  .custom-banner-area.blog-post-banner {
    min-height: 528px;
    margin: -124px 0 0;
    padding: 150px 0 20px;
  }
}
@media (max-width: 1023px){
  .blog-post-banner .banner-page-center {
    min-height: 386px;
  }
}


@media (max-width: 1023px) and (min-width: 580px){
  .post-item {
    width: 50%;
  }
  .related-post .post-item{
    width: 33.33333%;
  }

}

@media(max-width:767px){
  .blog-post-banner .banner-page-center {
    min-height: 291px;
  }
  .content-wrapper,
  .hs-blog-post .content-wrapper {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hs-blog-listing .content-wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
  .region-breadcrumb {
    display: none;
  }
  .region-breadcrumb {
    display: none;
}

.content-push__wrap {
    max-width: 100%;
    min-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 20px 0 20px 0;
}

.content-push__image {
    width: 110px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0;
    position: relative;
}

.content-push__content {
    background-color: #7abcce;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    min-height: 110px;
}

.content-push__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.content-push__context-title {
    display: none;
}

.content-push__date {
    text-align: left;
    padding: 0 40px 0 15px;
    margin: 0;
}

.datetime {
    font-size: 12px;
    text-align: left;
}

.content-push__title {
    text-align: left;
    font-size: 16px;
    padding: 0 40px 0 15px;
}

.content-push__cta-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.content-push__cta-link--back-left {
    display: none;
}

.content-push__cta-link--back-right {
    display: none;
}

.content-push__cta-link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.content-push__cta-link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #2c2c2c;
    border-right: 2px solid #2c2c2c;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border-color: #fff;
}

.content-push__cta-link a:before {
    content: none;
}
span.previous-button__text {
  display: none;
}
.right-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.right-column .datetime {
  font-size: 15px;
}
.related-post .post-item {
  width: 100%;
}
.related-post .post-item:last-child .content-push__wrap {
  margin-bottom: 0;
}
.form-col-12-m {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


}


@media (max-width: 579px){
  .post-item {
    width: 100%;
  }

}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

.comment.depth-0:first-child {
	margin-top: 2em;
}

.comment.depth-1 {
	padding-left: 2em;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-comments form {
	margin-top: 2em;
	padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
	flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
	text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
  font-family: TheSans-OT,Arial,FreeSans,Garuda,Helvetica,Bitstream Vera Sans,sans-serif;
  padding: .72em 10px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media (max-width: 767px) {
.hs-image-widget {
    max-width: 100% !important;
} 
.rojo {
    font-size: 10px !important;
    font-weight: bold;
    color: #E51C24;
    text-align: center !important;
 
}
}