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











































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




html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  min-height: 100%;
  height: 100%;
}

body {  
    -webkit-backface-visibility: hidden;
    height: 100%;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.71428571429;
}

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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* 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.5;
}

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


@-webkit-keyframes scale {
  0% {
      -webkit-transform: scale(1)
  }

  100% {
      -webkit-transform: scale(1.1)
  }
}

@keyframes scale {
  0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
  }

  100% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1)
  }
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  border-style:solid;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  min-width:120px;
  text-decoration: none !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: normal;
  margin:15px 0;
  outline: none !important;
}

.footer-menu nav>ul>li:nth-last-child(2) a{
  font-weight:700;
}

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

ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  height: 67px;
}


.hs-form label {
  display: block;
  font-size: 16px;
  float: none;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 2px;
}


input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  border: 1px solid;
  background: #fff;
  padding: 3px 10px;
  height: 32px;
  position: relative;
  width:100%;
  display:inline-block;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  outline: none !important;
  max-width:100% !important;
  outline: none;
  color: #262626;
}

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

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

.actions {
  padding: 0;
}

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

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

.hs-form-field,
.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
}

thead th {
  vertical-align: bottom;
}

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-top {
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0;
  position: relative;
  z-index: 2;
}

.header-search .icon svg:hover {
  fill: #169bb2;
}

.header-search svg {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-top .languages-link a.active {
  font-weight: 700;
}

.header-search input::placeholder {
  color: #fff;
}

.header__container {
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.languages-link ul {
  padding-top: 1px;
}

.header-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
}

.header-top ul {
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  min-height: 24px;
  margin: 14px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header-top ul li {
  display: inline-block;
  position: relative;
  float: left;
}

.languages-link ul {
  font-size: 12px;
  padding-top: 1px;
}

.header-top ul li:before {
  content: "";
  width: 2px;
  height: 12px;
  vertical-align: top;
  margin: 4px 14px 0;
  display: inline-block;
}

.languages-link ul li span {
  margin: 0 5px;
}

.header-search svg {
  width: 100%;
  height: 100%;
  fill: white;
}

.header-search .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}

.header-search .search {
  visibility: hidden;
  top: -14px;
  right: 0;
  left: auto;
  padding: 0;
  width: 0;
  border-bottom: 1px solid white;
  margin: 0 0 2px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 0 26px 4px 0;
}

.header-search {
  display: flex;
  position: relative;
}


a.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}

.header-search input {
  float: left;
  padding: 0 11px 0 0;
  width: 100%;
  margin: 0;
  border: 0;
  background: none;
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  height: 18px;
  outline: none;
}

.header-bottom {
  z-index: 3;
  -webkit-transition: margin .3s ease-in-out;
  -o-transition: margin .3s ease-in-out;
  transition: margin .3s ease-in-out;
  margin-top: 0;
  position:relative;
}

.logo-wrapper {
  float: left;
  margin: 13px 10px 9px 0;
  width: 150px;
  overflow: hidden;
}

.logo-wrapper img {
  width: auto !important;
  max-height: 36px;
  max-width: 100%;
  display: block;
}

.header-bottom .header__container {
  justify-content: flex-start;
}

.header-search.open .search {
  visibility: visible;
  width: 240px;
}

.header-search.open .icon {
  display: none;
}

.header-search a {
  top: -1px;
}


.header-search .svg-search {
  margin-top: 2px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
}

.header-search a svg {
  fill: #169bb2;
}

.menu-wrapper nav>ul>li>a {
  text-decoration: none;
  padding: 24px 16px 16px;
  display: block;
  position: relative;
  line-height: 17px;
  text-transform: uppercase;
}

.menu-wrapper nav>ul>li {
  float: left;
}

.bottom-links ul li a {
  text-decoration: none;
  padding: 24px 16px 16px;
  display: block;
  position: relative;
  line-height: 17px;
}

.bottom-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bottom-links ul li {
  display: inline-block;
  float: left;
}

.bottom-links ul li:last-child a {
  padding-right: 0;
}

.menu-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}



.custom-menu-primary .mega {
  max-width: 1288px;
  margin: 0 auto;
  padding: 26px 16px 6px 166px;
  min-height: 310px;
}

.custom-menu-primary .mega {
  max-width: 1288px;
  margin: 0 auto;
  padding: 26px 16px 6px 166px;
  min-height: 310px;
}

.custom-menu-primary .mega>li>a {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  cursor:unset;
  display: block;
  margin-bottom: 17px;
}

.custom-menu-primary a svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
  margin-top: -5px;
}

.custom-menu-primary .mega>li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 20px;
  font-size: 14px;
  line-height: 16px;
  width: 29%;
  float: left;
}

.custom-menu-primary .mega>li li{
  padding-bottom: 16px;
}


.custom-menu-primary .mega>li li a{
  color: white;
  text-decoration: none;
}


@media(max-width:1200px){


  .menu-wrapper nav>ul>li>a {
    padding-left: 9px;
    padding-right: 7px;
    font-size: 13px;
  }

  .logo-wrapper {
    width: 120px;
  }

  .bottom-links ul li a {
    padding-left: 9px;
    padding-right: 7px;
    font-size: 13px;
  }

}



