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











































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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

body {
  font-family: ;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.47;
}

p {
  margin-top: 0;
}

/* Anchor Links */
a {
  text-decoration: none !important;
}
a:hover, a:focus {
  text-decoration: none;
}

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

h1 {
  font-size: 2.1rem;

}

h2 {
  font-size: 1.6rem;

}

h3 {
  font-size: 1.25rem;

}

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

}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

img,
iframe{
  max-width: 100%;
}

ul,
ol {font-size:0.937rem;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
}

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}

.dnd-section>.row-fluid{
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 1024px){
  .dnd-section>.row-fluid,
  .content-wrapper{
    width: 85%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
  padding:20px;
}

h3.form-title{
  padding: 20px;
  margin-bottom:0px;
}

form h1,
form h2,
form h3,
form h4,
form h5,
form h6,
form a,
form a:hover{
  color: inherit;
}

.hs-button {
  letter-spacing: 0;
  border: 2px solid transparent;
  padding: 8px 15px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  align-self: flex-start;
  margin: 20px 0;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: rgba(255,255,255,0);
  color: #002e54;
  border-color: #002e54;
  border-radius: 2px;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

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


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #ff0000 !important;
}

.hs-input,
#hs-pwd-widget-password{
  display: block;
  width: 100%;
  color: #33475b;
  box-sizing: border-box;
  max-width: 100%;
  height: 40px;
  border: solid 1px #cecece;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  padding: 0 10px;
  margin-bottom: 10px;
}

input#hs-pwd-widget-password{
  height: 40px !important;

}

.hs-input,input#hs-pwd-widget-password {
  width: 100% !important;
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #858f96;
}

.hs-input::-webkit-input-placeholder {
  color: #858f96;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

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

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
/* cutsom css  */
.header-wrapper {
  background-color: rgba(255,255,255,1);
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  position: -webkit-sticky;
  position: fixed;
  width:100%;
  top: 0;
  z-index: 10;
  justify-content: center;
  box-shadow: 0 3px 4px 0 rgba(91, 105, 135, 0.16);
}

header.header {
  line-height: 1.15;
}

.header .page-center {
  margin-top: 5px;
  vertical-align: middle;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header-logo .hs-image-widget {
  width: 314px!important;
  margin: 9px 0 0 0;
}

.top-header{
  display: flex;
  justify-content: space-between;
  padding: 0 65px;
}

.hd-social-bar {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 80px;
}

.hd-social-bar ul {
  list-style: none;
  display: flex;
}

.hd-social-bar ul li img {
  height: 38px;
  width: 38px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  position: relative;
}

.hd-social-bar a.hs-button{
  background-color: #002e54;
  color: #fff;
  height: 38px;
  width: 170px;
  margin: 0px;
  margin-left: 80px;
  border-style: none;
  border-radius: 2px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  border: 2px solid transparent;
  padding: 8px 15px;
}

.hd-social-bar a.hs-button:hover{
  background-color: rgba(255,255,255,0);
  color: #002e54;
  border: 2px solid #002e54;
  border-radius: 2px;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.menu-trigger {
  position: absolute;
  right: 20px;
  top: 15px;
  display: none;
  cursor: pointer;
}

.line-1,.line-2,.line-3{
  width: 30px;
  height: 3px;
  background-color: #002e54;
  margin: 6px 0;
  transition: 0.4s;
}

.close .line-1 {
  -webkit-transform: rotate(-48deg) translate(-9px, 6px);
  transform: rotate(-48deg) translate(-9px, 6px);
}

.close .line-2 {opacity: 0;}

.close .line-3 {
  -webkit-transform: rotate(48deg) translate(-6px, -4px);
  transform: rotate(48deg) translate(-6px, -4px);
}

.child-trigger {
  display: none;
  color: #cccccc;
  position: absolute;
  top: 0;
  right: 37px;
  line-height: 50px;
  width: 30px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}

.child-trigger:before {
  content: '';
  border: solid #6c7377;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.child-trigger:before {
  border: solid #6c7377;
  font-size: 25px;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}


.header {
  background-color: transparent;
}

header.header ul {
  padding: 0;
  margin: 0;
}


.custom-menu-primary .submenu.level-1 {
  max-width: 1300px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 30px 65px 30px 65px;
  list-style: none;
}

.custom-menu-primary .submenu.level-1 > li > a {
  background-color: white;
  margin-right: 60px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6c7377;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 1px 6px;
  text-decoration: none;
}

.custom-menu-primary li .submenu.level-2 {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 11;
  list-style: none;
  padding: 20px 0 20px 37px;
  text-align: left;
  box-shadow: 0 3px 4px 0 rgba(91, 105, 135, 0.16);
  justify-content: space-between;
  min-width: 320px;
}

.custom-menu-primary li .submenu.level-2 li > a {
  display: flex;
  flex-direction: column;
  justify-self: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.31;
  letter-spacing: normal;
  color: #6c7377;
  cursor: pointer;
  margin: 8px 0 0 0;
  white-space: normal;
}


.submenu.level-1 > li:nth-child(2) > ul > li > a:first-child  {
  margin: 0;
}

.custom-menu-primary li:nth-child(2) .submenu.level-2{
  padding: 0;
}
.custom-menu-primary li:nth-child(2) .submenu.level-2 > li {
  display: inline-block;
  float: left;
  padding: 20px 0 20px 37px;
  text-align: left;
  margin-right: 37px; 
}

.custom-menu-primary li:nth-child(2) .submenu.level-2 > li:first-child{
  margin-right: 0; 
}

.submenu.level-1 > li:nth-child(3) > ul > li > a:first-child  {
  margin: 0;
}

.custom-menu-primary .submenu.level-3 {
  list-style: none;
  display:block;
}

.custom-menu-primary li:nth-child(3) .submenu.level-2{
  padding: 0;
}

.custom-menu-primary li:nth-child(3) .submenu.level-2 > li:first-child{
  margin-right: 0; 
}

.custom-menu-primary li:nth-child(3) .submenu.level-2 > li {
  display: inline-block;
  float: left;
  padding: 20px 0 20px 37px;
  text-align: left;
  max-width: 367px;
  margin-right: 37px;
}


.banner{
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  vertical-align: top;
  padding: 0;
  margin: 0 auto;
}
.banner_inner {
  background-color: rgba(0,46,84, 0.5);
  background-size: cover;
  background-position: center;
  width: 100%;
/*   max-height: 300px; */
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.banner_inner .page-center {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  /*   max-height: 300px; */
  display: flex;
  /*   flex-direction: column; */
  flex-wrap: wrap;
  justify-content: stretch;
}

.banner .banner_left {
  margin-left: 65px;
  margin-top: 42px;
  max-width: 400px;
  display: inline-block;
  color: #ffffff;
  margin-right: 12%;

}
.banner .banner_right {
  background-color: rgba(255,255,255,0.8);
  border-radius: 5px;
  max-width: 455px;
  padding: 20px;
  margin: 42px auto 20px 65px;
  width: 100%;

  align-self: self-start;

}

.banner .banner_left h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
  margin: 0.67em 0;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0;
  margin-top: 0;
}
.banner .banner_left p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: #ffffff;
}
.banner .banner_right h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  letter-spacing: -0.3px;
  color: #002e54;
      margin: 0.83em 0;

}
.banner .banner_right p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: #6c7377;
}
.banner_button_group {
  margin-top: 46px;
  margin-right: 0;
  float: right;
  position: relative;
}
.banner_button_group a.banner_btn {
  background-color: rgba(0,0,0,0);
  color: #002e54;
  min-width: 140px;
  margin-left: 30px;
  border: solid 2px #002e54;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
  line-height: 1.15;
  padding: 8px;
}
 
