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

img {
  max-width: 100%;
}
/* ******************************************************************************
*********************************************************************************
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 15px;
}
.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;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "lato regular";
  src: url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Regular.eot"), 
  url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Regular.woff") format("woff"),
   url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Regular.woff2") format("woff2"),
    url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "lato light";
  src: url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Light.eot"),
   url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Light.woff") format("woff"),
   url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Light.woff2") format("woff2"),
    url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "lato bold";
  src: url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Bold.eot"), 
  url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Bold.woff") format("woff"),
   url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Bold.woff2") format("woff2"),
    url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "lato black";
  src: url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Black.eot"),
   url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Black.woff") format("woff"),
    url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Black.woff2") format("woff2"),
     url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"),
   url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/glyphicons-halflings-regular.woff") format("woff"), 
    url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/glyphicons-halflings-regular.ttf") format("truetype");
}
@font-face {
  font-family: Font Awesome \35  Free;
  font-family: Font Awesome\ 5 Free;
  src: url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/fa-solid-900.eot") format("embedded-opentype"),
   url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/fa-solid-900.woff2") format("woff2"), 
   url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/fa-solid-900.woff") format("woff"),
    url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: Font Awesome \35  Brands;
  font-family: Font Awesome\ 5 Brands;
  src: url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/fa-brands-400.eot") format("embedded-opentype"),
   url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/fa-brands-400.woff2") format("woff2"),
    url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/fa-brands-400.woff") format("woff"),
     url("https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/EFM_April2020/Fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.42857143;
  background-color: #fff;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #6bb9b2;
  text-decoration: none;
}
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;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {

}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* 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;
}
/* ******************************************************************************
*********************************************************************************
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;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.42857143;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;

  text-decoration: none;
  font-family: lato regular;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  white-space: normal;
}

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

  color: #fff;
}

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


.hs-form label {
  font-size: 1em;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: 0;
  color: #ffffff!important;
}

.hs-input {
  display: inline-block;
  width: 100% !important;
  height: 58px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #33475b;
  background-color: #ffffff;
  border: none;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  height:auto!important;
  margin-bottom: 15px;
}
form input{
  display: inline-block;
  height: 58px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  height:auto!important;
  margin-bottom: 15px;
}

input#hs-pwd-widget-password {
  width: 100%;
}


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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

textarea.hs-input {
  height: auto;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(1em),calc(100% - 7px) calc(1em);
  background-size: 6px 6px,6px 7px;
  background-repeat: no-repeat;
  border: 1px solid #eceded;
  color: #4b5054;
  border-radius: 0;
  -webkit-appearance: none;
}

select:focus {
  outline: 0;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 10px) calc(1em),calc(100% - 6px) calc(1em);
  background-size: 5px 5px,5px 5px;
  background-repeat: no-repeat;
}

select::-ms-expand {
    display: none;
}

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

ul.inputs-list,
ul.inputs-list li.hs-form-radio,
ul.inputs-list li.hs-form-booleancheckbox,
.legal-consent-container .hs-form-booleancheckbox-display > span { margin-left: 0 !important; }


[type="radio"]:not(:checked),
[type="radio"]:checked,
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span,
[type="checkbox"]:not(:checked) + span,
[type="checkbox"]:checked + span {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  display: block;
  line-height: 20px;
}
[type="radio"]:not(:checked) + span:before,
[type="radio"]:checked + span:before,
[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
[type="radio"]:not(:checked) + span:before,
[type="radio"]:checked + span:before {
  border-radius: 100%;
}
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:after {
  content: '';
  background-color: #969696;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + span:after,
[type="checkbox"]:checked + span:after {
  content: '\2713\0020';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  font-size: 14px;
  line-height: 1;
  color: #969696;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
  text-align: center;
}
[type="radio"]:not(:checked) + span:after,
[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + span:after,
[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before,
[type="checkbox"]:disabled:not(:checked) + span:before,
[type="checkbox"]:disabled:checked + span:before {
  box-shadow: none;
}
[type="radio"]:disabled:checked + span:after,
[type="checkbox"]:disabled:checked + span:after {
  color: gray;
}
[type="radio"]:checked:focus + span:before,
[type="checkbox"]:disabled + span {
  color: gray;
}


/* 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: #000000;
}
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;
}
form#email-prefs-form h3 {
  color: #fff;
}
form#email-prefs-form {
  color: #fff;
}

.inputs-list {
  margin: 0 0 10px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.submitted-message { color: white !important; padding: 16px 0;}

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

.hs-form-required {
  color: #ffffff;
}

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

form .hs-richtext {
  color: #fff;
  font-size: 15px;
}

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

form .hs-button.primary {
  color: #fff;
  border-color: #fff;
  background-color: #6bb9b2;
}

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


.custom-menu-primary {
  line-height: 1.3;
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
  max-height: calc(100vh - 148px);
  overflow-y: auto;
}
.custom-menu-primary .navigation-primary > ul {
  margin: 0;
  width: 100%;
}
.custom-menu-primary .navigation-primary > ul > li{
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  min-height: 0;
  padding-left: 2.2em;
}
.custom-menu-primary .navigation-primary > ul > li:first-child > a{
  padding-left: 26px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Verdana,Arial,sans-serif;
  font-family: Font Awesome\ 5 Free, 'lato light' !important;
  line-height: 1;
  width: auto;
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 10.5px;
}
.custom-menu-primary .navigation-primary > ul > li > a{
  display: block;
  font-size: 1em;
  font-family: Verdana,Arial,sans-serif;
  padding: .5em .5em .5em .7em;
  padding-left: 0;
}
.custom-menu-primary .navigation-primary>ul ul {
  padding-right: 2em;
  padding-left: 17px;
}
.custom-menu-primary .navigation-primary>ul ul li{
  position: relative;
  display: block;
}
.custom-menu-primary .navigation-primary>ul ul li a{
  background-size: 20px;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 10px 15px;
  font-family: 'lato bold' !important;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 31px;
  padding-top: 0;
}

.custom-menu-primary .navigation-primary>ul ul li.ChiSiamo a,
.custom-menu-primary .navigation-primary>ul ul li.About a {
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_chi_siamo.png);
}
.custom-menu-primary .navigation-primary>ul ul li.Team a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_team.png);
}
.custom-menu-primary .navigation-primary>ul ul li.Certificazioni a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_governance_e_certificazioni.png);
}
.custom-menu-primary .navigation-primary>ul ul li.Brand a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_brand.png);
}
.custom-menu-primary .navigation-primary>ul ul li.WORK a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_work.png);
}
.custom-menu-primary .navigation-primary>ul ul li.Learn a,
.custom-menu-primary .navigation-primary>ul ul li.learn a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_learn.png);
}
.custom-menu-primary .navigation-primary>ul ul li.Health a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_health.png);
}
.custom-menu-primary .navigation-primary>ul ul li.SHOP a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_shop.png);
}

.custom-menu-primary .navigation-primary>ul ul li.PeoplePlace.Platform a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_platform.png);
}
.custom-menu-primary .navigation-primary>ul ul li.People a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_people.png);
}
.custom-menu-primary .navigation-primary>ul ul li.Place a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_place.png);
}
.custom-menu-primary .navigation-primary>ul ul li.Platform a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_platform2.png);
}

.custom-menu-primary .navigation-primary>ul ul li.Magazine a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_news.png);
}
.custom-menu-primary .navigation-primary>ul ul li.Eventi a{
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/efm_icon_eventi.png);
}

.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(2) .menu-arrow:before{
  color: #b5cc39 !important;
}
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3) .menu-arrow:before{
  color: #f08c1f !important;
}
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(4) .menu-arrow:before{
  color: #9a65a2 !important;
}
.custom-menu-primary .navigation-primary>ul>li:nth-child(5)>a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(5) .menu-arrow:before{
  color: #c81436 !important;
}
.custom-menu-primary .navigation-primary>ul>li:nth-child(6)>a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(6) .menu-arrow:before{
  color: #5d2c80 !important;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

@media (min-width: 768px){
  .header-wrapper.lp .header__container {
      justify-content: flex-start;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  background-color: #F8FAFC;
}
header.header {
  position: fixed;
  top: 0;
  z-index: 99999999;
  width: 100%;
}
.header-top-column {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  font-family: lato regular;
  cursor: pointer;
  font-size: 14px;
}

.header-top {
  padding-left: 37px;
  line-height: 30px;
  font-size: 14px;
  width: 100%;
  z-index: 9999;
  position: relative;
}
.header-top-column-right {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  text-align: right;
  padding-left: 37px;
  font-family: lato black;
}

.icona {
  width: 85%;
  float: left;
  text-align: right;
}

.icona i {
  padding-right: 8px;
}
.contact {
  text-align: right;
  float: left;
  width: 12%;
  position: absolute;
  right: 20px;
}

.contact a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'lato regular';
  border: 1px solid;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-style: normal;
}
.fab {
  font-family: Font Awesome\ 5 Brands;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free, 'lato light' !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
}
.fa-youtube:before {
  content: "\f167";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.header__container {
  opacity: 0.8;
  z-index: 999;
  width: 100%;
  height: 115px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 15px;
  border-bottom: 1px solid #cbcaca;
  max-width: 100% !important;
}
.header__logo a {
  margin: 8px auto;
}
.header-wrapper {
  min-height: 148px;
}
.header__column {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  order: 2;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */
.header__logo {
  position: relative;
  min-height: 1px;
  /*
  padding-right: 15px;
  padding-left: 15px;
  */
  display: flex;
  align-items: flex-start;
  flex-flow: column wrap;
  order:1;
  width: auto;
}

