/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A400%2C800%2C600%2C700%2C600italic%2C300&ver=1562677977');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url("https://use.typekit.net/kwk3ozs.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* ========================================================================== Structure ========================================================================== */

/* The outer wrappers of your website */
body{
  margin: 0;
  padding: 0;
}

img {
  height: auto;
}

.header-container-wrapper, 
.body-container-wrapper {
  min-height: 100%;
} 
.body-container-wrapper p {
    font-size: 1.25rem;
    font-weight: 300;
}
.body-container-wrapper li {
    font-size: 1.25rem;
    font-weight: 300;
}
.header-outer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
  float:none;
}

.widget-span.main-menu {
  float:right;
  -webkit-transition: padding 400ms ease;
  /* transition: padding 400ms ease; */
  position: relative;
  width: 70%;
}
.span10.widget-span.widget-type-custom_widget {
  width: auto;
  margin-right: 50px;
}

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
} 

p {
  margin-bottom: 10px!important;
  margin-block-start: 0em;
  margin-block-end: 0em;
  
}

body {
  background: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #212529;
  line-height: 30px;
}
sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight:600;
  line-height: 1.4em;
  margin:20px 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 40px;
  line-height: 1;
}

h2 {
  font-size: 36px;
  line-height: 1.1;
}
h3 {
  font-size: 30px;
  line-height: 1;
}
h4 {
  font-size: 22px;
  line-height: 1.3;
}
h5 {
  font-size: 22px;
  font-weight: 400;
}
h6 {
  font-size: 18px;
}

/* Anchor Links */
a {
  color: #e10722;
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  color: #FF4441;
}

/* Lists */
ul, ol {
  margin-bottom: 20px;
  padding-left: 10px;
  margin-left: 8px;
}

p ul {
  margin-left: 20px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  margin: 0 0 30px;
  color: #e10722;
  padding-left: 23px;
  position: relative;
  font-weight: 700;
  border-left: 2px solid #e10722;
}
blockquote p {}
blockquote small {}

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

figure {
  margin-right:0;
  margin-left:0;
}

/* ========================================================================== Content ========================================================================== */
.body-container-wrapper {}
.body-container {
  line-height: 1.7em;
}
.green-policy-area p {
  line-height: 2.143em;
  margin: 0 0 30px;
}
.g-p-gallery {
  margin: 0 -15px 20px;
}
.g-p-gallery::before,
.g-p-gallery::after {
  content: "";
  clear: both;
  display: block;
}
.g-p-gallery-item {
  display: block;
  float: left;
  margin: 0 0 30px;
  text-align: center;
  width: 50%;
}
.g-p-gallery-icon {
  display: block;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
}
.g-p-gallery-icon img {
  width: 100%;
  padding: 0 15px;
  vertical-align: middle;
}

.widget-type-follow_me {
  display: block;
  margin: 0 auto;
  width: 120px;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

.widget-span.logo img {
  height: 77px;
  padding-top: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-size: 11px;
}

.widget-span.main-menu {
  width: 100%;
}

.span9.widget-span.widget-type-custom_widget {
  width: auto;
}

.widget-span.main-menu {
  width: auto;
}

/* Styles that do not fit into any of the available sections above can go here. */
#back-to-top {
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 10;
  -webkit-transform: translate3d(150%, 0, 0);
  transform: translate3d(150%, 0, 0);
  -webkit-transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  font-size: 24px;
  color: #6e7177;
  font-family: "Inter", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Commented out by HubSpot Support on 1/19/2021
* #back-to-top::before {
content: "\e607";
} End of changes */

#back-to-top.show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.red {
  border: solid 5px #e10722;
  padding: 30px 30px 0px 30px;
  margin-top: 20px;
}
/* ========================================================================== Header End ========================================================================== */
.simple-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
  height:100vh!important;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  margin-top:-60px;
}