.banner_button_group a.banner_btn:hover{
  background-color: #002e54;
  color: #ffffff;
  border-color: #002e54;
  border-radius: 2px;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
.banner_button_group a.banner_btn.blue_btn,
.banner_button_group a.banner_btn.banner_btn-2 {
  background-color: #002e54;
  color: #ffffff;
}
.banner_button_group a.banner_btn.blue_btn:hover,
.banner_button_group a.banner_btn.banner_btn-2:hover {
  background-color: rgba(255,255,255,0);
  color: #002e54;
  border: 2px solid #002e54;
  border-radius: 2px;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.banner .banner_left * {
  color: #ffffff;
}

.header-wrapper.lp_header {
  padding-bottom: 10px;
}

@media(max-width:1275px){
  .custom-menu-primary .submenu.level-1 > li > a {
    margin-right: 35px  !important;
  }
}

@media(max-width:1200px){
  .banner .banner_left {
    margin-right: 8%;
  }
}

@media(max-width:1127px){
  .custom-menu-primary .submenu.level-1 > li > a {
    font-size: 14px;
    margin-right: 30px;
  }
  body .custom-menu-primary .submenu.level-2>li>a{
    font-size: 14px;
  }
  .banner .banner_left {
    margin-right: 5.3vw;
  }
}

@media(max-width:1310px) and (min-width: 1141px){
  .custom-menu-primary li .submenu.level-2 li>a {
    font-size: 12px;
  }
}

@media(max-width:1140px) and (min-width: 1021px){
  .custom-menu-primary li:nth-child(3) .submenu.level-2>li {
    padding: 20px 0 20px 20px;
    margin-right: 14px;
  }
  .custom-menu-primary li .submenu.level-2 li>a {
    font-size: 12px;
  }
}


@media(max-width:1100px) and (min-width: 1021px){
  .custom-menu-primary .submenu.level-1>li>a {
    font-size: 13px;
  }
}

@media(max-width:1100px) {
  .banner .banner_left {
    margin-right: 3.3vw;
  }
}

@media(max-width:1050px) {
  .banner .banner_left {
    margin-right: 0;
  }
}


@media (min-width: 1021px){
  .custom-menu-primary .submenu.level-1 li:hover .submenu.level-2 {
    display:block;
  }
}

@media screen and (max-width: 1024px){
  .banner {
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    vertical-align: top;
    padding: 0;
    margin: 0 auto;
    max-height: none;
  }
  .banner_inner {
    background-color: rgba(0,46,84, 0.5);
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 0 0 30px 0;
    display: flex;
    flex-direction: row;
    max-height: 3000px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner_inner .page-center {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 0;
    max-height: none;
  }
  .banner .banner_left {
    margin: 42px auto 0 auto;
    max-width: 400px;
    width: 100%;
    display: inline-block;
    color: #ffffff;
  }
  .banner .banner_right {
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    width: 415px;
    padding: 20px;
    margin: 42px auto 0 auto;
    width: 100%;
    max-width: 415px;

  }
}


@media(max-width:1020px){
  .header-logo {
    margin: auto;
  }
  .hd-social-bar{
    display:none;
  }

  .custom-menu-primary {
    display: none;
  }
  .custom-menu-primary .submenu.level-1 {
    display: block;
    background:#ffffff;
    flex-direction: column !important;
    align-items: stretch;
    margin: 0px !important;
    list-style: none;
    position: static;
    top: 100%;
    width: 100%;
    padding-top: 20px;
  }

  .custom-menu-primary .submenu.level-1 li{
    border-bottom: 1px solid #cccccc;
    position: relative;
  }
  .custom-menu-primary .submenu.level-1 li:last-child {
    border-bottom: 0 none;
  }
  .custom-menu-primary .submenu.level-1 > li > a{
    font-size: 16px;
    line-height: 2.31 !important;
    display:block !important;
    padding: 1px 15px !important;
  }

  .custom-menu-primary li .submenu.level-2 {
    width: 100% !important;
    padding: 0px 0 20px 15px !important;
    box-shadow: none !important;
    position: static !important;
  }

  .custom-menu-primary li:nth-child(2) .submenu.level-2 > li {
    display:block !important;
    padding: 0px !important;
    float:none !important;
  }

  .custom-menu-primary li:nth-child(3) .submenu.level-2 > li {
    display:block !important;
    padding: 0px !important;
    float: none !important;
  }

  .child-open .custom-menu-primary .submenu.level-3 {
    display:block;
  }

  .child-trigger {
    display: block;
  }

  .menu-trigger {
    position: absolute;
    right: 20px;
    top: 15px;
    display: inline-block;
    cursor: pointer;
  }

  .header-wrapper {
    position: -webkit-sticky;
    position: sticky !important;
    width:100%;
    padding-bottom: 10px;
  }

  .close.custom-menu-primary {
    display: block;
  }

}

@media(max-width:767px){
  .banner_inner{
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner_button_group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 46px;
    width: 100%;
  }
  .banner_button_group a.banner_btn {
    width: 30%;
    min-width: auto;
    margin: 0 8% 10px 0;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0;
    flex-grow: 1;
  }
  .banner .banner_right {
    padding: 20px 20px 10px;
    max-width: 100%;
    margin: 42px 30px 0 30px;
  }
}

@media(max-width:480px){
  .bottom-header {
    margin-top: 0;
  }
  .header-logo {
    margin-left: 0;
    margin: 0 auto;
  }

  .header-logo .hs-image-widget {
    height: auto;
    width: 200px !important;
  }
  .top-header {
    padding: 0 20px;
    display: block;
  }
  .menu-trigger {
    right: 20px;
    top: 5px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  text-align: center;
}

footer {
  line-height: 1.15;
  background-color:#002e54 !important;
}

footer ul{
  padding: 0;
  margin: 0;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

/* custom css  */
.top-footer {
  padding: 40px 65px 80px 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-img {
  padding: 0;
  flex: 1 0 33%;
  align-self: center;
}

.footer-img img {
  width: 250px;
  height: 75px;
  align-self: center;
}

.footer-text h5 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  margin-top: 0.83em;
  margin-bottom: 20px;
  padding: 0;
  flex: 1 0 33%;
  align-self: center;
}

.footer-text {
  flex: 1 0 33%;
}

.footer-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 80px;
  padding: 0;
}


.footer-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > ul {
  display: block;
}

.footer-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li > ul {
  display: block;
}

.footer-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul li  a {
  padding:0;
}


.footer-menu ul > li {
  width: 100%;
}

.footer-menu ul ul ul > li > a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width:100%;
  display:block;
}

.footer-menu ul > li > ul > li {
  width: 33.33%;
}

.hs-menu-item:hover a, .hs-menu-item:focus a {
  text-decoration: none;
  color: #ffffff;
}

.footer-menu .hs-menu-item.hs-menu-depth-3 {
  width: 100%;
}

.bottom-footer {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.copy-text p a {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  position: relative;
  z-index: 999999;
  
}

.copyright {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  position: relative;
  margin-left: 65px;
  display: inline-block;
}

.footer-social-bar ul {
  display: flex;
  list-style: none;
  margin-left: 80px;
  display: flex;
  align-items: center;
}

.copy-text {
  display: inline-block;
  align-items: center;
}

.footer-social-bar ul li {
  height: 38px;
  width: 38px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  position: relative;
}

.footer-social-bar ul {
  margin-left: 80px;
  display: flex;
  align-items: center;
  list-style: none;
}


.bottom-footer {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #002e54;
  display: flex;
  flex-direction: row;
  max-width: 1300px;
  width: 100%;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.copy-text p {
  margin-left: 65px;
  display: inline-block;
  align-items: center;
  margin-bottom: 0;
}


@media(max-width:1024px){
  .footer-img img {
    width: 175px;
    height: auto;
    align-self: center;
  }
}

@media(max-width:767px){
  .top-footer {
    padding: 40px 0px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .footer-text h5 {
    margin-top: 20px;
    padding: 0;
    flex: 1 0 100%;
    align-self: center;
  }

  .footer-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children>a {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 40px auto;
    margin: 40px auto 20px auto;
  }

  .footer-menu ul>li>ul>li {
    width: 100%;
    text-align: center;
  }
  .footer-menu ul ul ul>li>a {
    line-height: 1.88; 
  }

  .copyright {
    display: flex;
    order: 2;
  }
  .copy-text {
    display: flex;
    align-items: center;
    order: 3;
  }

  .footer-social-bar {
    display: flex;
    order: 1;
  }
  .copy-text p {
    margin-left: 0;
    display: block;
    text-align: left;
    align-items: center;
  }
  .bottom-footer {
    flex-direction: column;
    background-color: #002747;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .copy-text {
    display: flex;
    order: 3;
    align-self: start;
    margin-left: 35px;
  }
  .footer-social-bar {
    display: flex;
    order: 1;
    position: relative;
    margin: 20px auto;
  }
  .footer-social-bar ul li {
    margin: 0;
  }

  .footer-social-bar ul {
    margin-left: 0px;
  }
  .copyright {
    display: flex;
    order: 2;
    margin: 10px auto;
    width: 80%;
    text-align: center;
    justify-content: center;
  }
  .copy-text p {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .copy-text {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    justify-content: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
/* Martina added Montserrat font and changed color font 08112024*/
.custom-date{
	text-transform:none;
}

.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.custom-banner {
  display: none !important;
}

.hs-blog-listing .content-wrapper,
.hs-blog-post .content-wrapper {
  box-shadow: none;
  background: transparent;
  max-width: 1300px;
}

.hs-blog-listing .content-wrapper,
.hs-blog-post .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0 auto;
  width: 100%;
}

.blog-index {
  position: relative;
  max-width: 865px;
  background-color: #ffffff;
  width: 100% !important;
  margin-left: 0 !important;
  border: 0;
  font-family: inherit;
  padding-bottom: 0;
}

.blog-sidebar {
  position: relative;
  max-width: 435px;
  width: 33% !important;
  background-color: #f9f9f9;
  height: auto;
  margin-left: 0 !important;
  float: left !important;
  padding: 0 !important;
}
/* Added by migrations */
.blog-index__post.post-item a.author-link,.blog-index__post.post-item a.tag-link {
  color:#336699;
 
}
.post-item {
  margin-left: 65px;
  margin-right: 30px;
}

.post-item-inner {
  display: flex;
  flex-direction: column;
}

.post-header h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002e54;
  margin: 16px 0 0 0;
  padding: 0;
}

.post-header h2 a {
  color: #002e54;
  font-family: inherit;
  text-decoration: none !important;
}

#hubspot-author_data {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #336699;
  margin: 5px 0 24px 0;
  padding: 0;
  text-transform: uppercase;
}

#hubspot-author_data > span {
  display: inline-block;
}

#hubspot-topic_data {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #336699;
  margin: 40px 0 0 0;
  padding: 0;
  text-transform: uppercase;
}

.hs-featured-image-wrapper {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.post-item .post-body {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #6c7377;
  margin: 16px 0 0 0;
}

.post-item .post-body p {
  font-family: inherit;
  margin-bottom: 0;
}

.read_more {
  margin: 1em 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002e54;
}

.read_more a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002e54;
}

.read_more a:hover, .read_more a:focus {
  color: #002e54;
  text-decoration: none;
}

.grey_line {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  max-width: 835px;
}

.blog-pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 835px;
  width: 100%;
}

.blog-pagination > div {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 9.18px;
  color: #002e54;
  align-items: center;
  display: flex;
  justify-content: center;
}

.blog-pagination a {
  color: inherit;
  font-family: inherit;
  text-decoration: none !important;
  outline: 0 !important;
}

.blog-pagination .blog-pagination-left,
.blog-pagination .blog-pagination-right {
  justify-content: center;
  background-color: rgba(145, 185, 208, 0.2);
  height: 170px;
  width: 40px;
  font-size: 28px;
  color: #002e54;
}

.blog-pagination .blog-pagination-center {
  display: flex;
  flex-direction: row;
}

.blog-pagination .blog-pagination-left:hover a,
.blog-pagination .blog-pagination-right:hover a {
  color: #336699;
}

.blog-pagination .blog-pagination-left a,
.blog-pagination .blog-pagination-right a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.blog-pagination .blog-pagination-center a {
  margin: 62px 15px;
}

.blog-pagination a.active {
  color: #336699;
}

.blog-pagination .blog-pagination-center a:hover,
.blog-pagination .blog-pagination-center a:focus {
  color: #336699;
}

.blog-sidebar-search {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 32px 65px 40px 50px;
}

.search-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002e54;
  margin: 0.83em 0;
}

.blog-sidebar-search form {
  padding: 0;
  max-width: 100%;
  width: 100%;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.blog-sidebar-search .hs-search-field__input {
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #cccccc;
  max-width: 320px;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding-left: 12px;
  padding-right: 36px;
}

.blog-sidebar-search .hs-search-field__input:focus {
  color: #6699CC;
  background-color: #ffffff;
  border-color: #6699CC;
  outline: 0;
  box-shadow: 0 0 3px 1px #01386a;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.blog-sidebar-search button {
  position: absolute;
  margin-right: 12px;
  z-index: 1;
  background-color: transparent;
  outline: 0;
  border: 0;
  padding: 0;
  font: inherit;
}

.blog-sidebar-search button img {
  width: 24px;
  height: 24px;
}

.blog-sidebar-search button svg {
  display: none !important;
}

.blog-sidebar-popular-posts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 65px 0 50px;
}

.blog-sidebar-popular-posts h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002e54;
  margin: 40px 65px 40px 50px;
}

.custom-popular-post1 {
  width: 100%;
  max-width: 320px;
  min-height: 130px;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(91, 105, 135, 0.16);
  background-color: #ffffff;
  margin: 0 0 8px 0;
  display: flex;
  flex-direction: row;
}

.hs-pop-post-featured-image-wrapper {
  width: 80px;
  min-height: 130px;
  border-radius: 5px 0 0 5px;
  background-size: cover;
  background-position: center;
}

.preview_text {
  width: 0;
  flex-grow: 1;
  margin-right: 10px;
  display: inline-block;
  font-family: 'Montserrat',sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #6c7377;
  margin-left: 12px;
  padding-top: 12px;
}

.custom-popular-post1 .date {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #858f96;
  margin-top: 8px;
  margin-bottom: 8px;
}

.custom-popular-post1 .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002e54;
  margin-top: 0px;
}

