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

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

.dnd-section {
  padding: 80px 2.5rem;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.body-restyled .dnd-section > .row-fluid {
  max-width: 1280px;
}

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

/* MQ adjusted - It was  1440px */

@media only screen and (max-width: 1540px) {
  .body-restyled .dnd-section > .row-fluid {
    max-width: 1140px;
  }
}

@media (max-width: 1024px) {
  .dnd-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  .dnd-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: gt-am-regular;
  src: url("http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_May2020/Fonts/GT-America-Standard-Regular.woff") format("woff"), 
  url("http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_May2020/Fonts/GT-America-Standard-Regular.eot") format("eot");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: gt-am-light;
  src: url("http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_May2020/Fonts/GT-America-Standard-Light.woff") format("woff"), 
  url("http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_May2020/Fonts/GT-America-Standard-Light.eot") format("eot");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: gt-am-condensed-bold;
  src: url("http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_May2020/Fonts/GT-America-Condensed-Bold.woff") format("woff"), 
  url("http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_May2020/Fonts/GT-America-Condensed-Bold.eot") format("eot");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: gt-am-condensed;
  src: url("http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_May2020/Fonts/GT-America-Condensed-Regular.woff") format("woff"), 
  url("http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_May2020/Fonts/GT-America-Condensed-Regular.eot") format("eot");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}




html {
  font-size: 17px;
}

body {
  font-family: 'Poppins', sans-serif!important;
  font-size: 17px;
  color: #353535;
  line-height: 1.45;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  letter-spacing: .03em;
  background: #f7f7f7;
}

.body-wrapper {
  display: block;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

p {
  margin: 1rem 0;
}

h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
  margin-top: 0;
}

p a {
  font-family: 'Poppins', sans-serif!important;
}

p b, p strong {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600
}

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

a:active, a:hover {
  outline-width: 0;
}

a:focus, a:hover {
  color: #005ea8;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 .5em;
  line-height: 1.45;
  font-weight: 400;
  font-family: 'Poppins', sans-serif!important;
  color: #353535;
  text-overflow: ellipsis;
  letter-spacing: 0;
}

h1 {
  font-size: 3.125rem;
  line-height: 1.5;
  margin-top: 0;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.5;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h4 {
  font-size: 1.115rem;
  line-height: 1.4;
  letter-spacing: .03rem;
}

.h5, h5 {
  font-size: .95rem;
  line-height: 1;
  letter-spacing: .075em;
  text-transform: uppercase;
  color: #979797
}

h6 {
  font-size: .95rem;
  color: #838383;
}

b,strong {
  font-weight: bolder
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 34px;
}

ul li,
ol li {}

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

.body-container .hs_cos_wrapper ul {
  padding: 0;
  list-style: none;
  font-family: 'Poppins', sans-serif!important;
  letter-spacing: .03em;
  line-height: 1.45;
  margin: 1rem 0;
}

.body-container .hs_cos_wrapper ul li {
  margin-left: 0;
  padding-left: 2rem;
}

.body-container .hs_cos_wrapper ul li:not(:last-child) {
  margin-bottom: .25rem;
}

.body-container .hs_cos_wrapper ul li:before {
  display: inline-block;
  position: relative;
  margin-left: -2rem;
  width: 2rem;
  content: "\2013";
}

.body-container .hs_cos_wrapper ul li a {
  display: inline-block;
}

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

img {
  border-style: none;
  vertical-align: middle;
}
/* 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;
}

.hs-landing-page .page-header > h2 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-landing-page form#email-prefs-form > #content .header {
  background-color: transparent;
}

.systems-page #hs-pwd-widget-password {
  margin-top: 0 !important;
  height: auto !important;
}

form#email-prefs-form {
  max-width: 100%;
}

.flyout {
  position: fixed;
  z-index: 9;
  left: 100px;
  top: 40%;
  width: 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: normal;
  letter-spacing: normal;
}


@media only screen and (max-width: 768px) {
  .flyout {
      display:none;
  }
}

.flyout span {
  font-size: 0;
}

.flyout a {
  color: #fff;
  font-family: gt-am-condensed,Helvetica Neue,Arial,sans-serif;
}

.flyout a:hover {
  opacity: .8;
  color: #fff;
}

.flyout .flag-int {
  float: left;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  padding: 6px 12px;
  background: #00558c;
}

.flyout .flag-int a {
  white-space: nowrap;
  background: none;
}

.flyout .flag-int+div {
  margin-top: 1px;
}

.flyout svg{
  
  width: 24px;
}

.flyout>div:not(.flag-int) {
  padding: 7px;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 5px;
  border: #ffffff solid 1px;
  margin-top:10px;
}

.flyout .li a {
  background-position: 0 -16px
}

.flyout .xi a {
  background-position: 0 -32px
}

     
@media (max-width: 767px) {
  form#email-prefs-form {
    max-width: 100%;
  }

  form#email-prefs-form .hs-input {
    width: 100% !important;
  }

  .hs-landing-page .systems-page .success {
    min-width: unset;
  }
}


@media (max-width: 568px) {
  html {
    font-size: 16px;
  }
  
  h2 {
      font-size: 1.75em;
  }

  p {
      font-size: 1em;
  }
}

 @media (max-width: 479px) {
  .hs_recaptcha {
    margin: 15px 0;
    overflow-y: auto;
    width: auto;
    min-height: 80px;
  }

  form#email-prefs-form > .page-header > h1 {
    font-size: 32px;
  }
}


/* HR */

div#AlliboList {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}

.AHRP_adv {
    flex-basis: 31%;
    margin: 1%;
    padding: 40px;
    background: #fff;
    border-radius: 5px;
}

.AHRP_adv a {
    color: #141414;
    font-size: 1.5em;
}

.AHRP_adv a:hover {
    color: #141414;
}

.AHRP_head {
    flex: 1 1;
    flex-basis: 100%;
}

@media only screen and (max-width: 668px) {
  .AHRP_adv {
      flex-basis: 98%;
  }
}

@media only screen and (max-width: 320px) {
  /*h2 span {
      font-size: 1em!important;
  }*/
}
.body-container .cm-comment-form form {
  border: 1px solid #eee;
  background: -webkit-linear-gradient(top,hsla(0,0%,86.7%,0),hsla(0,0%,86.7%,.5));
  background: linear-gradient(180deg,hsla(0,0%,86.7%,0) 0,hsla(0,0%,86.7%,.5));
  padding: 17px;
  margin: 0 0 30px;
}

form {
  max-width: 100%;
  font-family: "Poppins", sans-serif;
  letter-spacing:normal;
  margin: 10px;
  padding: 20px;
}

form.hs-form > fieldset {
    width: 100%;
    max-width: 100%;
}

.form-title {
  margin-top: 0;
}

button, input, select, textarea {
  font-family: "Poppins", sans-serif;
  margin: 0;
  }

.hs-form input[type="checkbox"] {
    width: 20px!important;
    height: 20px;
}

button, input {
  overflow: visible;
}

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 5px 0;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  border-color: #494A52;
  color: #fff;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: .7em 2rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .1s;
  transition: all .1s;
  cursor: pointer;
  color: #141414;
  border-style: solid;
  border-radius:5px;

  text-decoration: none;
  margin: 15px 0;
  letter-spacing:normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
  outline: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  font-size: .9rem;
  color:#141414;
  padding-bottom: .5rem;
  font-family: "Poppins", sans-serif;
  font-weight:900;
  letter-spacing:normal;
}

.hs-form li:before {
  content:""!important;
  
}

.hs-form li {
  padding-left:0!important;
}

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

form.hs-input,
form input[type=text] {
  margin: 0;
  color: #353535;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 14.5px 1rem;
  color: #979797;
  outline: none;
  border: 1px solid #eee;
  background-color: #fff;
  color: #353535;
  font-size: 17px;
  font-family: "Poppins", sans-serif;;
  line-height: normal;
  letter-spacing: normal;
  letter-spacing:normal;
}

.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;
  list-style-type: 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:hover,
input[type="password"]:hover {
  outline: none;
}

.hs-input:focus {
  outline: none;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
}

/* 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;
  font-size:17px;
  font-family: "Poppins", sans-serif;
  line-height:normal;
  letter-spacing: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;
}

.body-container .hs_cos_wrapper ul.hs-error-msgs {
  margin: 0;
  padding: 0 .5rem;
}

.body-container .hs_cos_wrapper ul.hs-error-msgs li {
  padding: 0;
}

.body-container .hs_cos_wrapper ul.hs-error-msgs li:before {
  display: none;
}

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

.field {
  margin-bottom: 1.5rem;
}

.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: 17px;
  color: #353535;
}
.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: 767px) {
  form {
    max-width: 100%;
  }
}

@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: gt-am-light,Helvetica Neue,Arial,sans-serif;
}


.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, 
input[type="password"],
form select {
    width: 100%;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

html {
  scroll-behavior: smooth;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
..submenu.level-1 {
  align-items: center;
}
.header{
  background-color: #F8FAFC;
}

.header{
  background-color: rgba(255, 255, 255, 1.0);
}
.header.custom-header{
  min-height: unset;
  position: absolute;
  width: 100%;
  background: transparent;
}
.custom-top-header.restyled .main-header {
  width: 70%;
}
.custom-top-header.restyled .hs-search-field{
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.custom-top-header.restyled .main-header .meta--menu > ul{
    align-items: center;
}
body:not(.mobile--open) .header.custom-header .submenu.level-1 > li.has-submenu > .dropdown{
    top: 100%;
    width: 100%;
    border-top: 1px solid #ffffff40;
    padding: 30px 0;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

#social-header-module-container > ul,
#social-header-module-container > ul > .hs_cos_wrapper_type_module{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.header.custom-header .submenu > li.has-submenu.level-2,
.header.custom-header .submenu.level-3{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.header.custom-header .submenu.level-3 a.menu-link{
  color: white;
  font-size: 16px;
}

nav.navigation-primary a:hover {
    color: #00CFB4;
}

nav.navigation-primary a {
    transition: all .3s;
}

a.menu-link.active-branch {
    /*color: #00CFB4;*/
}