.simple-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent url(https://6067228.fs1.hubspotusercontent-na1.net/hubfs/6067228/Banner/grid.png) repeat;
  transform: translateZ(0);
  background-color: rgba(0,0,0,0.55);
}
.banner-content {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
  line-height: 80px;
}
.banner-content h1 {
  font-family: "Inter", sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 0.300em;
}
.banner-content span {
  display: inline-block;
  font-size: 72px;
  font-weight: 600;
  text-align: left;
}
.banner-content h4 {
  margin-bottom: 0.400em;
}

/* =============== LANDING PAGES =============== */

.lp-image {
  width: 100%;
  margin-bottom: 20px;
}

.gray-background {
  background-color: #f3f3f2;
  padding: 30px;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

.form-columns-1.hs_mn_upload_related_files {
  margin-bottom: 50px!important;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e10722;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  margin: 5px 0 15px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px;
  display: block;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="search"]{
  -webkit-appearance: none;   
  -moz-appearance: none; 
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}


/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {
  margin-top: 6px;
}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 0;
}
.hs-error-msgs label {
  color:#f00;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form-22b30dc9-b4a6-4dc8-9477-469b6d2b7376_2d6f7cdf-8f21-4a6b-82a1-2b59f5fd98b4 fieldset {
  max-width: 100%!important;
}

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {
  max-width: 100%;
}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
  font-family: "Inter", sans-serif;
}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 30px!important;
  line-height: 1.5em;
}

.legal-consent-container .hs-richtext {
  font-size: 12px;
  line-height: 1.5em;
}

/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* =============== All Global Buttons (Excluding CTAs) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  display: inline-block;
  padding: 17.6px  44px;
  margin:20px 0 0 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 0.8em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e10722;
  border-radius: 50px;
  border-style: none;
  text-transform: uppercase;
  text-decoration: none;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  text-decoration: none;
  background-color: #464646;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
}

.span2.widget-span.widget-type-custom_widget.hs-button.primary.large {
  display: inline-block;  
  padding: 14.3px  25.3px;
  margin: 25px 10px 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 0.8em;
  color: #fff!important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e10722;
  border-radius: 50px;
  border-style: none;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.span2.widget-span.widget-type-custom_widget.hs-button.primary.large:hover {
  background-color: #454545;
}

.span2.widget-span.widget-type-custom_widget.hs-button.primary.large a {
  color: white;
}
@media(max-width:1200px){
  .simple-banner {
    margin-top:-30px;
  }
}

@media (max-width: 959px) {
  .banner-content {
    max-width: 720px;
  }
}

@media (min-width:768px){
  .custom-form{
    width:50%!important;
  }	

  .mobile {
    display: none!important;
  }
}

@media (max-width: 767px){
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 34px;
  }
  .custom-form{
    width:100%!important;
  }
  .g-p-gallery-item {
    width: 100%;
  }
  .g-p-gallery {
    margin-bottom: 50px;
  }
  .g-p-gallery-item:nth-child(3n) {
    margin-top: 30px;
  }

  .menu-close-btn,
  .menu-close-btn:hover {
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .mobile-menu.custom-menu-primary{
    padding: 45px 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    line-height:35px;
  }
  .post-item .hs-featured-image-wrapper {
    width: 100% !important;
    clear: both;
  }
  .post-item .hs-featured-image-wrapper img {
    float: none !important;
    width: 100% !important;
    max-width: unset !important;
    max-height: unset !important;
    margin: 0 auto !important;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 auto;
    max-width: 100px;
  }
  .hs-blog-listing .hs-author-profile {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .hs-author-profile .hs-author-avatar {
    margin: 0 auto 20px;
    float: none
  }
  .hs-author-profile .hs-author-bio {
    width: 100%
  }
  h2.hs-author-name {
    text-align: center;
  }
  .post-body p img {
    width: 100% !important;
    margin: 10px 0 !important;
  }
  .banner-content {
    max-width: 95%;
  }
  .banner-content h1 {
    font-size: 28px;
    font-weight: 400;
  }
  .banner-content h4 {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.8;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    font-size: 16px;
    font-family: "Inter", sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 14px;
  }

  .banner-content span {
    font-size: 50px;
    line-height: 1.2em;
  }

}


/* =============== 479px =============== */

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
  .subscribe-options label span {
    font-size: 12px;
  }
  .showroom a.menu-close-btn {
    visibility: hidden;
  }

}

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-content {
    margin:0;
  }
}