.custom-popular-post1 .title a {
  text-decoration: none;
  color: #002e54;
  font-family: inherit;
}

.custom-popular-post1 .title a:hover,
.custom-popular-post1 .title a:focus {
  text-decoration: none;
  color: #002e54;
}

.blog-sidebar-newsletter-form {
  background-color: #002e54;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.newsletter-title {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
}

.newsletter-title img {
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
  margin: 40px 16px 0 50px;
}

.newsletter-title p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 40px 65px 0 0;
}

#subscribe_text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #336699;
  margin: 2px 65px 16px 50px;
}

.sidebar-newsletter-form h3.form-title {
  display: none !important;
}

.sidebar-newsletter-form form {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}

.sidebar-newsletter-form .hs-form-field {
  margin: 0;
}

.sidebar-newsletter-form .hs-form-field > label {
  display: none !important;
}

.sidebar-newsletter-form .input {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sidebar-newsletter-form input[type=email] {
  max-width: 314px;
  height: 42px;
  border-radius: 5px;
  border: solid 1px #cecece;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #858f96;
  margin-left: 50px;
  margin-right: 65px;
  padding: 0 10px;
  margin-bottom: 0;
  width: auto !important;
}

.sidebar-newsletter-form input[type=email]:focus {
  color: #6699CC;
  background-color: #ffffff;
  border-color: #6699CC;
  outline: 0;
  box-shadow: 0 0 3px 1px #01386a;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.sidebar-newsletter-form input[type=email]::placeholder {
  color: rgb(117, 117, 117);
  opacity: 1;
}

.sidebar-newsletter-form .hs-fieldtype-booleancheckbox ul.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.sidebar-newsletter-form .hs-fieldtype-booleancheckbox ul.inputs-list > li {
  line-height: inherit;
}

.sidebar-newsletter-form .hs-fieldtype-booleancheckbox .hs-input[type=checkbox] {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 12px 8px 0 50px;
  padding: 0;
}

.sidebar-newsletter-form .hs-fieldtype-booleancheckbox .hs-input[type=checkbox] + span {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #ffffff;
  margin: 12px 65px 40px 0;
}

.sidebar-newsletter-form .inputs-list label > input,
.sidebar-newsletter-form .inputs-list label > span {
  vertical-align: inherit;
}

.sidebar-newsletter-form .hs-fieldtype-booleancheckbox ul.inputs-list > li > label {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  margin-bottom: 0;
}

.sidebar-newsletter-form .hs-button {
  width: 170px;
  height: 44px;
  border-radius: 2px;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #002e54;
  align-self: flex-start;
  margin: 0 0 40px 50px;
  padding: 1px 6px;
  border: 2px solid rgb(118, 118, 118);
  appearance: button;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  white-space: normal;
}

.sidebar-newsletter-form .hs-button:hover,
.sidebar-newsletter-form .hs-button:focus {
  background-color: #002e54;
  color: #ffffff;
  border: 0 solid #002e54;
  border-radius: 2px;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.sidebar-newsletter-form .hs-error-msgs {
  list-style: none;
  padding: 0 !important;
  max-width: 320px;
  margin: 10px auto;
  display: block;
}

.sidebar-newsletter-form .hs-error-msgs li {
  line-height: inherit;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}

.banner.blog-banner .banner_left h1 {
  line-height: 1.15;
  text-transform: uppercase;
}

.banner.blog-banner .banner_left {
  padding-bottom: 40px;
}

.banner .banner_left p {
  margin-top: 15px;
  font-family: Montserrat !important;
}

/* hs blog post */

.hs-blog-post .custom-blog-post-top-content .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.breadcrumb-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 27px 65px 0px 65px;
}

.theme {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #336699;
  margin: 40px 0 0 0;
  padding: 0;
}

.breadcrumb-row h3 {
  display: inline-block;
  margin: 0;
}

.breadcrumb-row h3 a {
  font-family: inherit;
}

.breadcrumb-row #blue_theme {
  color: #002e54;
}