.header__logo img {
  max-width: 100%;
  max-height: 72px;
}
.header__logo .custom-logo2 img {
  max-height: 28px;
}
@media (min-width: 768px) {
  .header__logo {
    flex-flow: row wrap;
  }
  .header__logo img {
    max-height: 100px;
  }
  .header__logo .custom-logo2 img {
    margin-left: 16px;
  }
}

.header__logo--tablet {
  display: none;
}

.region-menu {
  width: 90%;
  float: left;
}

section.block-block {
  width: 100%;
}

.header-menu {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
}
.header-menu ul {
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 0px;
  margin-right: 0px;
  float: right;
  padding: 0;
}
.header-menu ul li {
  background-color: #fff;
  display: block;
  height: 30px;
  margin: 9px;
  float: left;
  font-family: lato regular;
}
.header-menu ul li a {
  color: #333;
  text-decoration: none;
  line-height: 30px;
  display: block;
  font-weight: bold;
  width: 100%;
  height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-family: lato regular;
}
.header-menu ul li a:hover{
  border-bottom: 1px solid;
}

.header-search-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .header-search-icon {
    margin: 10px 0;
    position: absolute;
    right: 30px;
  }
}


a.header-search-icon .fas.fa-search {
  font-size: 25px;
  color: #000;
  cursor: pointer;
}