/*--------- FLYOUT MENU - END -------------*/


.footer-container-wrapper {
    max-width: 100%;
}

footer a,
footer a:link {
 color: #cccdcf !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
 list-style: none;
 margin: 0;
}


.f-links-area-col2 .hs-menu-depth-2 svg,
.f-links-area-col3 li svg {
  fill: #E9ECEF!important;
  width: 8px!important;
  margin-right: 12px;
  display: inline;
}

.span4.widget-span.widget-type-custom_widget.social-footer-icon {
    margin: 0;
    margin-top: 0px;
}

a svg {
  fill: #adb5bd;
  width: 14px;
  margin-right: 5px;
}

.social-footer svg {
    width: 30px !important;
}

rect {
  fill: transparent!important;
}

path {
  fill: #adb5bd!important;
}

path:hover {
  fill: white!important;
}

#facebook rect:hover {
    fill: #3b5998 !important;
}

#linkedin rect:hover {
  fill: #0177b5!important;
}

#youtube rect:hover {
  fill: #c4302b!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
 display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
 content: " ";
 display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
 content: " ";
 display: table;
 clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
 float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
 display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
 position: relative;
 padding-right:15px;
 height:50px;
 
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:after {
 font-family:'FontAwesome';
content:"\f078"; 
top:-40px;
position:relative
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover:after {
color:#fff
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 visibility: hidden;
 opacity: 0;
 -webkit-transition: opacity 0.4s;
 position: absolute;
 z-index: 10;
 background:#000;
 left: 0;
}


.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
 display: block;
 white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
 left: 100%;
 top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
 opacity: 1;
 visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
 margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
 position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
 margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
 position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
 display: block;
 visibility: visible;
 opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:hover {
 color:#ff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
 content: " ";
 display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
 content: " ";
 display: table;
 clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
 float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
 display: inline-block;
}

/* Vertical Menu
 ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
 width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
 list-style: none;
 margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
 display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
 margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
 width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
 position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 display: none;
 opacity: 0;
 -webkit-transition: opacity 0.4s;
 z-index: 10;
 left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
 display: block;
 white-space: normal;
 text-indent: -20px;
 margin-left: 20px;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 left: 100%;
 top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper
{
 display: block;
 opacity: 1;
 visibility: visible;
}

.social-footer-icon {
    width: 30px !important;
    float: right !important;
}

.social-footer img {
    width: 38px;
}

.social-footer h6 {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.social-footer p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
}

.social-text {
  width: auto!important;
}

.social-text a:link {
  color: #cccdcf!important;
}

.social-text a:hover,
.social-text a:visited {
  color: white!important;
}

.logo-social {
    width: 38px!important;
    margin-right: 10px;
}


.number-box {
    min-height: 134px !important;
}


.f-links-area-col2 {
  width: 19%!important;
}

.f-links-area-col3 ul {
    padding-left: 0;
}

.f-links-area-col3 a,
.f-links-area-col3 a:link {
  color: #cccdcf!important;
}

.f-links-area-col3 a:hover{
  color: white!important;
}

.contact-footer {
    text-align: right;
}

.contact-footer a,
.contact-footer a:link {
    color: #adb5bd!important;
}

.contact-footer a:hover{
  color: #7F8184!important;
}


@media (max-width: 767px) {
  
 .hs-menu-wrapper, .hs-menu-wrapper * {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 width: 100%;
 }
 .hs-menu-wrapper.hs-menu-flow-horizontal ul {
 list-style: none;
 margin: 0;
 display: block;
 }
 .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
 display: block;
 }
 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
 float: none;
 }
 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
 .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
 display: block;
 }
  
  .row-fluid .span2 {
    margin-top: 70px;
  }

 /* Stacking Horizontal Nav for Mobile */
 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 visibility: visible !important;
 opacity: 1 !important;
 position: static !important;
 }
 .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
 padding: 0;
 }
 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
 white-space: normal;
 }

 /* Stacking Vertical Nav for Mobile */
 .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 position: static;
 opacity: 1;
 visibility: visible;
 }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
 visibility: visible;
 opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 display: block;
 visibility: visible;
 opacity: 1;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{	
	-webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover a{
	color:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
	-webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
	padding:8px 16px;
	min-width:124px;
	
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
	background-color:#802528;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
	color:#fff !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
	background:#000000;
	padding:8px 16px;
	width: 100%;
	text-align: left;
}
.custom-menu-primary .hs-menu-wrapper>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
	color:#ffffff;
	font-weight:700
}
.custom-menu-primary .hs-menu-wrapper>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
	color:#fff;
	font-weight:700
}
.hs-item-has-children .child-trigger i{
	font-family:'FontAwesome';
	content:'\f107';
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 876px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  
  
  .custom-menu-primary {
    float: right !important;
    text-align: right;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 25px;
  }

  
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 22.5px;
    font-size: 20px;
    font-size: 2rem;
    color: #222;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
    background: #1e1e20;
	  color:#fff;
  }  
  

}
/*--------- FLYOUT MENU - END -------------*/