.theme a {
  text-decoration: none;
  color: #336699;
  font-family: inherit;
}

.theme a:hover, .theme a:focus {
  text-decoration: none;
  color: #336699;
}

.share {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6c7377;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.share h3 {
  font-size: 1.17em;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  line-height: inherit;
  color: #6c7377;
}

.post-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002e54;
  margin: 16px 65px 8px 65px;
}

.hs-blog-post #hubspot-author_data {
  margin: 0 65px 16px 65px;
}

.blog-post {
  margin-left: 65px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: none !important;
}

/* Martina added a custom underline to the font for blog posts only 08112024
.blog-post a {
 text-decoration: underline !important;
}*/

.post-featured-image {
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  margin-bottom: 16px;
  height: 350px;
  max-width: 770px;
  max-height: none;
}

.grey_line_long {
  max-width: 1300px;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e0e0e0;
}

.blog-post__body p {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
}


.custom-taber .tabber-tabs li {
  display: inline-block;
  margin-left: 65px;
  padding: 0;
  font-size: 16px;
}

.custom-taber .tabber-tabs {
  list-style: none;
}

.custom-taber .tabber-tabs li a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6c7377;
}

.custom-taber .tabber-tabs li a:hover {
  padding-bottom: 10px;
  border-bottom: 2px solid #002e54;
  width: auto;
  color: #002e54;
}