.fa-search:before {
  content: "\f002";
}
.search-form {
  background: transparent;
  padding: 0;
  margin: 0;
}

/* Mobile Styles */

.header__navigation {
  position: fixed;
  right: 0;
  min-height: 100vh;
  background: #fff;
  z-index: 9999999;
  width: 18%;
  border-left: 1px solid #cbcaca;
  opacity: 0;
  font-family: lato regular;
  top: 148px;
  right: -100%;
  transition: all 1s ease-in;
  visibility: hidden;
}
.header--element.open {
  opacity: 1;
  right: 0;
  visibility: visible;
  transition: all 0.75s ease-out;
}
.header__navigation--toggle,
.header__close--toggle {
  position: relative;
  cursor: pointer;
}

.header__navigation--toggle.hide{
  display: none;
}

.header__navigation--toggle.open{
  display: block;
}

.header__navigation--toggle.open:after {
  display: block;
}

.header__navigation--toggle:after {
  display: none;
  position: absolute;
  left: 40px;
  top: -10px;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
}

.header__navigation--toggle {
  width: 30px;
  height: 30px;
  cursor: pointer;
  order: 3;
}
.header__navigation--toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 80%;
  background: #000 none repeat scroll 0% 0%;
  opacity: 1;
  right: 0px;
  transition: all 0.25s ease-in-out 0s;
  transform: rotate(0deg);
}

.header__navigation--toggle span:nth-child(1) {
  margin-top: 0px;
}

.header__navigation--toggle span:nth-child(2) {
  margin-top: 9px;
  margin-right: 0px;
}

.header__navigation--toggle span:nth-child(3) {
  margin-top: 18px;
}
.header__navigation--toggle.open span:nth-child(1) {
  transform: rotate(135deg);
  margin-top: 16px;
}

.header__navigation--toggle.open span:nth-child(2) {
  opacity: 0;
  right: -25px;
}

.header__navigation--toggle.open span:nth-child(3) {
  transform: rotate(-135deg);
  margin-top: 16px;
}