.flyout a:hover {
    color: #00CFB4;
}

.flyout svg path {
    fill: #00CFB4 !important;
}

.flyout > div {
    border-color: #00CFB4!important;
}

.header.custom-header .submenu.level-2{
  width: 70%;
  margin: 0 auto;
  display: flex ;
  flex-direction: row;
}
.header.custom-header .submenu.level-2 a.menu-link{
  display: block;
  padding: 10px 0;
  font-weight: light;
  font-size: 16px;
}
.header.custom-header .submenu.level-2 > li.menu-item{
  border-left: 1px solid #ffffff40;
  padding-left: 40px;
}


/* For Investors in the first dropdown - maybe it will be edited in future*/
.header.custom-header .submenu.level-2>li.menu-item:nth-of-type(3) {
    border-left: unset;
}

.header.custom-header .submenu.level-2 > li.menu-item > a.menu-link{
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 0;
  font-weight: normal;
  font-size: 21px;
  cursor: default;
}



.custom-header {
  font: 17px gt-am-regular,Helvetica Neue,Arial,sans-serif;
  font-size:17px;
  letter-spacing:normal;
  line-height:normal;
  position: relative;
  z-index: 99;
}
ul.submenu.level-4 li a:after {
  background: url('../png/link-int-white.png') no-repeat;
    }
.custom-top-header,
.submenu.level-1>li div.dropdown{
  background-color: #141414;
  color: #fff;
}
.custom-top-header{
  position: relative;
  z-index: 20;
  background-color: transparent;
}

.header__container {
  align-items: center;
  /*padding-top: 24px;
  padding-bottom: 24px;*/
  /*max-width: 1440px;*/
  position: relative;
  margin: 0 auto;
  /*height: 110px;*/
  /*padding: 2rem 2.5rem;*/
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0D0E11;
}
.custom-top-header {
  background-color: #0D0E11;
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  max-width: 182px;
  margin: 0;
}

.header__logo img {
  height: 4rem !important;
  width: auto !important;
}

.meta .meta--menu {
  font-family: gt-am-condensed,Helvetica Neue,Arial,sans-serif;
}

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

.meta .meta--menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.meta .meta--menu ul>li:not(.metaLanguage):not(:last-child) {
  margin-right: 3rem;
}

.meta .meta--menu ul>li:not(.metaLanguage) a {
  color: #ffffff7a;
}

.meta .meta--menu ul>li:not(.metaLanguage):hover a, 
.meta .meta--menu ul>li:not(.metaLanguage):hover span {
  color: #ffffff7a;
}

html[lang="it"] .meta .meta--menu ul>li:not(.metaLanguage):not(:last-child) a.menu-link,
html[lang="en"] .meta .meta--menu ul>li:not(.metaLanguage):not(:last-child) a.menu-link {
  color: #fff;
}

.meta .meta--menu ul>li:not(.metaLanguage):not(:last-child) a {
    color: #fff!important;
}

a.lang_switcher_link,
html[lang="it"] .meta .meta--menu ul>li:not(.metaLanguage):not(:last-child) a,
html[lang="en"] .meta .meta--menu ul>li:not(.metaLanguage):not(:last-child) a {
    color: #fff;
    background: transparent;
}

.meta .meta--menu ul svg{
  height: auto;
  width: auto;
}

i.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

i.icon.icon--metaSupport {
  width: 26px;
  height: 26px;
  background: url('../png/meta-support.png') no-repeat;
    }

i.icon.icon--metaSearch {
  width: 25px;
  height: 25px;
  background: url('http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/raw_assets/public/Theme_TXT/images/meta-search.svg') no-repeat;
  background-size: 100%;
}

.meta .meta--menu ul>li:not(.metaLanguage) i, 
.meta .meta--menu ul>li:not(.metaLanguage) span {
  vertical-align: middle;
  display: inline-block;
}

.main-header {
  color: #fff;
}

/* Styles for the Search Bar */
form {
  position: relative;
}

.meta .meta--menu ul > li:not(.metaLanguage) button {
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family:gt-am-condensed, "Helvetica Neue", Arial, sans-serif;
  font-size:17px;
  letter-spacing:normal;
  line-height:normal;
}

.meta--form__input {
  position: relative;
  display: inline-block;
}

header input[type=password], 
header input[type=text] {
  font: inherit;
  margin: 0;
  background-color: transparent;
  border: 0;
  letter-spacing: .05em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: 0;
  color: #fff;
  letter-spacing: .05em;
  font-family:"Poppins", sans-serif;
  font-size:17px;
  line-height:normal;
}

header input[type=password]:focus, 
header input[type=password]:hover, 
header input[type=text]:focus, 
header input[type=text]:hover {
  outline: 0;
}

header input::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

.input-underline:after, 
.input-underline:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 1px;
}

.input-underline:before {
  background-color: #979797;
  width: 100%;
}