.custom-taber .tabber-tabs li.active a {
  padding-bottom: 10px;
  border-bottom: 2px solid #002e54;
  width: auto;
  color: #002e54;
}

.tabber-content {
  display: flex;
  flex-direction: row;
  margin: 40px 30px 16px 65px;
  align-items: center;
}

.tabber-content > div {
  width: 100%;
}

.cm-tab-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.author-img-link {
  text-decoration: none !important;
  outline: 0 !important;
}

.abh_image {
  background-size: cover;
  margin-right: 24px;
  height: 88px;
  width: 88px;
  border-radius: 50%;
}

.abh_text .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002e54;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.abh_text .name a {
  color: #002e54;
  text-decoration: none;
  font-family: inherit;
}

.abh_text .name a:hover,
.abh_text .name a:focus {
  color: #002e54;
  text-decoration: none;
}

.author-bio {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #6c7377;
  padding: 0;
  margin: 16px 30px 62px 65px;
  margin-left: 0;
  margin-right: 0;
}

.abh_description {
  margin: 0 30px 80px 65px;
  margin-left: 0;
  margin-right: 0;
}

.abh_description.note ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.abh_description ul li {
  display: flex;
  flex-direction: row;
  line-height: inherit;
  font-size: 16px;
}

.abh_description ul li .lat_art {
  margin-right: 16px;
}