.header__close--toggle {
  display: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-size: 110%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 0;
}

.header__close--toggle.show {
  display: block;
}
.header-search {
  position: absolute;
  top: 30px;
  width: 220px;
  right: 10px;
  display:none;
}
.form-group {
  margin-bottom: 15px;
  margin-top: 10px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.btn-primary {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 2;
  margin-left: -1px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-search:before {
  content: "\e003";
}

.header-top-column {
  width: 41.66666667%;
  float: left;
}
.header-top-column-right {
  width: 58.33333333%;
  float: left;
}
.header-wrapper.lp {
  min-height: 118px;
}

@media (min-width: 992px){
 
  .header__column {
    width: 83.33333333%;
    float: left;
  }
  .header-menu {
    width: 83.33333333%;
  }
}

@media (max-width:1400px){
  .contact {
    float: right;
    width: auto;
    right: 0px;
  }
  .icona{
    width: calc(100% - 110px);
  }

}
@media (max-width:1250px){
  .header__navigation {
    width: 300px;
  }
}
@media (max-width:991px){
  .header__column{
    width: 82.333333%;
    float: left;
  }
  .region-menu {
    width: 88%;
    float: left;
  }

}
@media (max-width:830px){
  .region-menu {
    width: 86%;
  }
  .header__column {
    width: 80.333333%;
    float: left;
  }
}



@media (max-width:767px){
  .header-top-column {
    width: 100%;
  }
  .header__column {
    width: auto;
    float: right;
    margin-left: auto;
  }
  .header-top-column-right {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }

  .icona {
    text-align: left;
  }

  .contact i.pLogin {
    padding-right: 15px !important;
  }
  i.pLogin {
    padding-right: 0px !important;
  }
  .header-menu {
    display: none;
  }
}

@media (max-width:380px){
  .header__navigation{
    width: 290px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transpaent;
  padding-top: 5vh;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  background-color: #757576;
  color: #dbdbdb;
  text-align: center;
}
.footer__copyright p{
  padding-top: 1vh;
  padding-bottom: 15px;
  margin: 0;
  font-size: 15px;
}
.cm-footer-menu {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.cm-footer-menu {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}


.cm-footer-menu ul.submenu.level-1 {
  width: 100%;
  margin: 0;
}

.cm-footer-menu ul.submenu.level-1 > li {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 32px;
}
.cm-footer-menu ul.submenu.level-1 > li > a{
  font-family: 'Lato regular';
  font-size: 12px;
  padding-bottom: 15px;
  text-transform: uppercase;
  width:100%;
}
.cm-footer-menu ul.submenu.level-1>li label.menu-arrow {
  display: none;
}
.cm-footer-menu ul ul {
  display: block;
}
.cm-footer-menu .navigation-primary ul.submenu ul li{
  padding-top: 1vh;
  font-family: 'Lato regular';
  font-size: 12px;
}
.cm-footer-menu ul ul li a{
  font-family: 'Lato regular';
  display: inline-block !important;
  width: auto;
}
.cm-footer-menu .navigation-primary ul.submenu > li:last-child ul li:first-child {
  padding-top: 1vh;
  padding-bottom: 15px;
}
.footer-form {
  background-image: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/bk_form.png);
  background-color: rgba(107, 185, 178, 1.0) ;
  background-repeat: no-repeat;
  min-height: 645px;
  padding-top: 120px;
  background-position:0;
  background-position-x: 0px;
  background-position-y: center;
}
.footer-form-inner {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.footer-form-inner-wrap {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
section.block-webform {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

h2.block-form-title {
  font-family: 'lato bold';
  font-size: 30px;
  background: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/vivi.png);
  background-repeat: no-repeat !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 70px;
  background-position: 50% 0;
  background-repeat: repeat-x;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 54% !important;
  line-height: 1.1;
}
h2.block-form-title:before {
  content: "";
  display: block;
  background: url(https://6965287.fs1.hubspotusercontent-na1.net/hubfs/6965287/raw_assets/public/EFM_April2020/images/bk2.png);
  max-width: 400px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: repeat-x;
}
.footer-form-inner-wrap h3.form-title {
  display: none;
}
.footer-form-inner-wrap form {
  background-color: transparent;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.footer-form-inner-wrap .hs-button {
  display: block;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.footer-form-inner-wrap .grecaptcha-badge {
  margin: 7px;
  margin-left: 15px;
  display: inline-block;
  margin-top: 0;
}
.footer-form-inner-wrap .hs-form-field > label {
  display: none;
}

.footer-form-inner-wrap .hs-form-field.hs-fieldtype-radio > label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.42857143;
}
.footer-form-inner-wrap form fieldset {
  max-width: 100%;
}
.footer-form-inner-wrap form fieldset.form-columns-2 .hs-form-field,
.footer-form-inner-wrap form fieldset.form-columns-1 .hs-form-field {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-form-inner-wrap form fieldset.form-columns-2 .hs-form-field .input,
.footer-form-inner-wrap form fieldset.form-columns-1 .hs-form-field .input{
  margin-right: 0px;
}
.footer-form-inner-wrap ::placeholder {
  color: #999;
}
.footer-form-inner-wrap form fieldset.form-columns-2 .hs_funzione.hs-form-field {
  margin-bottom: 15px;
}
.footer-form-inner-wrap form .hs_message.hs-form-field textarea{
  margin:0;
}
.footer-form-inner-wrap .hs-fieldtype-radio

.footer-form-inner-wrap .hs-fieldtype-radio li.hs-form-radio {
  /* margin-bottom: 10px; */
  position: relative;
}

.footer-form-inner-wrap .hs-fieldtype-radio li.hs-form-radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block;
  max-width: 100%;
}

.footer-form-inner-wrap .hs-fieldtype-radio .hs-input[type=checkbox],
 .footer-form-inner-wrap .hs-fieldtype-radio .hs-input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
  width: auto !important;
  border: 0;
  box-shadow: none;
  line-height: 1.42857143;
}

.hs_funzione_altro {
  width: 100% !important;
}

.footer-form-inner-wrap .hs-fieldtype-radio li.hs-form-radio label span {
  line-height: 1.42857143;
}
.footer-form-inner-wrap form fieldset.form-columns-2 .hs-fieldtype-radio.hs-form-field {
  margin-bottom: 15px;
}
footer.footer.lp {
  padding: 0;
}


@media (min-width: 992px){
  .cm-footer-menu {
    width: 66.66666667%;
  }
  .cm-footer-menu ul.submenu.level-1 > li {
    float: left;
    width: 16.66666667%;
  }
  .footer-form-inner-wrap {
    width: 83.33333333%;
    float: left;
    margin-left: 8.33333333%;
  }
}

@media (max-width: 991px){
  .footer-form-inner-wrap form fieldset.form-columns-2 .hs-form-field, .footer-form-inner-wrap form fieldset.form-columns-1 .hs-form-field {
    width: 100%;
  }
  .cm-footer-menu ul.submenu.level-1>li{
    margin-bottom: 28px;
  }
  .cm-footer-menu ul.submenu.level-1>li{
    margin-bottom: 10px;
  }
  .cm-footer-menu ul.submenu.level-1>li:last-child{
    margin-bottom: 28px;
  }
  .cm-footer-menu ul.submenu.level-1>li:nth-child(2){
    margin-bottom: 37px;
  }
  .cm-footer-menu ul.submenu.level-1>li:nth-child(3){
    margin-bottom: 35px;
  }


}


@media (max-width: 767px){
  .footer__copyright p {
    padding-left: 10px;
    padding-right: 10px;
  }
  h2.block-form-title {
    width: 100% !important;
  }
}

@media (max-width: 479px){
  .footer-form-inner-wrap .hs-button{
    min-width: 250px;
    white-space: normal;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 5px;
    overflow: hidden;
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}
.blog-wrap {
  position: relative;
  min-height: 1px;
  padding: 15px  0;
}
.blog-sidebar {
  position: relative;
  min-height: 1px;
  padding: 15px;
}
@media (min-width: 992px){
  .blog-wrap {
    width: 58.33333333%;
    float: left;
  }
  .blog-sidebar {
    width: Calc( 41.66666667% - 32px );
    margin-left: 32px;
    float: left;
  }
}


/* blog */
.blog-wrap .post-item, .blog-wrap .post-content {
  display: block;
  margin: 16px auto 32px auto;
}
.blog-wrap .titolo, .blog-wrap .titolo a {
  font-family: lato bold;
  color: rgba(107, 185, 178, 1.0);
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
}
.blog-wrap .meta { display: inline-block; padding: 8px 0;}

.blog-wrap .item-meta:not(:last-of-type) {
  padding-right:4px;
  margin-right: 4px;
  border-right: 1px solid #ddd;
}
.blog-wrap .hs-featured-image-wrapper {
  display: block;
  width: 100%;
  float: none;
  margin: 16px auto;
}
.blog-wrap .no-card-post {
  position: relative;
  background-color: #ddd;
  padding-top: 56.25%;
}
.blog-wrap .no-card-post:before, .blog-wrap .no-card-post:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: white;
  opacity: .4;
  top: 50%;
  left: 25%;
  right: 25%;
  z-index: 1;
}
.blog-wrap .no-card-post:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blog-wrap .no-card-post:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.blog-wrap .hs-featured-image-wrapper  .hs-featured-image {
  float: none;
  max-width: 100%;
  margin: 0 auto;
}
.blog-wrap .abstract {
  padding: 8px 0;
}
.blog-wrap .readmore {
  display: block;
  text-align: right;
  margin: 16px 0;
}
.blog-wrap .readmore a {
  font-size: 20px;
  line-height: 120%;
}
.blog-wrap .social-wrap {
  margin: 32px -16px;
  display: inline-block;
}
.blog-wrap .social-wrap .social-wrap-link {
  margin: 16px;
}
.blog-wrap .social-wrap .social-wrap-link i {
  font-size: 20px;
  line-height: 120%;
}
.blog-wrap .social-wrap .social-wrap-link:hover i, .blog-wrap .social-wrap .social-wrap-link:focus i {
  transform: scale(150%);
}

.post-content h2 { 
  font-size: 26px;
}
.post-content h3 {
  font-size: 24px;
}
.post-content h4 {
  font-size: 20px;
}
.post-content h5 {
  font-size: 18px;
}

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

.banner {
  max-height: 490px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 149px;
}
.banner h1 {
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'lato bold';
  font-size: 44px;
  padding-top: 25px;
  border: 0;
  padding-bottom: 29px;
  line-height: 1.1;
  padding-left: 10px;
  padding-right: 10px;
}
.banner h2 {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  position: absolute;
  z-index: 999999;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 18px;
  font-family: 'lato light';
}
.blog-header {
  background-color: transpaent;
  text-align: center;
}
section.banner-bottom p {
  font-family: 'lato light';
  font-size: 20px;
  color: #686868;
  text-align: center;
  padding-top: 25px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
section.banner-bottom {
  background-color: #f9f9f9;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Paginate looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

ul.blog-pagination {
  text-align: center;
  padding: 0;
  list-style: none;
  margin: 20px 0;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}
ul.blog-pagination li {
  display: inline;
}
ul.blog-pagination li a{
  position: relative;
  padding: 6px 12px;
  margin-left: -4px;
  line-height: 1.42857143;
  color: #757576;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
ul.blog-pagination li a:hover{
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
ul.blog-pagination li a.active{
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #6bb9b2;
  border-color: #6bb9b2;
  border-radius: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Comments looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.blog-comments {
  margin-top: 20px;
}
.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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Sidebar looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transpaent;
  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: #494a52;
  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;
}
.recent_posts, .popular_posts {
  margin: 20px 0 40px 0;
}
.recent_posts .block ul,
.post_tag ul,
.popular_posts .block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.recent_posts .block .hs-postlisting-item, .popular_posts .block .hs-postlisting-item {
  display: flex;
  margin: 20px 0;
}
.recent_posts .block .hs-postlisting-item img, .popular_posts .block .hs-postlisting-item img {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  flex: 0 0 100px;
  margin-right: 20px;
}
.recent_posts .block .hs-postlisting-item .ie-image-wrap,
.popular_posts .block .hs-postlisting-item .ie-image-wrap {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recent_posts .block .hs-postlisting-item a, .popular_posts .block .hs-postlisting-item a {
  font-size: 20px;
  font-weight: 400;
  color: #6bb9b2;
}

.post_tag ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 16px -4px;
}
.post_tag ul li a {
  display: inline-block;
  margin: 8px 4px;
  padding: 6px 12px;
  background-color: white;
  border: 1px solid #ddd;
  color: #757576;
}
.post_tag ul li a:hover, .post_tag ul li a:focus {
  background-color: #6bb9b2;
  border: 1px solid #6bb9b2;
  color: white;

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1em;
  color: #4F7D24;
  padding: 6px 12px;
}

.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;
}