.input-underline:after {
  background-color: #008fe0;
  width: 0;
  box-shadow: 0 0 5px #008fe0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

header input[type=password]:focus+.input-underline:after, 
header input[type=password]:hover+.input-underline:after,
header input[type=text]:focus+.input-underline:after,
header input[type=text]:hover+.input-underline:after {
  width: 100%;
}

.metaLanguage .active {
  color: #353535;
}

.metaLanguage>*+* {
  margin-left: calc(.5rem - 4px);
}

.metaLanguage .inactive {
  color: #979797;
}

.metaLanguage>*+:before {
  content: "/";
  margin-right: .5rem;
  color: #979797;
  text-shadow: none;
}

.hamburger {
  padding: 2rem 0rem 2rem 2rem;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.meta .meta--menu .hamburger {
  display: none;
}

.hamburger-inner {
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.hamburger-inner, 
.hamburger-inner:after, 
.hamburger-inner:before {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #000;
  border-radius: 0;
}

.hamburger-inner:after, 
.hamburger-inner:before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform-origin: 0 center;
  transform-origin: 0 center;
  -webkit-transition: top .1s,-webkit-transform .4s;
  transition: top .1s,-webkit-transform .4s;
  transition: top .1s,transform .4s;
  transition: top .1s,transform .4s,-webkit-transform .4s;
}

.hamburger-inner:before {
  top: 12px;
}

.hamburger-inner:after {
  top: -12px;
}

.hamburger.closed:hover .hamburger-inner:before {
  top: 10px;
}

.hamburger.closed:hover .hamburger-inner:after {
  top: -10px;
}

.hamburger.opened .hamburger-inner {
  background: none;
}

.hamburger.opened .hamburger-inner:before {
  top: 10.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.opened .hamburger-inner:after {
  top: -10.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.mobile--open {
  overflow: hidden;
}

a.menu-link:hover {
    color: #00cfb4!important;
}

@media (min-width: 1201px) {
  .show-in-mobile {
    display: none;
  }

  /*.custom-header {
    min-height: 147px;
  }
  */
  .hide-nav-bar.scroll-header .header__container {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    box-shadow: 0 0 5px #000;
  }

  .custom-header.no-nav {
    min-height: 110px;
  }
}

.meta--menu > ul{
  align-items: center;
}

/*Desktop searchbar*/
.header__search.header--element{
  display: flex;
  align-items: center;
  position: relative;
}
.header__container #hs_cos_wrapper_site_search {
  display:none;
  position: absolute;
  width: 180px;
  right: 100%;
  
  right: unset !important;
  left: 85%;
  transform: translateX(-50%);
  top: 15px;
}
#hs_cos_wrapper_site_search form {
  padding: 0;
}
.nav-search-mobile form{
  display: flex;
  margin: 0;
  padding: 0;
}
.header__search #search-button-desktop {
  display: flex;
  align-items:center;
  justify-content: center;
  cursor: pointer;
}
/* Mobile Styles */
/* Tablet Styles */
@media (max-width: 1200px) {
  
  #social-header-module-container > ul > .hs_cos_wrapper_type_module,
  #social-header-module-container > ul > .header__search.header--element,
  #social-header-module-container > ul > li{
    display: none;
  }
  
  .header.custom-header .submenu.level-2{
    width: 80%;
    flex-direction: column;
  }
  .header.custom-header .submenu.level-2>li.menu-item{
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
    border: 0px;
  }
  .header.custom-header .submenu.level-2 > li.menu-item:last-child .submenu.level-3,
  .header.custom-header .submenu.level-2 > li.menu-item:last-child .submenu.level-3:before{
    border: 0px;
  }
  
  .show-in-desktop {
    display: none;
  }

  .custom-top-header {
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1000;
  }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    background: #fff;
  }

  .custom-header {
    min-height: 80px;
  }


  .hide-nav-bar.follow .custom-top-header {
    /*-webkit-transform: translateY(-100%);
    transform: translateY(-100%);*/
  }


  .follow .custom-top-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .mobile--open.hide-nav-bar .custom-top-header{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .mobile--open .custom-top-header{
    background: #0D0E11 !important;
  }

  .header__container {
    /*height: 80px;*/
    /*padding: 1rem 0.5rem;*/
  }

  .meta .meta--menu ul {
    display: none;
  }

  .meta .meta--menu .hamburger {
    display: block;
  }

  .mobile-menu-wrapper {
    padding: 0;
    position: fixed;
    top: 84px;
    background-color: #f7f7f7;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 84px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    width: 100%;
  }

  .mobile--open .mobile-menu-wrapper {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .mobile-menu-inner {
    background-color: #141414;
    padding: 0 1rem 4rem;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
  }

  .nav-search-mobile .search-button-mobile{
    position: absolute;
    top: 15px;
  }
  
  .nav-search-mobile .mobile__search{
    display: flex;
    align-items: center;
  }
  
  .nav-search-mobile .mobile__search > .hs_cos_wrapper_type_module{
    flex-grow: 1;
  }
  
  .nav-header--mobile {
    margin: 0 -1rem;
    padding: 0 1rem;
    height: 50px;
    background-color: #ddd;
    display: block;
  }
  .search-button-mobile{
    background-color: transparent;
    border: none;
    z-index: 2;
  }

  .nav-header--mobile form, .nav-header--mobile form button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
  }

  .nav-header--mobile form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    padding: 0;
    background: transparent;
    position: absolute;
  }

  .nav-header--mobile form button i.icon {
    margin-right: 0;
  }
  .meta--form__input .search-term{
    width: 100%;
  }
  .nav-header--mobile form .meta--form__input {
    display: block;
    text-align: left;
    padding-left: 40px;
  }

  .nav-header--mobile form .meta--form__input input {
    font-family: gt-am-condensed,Helvetica Neue,Arial,sans-serif;
    letter-spacing: .075em;
    color: #5b6770;
    height: 50px;
    width: 100%;
  }

  .nav-header--mobile form .meta--form__input .input-underline {
    display: none;
  }
  /*.submenu.level-1 > li > a:after,
  .meta--mobile li:not(.metaLanguage) a:after {
    background-image: url('//7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/raw_assets/public/Theme_TXT/images/link-int-white.png');
  }*/
  .meta--mobile li:not(.metaLanguage):first-child a:after{
    content:"/";
    margin: 0 10px;
  }
  .dropdown--mobile-header .dropdown--nav:after {
    background-image: url('../png/link-int-white.png');
  } 
  li.About_Us ul.submenu.level-2 > li:last-child ul.submenu.level-3 li a:after,
  li.News_Events ul.submenu.level-2 > li:last-child ul.submenu.level-3 li a:after,
  li.Careers ul.submenu.level-2 > li:last-child ul.submenu.level-3 li a:after {
    margin-left: .5em;
    background: url('../png/link-int-white.png') no-repeat;
      }
  .header .meta--menu {
      background: unset;
      padding: unset;
  }
}

@media (max-width: 768px) {
  .custom-header {
    font-size: 16px;
  }

  /*.custom-top-header {
    padding: 0 1rem;
  }*/

  .custom-header {
    min-height: 60px;
  }

  .header__container {
    /*height: 60px;*/
    /*padding: .5rem 0;*/
  }

  .header__logo img {
    height: 2rem !important;
  }

  .mobile-menu-wrapper {
    top: 84px;
    height: calc(100vh - 84px);
  }

  header input[type=password], 
  header input[type=text] {
    font-size: 16px;
  }
}

/* Custom CSS */

.show-in-desktop .submenu.level-1 > li.Markets ul.submenu.level-3 > li:last-child ul.submenu.level-4 > li > a:after,
.show-in-desktop .submenu.level-1 > li.Investors ul.submenu.level-3 > li:last-child ul.submenu.level-4 > li > a:after,
.show-in-desktop .submenu.level-1 > li.Governance ul.submenu.level-3 > li:last-child ul.submenu.level-4 > li > a:after,
.show-in-desktop .submenu.level-1 > li.About_Us ul.submenu.level-3 > li:last-child ul.submenu.level-4 > li > a:after,
.show-in-desktop .submenu.level-1 > li.News_Events ul.submenu.level-3 > li:last-child ul.submenu.level-4 > li:nth-child(2) > a:after,
.show-in-desktop .submenu.level-1 > li.Careers ul.submenu.level-3 > li:last-child ul.submenu.level-4 > li:nth-child(2) > a:after {
  display: none;
}

ul.hs-search-field__suggestions{
  display: none !important;
}

li.has-submenu.menu-item.News_Events.focus.active .submenu.level-4 .menu-link:after {
    display: none;
}

ul.submenu.level-3>li {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1!important;
    flex: 1 1 auto!important;
}

@media only screen and (max-width: 1440px) {
  .flyout {
      left: 50px;
  }
}

@media only screen and (max-width: 1330px) {
  .flyout {
      left: 15px;
  }
}

@media only screen and (min-width: 1200px){
    li.has-submenu.menu-item.News_Events ul.level-3 li:nth-child(3) {display: none;}

    li.News_Events ul.submenu.level-3>li {
        flex: 50%!important;
    }
}