.abh_description ul li .author-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002e54;
  padding: 0;
  margin: 16px 0 0 0;
}

.abh_description ul li .author-title a {
  text-decoration: none;
  color: #002e54;
  font-family: inherit;
}

.abh_description ul li .author-title a:hover {
  text-decoration: none;
  color: #002e54;
}

.author-date {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #336699;
  padding: 0;
  margin: 0;
}

.ade-ct {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002e54;
  margin-top: 10px;
  margin-bottom: 0.83em;
}

.blog-comments {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 40px 30px 0 65px;
  margin-bottom: 94px;
}

.blog-comments form {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}

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

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

.blog-comments .hs-form-field {
  margin-bottom: 17px;
}

.blog-comments .hs-form-field > label {
  display: none;
}

.blog-comments .hs-input {
  padding: 0 13px;
  border-radius: 5px;
  border: solid 1px #cecece;
  background-color: #ffffff;
  font-family: 'Montserrat',sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #858f96;
  display: flex;
  flex-direction: column;
  height: 42px;
  max-width: none;
  margin-bottom: 0;
  margin: 6px 0 6px;
}

.blog-comments textarea.hs-input {
  height: 189px;
}

.blog-comments .hs-input:focus {
  color: #6699CC;
  background-color: #ffffff;
  border-color: #6699CC;
  outline: 0;
  box-shadow: 0 0 3px 1px #01386a;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.blog-comments .hs-button {
  background-color: #002e54;
  color: #ffffff;
  height: 38px;
  width: 170px;
  margin-left: 80px;
  border-style: none;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0;
  align-self: flex-end;
  margin-top: 40px;
  max-width: none;
  margin-bottom: 0;
  padding: 1px 6px;
}