@media(min-width:1025px){
  .mobile-wrapper,
  .header-mobile,
  .tab-wrapper,
  .mobile-trigger{
    display: none;
  }

  .custom-menu-primary nav>ul>li>ul {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    text-transform: none;
    position: absolute;
    font-weight: 300;
    z-index: 100;
    left: 0;
    top: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    margin-top: -3px !important;
  }

  .custom-menu-primary nav>ul>li:hover>ul {
    opacity: 1;
    max-height: 1000px;
  }


}

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


  .tab-wrapper {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    min-height:72px;
  }

  .contact-link svg {
    width: 20px;
    height: 18px;
    fill:currentColor;
    display: block;
  }

  .mobile-trigger {
    float: left;
    margin: 16px 30px 14px 0;
    color: #7d7d7d;
    font-size: 8px;
    line-height: 12px;
    text-transform: uppercase;
    cursor: pointer;
  }

  li.dl-back a {
    font-size: 16px !important;
    padding-left: 40px !important;
    padding-right: 14px !important;
    text-transform: uppercase !important;
    line-height: 20px !important;
    font-weight: 300 !important;
  }

  li.dl-back a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    vertical-align: middle;
    left: 20px;
    right: auto;
    border-color: #fff;
    -webkit-transform: rotate( -135deg );
    -ms-transform: rotate(-135deg);
    transform: rotate( -135deg );
  }

  .custom-menu-primary.mobile ul ul li a {
    display: block;
    padding: 12px 14px;
    color: #fff;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }


  .mobile-trigger .inner {
    width: 24px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate( 0deg );
    -ms-transform: rotate(0deg);
    transform: rotate( 0deg );
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin: 0 auto 5px;
    display: block;
  }

  .mobile-trigger .inner span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: white;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate( 0deg );
    -ms-transform: rotate(0deg);
    transform: rotate( 0deg );
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .mobile-trigger .inner span:nth-child(1) {
    top: 0;
  }

  .mobile-trigger .inner span:nth-child(2), .mobile-trigger .inner span:nth-child(3) {
    top: 8px;
  }

  .mobile-trigger .inner span:nth-child(4) {
    top: 16px;
  }

  .custom-menu-primary.mobile ul ul {
    background: black;
  }

  .custom-menu-primary.mobile ul ul li {
    border-bottom: 1px solid #2b2b2b;
  }

  .custom-menu-primary.mobile ul ul li:last-child {
    border: none;
  }

  .custom-menu-primary.mobile ul ul li.title a {
    font-size: 16px !important;
    font-weight: 400 !important;
    cursor:pointer;
    line-height: 20px;
  }

  li.has-submenu.menu-item.focus.dl-subviewopen {
    border: none !important;
  }

  .custom-menu-primary.mobile ul ul li a:hover:before {
    border-color: #169bb2;
  }

  .custom-menu-primary.mobile ul ul li.has-submenu>a {
    text-transform: uppercase;
  }

  .custom-menu-primary.mobile  ul ul li a {
    font-size: 13px ;
    font-weight: 300 ;
    line-height: 20px;
    text-transform: uppercase;
  }

  .menu-wrapper {
    display: none;
  }

  .custom-menu-primary.mobile ul ul ul li a {
    text-transform: none;
  }

  .custom-menu-primary.mobile ul ul ul li.title a {
    font-size: 16px !important;
    font-weight: 300 !important;
  }

  li.has-submenu.menu-item.focus.dl-subview {
    border: none !important;
  }

  .logo-wrapper {
    margin: 16px 0;
  }

  .logo-wrapper img {
    display: block;
  }

  .languages-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 6px;
  }

  .languages-link a {
    color: #9e9e9e;
    text-decoration: none;
    display: inline-block;
  }

  .languages-link ul li span {
    margin: 0;
    color: #9e9e9e;
  }

  .languages-link a {
    font-size: 14px;
  }

  .contact-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .contact-link ul li {
    display: inline-block;
    margin: 0;
    float: left;
    position: relative;
  }

  .contact-link a {
    color: #9e9e9e;
    text-decoration: none;
    display: inline-block;
  }


  .contact-link ul li:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 12px;
    background: #9e9e9e;
    vertical-align: top;
    margin: 4px 14px 0;
    margin-right: 11px;
  }

  .header-mobile {
    background: #111;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    right: 100%;
    right: 100%;
    left: auto;
    position: relative;
  }

  .languages-link ul li:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 12px;
    background: #9e9e9e;
    vertical-align: top;
    margin: 3px 14px 0;
  }

  .header-bottom .header__container {
    align-items: flex-start;
  }

  .mobile-trigger:hover {
    color: #fff;
  }

  .mobile-open .mobile-trigger {
    color: white;
  }

  .mobile-open .mobile-trigger .inner span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
  }

  .mobile-open .mobile-trigger .inner span:nth-child(2) {
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
  }

  .mobile-open .mobile-trigger .inner span:nth-child(3) {
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
  }

  .mobile-open .mobile-trigger .inner span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
  }

  .header-search .icon:hover svg {
    fill: #169bb2;
  }

  .header-search svg {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .mobile-open .header-wrap {
    position: fixed;
    overflow: auto;
    bottom: 0;
    z-index: 10000;
    background: #111;
    left: 0;
    top: 0;
    right: 0;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .languages-link a.active {
    font-weight: 700;
    color: #169bb2;
  }

  .contact-link a {
    color: #fff;
  }

  .mobile-open .header-mobile {
    visibility: visible;
    height: auto;
    right: 0;
    left: auto;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
  }

  .custom-menu-primary.mobile nav>ul>li>a {
    display: block;
    padding: 12px 14px;
    padding-right: 50px;
    padding-left: 14px;
    color: #fff;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
  }

  .custom-menu-primary.mobile nav>ul>li {
    width: 100%;
    border-bottom: 1px solid #2b2b2b;
  }

  .custom-menu-primary.mobile {
    background: black;
    border: solid #7d7d7d;
    border-width: 1px 0;
  }

  .custom-menu-primary.mobile li.has-submenu>a:after {
    content: '';
    position: absolute;
    right: 20px;
    left: auto;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #169bb2;
    vertical-align: middle;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
  }

  .custom-menu-primary.mobile nav>ul>li>a:hover {
    color: #169bb2;
  }

  .header-search .icon:hover svg {
    fill: #169bb2;
  }

  .header-search svg {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .header-social {
    float: none;
    overflow: hidden;
    padding: 14px;
    color: #d1d1d1;
    text-align: left;
    line-height: 16px;
    display: flex;
  }

  .header-social ul li:first-child {
    padding-left: 0;
  }

  .custom-menu-primary.mobile nav>ul>li:last-child {
    border: none;
  }

  .header-social a {
    color: #d1d1d1;
  }


  .dl-menuwrapper {
    width: 100%;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%
  }

  .dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: black
  }

  .dl-menuwrapper li {
    position: relative
  }

  .dl-menuwrapper .dl-menu {
    position: relative;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  .dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
  }

  .dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
  }

  .dl-menuwrapper li .dl-submenu {
    display: none
  }

  .dl-menu.dl-subview li,.dl-menu.dl-subview li.dl-subviewopen>a,.dl-menu.dl-subview li.dl-subview>a,.dl-menu.dl-subview li.dl-subviewopen>span,.dl-menu.dl-subview li.dl-subview>span {
    display: none
  }

  .dl-menu.dl-subview li.dl-subview,.dl-menu.dl-subview li.dl-subview .dl-submenu,.dl-menu.dl-subview li.dl-subviewopen,.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
    display: block
  }

  .dl-menuwrapper>.dl-submenu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0
  }

  .dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 .4s;
    animation: MenuAnimOut1 .4s
  }

  .dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 .3s ease-in-out;
    animation: MenuAnimOut2 .3s ease-in-out
  }

  .dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 .4s ease;
    animation: MenuAnimOut3 .4s ease
  }

  .dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 .4s ease;
    animation: MenuAnimOut4 .4s ease
  }

  .dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 .4s ease;
    animation: MenuAnimOut5 .4s ease
  }

  @-webkit-keyframes MenuAnimOut1 {
    50% {
      -webkit-transform: translateZ(-250px) rotateY(30deg)
    }

    75% {
      -webkit-transform: translateZ(-372.5px) rotateY(15deg);
      opacity: .5
    }

    100% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      opacity: 0
    }
  }

  @-webkit-keyframes MenuAnimOut2 {
    100% {
      -webkit-transform: translateX(-100%);
      opacity: 0
    }
  }

  @-webkit-keyframes MenuAnimOut3 {
    100% {
      -webkit-transform: translateZ(300px);
      opacity: 0
    }
  }

  @-webkit-keyframes MenuAnimOut4 {
    100% {
      -webkit-transform: translateZ(-300px);
      opacity: 0
    }
  }

  @-webkit-keyframes MenuAnimOut5 {
    100% {
      -webkit-transform: translateY(40%);
      opacity: 0
    }
  }

  @keyframes MenuAnimOut1 {
    50% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
      transform: translateZ(-250px) rotateY(30deg)
    }

    75% {
      -webkit-transform: translateZ(-372.5px) rotateY(15deg);
      transform: translateZ(-372.5px) rotateY(15deg);
      opacity: .5
    }

    100% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      transform: translateZ(-500px) rotateY(0deg);
      opacity: 0
    }
  }

  @keyframes MenuAnimOut2 {
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0
    }
  }

  @keyframes MenuAnimOut3 {
    100% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0
    }
  }

  @keyframes MenuAnimOut4 {
    100% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0
    }
  }

  @keyframes MenuAnimOut5 {
    100% {
      -webkit-transform: translateY(40%);
      transform: translateY(40%);
      opacity: 0
    }
  }

  .dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 .3s;
    animation: MenuAnimIn1 .3s
  }

  .dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 .3s ease-in-out;
    animation: MenuAnimIn2 .3s ease-in-out
  }

  .dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 .4s ease;
    animation: MenuAnimIn3 .4s ease
  }

  .dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 .4s ease;
    animation: MenuAnimIn4 .4s ease
  }

  .dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 .4s ease;
    animation: MenuAnimIn5 .4s ease
  }

  @-webkit-keyframes MenuAnimIn1 {
    0% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      opacity: 0
    }

    20% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
      opacity: .5
    }

    100% {
      -webkit-transform: translateZ(0px) rotateY(0deg);
      opacity: 1
    }
  }

  @-webkit-keyframes MenuAnimIn2 {
    0% {
      -webkit-transform: translateX(-100%);
      opacity: 0
    }

    100% {
      -webkit-transform: translateX(0px);
      opacity: 1
    }
  }

  @-webkit-keyframes MenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(300px);
      opacity: 0
    }

    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1
    }
  }

  @-webkit-keyframes MenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(-300px);
      opacity: 0
    }

    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1
    }
  }

  @-webkit-keyframes MenuAnimIn5 {
    0% {
      -webkit-transform: translateY(40%);
      opacity: 0
    }

    100% {
      -webkit-transform: translateY(0);
      opacity: 1
    }
  }

  @keyframes MenuAnimIn1 {
    0% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      transform: translateZ(-500px) rotateY(0deg);
      opacity: 0
    }

    20% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
      transform: translateZ(-250px) rotateY(30deg);
      opacity: .5
    }

    100% {
      -webkit-transform: translateZ(0px) rotateY(0deg);
      transform: translateZ(0px) rotateY(0deg);
      opacity: 1
    }
  }

  @keyframes MenuAnimIn2 {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0
    }

    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1
    }
  }

  @keyframes MenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0
    }

    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1
    }
  }

  @keyframes MenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0
    }

    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1
    }
  }

  @keyframes MenuAnimIn5 {
    0% {
      -webkit-transform: translateY(40%);
      transform: translateY(40%);
      opacity: 0
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1
    }
  }

  .dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 .4s ease;
    animation: SubMenuAnimIn1 .4s ease
  }

  .dl-menuwrapper>.dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 .3s ease-in-out;
    animation: SubMenuAnimIn2 .3s ease-in-out
  }

  .dl-menuwrapper>.dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 .4s ease;
    animation: SubMenuAnimIn3 .4s ease
  }

  .dl-menuwrapper>.dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 .4s ease;
    animation: SubMenuAnimIn4 .4s ease
  }

  .dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 .4s ease;
    animation: SubMenuAnimIn5 .4s ease
  }

  @-webkit-keyframes SubMenuAnimIn1 {
    0% {
      -webkit-transform: translateX(50%);
      opacity: 0
    }

    100% {
      -webkit-transform: translateX(0px);
      opacity: 1
    }
  }

  @-webkit-keyframes SubMenuAnimIn2 {
    0% {
      -webkit-transform: translateX(100%);
      opacity: 0
    }

    100% {
      -webkit-transform: translateX(0px);
      opacity: 1
    }
  }

  @-webkit-keyframes SubMenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(-300px);
      opacity: 0
    }

    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1
    }
  }

  @-webkit-keyframes SubMenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(300px);
      opacity: 0
    }

    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1
    }
  }

  @-webkit-keyframes SubMenuAnimIn5 {
    0% {
      -webkit-transform: translateZ(-200px);
      opacity: 0
    }

    100% {
      -webkit-transform: translateZ(0);
      opacity: 1
    }
  }

  @keyframes SubMenuAnimIn1 {
    0% {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0
    }

    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1
    }
  }

  @keyframes SubMenuAnimIn2 {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0
    }

    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1
    }
  }

  @keyframes SubMenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0
    }

    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1
    }
  }

  @keyframes SubMenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0
    }

    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1
    }
  }

  @keyframes SubMenuAnimIn5 {
    0% {
      -webkit-transform: translateZ(-200px);
      transform: translateZ(-200px);
      opacity: 0
    }

    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1
    }
  }

  .dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 .4s ease;
    animation: SubMenuAnimOut1 .4s ease
  }

  .dl-menuwrapper>.dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 .3s ease-in-out;
    animation: SubMenuAnimOut2 .3s ease-in-out
  }

  .dl-menuwrapper>.dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 .4s ease;
    animation: SubMenuAnimOut3 .4s ease
  }

  .dl-menuwrapper>.dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 .4s ease;
    animation: SubMenuAnimOut4 .4s ease
  }

  .dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 .4s ease;
    animation: SubMenuAnimOut5 .4s ease
  }

  @-webkit-keyframes SubMenuAnimOut1 {
    0% {
      -webkit-transform: translateX(0%);
      opacity: 1
    }

    100% {
      -webkit-transform: translateX(50%);
      opacity: 0
    }
  }

  @-webkit-keyframes SubMenuAnimOut2 {
    0% {
      -webkit-transform: translateX(0%);
      opacity: 1
    }

    100% {
      -webkit-transform: translateX(100%);
      opacity: 0
    }
  }

  @-webkit-keyframes SubMenuAnimOut3 {
    0% {
      -webkit-transform: translateZ(0px);
      opacity: 1
    }

    100% {
      -webkit-transform: translateZ(-300px);
      opacity: 0
    }
  }

  @-webkit-keyframes SubMenuAnimOut4 {
    0% {
      -webkit-transform: translateZ(0px);
      opacity: 1
    }

    100% {
      -webkit-transform: translateZ(300px);
      opacity: 0
    }
  }

  @-webkit-keyframes SubMenuAnimOut5 {
    0% {
      -webkit-transform: translateZ(0);
      opacity: 1
    }

    100% {
      -webkit-transform: translateZ(-200px);
      opacity: 0
    }
  }

  @keyframes SubMenuAnimOut1 {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1
    }

    100% {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0
    }
  }

  @keyframes SubMenuAnimOut2 {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1
    }

    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0
    }
  }

  @keyframes SubMenuAnimOut3 {
    0% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1
    }

    100% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0
    }
  }

  @keyframes SubMenuAnimOut4 {
    0% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1
    }

    100% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0
    }
  }

  @keyframes SubMenuAnimOut5 {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1
    }

    100% {
      -webkit-transform: translateZ(-200px);
      transform: translateZ(-200px);
      opacity: 0
    }
  }

  .no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .mobile-open .dl-menuwrapper .dl-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .no-js .dl-menuwrapper li .dl-submenu {
    display: block
  }

  .no-js .dl-menuwrapper li.dl-back {
    display: none
  }

  .no-js .dl-menuwrapper li>a:not(:only-child) {
    background: rgba(0,0,0,0.1)
  }

  .no-js .dl-menuwrapper li>a:not(:only-child):after {
    content: ''
  }

  .breadcrumb {
    display: none !important;
  }

  .animate-header .header-wrap {
    transform: translateY(-100%);
  }

  .header-wrap {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }


}