@media only screen and (max-width: 1280px) {
  .header__logo img {
      height: 3rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hide-nav-bar.scroll-header .meta.header__container.new-container{
    background-color: rgba(0, 0, 0, 0.8) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
    .hide-nav-bar.scroll-header .header__container {
      max-width: 100%;
      background: #141414;
  }
  
  ul.submenu.level-2 .has-submenu > a {
      min-height: 40px;
  }
  .header__container, .custom-top-header {
    background-color: unset;
  }
  
}

@media only screen and (max-width: 440px) {
  /*ul.submenu.level-3>li a {
    font-size: .9em!important;
    padding: 8px!important;
  }

  .header.custom-header .submenu.level-2>li.menu-item>a.menu-link {
    font-size: 1em!important;
  }
  
    .header.custom-header .submenu.level-2>li.menu-item {
      padding: 5px!important;
  }
  */
  .mobile-menu-inner {
    padding-bottom: unset!important
  }
  
  .mobile-menu-wrapper {
      top: 84px;
      height: calc(100% - 84px);
  }
}

.lang_list_class li{
  background-color: transparent !important;
}

.globe_class{
  background: unset !important;
}

@media only screen and (max-width: 600px ){

  .lang_switcher_class {
    width: 100%;
  }
  .lang_list_class {
    width: 100% !important;
    display: inline-flex !important;
  }
  .lang_list_class li:last-child {
    margin: unset !important;
  }
  
  .lang_list_class li:last-child {
    margin-top: unset!important;
  }
}



/* Flyout */

.flyout_a {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ie-only {
    display: block!important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  font: 17px gt-am-regular,Helvetica Neue,Arial,sans-serif;
  letter-spacing: normal;
  line-height: normal;
}

.footer p {
  font-family: gt-am-light,Helvetica Neue,Arial,sans-serif;
  font-size: 1rem;
  letter-spacing: .03em;
  line-height: 1.45;
  margin: 1rem 0;
  text-align: left;
}

.footer > div {
  /*padding: 2rem 2.5rem;*/
}

.footer__contact {
  background: -webkit-linear-gradient(bottom,hsla(0,0%,86.7%,0),hsla(0,0%,86.7%,.5));
  background: linear-gradient(0deg,hsla(0,0%,86.7%,0) 0,hsla(0,0%,86.7%,.5));
  font-family: gt-am-light,Helvetica Neue,Arial,sans-serif;
}

.footer__container {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.footer__container.new-container-big{
  margin-left: auto!important;
  margin-right: auto!important;
}
.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .row .column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.footer__contact .row .column:not(:last-child) {
  /*margin-right: 1.5rem;*/
}
.footer__contact .row .column {
  /*margin-bottom: 100px;*/
}
.footer__contact img {
  /*width: 100%;
  height: auto;*/
}
.footer__contact .contact--image {
  margin-bottom: clamp(1.875rem, 1rem + 4.375vw, 6.25rem);
}
footer .h5, footer h5 {
  margin: 0 0 1rem;
  color: #353535;
  line-height: 1.5;
  font-size: .95rem;
}

.row .column :first-child {
  margin-top: 0;
}

.footer__contact address {
  font-style: normal;
  margin-bottom: 1.5rem;
}

.footer__contact address .country {
  margin-top: .5rem;
}

a.link {
  letter-spacing: .03em;
  font-family: gt-am-condensed,Helvetica Neue,Arial,sans-serif;
}

.footer__contact a {
  display: block;
}

a.link:after, 
a.link:before {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color .15s;
  transition: color .15s;
}

a.link:after {
  margin-left: .5em;
}

a.link--ext:after {
  background-position: 0 0;
  width: 16px;
  height: 12px;
  top: 1px;
  background-image: url('../png/link-ext.png');
    }

a.link--mail:after {
  background-position: 0 0;
  width: 18px;
  height: 14px;
  top: 2px;
  background-image: url('http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/raw_assets/public/Theme_TXT/images/link-mail.svg');
    }

.footer__contact a+a {
  margin-top: .5rem;
}

a.link--download:before,a.link--ext:before,a.link--int:before,a.link--mail:before {
  display: none
}


dd, dl, dt {
  margin: 0;
}

dl dt, dl dt.h5 {
  margin-bottom: .5rem;
}

dl dd {
  margin-bottom: 1rem;
}

.footer__text {
  background-color: #eee;
  font-family: gt-am-light,Helvetica Neue,Arial,sans-serif;
}

.footer__text .row .column:first-child {
  -webkit-box-flex: 2;
  -ms-flex: 2 1;
  flex: 2 1;
}

.footer__text img {
  height: 30px;
  width: auto;
  margin-bottom: 1rem;
}

.footer__bottom {
  color: #838383;
}

.footer__bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0;
}

.footer__bottom ul.copyright {
  float: right;
  text-transform: none;
}

.footer__bottom ul li {
  display: inline-block;
  font-family: gt-am-condensed,Helvetica Neue,Arial,sans-serif;
  font-size: 17px;
}

.footer__bottom ul li:not(:last-child) {
  margin-right: 1rem;
}

.footer__bottom a {
  color: #838383;
}

.footer__bottom a:hover {
  color: #353535;
}

#to-top > div {
  position: relative;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  background-color: #f7f7f7;
  -webkit-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out;
  max-width: 1920px;
  cursor: pointer;
}

#to-top > div:hover {
  background: #eee
}

#to-top .to-top--icon {
  content: "";
  display: block;
  margin: 0 auto;
  position: relative;
  width: 16px;
  height: 9px;
  padding: 1rem 0;
  background: url('http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/raw_assets/public/Theme_TXT/images/icon-top.svg') no-repeat 0
    }

.custom-footer-menu {
  display: inline-block;
  text-transform: uppercase;
}


footer #links {
  background-color: #0D0E11;
  width: 100vw;
    position: relative;
    margin-left: -50vw;
    /*margin-top: 20px;*/
    left: 50%;
    padding: 36px 0 40px 0;
}
footer #links > div {
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
footer #links > div > div:first-child {
  flex: 1;
}
footer #links ul {
  display: flex;
  width: 100%;
  padding-left: 0;
}
footer #links ul .menu-item {
  margin-right: 5%;
  text-decoration: underline;
}
footer #contacts {
  flex: 2 1;
  /*margin-bottom: 30px;*/
}
footer #contacts p {
  margin: 0;
}
footer #contacts > div:not(footer #contacts > div:first-child){
  /*margin-top: 20px;*/
}
footer #contacts div > p:first-child{
  /*font-weight: bold;
  text-transform: uppercase;*/
}
footer #contacts a {
  color: white;
}
#contacts,#newsletter-container {
  column-gap: clamp(80px, -205px + 19.7917vw, 175px);
}
.show-mobile{
  display: none;
}
.hide-mobile{
  display: block;
}

@media only screen and (max-width: 1024px) {
  .footer > div {
    /*padding:2rem*/
  }

  .hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer > div {
    /*padding:1rem;*/
  }

  .footer__text .row .column:first-child {
    margin-bottom: 2rem;
  }

  .footer p:last-child {
    margin-bottom: 0;
  }

  .footer__text img {
    margin-bottom: 0;
  }

  .footer .row {
    display: block;
  }

  .footer__contact .row .column:not(:last-child) {
    /*margin-bottom: 2rem;
    margin-right: 0;*/
  }

  .footer__contact > .row > .column:last-child {
    -webkit-box-flex: 2;
    -ms-flex: 2 1;
    flex: 2 1;
  }

  .footer__contact .contact--media .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  
  #links, #links ul {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 568px) {
  .footer,
  .footer p,
  .footer__bottom ul li {
    font-size: 16px;
  }

  .footer__bottom ul {
    display:block;
  }

  .footer__bottom ul:last-child {
    float:none;
    margin-top: 1rem;
  }

  section > h5 {
    margin:1rem 0 2rem;
  }

  .footer__bottom .footer-navigation-primary ul {
    margin: 0;
  }

  .footer__contact .contact--media .row {
    display: block;
  }

  .footer__contact address {
    margin-bottom: 1rem;
  }
}

/* Restyle */

footer.footer.dark-layout {
    background-color: #1A1B1F;
    color: #fff;
}

.dark-layout .footer__contact {
    background: none;
}

.footer.dark-layout>div {
    /*padding: 4.5rem 2.5rem 0 2.5rem;*/
}

.footer.dark-layout .column.navigation--sitemap {
    flex: 2 1;
}

.footer.dark-layout .column.company--info {
    flex: 3 1;
}

/* Logo */
.footer.dark-layout .column.hide-desktop.contact--image {
}