.blog-comments .hs-button:hover,
.blog-comments .hs-button:focus {
  background-color: rgba(255,255,255,0);
  color: #002e54;
  border: 2px solid #002e54;
  border-radius: 2px;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  outline: 0;
}

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

.blog-comments .hs-richtext h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002e54!important;
  margin-bottom: 40px;
}

.blog-comments .hs-richtext {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
  color: inherit;
}

.blog-comments input.hs-input.error {
  border-color: #cecece;
}

.blog-comments input.hs-input.error:focus {
  border-color: #6699CC;
}
.blog-comments form p {
  color:#002e54;
  font-size: 22px;
}

/* media query */

@media (max-width:1100px) and (min-width:1025px){
  .blog-index {
    width: 75% !important;
  }
}

@media (max-width:1024px) {
  .hs-blog-listing .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
  }

  .blog-index {
    float: left;
    position: relative;
    width: 100% !important;
    background-color: #ffffff;
    margin: 0 auto !important;
    max-width: 865px;
  }

  .hs-featured-image-wrapper {
    background-size: cover;
    background-position: center;
    height: 250px;
    width: 100%;
  }

  .post-item {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }

  .post-listing {
    width: 100%;
  }

  .grey_line {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #e0e0e0;
  }

  .blog-sidebar {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    width: 100% !important;
    margin: 0 auto !important;
    background-color: #f9f9f9;
    max-width: none;
  }

  .blog-sidebar-popular-posts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 40px 10%;
    padding-right: 0;
  }

  .blog-sidebar-popular-posts h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #002e54;
    margin: 0 0 40px 0;
  }

  .custom-popular-post1 {
    width: 80%;
    max-width: none;
    min-height: 130px;
    border-radius: 5px;
    box-shadow: 0 3px 4px 0 rgba(91, 105, 135, 0.16);
    background-color: #ffffff;
    margin: 0 0 8px 0;
    display: flex;
    flex-direction: row;
  }

  .preview_text {
    display: inline-block;
    margin-left: 16px;
    margin-right: 10px;
    margin-top: 8;
    width: 0;
    flex-grow: 1;
  }

  .custom-popular-post1 .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #002e54;
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .custom-popular-post1 .date {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #858f96;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .custom-blog-content-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
  }

  .blog-pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 835px;
    width: 100%;
    margin: 0 auto;
  }

  .blog-pagination .blog-pagination-center {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }

  .blog-sidebar-newsletter-form {
    width: 100%;
  }

  .newsletter-title {
    width: 100%;
  }

  #subscribe_text {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #336699;
    margin: 2px 65px 16px 65px;
  }

  .sidebar-newsletter-form input[type=email] {
    max-width: none;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #cecece;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #858f96;
    margin: 0 65px;
    padding: 0 10px;
  }

  .sidebar-newsletter-form .input {
    width: 100%;
  }

  .sidebar-newsletter-form .hs-fieldtype-booleancheckbox .hs-input[type=checkbox] {
    margin: 12px 8px 0 65px;
  }

  .sidebar-newsletter-form .hs-button {
    margin: 0 auto 40px 65px;
  }

  .newsletter-title img {
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    margin: 40px 16px 0 65px;
  }

  .blog-sidebar-search {
    margin: 32px auto 40px auto;
    width: 82.5%;
  }

  .blog-sidebar-search form {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }

  .blog-sidebar-search .hs-search-field__input {
    max-width: none;
  }

  .blog-pagination .blog-pagination-center a {
    margin: 62px 5px;
  }

  .hs-blog-post .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
  }

  .blog-post {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }

  .tabber-content {
    margin: 40px 30px 16px 30px;
  }

  .custom-taber .tabber-tabs li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }

  .abh_description.note {
    margin-left: 33px;
    margin-right: 33px;
  }

  .ade-ct {
    margin-left: 33px;
    margin-right: 33px;
  }

  .blog-comments {
    margin: 40px auto 94px auto;
    padding: 0;
    width: 80%;
  }

  .blog-banner .banner-hor-space {
    width: 455px;
    padding: 20px;
    margin: 42px auto 0 auto;
  }

  .blog-banner .banner_inner {
/*     padding-left: 0;
    padding-right: 0; */
  }
}