address {
    font-style: normal;
}

.f-logo-info-area {
  background: url(https://6067228.fs1.hubspotusercontent-na1.net/hubfs/6067228/Immagini/world-map.png)no-repeat bottom center;
  background-size: 100%;
}

.f-logo-info-area a {
  color: #e9ecef;
}

.f-logo-info-area a:hover {
  color: white;
}

.green-policy-area p {
  line-height: 2.143em;
  margin: 0 0 30px;
}
.top-footer-area h4 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1.4em;
  margin:0 0 0.75em 0;
  color:#fff;
}

.top-footer-area h4 a:link {
  color:#cccdcf;
}

.title-col3-4 h4 {
    font-size: 28px;
    font-weight: 700;
    color: #E9ECEF;
  margin-bottom: 0;
}

.footer-group {
  background-color: #343A40;
  border-top: 5px solid rgb(82, 87, 93);
}
.top-footer-area {
  padding:70px 15%;
  color: #e9ecef;
  font-size:16px;
}

.row-fluid .span3 {
  width: 20%;
}

.widget-span.f-logo-info-area,
.widget-span.f-contact-area {
  margin:0;
  padding:0 5% 0 0;
  width:24%;
}

.widget-span.f-links-area,
.widget-span.green-policy-area {
  width: 15%;
}

.f-logo-info-area p {
  line-height: 1.7rem;
  margin:0 0 30px;
}
.f-logo-info-area img {
  margin:0 0 20px;
  width:100%;
}
.f-contact-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.f-contact-area ul > li {
  margin: 0 0 10px;
}
.f-contact-area ul > li::before {
  font-family: FontAwesome;
  margin-right: 10px;
}

.f-links-col2 ul {
    padding-left: 2px!important;
}

.f-links-col2 ul svg {
  width: 12px!important;
  margin-right: 10px;
  display: inline;
}

.f-links-col2 ul svg path {
  fill: #f8f9fa!important;
  display: inline;
}
.f-links-area-col2 .f-links-col2 .hs-menu-depth-1 a {
    font-size: 16px;
    font-weight: 700;
    color: #f8f9fa!important;
}