.footer-navigation-primary > ul {
  margin-bottom: 0;
}
/* Typo*/

footer.footer.dark-layout nav.footer-navigation-primary ul li {
    list-style: none;
    line-height: normal;
    font-size: 20px;
}

footer.footer.dark-layout nav.footer-navigation-primary ul li a {
    color: #fff;
    font-family: 'Poppins', sans-serif!important;
    font-size: .8em;
}

footer.footer.dark-layout p {
    font-family: 'Poppins', sans-serif!important;
    font-weight: 300;
}

footer.footer.dark-layout .row.footer__container .column.contact--image img {
    width: clamp(11.25rem, 9.375rem + 5.2083vw, 15.625rem);
}

/* Social */

.social--footer {
  display: flex;
  width: 50%;
}

.social--footer > div {
    /* flex-basis: 31%; */
  margin-right: 56px;
}

.social--footer > div svg {
    height: 25px;
    width: auto;
}

.footer.dark-layout>div {
    overflow: hidden;
}

.footer__container.new-container-big{
  padding: clamp(1.25rem, 0.5rem + 3.75vw, 5rem) 0;
}
@media only screen and (min-width: 1200px) {
  #newsletter-container {
    margin-bottom: 100px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('../json/grayscale-mountain.json');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.5rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #353535;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #353535;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #353535;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-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: #353535;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #353535;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #353535;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.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 Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}



/*===========Custom Blog Style=============*/

#breadcrumb {
  position: relative;
  line-height: normal;
}
#breadcrumb a, #breadcrumb li, #breadcrumb span {
  color: white;
}
#breadcrumb ul {
  padding: 0;
  list-style: none;
  display: block;
}
#breadcrumb ul li {
  display: inline-block;
  margin-right: .5rem;
  letter-spacing: .075em;
}
#breadcrumb ul li:not(:last-child):after {
    content: "";
    display: inline-block;
    position: relative;
    margin-left: .5rem;
    margin-right: .5rem;
    vertical-align: baseline;
    width: 7px;
    height: 12px;
    top: 1px;
    background: url(https://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_Corp_Comm_AHT/TXT/logos/arrow-right-solid-1.svg);
    background-repeat: no-repeat;
}
#breadcrumb ul li a, #breadcrumb ul li span {
  font-size: .95rem;
  font-family: 'Poppins',sans-serif;
  display: inline-block;
  line-height: 1;
}
#breadcrumb ul li a {
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: none;
}
.list-archive{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 2.5rem;
  margin: 0 auto 4rem;
  line-height: normal;
}
.list-archive .teaser__headline {
  text-overflow: ellipsis;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1;
  letter-spacing: .075em;
  text-transform: uppercase;
  color: #979797;
  text-align: center;
  display: block;
  margin: 2rem 0;
}