@media (max-width: 767px) {
  .post-item .post-body p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    color: #000;
    margin: 0;
  }

  .blog-pagination .blog-pagination-left,
  .blog-pagination .blog-pagination-right {
    height: 170px;
    width: 30px;
  }

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

  .blog-pagination .blog-pagination-center a {
    margin: 62px 2px;
  }

  .blog-pagination > div {
    font-size: 16px;
  }

  .preview_text {
    margin: 10px auto;
    width: 100%;
    padding: 0;
    padding-left: 10px;
  }

  .blog-sidebar-search {
    margin: 32px auto 40px auto;
    width: 85%;
  }

  .newsletter-title img {
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    margin: 40px 16px 0 30px;
  }

  .newsletter-title h2 {
    margin: 40px 30px 0 0;
  }

  #subscribe_text {
    margin: 2px 30px 16px 30px;
  }

  .sidebar-newsletter-form input[type=email] {
    max-width: 320px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .sidebar-newsletter-form .hs-fieldtype-booleancheckbox .hs-input[type=checkbox] {
    margin: 12px 8px 0 30px;
  }

  .sidebar-newsletter-form .hs-fieldtype-booleancheckbox .hs-input[type=checkbox]+span {
    margin: 12px 30px 40px 0;
  }

  .sidebar-newsletter-form .hs-button {
    margin: 0 30px 40px 30px;
  }

  .breadcrumb-row {
    margin: 27px 30px 0px 30px;
  }

  .share {
    display: none;
  }

  .post-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #002e54;
    margin: 13px 30px 8px 30px;
  }

  .hs-blog-post #hubspot-author_data {
    margin: 0 30px 16px 30px;
  }

  .blog-comments .hs-button {
    margin: 40px 30px 0 30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding: 1vw 1vw;
    letter-spacing: 0;
    display: inline;
    border-style: none;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }

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

  .blog-post__body p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
  }

  .blog-banner .banner_left {
    margin: 42px 30px 0 30px;
    max-width: 400px;
    width: 100%;
    display: inline-block;
    color: #ffffff;
  }

  .blog-banner .banner_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 430px;
    overflow: hidden;
    overflow-x: auto;
  }
}

/*gianpiero added class citazione 11122020*/

.citazione{
    box-sizing: border-box;
    width: 100%;
    display: table;
    margin: 0 0 20px;
    border-style: solid;
    background: #e4f0f5;
    border-collapse: separate;
    border-color: #275477;
    clear: left;
    padding: 12px 22px 12px 12px;
    border-width: 0 0 0 5px;
    color: #000;
}

.citazione strong {color: #369 !important}

/*Martina 13/11/2024 - aggiunto css per link in citazione*/

.citazione a strong {
color:#0D6EFD !important;
}
.citazioneb{
    box-sizing: border-box;
    width: 100%;
    display: table;
    margin: 0 0 20px;
    border-style: solid;
    background: #ebeff3;
    border-collapse: separate;
    border-color: #354452;
    clear: left;
    padding: 12px 12px 12px 22px;
    border-width: 0 5px 0 0px;
    color: #333;
}

.citazioneb strong {color: #354452 !important}

/*11122020 gianpiero added cta-disclaimer classes for blog post*/

.ctaa{
    box-sizing: border-box;
    width: 100%;
    display: table;
    background: #092f53;
    border-collapse: separate;
    clear: left;
    padding: 15px;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: normal !important;
    border-width: 0 0 0 0px;
    color: #FFF;
  }

.cta-convegno{
    box-sizing: border-box;
    width: 100%;
    display: table;
    background: #092f53;
    border-collapse: separate;
    clear: left;
    padding: 15px;
   font-size: 16px !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: normal !important;
    border-width: 0 0 0 0px;
    color: #FFF;
  }

.cta-infografica{
    box-sizing: border-box;
    width: 100%;
    display: table;
    background: #092f53;
    border-collapse: separate;
    clear: left;
    padding: 15px;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: normal !important;
    border-width: 0 0 0 0px;
    color: #FFF;
  }

.cta-webinar{
    box-sizing: border-box;
    width: 100%;
    display: table;
    background: #092f53;
    border-collapse: separate;
    clear: left;
    padding: 15px;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: normal !important;
    border-width: 0 0 0 0px;
    color: #FFF;
  }

.cta-percorso{
    box-sizing: border-box;
    width: 100%;
    display: table;
    background: #092f53;
    border-collapse: separate;
    clear: left;
    padding: 15px;
   font-size: 16px !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: normal !important;
  line-height: normal !important;
    border-width: 0 0 0 0px;
    color: #FFF;
  }

.cta-report{
    box-sizing: border-box;
    width: 100%;
    display: table;
    background: #092f53;
    border-collapse: separate;
    clear: left;
    padding: 15px;
   font-size: 16px !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: normal !important;
    border-width: 0 0 0 0px;
    color: #FFF;
  }

.cta-video{
    box-sizing: border-box;
    width: 100%;
    display: table;
    background: #092f53;
    border-collapse: separate;
    clear: left;
   padding: 15px;
   font-size: 16px !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: normal !important;
    border-width: 0 0 0 0px;
    color: #FFF;
  }

/*fine classi cta*/

/*gianpiero added classe virgolettato for quotes 11122020*/

.virgolettato {
     font-size: 18px;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: .5em 10px;
  padding: 0 10px;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
  text-align: justify
}

.virgolettato:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}

.virgolettato em{
  margin:0;
  text-align: right;
  font-size: 1em;
  font-style: italic;
}



.sidebar-title {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
}

.sidebar-title p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #002e54;
  margin: 0px 65px 0 0;
}
/* ******************************************************************************
*********************************************************************************
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;
}
.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;
}

.error-page a.hs-button {
  background: #002e54;
  color: #fff;
}

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

.systems-page {
  padding: 3rem 0;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}