.f-links-area-col2 .f-links-col2 .hs-menu-depth-2 a,
.f-links-area-col3 .f-links-col3 .hs-menu-depth-1 a {
  font-weight: 400;
  color: #cccdcf!important;
}

.f-links-area-col2 .f-links-col2 .hs-menu-depth-2 a:hover {
  color: white!important;
}

.f-links-area-col3 .f-links-col3 a:hover {
  color: white!important;
}


.contact-user::before {
  content: '\f007';
}
.contact-address::before {
  content: '\f015';
}
.contact-phone::before {
  content: '\f095';
}
.contact-fax::before {
  content: '\f1ac';
}
.f-contact-area ul > li.contact-email::before {
  content: '\f0e0';
  margin-right: 6px;
}
.f-contact-area ul > li a {
  color: #a0a0a0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.f-links .hs-menu-wrapper > ul > li {
  margin: 0 0 10px;
}
.f-links .hs-menu-wrapper > ul > li a {
  display: inline;
  color: #a0a0a0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.f-links-area-col2 {
    margin-left: 0!important;
}

.copyRight-area {
  padding: 2.5rem 15%;
  background-color: #2A2E33;
  color: #797C7F;
}
.copyRight-area p {
  width: 100%;
  margin:0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.text-col3-4 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
  color: #cccdcf;
}

p.footer-link-row {
    margin: 0 !important;
}

.footer-link-row a {
  color:#adb5bd;
  border-bottom: 1px dotted #adb5bd;
}

.footer-link-row a:hover {
  color:#adb5bd;
}

.widget-type-follow_me {
  float: right!important;
}


@media (max-width: 1600px) {
  .top-footer-area {
    padding: 70px 8%;
}
  
  .copyRight-area {
    padding: 2.5rem 8%;
  }
  
  .f-links-area-col2 {
    width: 19%!important;
  }
  
  .f-links-area-col3 {
    width: 20%!important;
  }
  
  .f-links-area.numbers {
    width: 14%;
}

@media (max-width: 1200px) {
  .widget-span.f-logo-info-area,
  .widget-span.f-contact-area,
  .widget-span.f-links-area,
  .widget-span.green-policy-area {
    width: 50.0%;
  }
  .top-footer-area .widget-span:nth-child(2n+1) {
    clear: both;
  }
  .top-footer-area {
    padding:70px 3%;
  }
  .widget-span.f-links-area h4,
  .widget-span.green-policy-area h4,
  .top-footer-area h4 {
    margin: 0 0 0.75em 0;
  }
  .f-logo-info-area img {
    padding: 0 1px;
  }
}

@media (max-width: 1130px) {

  .f-logo-info-area p,
  .f-links .hs-menu-wrapper > ul,
  .green-policy-area p {
    margin: 0 0 60px;
  }
  .copyRight-area p {
    width: 100%;
    text-align: center;
    line-height: 31px;
  }
}
@media (max-width: 880px) {
  .f-logo-info-area img {
    padding:0;
    width: 65%;
  }
}

@media (max-width: 767px) {
  .widget-span.f-logo-info-area,
  .widget-span.f-contact-area,
  .widget-span.f-links-area,
  .widget-span.green-policy-area {
    width:100%;
    text-align:left;
  }
  
  .f-links-area-col2,
  .f-links-area-col3 {
    width: 100%!important;
  }
  
  .f-links-area.numbers {
    width: 50%!important;
    float: left;
    clear: unset !important;
}
  
  .social-text {
    width: 50vw !important;
}
  
  .span12.widget-span.widget-type-cell.social-footer {
    margin: 0 auto!important;
    display: block!important;
    width: 90px!important;
}
  
  .copyRight-area p {
    line-height: 30px;
  }
  .copyRight-area {
    padding-bottom: 21px;
  }
  
  .contact-footer {
    text-align: center;
}
  
  .top-footer-area .widget-span:nth-child(2n+1) {
    float: left;
  }
}