.list-archive .date-filter h3, .filter-link-count {
  display: none;
}
.list-archive .date-filter ul {
  max-width: 1440px;
  margin: 2rem auto 4rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  list-style: none;
}
.list-archive .date-filter ul li {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: .5rem;
  max-width: 100%;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  border: 1px solid #ddd;
}
.list-archive .date-filter ul li:not(:last-child) {
  margin-right: 2px;
}
.list-archive .date-filter ul li a {
  display: block;
  padding: .7em 2rem;
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  background: #fff;
  -webkit-transition: all .1s;
  transition: all .1s;
}
.list-archive .date-filter ul li a > span {
  font-size: .925em;
  display: inline-block;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  letter-spacing: .075em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.list-archive .date-filter ul li a > span:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: .5em;
  width: 3px;
  height: 12px;
  background: url('http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_May2020/Images/dots-v.svg') no-repeat 0;
}
.list-archive .date-filter ul li:hover {
  border: 1px solid #00558c;
}
.list-archive .date-filter ul li:hover > a {
  background: #00558c;
}
.list-archive .date-filter ul li:hover > a > span {
  color: #fff;
}
.blog-list-body{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 2.5rem;
  margin: 0 auto 4rem;
  line-height: normal;  
}
.blog-list-body .blog-index{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}
.blog-list-body .list-post-item{
  background-position: 0 -1px,0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-image: -webkit-linear-gradient(left,#ddd,transparent),-webkit-linear-gradient(left,#ddd,transparent);
  background-image: linear-gradient(90deg,#ddd 0,transparent),linear-gradient(90deg,#ddd 0,transparent);
  flex-basis: 32.66667%;
  -ms-flex-preferred-size: 32%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-bottom: 2rem;
}
.list-post-item:not(:last-child) {
  margin-right: 1%;
}
.blog-list-body .list-post-item:nth-child(3n) {
  margin-right: 0;
}
.list-post-item > a {
  color: #353535;
  display: block;
  text-decoration: none;
}
.list-post-item > a:hover{
  color: #353535;
  text-decoration: none;
}

.btn-back{
  color: #21b685;
  font-size: 20px;
      margin: 70px 0 20px 0;
    display: block;
}


.blog-header{
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 5%;
    box-shadow: inset 0 1000px 1px #14141485;
}
.blog-header > div {
  width: 60%;
  margin: 0 auto;
  text-align: left;
  height: 66%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-header h1{
  color: white;
  font-weight: bold;
  font-size: 2rem;
}
.teaserItem__images {
  position: relative;
  margin-bottom: 1rem;
  max-width: 100%;
}
.teaserItem strong{
  font-weight: 500;
}
.teaserItem .action{
  border: 1px solid #353535;
  color: #353535;
  padding: 5px 50px;
  border-radius: 10px;
  font-weight: 500;
}
.teaserItem img{
    height: 100%;
    width: auto;
}
.teaserItem{
}
.teaserItem .content{
   display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.teaserItem .content > div:first-child{
  height: 100px;
}
.time {
    position: inherit;
    background: transparent;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.time:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 10px;
  border-top: 36px solid #c8102e;
  border-right: 10px solid transparent;
}
.time span {
  display: block;
  padding: .5rem;
  height: 100%;
}
.teaserItem__images.no-feature--img {
    height: 36px;
}

.list-future-img {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
}

.list-future-img:before{
  content: "";
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  background: url('http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_May2020/Images/parallelo.svg') no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  opacity: 0;
}
.list-future-img img{
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity .2s ease-in,-webkit-transform .8s cubic-bezier(.5,0,.1,1);
  transition: opacity .2s ease-in,-webkit-transform .8s cubic-bezier(.5,0,.1,1);
  transition: transform .8s cubic-bezier(.5,0,.1,1),opacity .2s ease-in;
  transition: transform .8s cubic-bezier(.5,0,.1,1),opacity .2s ease-in,-webkit-transform .8s cubic-bezier(.5,0,.1,1);
  opacity: 1;
  max-height: 259px;
  object-fit: cover;
}
.list-future-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53,53,53,.7);
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
.list-future-img .overlay span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  font-family: gt-am-condensed-bold,Helvetica Neue,Arial,sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.list-future-img .overlay span:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: .5em;
  background-repeat: no-repeat;
  background-image: url('http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_May2020/Images/link-int-white.svg');
  width: 7px;
  height: 12px;
}
.list-future-img:hover img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.list-future-img:hover .overlay {
  opacity: 1;
}
.teaserItem{
  border-radius: 20px;
}
.teaserItem h3{
  font-weight: bold;
  font-size: 2em;
}
.teaserItem__text {
  font-family: gt-am-light,Helvetica Neue,Arial,sans-serif;
  text-align: left;
}
.list-post-item .teaserItem__text {
  margin-top: 1rem;
}
.list-post-item .teaserItem__text p {
  font-family: gt-am-light,Helvetica Neue,Arial,sans-serif;
  font-size: 1rem;
  letter-spacing: .03em;
  line-height: 1.45;
  margin: 1rem 0;
  text-align: left;
}
.teaserItem__text > :first-child {
  margin-top: 0;
}
.list-post-item .teaserItem__text > :last-child {
  margin-bottom: 1rem;
}
.blog-pagination {
  display: block;
  text-align: center; 
}
.blog-pagination-inner {
  margin-bottom: 1rem;
}
.blog-pagination a {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    transform: none;
    background: #141414;
    border: 1px solid #141414;
    color: #fff;
    padding: 10px 5%;
    border-radius: 5px
}

.blog-pagination:hover a {
    color: #fff;
}

.blog-pagination a span {
  font-size: .925em;
  font-weight: 300;
}

.list-extra-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 2.5rem;
  margin: 0 auto 4rem;
  margin-bottom: 0;
  line-height: normal;
  background-color: #f2f2f2;
}
.list-extra-content .image--underlay {
  padding: 4.5rem 2.5rem;
  background: no-repeat 50%/cover;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.list-extra-content .teaserItem-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.background--blue {
  background-color: #00558c!important;
}
.teaserItem {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.teaserItem:not(:last-child) {
  margin-right: 2%;
}
.image--underlay .teaserItem {
  background-color: hsla(0,0%,100%,.9);
  padding: 2rem 2rem 2.5rem 2rem;
}
.background--blue>* {
  color: #fff;
}
.list-extra-content h3{
  text-overflow: ellipsis;
  font-family: gt-am-light,Helvetica Neue,Arial,sans-serif;
  line-height: 1.4;
  margin: 1em 0 .5em;
}
.slider-content {
  position: relative;
  display: block;
  clear: both;
}
.slider-content-inner {
  font-family: 'Poppins',sans-serif;
  text-align: left;
}
.slider-content-inner p {
  font-family: 'Poppins',sans-serif;
  font-size: 1rem;
  letter-spacing: .03em;
  line-height: 1.45;
  margin: 1.5rem 0;
  text-align: left;
}
.slider-content-inner p:first-child {
  margin-top: 0;
}
.slider-content-inner p:last-child {
  margin-bottom: 0;
}
.background--blue a, .background--blue a:focus, .background--blue a:hover {
  color: #fff;
  text-decoration: underline;
  font-family: inherit;
}
.cus-blog-list-body, .cus-blog-post-body {
  padding-bottom: unset;
}


.blog--post--body {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 2.5rem;
  margin: 0 auto 4rem;
  line-height: normal;
}
.blog--post--body .content-wrapper{
  max-width: 960px;
  position: relative;
}
.blog--post--body .blog-post {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 2rem;
}
.blog--post--body .blog-post > h1{
  text-overflow: ellipsis;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.5;
  margin: 1em 0 .5em; 
  padding-top: 4rem;
}
.blog-post__body p {
  font-family: 'Poppins',sans-serif;
  font-size: 1rem;
  letter-spacing: .03em;
  line-height: 1.45;
  margin: 1rem 0;
  text-align: left;
}

/* Custom */
.blog--post--body img {
    max-width: 100%;
}



@media only screen and (min-width: 786px) { 
  .teaserItem-wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transform: none !important; 
  }
  .teaserItem-wrapper .slick-track:before, .teaserItem-wrapper .slick-track:after{
    content: none;
  }
  .image--underlay .teaserItem {
    height: auto;
  }
}

@media only screen and (max-width: 1024px) {
/*   #breadcrumb ul li {
    margin-right: .2rem;
  }
  #breadcrumb ul li:not(:last-child):after{
    margin-left: .2rem;
  } */
  .blog-list-body .blog-index {
    display: block;
  }
  .blog-list-body .list-post-item {
    display: block;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin-right: 0;
    background: none;
  }
  .list-post-item:not(:last-child){
    margin-bottom: 1.5rem;
  }
  .list-post-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-future-img img {
    max-height: unset;
  }
   .list-post-item .teaserItem__text {
    background-position: 0 -1px,0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-image: -webkit-linear-gradient(left,#ddd,transparent),-webkit-linear-gradient(left,#ddd,transparent);
    background-image: linear-gradient(90deg,#ddd 0,transparent),linear-gradient(90deg,#ddd 0,transparent);
  }
  .list-post-item > a >* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .list-post-item > a .teaserItem__text {
    margin-top: 0;
    margin-left: 1rem;
  }
  .list-archive, .blog-list-body, .list-extra-content, .blog--post--body {
    padding: 0 2rem;
    margin: 0 auto 2rem;
  }
  .list-extra-content {
    margin-bottom: 0;
  }
  .list-extra-content .image--underlay {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 4.5rem 2rem;
  }
  .list-extra-content .teaserItem-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-extra-content .teaserItem {
    flex-basis: calc(33.33333% - 1rem);
    -ms-flex-preferred-size: 29%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .list-extra-content .teaserItem:not(:nth-child(3n)) {
    margin-right: 1rem;
  }
  .cus-blog-list-body, .cus-blog-post-body {
    padding-bottom: 2rem;
  }
  .blog--post--body .blog-post > h1 {
    font-size: 1.85rem;
  }
}


@media only screen and (max-width: 785px) {
  .list-extra-content .teaserItem-wrapper {
    display: block;
  }
  .list-extra-content .teaserItem-wrapper .slick-arrow{
    display: none !important;
  }
  .list-extra-content .teaserItem-wrapper .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: inline-block !important;
    text-align: center;
    cursor: default;
    font-size: 0;
    height: 34px;
  }
  
  .list-extra-content .teaserItem-wrapper .slick-dots > li {
    display: inline-block;
    height: 12px;
    width: 8px;
    border: 1px solid #838383;
  }
  .list-extra-content .teaserItem-wrapper .slick-dots > li:not(:last-child) {
    margin-right: 20px;
  }
  .list-extra-content .teaserItem-wrapper .slick-dots > li.slick-active, .list-extra-content .teaserItem-wrapper .slick-dots > li:hover{
    background-color: #838383;
  }
  .list-extra-content .teaserItem-wrapper .slick-dots > li button {
    background: transparent;
    text-indent: -10000px;
    padding: 12px;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%,-6px);
    transform: translate(-50%,-6px);
    border: none;
  }
  .list-extra-content .teaserItem-wrapper .slick-dots>li button:focus{
    outline: none;
  }
}


@media only screen and (max-width: 768px) {
  #breadcrumb {
    background-color: transparent;
    padding: .5rem 1rem 1rem;
  }
  #breadcrumb ul li {
    margin-right: .25rem;
    letter-spacing: .025em;
  }
  #breadcrumb ul li:not(:last-child):after {
    margin-left: .25rem;
  }
  .list-archive, .blog-list-body, .list-extra-content, .blog--post--body {
    padding: 0 1rem;
  }
  .list-post-item > a {
    display: block;
    overflow: hidden;
  }
  .list-post-item > a .teaserItem__text {
    margin-left: 0;
  }
  .blog-list-body .list-post-item {
    background-position: 0 -1px,0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-image: -webkit-linear-gradient(left,#ddd,transparent),-webkit-linear-gradient(left,#ddd,transparent);
    background-image: linear-gradient(90deg,#ddd 0,transparent),linear-gradient(90deg,#ddd 0,transparent);
  }
  .list-post-item .teaserItem__text {
    background: none;
  }
}


@media only screen and (max-width: 568px) {
  .list-archive .teaser__headline {
    margin: 1rem 0 2rem;
  }
  .blog--post--body .blog-post > h1 {
    font-size: 1.5rem;
  }
}


/* Restyle Blog */

.news-banner {
    height: 55vh;
    display: flex;
    flex-direction: column;
    background: url(../jpg/absolutvision-wyd_pkca1by-unsplash.jpg);
    background-size: cover;
}


.news-restyled .cell {
  flex-basis: 31%;
  margin: 1%;
  position: relative;
  padding: 2.5%;
  min-height: 350px;
  background: #141414;
  border-radius: 5px;
  box-shadow: 0px -1000px inset #1414147a;
}


.news-restyled .data-banner span {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.news-restyled .data-banner img {
    width: 2em;
    height: 2em;
    margin-right: 20px;
}

.news-restyled .cell-inner {
    height: 100%;
}

.news-restyled .cell > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news-restyled h4.single-title-cell {
    margin: unset;
    align-content: center;
    justify-content: space-around;
    text-decoration: none!important;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6em;
    font-weight: 400;  
    padding-bottom: 30px;
}

.news-restyled .cell-inner span,
.news-restyled .cell-inner button,
.news-restyled .cell-inner h4 {
    color: white;
    background: transparent;
}

.news-restyled .cell-inner a {
    padding: 7px 25px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    border-color: #fff;
    color: white;
    transition: all .3s;
}

.news-restyled .cell-inner a:hover,
.news-restyled .cell-inner a:active{
    background: rgb(255 255 255 / 20%);
    transform: scale(.98);
}

.news-restyled   .date-filter ul li,
.news-restyled  a.filter-expand-link {
    transform: none;
    border: unset;
    /* background-color: #141414; */
    border-radius: 5px;
}

.news-restyled  .date-filter ul li a,
.news-restyled  a.filter-expand-link {
    background-color: #141414;
    color: white;
    border-radius: 5px;
}

.news-restyled a.filter-expand-link {
  padding: 7.5px 5%;
  transform: translateX(-50%)!important;
}

.news-restyled a.filter-expand-link:before {
    display: none;
}

.news-restyled  .date-filter ul li:hover,
.news-restyled  a.filter-expand-link {
  border: unset;
  background-color: #141414;
  color: white;
}

.news-restyled  .list-extra-content.slider--mobile {
    height: 50vh;
    display: flex;
    align-content: center;
    justify-content: center;
    background: #f9f9f9;
}

.news-restyled  .image--underlay {
    display: flex;
}

.news-restyled  .teaserItem-wrapper {
    display: flex;
    align-content: center;
}

.news-restyled  .date-filter ul li:hover a {
  background-color: #141414;
  color: white;
}

.news-restyled span.filter-link-count {
    display: none!important;
}

.news-restyled .list-extra-content.slider--mobile {
    height: 80vh;
    display: flex;
    align-content: center;
    justify-content: center;
    background: #f9f9f9;
}

.news-restyled .image--underlay {
    display: flex;
}

.news-restyled .teaserItem-wrapper {
    display: flex;
    align-content: center;
}

.news-restyled .teaserItem.background--blue {
    background: white!important;
    border-radius: 5px;
}

.news-restyled .teaserItem.background--blue h3,
.news-restyled .teaserItem.background--blue p {
    color: #141414;
}

@media only screen and (max-width: 1024px){
  .blog-header h1{
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .news-restyled .cell {
    flex-basis: 98%;
  }
  
  .news-restyled .cell {
      margin-bottom: 20px;
      padding: 20px;
  }

  .list-extra-content.slider--mobile.news-restyled {
      display: none;
blog index   }

  .news-restyled .cell-inner a {
      border-radius: 10px;
  }
  
  .news-restyled a.filter-expand-link {
      position: inherit;
      left: auto;
      margin: 0 auto;
      display: block;
      transform: none!important;
      width: calc(100% - 2rem);
      text-align: center;
  }

  .list-archive .date-filter ul {
      margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1440px) {
   .news-restyled .cell {
      min-height: 420px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 1rem;
  text-align: center;
  position: relative;
  z-index: 0;
}
.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: 43px 1rem;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #353535;
  padding: .1rem .75rem;
  font-family: gt-am-light,Helvetica Neue,Arial,sans-serif;
  font-size: 1rem;
  letter-spacing: .03em;
  line-height: 1.45;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: gt-am-light,Helvetica Neue,Arial,sans-serif;
  font-size: 1.25rem;
  color: #353535;
  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: #353535;
}

.iub_content * {
    font-family: 'Poppins';
}

@media (max-width: 1024px) {
  .systems-page {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .error-page {
    padding: 5rem 20px;
  }
  .systems-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 480px) {
  .error-page {
    padding: 43px 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your Pages in Mobile.
*********************************************************************************
****************************************************************************** */

/* Card ** Styled directly on the module */

/* Gif to be done */

@media only screen and (max-width: 768px){
  /* Layout base (section) */
  .body-container-wrapper .dnd-section{
    padding-bottom: 0px !important;
    padding-top: 0px !important;   
  }
  .body-container-wrapper .dnd-section {
      /*padding-left: 20px!important;
      padding-right: 20px!important;*/
  }
  
  /* Typography */
  .main-carousel h2 div, .banner-content-wrapper h1{
    font-size: 35px !important;
    font-weight: bold !important;
  }
  .main-carousel .hs_cos_wrapper_type_inline_rich_text span,
  .banner-content-wrapper h5{
    font-size: 15px !important;
    font-weight: regular !important;
  }
  
  p span {
      font-size: 1em;
  }
  
  h2 span {
      font-size: 1em;
  }
  
  .hs_cos_wrapper_type_rich_text h2 {
      margin-top: unset;
  }

  .hs_cos_wrapper_type_rich_text h2:nth-child(1) {
      margin-top: 1em;
  }
  
  h5 span {
    font-size: 20px;
  }
  
  /* Mobile */
  .slider__images,.flickity-viewport{
    height: 66vh !important;
  }
  .slider__nav{
    height: 100% !important;
    display: flex;
    align-items: center;
    top: 0 !important;
  }
  .custom-banner .header__image{
    height: 50vh !important;
  }
  .banner-content-wrapper{
    top: 33vh !important;
  }
  
  /* Menu */
  .lang_list_class{
    z-index: 0 !important;
  }
  .lang_list_class li{
    background-color: #141414 !important;
    margin: 0 10% !important;
    text-align:left;
  }
  .lang_list_class li:last-child{
    margin-top: unset !important;
  }
  .lang_list_class li>a{
    color: white !important;
  }
  
  /* Footer */
  .footer.dark-layout > div{
    /*padding: 2.5rem 2.5rem 0 2.5rem !important;*/
  }
  footer.footer.dark-layout nav.footer-navigation-primary ul li a {
    text-align: left !important;
  }
  footer .show-mobile{
    display: block;
  }
  .hide-mobile{
    display: none;
  }
  .navigation--sitemap span{
    text-align: left;
  }
  
  /* Icons sections - usually composed by span3 + images */
  
  .span3 img {
      width: 60px;
  }
  
  .span3:nth-child(1) img {
      margin-top: 40px;
  }

  .txt-card-container .hs_cos_wrapper {
      padding: unset!important;
  }
  
  .lang_list_class li {
      background: #141414;
  }
}
:root {
  --new-txt-blue: #0D0E11;
}
.mobile--open .header__container, .mobile--open .custom-top-header {
  background-color: transparent;
}
/* Fa rimpicciolire il menu */
/*.mobile--open .header__container {
  padding-top: 5px;
  padding-bottom: 5px;
}*/
.new-container {
  /*width: 90vw;
  margin: 0 auto;*/
  padding-left: 5vw!important;
  padding-right: 5vw!important;
}

.new-container-big {
  width: 90vw;
  margin: 0 auto;
}

html{
  overflow-x: hidden;
  font-size: 16px;
}
body {
  overflow-x: hidden;
}
@property --outlineFirstBgColor {
  syntax: '<color>';
  initial-value: rgba(255,255,255,.1);
  inherits: false;
}

@property --outlineSecondBgColor {
  syntax: '<color>';
  initial-value: rgba(255,255,255,.1);
  inherits: false;
}

@property --footerSubmitFirstBgColor {
  syntax: '<color>';
  initial-value: rgba(255,255,255,0);
  inherits: false;
}

@property --footerSubmitSecondBgColor {
  syntax: '<color>';
  initial-value: rgba(255,255,255,0);
  inherits: false;
}

@property --fillFirstBgColor {
  syntax: '<color>';
  initial-value: #0D0E11;
  inherits: false;
}

@property --fillSecondBgColor {
  syntax: '<color>';
  initial-value: #0D0E11;
  inherits: false;
}

.new-button-fill {
  color: white;
  background-color: var(--new-txt-blue);
}
.new-button-fill a,
.new-button-fill a:hover {
  color: #ffffff;
}
.new-button-fill,
.new-button-outline,
.footer__container form input[type="submit"] {
  border-radius: 16px;
  width: fit-content;
  transition: box-shadow .5s;
}
.new-button-fill:hover,
.new-button-outline:hover,
.footer__container form input[type="submit"]:hover {
  color: #ffffff;
}
.new-button-outline,
.footer__container form input[type="submit"] {
  backdrop-filter: blur(80px);
  /*background-color: rgba(255,255,255,.1);*/
  transition: --outlineFirstBgColor .5s, --outlineSecondBgColor .5s;
  border-radius: 16px;
}
.new-button-outline {
  background: linear-gradient(90deg, var(--outlineFirstBgColor), var(--outlineSecondBgColor));
}
.footer__container form input[type="submit"] {
  background: linear-gradient(90deg, var(--footerSubmitFirstBgColor), var(--footerSubmitSecondBgColor));
}

.new-button-fill {
  background: linear-gradient(90deg, var(--fillFirstBgColor), var(--fillSecondBgColor));
  transition: --fillFirstBgColor .5s, --fillSecondBgColor .5s;
}
.new-button-outline.white:hover,
.new-button-outline.black:hover,
.footer__container form input[type="submit"]:hover {
  --outlineSecondBgColor: #20D2B4;
  --outlineFirstBgColor: #41B6E6;
  --footerSubmitFirstBgColor: #20D2B4;
  --footerSubmitSecondBgColor: #41B6E6;
  /*background: radial-gradient(#20D2B4, #41B6E6);*/
  box-shadow: unset!important;
}
.new-button-fill:hover {
  --fillSecondBgColor: #20D2B4;
  --fillFirstBgColor: #41B6E6;
}

.new-button-outline.black:hover a,
.new-button-outline.white:hover a,
.new-button-outline a:hover,
.footer__container form input[type="submit"]:hover {
  color: #ffffff;
}

.new-button-outline.white a,
.footer__container form input[type="submit"] {
  color: #ffffff;
}
.new-button-outline.white {
  color: #ffffff;
  box-shadow: inset -2px 0 0 #ffffff, inset 0 -2px 0 #ffffff, inset 2px 0 0 #ffffff, inset 0 2px 0 #ffffff;
}
.new-button-outline.black {
  color: var(--new-txt-blue);
  box-shadow: inset -2px 0 0 var(--new-txt-blue), inset 0 -2px 0 var(--new-txt-blue), inset 2px 0 0 var(--new-txt-blue), inset 0 2px 0 var(--new-txt-blue);
}

.new-button-outline.black a {
  color: var(--new-txt-blue);
}
.new-button,
.footer__container form input[type="submit"] {
  position: relative;
  width: 100%;
  align-items: center;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 27px 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;  
}
.new-button a,
.new-button a:hover,
.footer__container form input[type="submit"],
.footer__container form input[type="submit"]:hover {
  text-decoration: none;
  font-size: 20px;
  /*line-height: 1.5;*/
}

.new-button svg {
  margin-left: 10px;
}
.new-button .svg-hover {
  display: none;
}
.new-button:hover svg,
.new-button:hover .svg {
  display: none;
}
.new-button:hover .svg-hover {
  display: inline;
}
/*.new-button:after {
  position: absolute;
  right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  top: 0;
  bottom: -4px;
}
.new-button-outline.white:after,
.new-button-outline.white:hover:after,
.new-button-outline.black:hover:after,
.new-button-fill:after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.61538 15L0 13.3846L11.0769 2.30769H1.15385V0H15V13.8462H12.6923V3.92308L1.61538 15Z' fill='white'/%3E%3C/svg%3E%0A");
}
.new-button-outline.black:after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.61538 15L0 13.3846L11.0769 2.30769H1.15385V0H15V13.8462H12.6923V3.92308L1.61538 15Z' fill='black'/%3E%3C/svg%3E%0A");
}

.new-button-outline.white.plus:after,
.new-button-outline.white.plus:hover:after,
.new-button-outline.black.plus:hover:after,
.new-button-fill.plus:after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.42857 15V8.57143H0V6.42857H6.42857V0H8.57143V6.42857H15V8.57143H8.57143V15H6.42857Z' fill='white'/%3E%3C/svg%3E%0A");              
}
.new-button-outline.black.plus:after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.42857 15V8.57143H0V6.42857H6.42857V0H8.57143V6.42857H15V8.57143H8.57143V15H6.42857Z' fill='black'/%3E%3C/svg%3E%0A");              
}*/
.footer__container form input[type="submit"] {
  padding: 16px 32px;
  /*box-shadow: inset -1px 0 0 #ffffff, inset 0 -1px 0 #ffffff, inset 1px 0 0 #ffffff, inset 0 1px 0 #ffffff;*/
}
.new-button.new-button-small{
  padding: 16px 0;
}
.radial-feed .social-group, #header-social-container.social-group {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
}
#header-social-container.social-group {
  display: none;
}
.radial-feed .social-group .social-link, #header-social-container.social-group .social-link {
  display: block;
  width: 24px;
  height: 24px;
}
.social-link-icon-hover {
  display: none;
}
.social-link:hover .social-link-icon-hover {
  display: block;
}
.social-link:hover .social-link-icon {
  display: none;
}

/*.lang_switcher_link {
  width: 2ch;
  display: block;
  overflow: hidden;
}*/


/* Language Switcher */

ul.lang_list_class {
  position: relative;
  top: 0px;
  left: 0px;
  transform: translate (-0%)!important;
  left: 0px;
  -webkit-transform: translateX(-0%);
  transform: translateX(-0%);
  display: inline;
  padding: 0px;
  margin: 0px;
}

.lang_list_class li {
  position: relative;
  display: inline-block!important;
  width: 100%;
}

.globe_class {
  width: 100%;
  background-size: contain;
  background-image: none;
}

.lang_list_class li {
  border: 0px!important;
  padding: 0px!important;
}

.lang_list_class:after, .lang_list_class:before {
  display: none!important;
}

.lang_switcher_class: before {
  content: "";
  background-image: url(../png/globe.png);)
  width: 20px;
  height: 20px;
  top 0px;
  left: 0px;
}

.meta .meta--menu ul > li:not(.metaLanguage):not(:last-child) {
  margin-right: 9px;
  padding-right: 9px!important;
  background-color: unset;
  border-right: 0.9px solid rgba(255, 255, 255, 0.40)!important;
}

.lang_switcher_class:before {
  content: " ";
  background-image: unset;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
}

.globe_class:hover .lang_list_class {
  display: inline-flex!important;
}

.lang_list_class li a {
  text-transform: uppercase;
  font-size: 1.2em;
}

html[lang="it"] .meta .meta--menu ul>li:not(.metaLanguage):not(:last-child) a, html[lang="en"] .meta .meta--menu ul>li:not(.metaLanguage):not(:last-child) a {
  color: #565656;
}

.widget-module {
  position: relative;
}

a.filter-expand-link {
  position: absolute;
  top: 150%;
  left: 50%;
  text-transform: capitalize;
  font-weight: 800;
  -ms-flex: 1 0 auto;
  transform: translate(-50%, -50%);
  border: 1px solid #ddd!important;
  padding: .7em 2rem;
}

a.filter-expand-link:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: .5em;
  width: 3px;
  height: 12px;
  background: url(http://7532984.fs1.hubspotusercontent-na1.net/hubfs/7532984/TXT_May2020/Images/dots-v.svg) no-repeat 0;
}

.hs-blog-listing li.no-submenu.menu-item,
.hs-blog-post li.no-submenu.menu-item {
  color: #a1bace;
}

.hs-blog-listing ul.submenu.level-4 > .no-submenu,
.hs-blog-post ul.submenu.level-4 > .no-submenu {
  color: #1a558c;
}

.hs-blog-listing ul.submenu.level-3>li,
.hs-blog-post ul.submenu.level-3>li {
  flex: 2 1;
}

.hs-blog-listing ul.submenu.level-3>li:last-of-type,
.hs-blog-post ul.submenu.level-3>li {
  flex: 1 1;
}

.w-fit{
  width: fit-content;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&amp;display=swap');

@media only screen and (min-width:1440px) {
  .new-container {
    /*width: 75vw;*/
    /*Alessio Serresi ha chiesto di avere contenitore unico*/
    /*padding-left: 12.5vw!important;
    padding-right: 12.5vw!important;*/
  }
  #header-social-container.social-group {
    display: flex;
  }
}

@media screen and (min-width: 1200px){
  .new-container-big {
    width: 85vw;
  }
  .new-button,
  .footer__container form input[type="submit"] {
    width: fit-content;
    border-radius: 16px;
    height: 62px;
    padding: 16px 32px;
  }
  
  .new-button.new-button-small{
    padding: 16px 32px;
  }
}