@media(min-width:851px){

  .mobile-wrapper {
    display:none;
  }

  .contact-link a span {
    display: none;
  }

}

@media(max-width:850px){

  .tab-wrapper>div {
    display: none !important;
  }

  .tab-wrapper .contact-link {
    display: block !important;
  }

  .contact-link ul li:before {
    display: none;
  }

  .header-bottom .header__container {
    justify-content: space-between;
  }

  .header-search .icon {
    display: none !important;
  }

  .contact-link a {
    font-size: 8px;
    text-transform: uppercase;
    line-height: 12px;
    text-align: center;
    color: #7d7d7d;
  }

  .contact-link svg {
    margin: 0px auto;
    margin: 0 auto 5px;
    width: 22px;
    height: 20px;
    color: #7d7d7d;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .tab-wrapper {
    flex: 0;
  }

  .contact-link span {
    white-space: nowrap;
  }

  .mobile-trigger {
    padding-right: 15px;
  }

  .mobile-wrapper {
    border-top: 1px solid #7d7d7d;
    padding: 16px 0;
  }

  .mobile-search-icon svg {
    width: 26px;
    height: 26px;
    margin: 0 auto;
    fill: #fff;
    cursor: pointer;
    vertical-align: middle;
  }

  .mobile-search-icon {
    width: 33.3333%;
    text-align: center;
  }

  .contact-link a:hover svg {
    fill: #169bb2;
  }

  .contact-link a svg {
    fill: white;
  }

  .languages-link {
    width: 33.3333%;
    text-align: center;
    color: #fff;
  }

  .mobile-wrapper {
    display: flex;
    flex-wrap:wrap;
  }

  .languages-link ul li:before {
    display: none;
  }

  .languages-link a {
    font-size: 19px;
    line-height: 26px;
    color: #fff;
  }

  .languages-link ul {
    padding: 0;
  }

  .languages-link ul li span {
    color: #fff;
    margin: 0px 0px;
    font-size: 19px;
  }

  .header-search {
    width: 100%;
    padding: 20px 14px 3px;
    display:none;
  }

  .header-search.open1 .search {
    position: relative;
    top: 0;
    width: 100%;
    visibility:visible;
    margin-bottom: 0 !important;
  }

  .mobile-search-icon svg:hover {
    fill: #169bb2;
  }

  .mobile-search-icon.open svg {
    fill: #169bb2;
  }

  .header-search a {
    top: -3px;
  }

  .mobile-search-icon svg {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .header-search.open1 {
    display: flex;
  }

  .lp .header-bottom .header__container {
    justify-content: center;
    min-height: 72px;
  }



  .lp .logo-wrapper {
    width: 108px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
width: 100%;
padding: 30px 0;
min-height: 80px;
}

.footer__container {
margin: 0 auto;
padding: 0 16px;
display: flex;
justify-content: space-between;
}

.footer-menu nav>ul>li:before {
content: "";
display: inline-block;
width: 2px;
height: 12px;
vertical-align: top;
margin: 4px 14px 0;
margin-top: 3px;
}

.footer-menu nav>ul>li:first-child:before {
display: none;
}

.footer-menu nav>ul>li {
float: left;
}

.footer-menu {
line-height: 16px;
font-size: 14px;
}

.footer-menu {
line-height: 16px;
font-size: 14px;
}

.footer-menu nav>ul>li:last-child:before {
content: '-';
width: auto;
height: auto;
background: transparent;
margin: 0;
margin: 0 5px;
margin-right: 2px;
}

.footer-menu nav>ul>li:nth-last-child(2) a,
.footer-menu nav>ul>li:last-child a {  
font-size: 13px;
}

@media(max-width:1024px){

.footer__container {
justify-content: center;
text-align: center;
flex-wrap: wrap;
}

.footer-social ul.social-widget li {
padding: 0 10px;
}

.footer-menu {
padding: 0 0 10px;
width: 100%;
display: flex;
justify-content: center;
}

.footer-menu nav>ul>li:before {
background: transparent !important;
}

.footer-menu nav>ul {
display: flex !important;
flex-wrap: wrap;
justify-content: center;
}

.footer-menu nav>ul>li{
margin: 0 0 5px;
}

}
/* ******************************************************************************
*********************************************************************************
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 16px;
  margin: 0 auto;
}

.post-item .desc {
  margin-bottom: 30px !important;
}

.post-item .content {
  min-height: 133px;
}

.blog-post {
  position: relative;
}

.blog-post .news-teaser {
  font-size: 18px;
  line-height: 26px;
  color: #00335B;
  padding: 0 12px 34px;
}

.blog-post .blog-share {
  padding: 0;
  margin-bottom: 30px;
  margin-top: 20px;
}

.post-item .desc {
  margin-bottom: 30px;
}

.post-item .date {
  display: flex;
  right: 17px;
  position: absolute;
  left: 17px;
  bottom: 12px;
}

span.ico:hover {
  border-color: #169bb2;
}

span.ico:hover svg {
  fill: #169bb2;
}

span.ico svg {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.post-item .image {
  height: 176px;
}

.hs-blog-post .post-item {
  width: 32.4%;
}

.blog-comments {
  margin: 50px auto !important;
}

.tags {
  clear: both;
  border: solid #d1d1d1;
  border-width: 2px 0;
  font-size: 12px;
  line-height: 15px;
  color: #262626;
  text-align: center;
  padding: 13px;
}

.load-bottom a:hover {
  background: #fff !important;
  color: #00335b !important;
}

.tags p {
  margin: 0;
}



.pager-list a:hover {
  text-decoration: none !important;
  color: #169bb2 !important;
}
.tags p a {
  color: #00335b;
  text-decoration: underline;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  color: #7994a2;
}

.tags p a:hover {
  text-decoration: none;
}

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

.section-top p {
  margin: 0;
}

.section-top a {
  padding: 0 !important;
}

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

.pager-list {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding: 40px 0;
  overflow: hidden;
  list-style: none;
}

.section-top {
  border-bottom: 2px solid #d1d1d1;
  padding: 64px 0 48px;
  margin: 0;
  text-align: center;
}

.section-top .text-block {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #00335b;
  padding: 0 12px 26px;
}

.section-top ul {
  margin: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-transform: uppercase;
  color: #00335b;
  padding:0;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-top ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
  font-size: 12px;
  line-height: 35px;
}

.section-top ul li a {
  margin-bottom: 5px;
  line-height: initial;
}

span.ico {
  border: 1px solid #00335b;
  display: block;
  height: 39px;
  line-height: 2pc;
}

.section-top .ico svg {
  height: 39px;
  padding: 5px;
  width: 39px;
  fill: #00335b;
  max-width: 39px;
  max-height: 39px;
}

.pager-list ul {
  margin: 0;
  padding: 0;
  line-height: 28px;
  color: #262626;
  list-style: none !important;
}

.pager-list li {
  width: 50%;
  float: left;
  position: relative;
}

.pager-list .next {
  text-align: right;
}

.pager-list a {
  display: table;
  height: 58px;
  width: 100%;
  position: relative;
  z-index: 10;
  color: #00335b !important;
  padding: 0 37px;
}

.pager-list .btn-arrow {
  display: inline-block;
  background: #169bb2;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  text-indent: -99999px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}

.pager-list li.prev .btn-arrow {
  left: 0;
  left: 0;
  right: auto;
}

.pager-list li.next .btn-arrow {
  right: 0;
  left: auto;
}

.pager-list li .btn-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: -3px 0 0 -2px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate( 135deg );
  -ms-transform: rotate(135deg);
  transform: rotate( 135deg );
}

.pager-list li.next .btn-arrow:after {
  -webkit-transform: rotate( 315deg );
  -ms-transform: rotate(315deg);
  transform: rotate( 315deg);
  margin: -3px 0 0 -4px;
  ); }

.pager-list a span {
  display: table-cell;
  vertical-align: middle;
}


.content-wrapper.post {
  max-width: 758px;
}

.hs-blog-post .banner-wrapper .content-wrapper {
  max-width: 682px;
}

.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  justify-content: center;
  column-gap: 1.2%;
}

.load-bottom {
  text-align: center;
  padding: 26px 0;
  clear: both;
}

.load-bottom a {
  display: inline-block;
  border: 1px solid #00335b;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 10px;
  min-width: 90px;
  color: #00335b !important;
  text-decoration: none !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-color: #fff !important;
  color: #fff !important;
}

.blog-recent-posts h2 {
  overflow: hidden;
  padding: 10px 0;
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

.hs-blog-post .banner-wrapper h1 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 30px;
  padding-bottom: 38px;
}

.blog-recent-posts {
  background: #00335b;
  padding: 15px 0 40px;
  font-size: 0;
  line-height: 0;
  padding-bottom: 24px;
}

span#infscr-loading {
  display:none !important;
}

.content-wrapper.post {
  max-width: 758px;
}


.breadcrumb {
  background-color: rgba(17,17,17,0.55);
  padding: 10px 0;
  top: 0;
  position: relative;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.scroll .breadcrumb {
  top: -145px;
}

.breadcrumb ul {
  color: #d1d1d1;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.breadcrumb li {
  float: left;
  margin: 0 10px 0 0;
}

.breadcrumb a {
  color: #d1d1d1;
  text-decoration: none;
}

.breadcrumb .sep {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #d1d1d1;
  vertical-align: middle;
  -webkit-transform: rotate(
    45deg
  );
  -ms-transform: rotate(45deg);
  transform: rotate(
    45deg
  );
}

.post-item span.category a:hover {
  text-decoration: underline;
}

.blog-pagination a:hover {
  color: #fff !important;
  background: #00335b !important;
  text-decoration: none !important;
}

.post-item span.category {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  color: #7994a2;
}

.post-item span.category a {
  text-decoration: none;
  color: #7994a2;
}

.post-item .desc {
  margin-bottom: 30px;
  padding: 6px 0;
  margin: 0 0 17px;
  font-size: 14px;
  line-height: 24px;
  color: #262626;
  position: relative;
}

.post-item h3 {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: #262626;
  font-weight: 700;
}

.post-item h3 a {
  text-decoration: none;
  color: #00335b;
  display: inline-block;
}

.post-item:hover a .icon:after {
  right: 2px;
  left: auto;
}

.post-item h3 a .icon:after {
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  margin-top: -2px;
  content: '';
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #169bb2;
  vertical-align: middle;
  -webkit-transform: rotate( 45deg );
  -ms-transform: rotate(45deg);
  transform: rotate( 45deg );
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.post-item .date {
  display: flex;
}

.post-item .date span {
  float: left;
  color: #7a7a7a;
  font-size: 11px;
  line-height: 13px;
}

.post-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.post-item:hover h3 a {
  color: #169bb2;
}

.post-item .icon {
  background: none;
  position: relative;
  padding: 0 22px 0 0;
}


.blog-index {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.2%;
}

.post-item {
  margin: 0 0% 16px 0;
  width: 32.4%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 0;
  margin-bottom: 16px;
  float: left;
}


.blog-wrap {
  padding: 32px 0;
  background: #f6f4f1;
}


.post-item .image {
  position: relative;
  background: #cdcdcd;
  overflow: hidden;
}

.post-item img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.post-item .content {
  clear: both;
  position: relative;
  padding: 12px 17px;
}

.author-info {
  z-index: 10;
  width: 100%;
  padding: 68px 13px 0;
  max-width: 758px;
  position: absolute;
  right: 35%;
  pointer-events: none;
  }

@media (max-width: 1200px){
  .author-info {
    position: relative;
    right: 0;
    padding: 13px;
  }

  .author-info .user-ico {
    width: 65px;
    height: 65px;
    margin: auto 15px;
  }

  .author-inner {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .author-infor__wrapper {
    display:flex;
    flex-flow: column-reverse;
  }
}

.user-ico {
  width: 115px;
  height: 115px;
  margin: 0 0 15px;
  border-radius: 50%;
  background: #eaf3fc;
}

.user-ico img {
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 50%;
}

.user-detail {
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  color: inherit;
  font-family: Lato, serif;
}

.user-detail a {
  color: inherit;
  pointer-events: all;
}

.all-tags {
  background: #fff;
  padding: 20px 0;
}

.all-tags ul {
  margin: 0;
  padding: 0 16px;
  list-style: none;
  text-align: center;
  font-size: 0;
  line-height: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.all-tags ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 22px;
  margin: 0 11px;
  padding: 6px 0;
}

.all-tags .active {
  color: #169bb2;
}

.banner-wrapper{
  overflow:hidden;
  position:relative;
  min-height: 590px;
  background-color: #00335b;
  display:flex;
  flex-flow: column;
  text-align:center;
  align-items:center;
}

.banner-wrapper p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 600px;
  display: block;
  color: #fff;
}

.banner-wrapper .wrap {
  -webkit-animation: scale 7s ease-in-out 1 forwards;
  animation: scale 7s ease-in-out 1 forwards;
  background-position: 10% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  right:0;
  top:0;
}

.banner-wrapper .wrap:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1,33,51,0.33);
  z-index: 2;
}

.banner-wrapper .content-wrapper {
  height: 100%;
  position: relative;
  margin: auto;
  z-index: 6;
}


.banner-wrapper h2 {
  text-transform: uppercase;
  display: block;
  text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
  font-size: 18px;
  line-height: 22px;
  padding: 12px 0 10px;
  color: #fff;
  margin: 0;
}

.banner-wrapper h1 {
  margin: 0 0 10px;
  font-size: 66px;
  line-height: 70px;
  font-weight: 900;
  text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
  color: #fff;
}

@media(max-width:1024px){


  .banner-wrapper .content-wrapper {
    padding-top: 66px;
  }

  .banner-wrapper {
    min-height: 450px;
  }

  .banner-wrapper .wrap {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
    -webkit-animation: none !important;
    animation: none;
  }

}


@media(max-width:850px){
  .banner-wrapper h1 {
    font-size: 36px;
    line-height: 42px;
    display: block;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

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

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

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

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


.blog-pagination {
  display: block !important;
  margin: 0;
  padding: 16px 0 0;
  text-align: center;
}

a.next-posts-link.load-more.p-hide {
  display: none !important;
}

.blog-pagination a {
  display: inline-block;
  border: 1px solid #00335b;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  min-width: 90px;
  color: #00335b !important;
  text-decoration: none !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 9px 24px;
  border-radius: 0;
  border-color: #00335b;
  background: none;
}


@media(max-width:1024px){

  .hs-blog-listing  .banner-wrapper .wrap {
    background-image: url(//8994213.fs1.hubspotusercontent-na1.net/hubfs/8994213/raw_assets/public/JCDecaux_September_2022/images/mobile-blog.jpg) !important;
  }

  .post-item {
    width: 49%;
    margin: 0 0% 16px 0;
  }

  .post-item .content {
    padding: 11px 8px;
  }

  .post-item h3 {
    margin-bottom: 10px;
  }

}

@media(min-width:851px){
  .mobile-category{
    display:none;
  }

}

@media(max-width:850px){

  .post-item {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .banner-wrapper p {
    font-size: 14px;
    line-height: 22px;
  }

  .mobile-category {
    display: block;
    position: relative;
    border-bottom: 1px solid #00335b;
    padding: 8px 0 10px;
    cursor: pointer;
    width: auto;
  }

  .all-tags ul {
    padding: 4px;
    position: absolute;
    background: #fff;
    z-index: 88;
    box-shadow: 0 1px 1px rgb(138 138 138 / 50%);
    opacity: .95;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #00335b;
    width: 100%;
    left: 16px;
    width: Calc(100% - 32px);
    opacity: 0;
    visibility: hidden;
  }

  .all-tags ul li a {
    cursor: pointer;
    padding: 6px 10px;
    display: block;
  }

  .all-tags ul li {
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    padding: 0;
  }

  .mobile-category .text {
    text-transform: uppercase;
    color: #169bb2;
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    padding: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
  }

  span.mobile-category .icon {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 1;
  }

  span.mobile-category .icon:after {
    content: "";
    position: absolute;
    right: 3px;
    left: auto;
    top: 12px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #00335b #00335b transparent transparent;
    vertical-align: middle;
    -webkit-transform: rotate( 135deg );
    -ms-transform: rotate(135deg);
    transform: rotate( 135deg );
  }

  .content-wrapper {
    position: relative;
  }
  .all-tags .open ul {
    opacity: 1;
    visibility: visible;
  }

  .all-tags .active {
    background: #169bb2;
    color: #fff;
  }

  .all-tags ul li:first-child {
    display: none !important;
  }

  .open span.mobile-category .icon:after {
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
    top: 17px;
  }

  .load-bottom {
    padding: 16px 0;
  }

  .blog-recent-posts {
    padding-bottom: 16px;
  }

  .load-bottom a {
    width: 100%;
  }

  .blog-recent-posts__list {
    margin: 0;
  }

  .hs-blog-post .post-item .content {
    padding: 12px;
  }


  .all-tags a:hover {
    background: #169bb2;
    color: #fff;
  }


  .pager-list li {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #00335b;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
  }

  .pager-list a {
    height: 100%;
    position: relative;
    display: block;
    text-align: center;
  }

  .pager-list li.prev .btn-arrow {
    background: none;
    left: 16px;
  }

  .pager-list li.prev .btn-arrow:after {
    border-color: #00335b;
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px;
  }

  .pager-list a span {
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .pager-list li.next .btn-arrow {
    background: transparent;
    right: 16px;
  }

  .pager-list li.next .btn-arrow:after {
    border-color: #00335b;
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px;
  }

  .pager-list .prev {
    margin: 0 0 16px;
  }

  .pager-list li:hover a {
    color: #169bb2 !important;
  }

  .pager-list li:hover{
    background: #00335b;
  }

  .pager-list li:hover .btn-arrow:after {
    border-color: #fff !important;
  }

  .section-top .text-block {
    font-size: 14px;
    line-height: 22px;
  }

  .section-top {
    padding: 40px 0;
  }

  .section-top ul li {
    margin: 0 3px 0 0;
  }

  .blog-post__body {
    font-size: 14px;
    line-height: 20px;
  }

  .hs-blog-post .banner-wrapper h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .post-item .image {
    height: auto;
  }

  .post-item .date {
    left: 0;
    bottom: 0;
    right: 0;
    position: relative;
  }
  .hs-blog-post .post-item .content {
    height: auto !important;
    min-height:auto !important;
  }



}


@media(max-width:480px){

  .hs-blog-listing  .banner-wrapper .wrap {
    background-image: url(//8994213.fs1.hubspotusercontent-na1.net/hubfs/8994213/raw_assets/public/JCDecaux_September_2022/images/mobile_blog.jpg) !important;
  }

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

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

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

input#hs-pwd-widget-password {
  height: auto !important;
}

.systems-page form {
  max-width: 767px;
}

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