*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

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

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

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

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
  
    header.header { 
      max-height: 120px; 
    }   
  
    main#main-content {
      padding-top: 80px;
   }
  
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

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

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 15px;
}


.dnd-section .dnd-column {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }

}
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}



body {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */


img {
  height: auto;
  max-width: 100%;
}
p {
  margin: 0 0 10px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}



/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
}
h1 {
line-height: 1.3em;
}
h2,
h3,
h4,
h5 {
line-height: 1.4em;
}

h6 {
line-height: 1.6em;
}
/* Lists */

ul,
ol {
  margin: 0 0 10px;
  padding-left:20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #e62d3c !important;
  padding-left: 15px;
  quotes: "" "";
  padding: 0px 0 0px 20px;
  margin-bottom: 24px;
  line-height: 1.75;
  letter-spacing: normal;
  margin: 0 0 24px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.2rem;
}

.widget-type-form ,
.hs-search-module form  {
  padding: 30px 30px 10px ;
  margin-top: 0px ;
  margin-bottom: 0px ;
  border-top: 3px solid;
  box-shadow: rgba(0,0,0,0.15) 0px 8px 12px 0px;
  border-radius: 10px;
}


/* Labels */

form label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  line-height: normal;
  border: 1px solid;
  max-width: 100%;
  width: 100%;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  outline:0;
}

form textarea {
  min-height: 192px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.125em;
  font-style: italic;
  font-weight: 400;
}
.hs_error_rollup label {
    color: #FF0000;
}

.hs-input.invalid.error {
  border-color: #c02b0a;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  font-size: 1rem;
  line-height: 20px;
  border-style: solid ;
  align-self: flex-end;
  margin-bottom: 8px;
  display: inline-block;
  white-space: normal;
}

.hs-search-module form .hs-button, 
.hs-search-module form input[type=submit] {
  margin-top: 1.2rem;
}

@media(max-width: 767px) {
.widget-type-form ,
.hs-search-module form { 
    margin-bottom: 30px;
  }
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  background-color: rgb(0, 0, 0,0.5);
  position: absolute;
  width: 100%;
  top:0;
  min-height: 135px;
  padding-top: 5px;
  z-index: 1;
}

header.header .content-wrapper {
  position: relative;
  padding: 0;
  min-height: 0;
}

.header-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-left: -15px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.header-col {
  flex: 1 1 auto;
  padding-top: 0px;
  padding-left: 15px;
}

.header-col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 14 ;
}

.custom-header-logo {
  display: block;
  max-width: 100%;
}

.custom-header-logo img {
  display: block;
  max-width: 100%;
}



.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  z-index: 9;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  flex: 0 1 auto;
  cursor: pointer;
  margin: 0 15px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  letter-spacing: normal;
  line-height: 1.75;
  font-size: 1rem;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: none;
  letter-spacing: initial;
  text-transform: uppercase;
  line-height: 2em;
  white-space: nowrap;
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  margin-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
  transition: height .3s,opacity .3s,transform .3s;
  background-color: currentColor;
  box-sizing: border-box;
  display: inline-block;
  border-color: inherit;
  pointer-events: none;
  position: absolute;
  font-weight: 100;
  width: 100%;
  content: "";
  opacity: 0;
  height: 1px;
  left: 0;
  top: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  transition: height .3s,opacity .3s,transform .3s;
  background-color: currentColor;
  box-sizing: border-box;
  display: inline-block;
  border-color: inherit;
  pointer-events: none;
  position: absolute;
  font-weight: 100;
  content: "";
  opacity: 0;
  height: 1px;
  transform: translate(-50%, -10px);
  width: 50%;
  top: 105%;
  left: 50%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  color: #ea1a2c;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
  opacity: 0;

}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
  opacity: 1;
  transform: translate(-50%, -5px);
  height: 4px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a  .tve-disabled-text-inner{
  flex: 1 1 auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a .header-dropdown-trigger {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a span svg {
  width: 1em;
  height: 1em;
  transition: transform .2s ease;
  fill: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  left: 0;
  box-shadow: 0 0 9px 1px rgba(0,0,0,.15);
  background-color: #fff;
  padding: 0;
  position: absolute;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  z-index: 4;
  display: block;
  visibility: hidden;
  top: -100000px;
  min-width: fit-content;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover ul {
  top: 100%;
  visibility: visible;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
  font-family: Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: normal;
  margin-top: 0px;
  max-width: 100%;
  padding: 0;
  display: block;
  position: relative;
  font-weight: normal;
  color: #ea1a2c;
  min-width: fit-content;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  font-family: Arial,sans-serif;
  font-weight: inherit;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 2em;
  color: #ea1a2c ;
  box-shadow: none;
  letter-spacing: initial;
  padding: 2px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:before {
  transition: height .3s,opacity .3s,transform .3s;
  background-color: currentColor;
  box-sizing: border-box;
  display: inline-block;
  border-color: inherit;
  pointer-events: none;
  position: absolute;
  font-weight: 100;
  width: 100%;
  content: "";
  opacity: 0;
  height: 1px;
  left: 0;
  top: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:after {
  transition: height .3s,opacity .3s,transform .3s;
  background-color: currentColor;
  box-sizing: border-box;
  display: inline-block;
  border-color: inherit;
  pointer-events: none;
  position: absolute;
  font-weight: 100;
  width: 100%;
  content: "";
  opacity: 0;
  height: 1px;
  left: 0;
  top: 0;
  transform: translate(-50%, -10px);
  width: 50%;
  top: 105%;
  left: 50%;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:hover a:after {
  transform: translate(-50%, -5px);
  height: 4px;
  opacity: 1;
}

.request_quote {
  display: table ;
  max-width: 100%;
  padding: 0;
  opacity: 1;
  visibility: visible ;
  margin: 20px auto;
  position: relative;
  right: 8px;
}

.lp-header .request_quote {
  display: table;
  margin: 20px auto;
  max-width: 100%;
  opacity: 1;
  padding: 0;
  position: relative;
  right: 8px;
  visibility: visible;
  min-height: 47px;
}

.request_quote a {
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  font-size: 18px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 1px solid #ea1a2c;
  background-image: linear-gradient(#ea1c2d, #ea1a2c);
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
  letter-spacing: 2px;
  color: #fff;
  padding: 12px 5.5px;
}

.request_quote a:focus {
  color: #fff;
}

.request_quote a .cta-btn-wrap {
  display: block;
  -webkit-flex: 1 !important;
  position: relative !important;
  z-index: 1 !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.request_quote a:after {
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  background-color: rgba(0, 0, 0, 0);
  background-attachment: scroll;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}

.request_quote a:hover {
  background-image: linear-gradient(#fff,#fff) ;
  background-size: auto ;
  background-attachment: scroll ;
  border: 1px solid #fff ;
  background-position: 50% 50% ;
  background-repeat: no-repeat no-repeat ;
  color: #fff;
}
.request_quote a:hover:after {
  transform: scaleX(1) ;
}
.request_quote a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.popup-form-wrap {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999992;
  padding: 10px;
  display: block;
  transform: translateY(-170%); 
  transition: all .5s ease-out;
}

.popup-form-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #000;
  filter: alpha(opacity=80) \9;
  transition: opacity .3s ease-out;
  height: 1089.09px;
  min-height: 493px;
  z-index: -1;
}

.popup-open .popup-form-inner {
  opacity:0.8;
  z-index: 1;
}

.popup-form {
  margin: auto ;
  text-align: left;
  overflow: visible;
  padding: 15px;
  width: 100%;
  box-sizing: border-box ;
  border-radius: 6px;
  position: relative;
  top: 40px;
  max-width: 803px;
  transition: all .5s ease-out;
}
.popup-open .popup-form-wrap {
  transform: translateY(0px);

}
.popup-form .widget-type-form {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.popup-form fieldset.form-columns-2 input[type=email],
.popup-form fieldset.form-columns-2  input[type=tel],
.popup-form fieldset.form-columns-2 input[type=text],
.popup-form fieldset.form-columns-2 select {
  width: 90%;
}


.popup-open .popup-form-wrap {
  overflow: hidden;
  display: block;
}

.popup-open .popup-form {
  transform: translateY(0px);
  transition: all .5s ease-out;
}
.popup-form .widget-type-form {
  background-color: #fff;
}

.popup-form h3 {
  margin-bottom: 10px ;
  letter-spacing: normal;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 10px;
  font-size: 34px;
  line-height: 1.4em;
  text-align: center;
}

.popup-form form input[type=text],
.popup-form form input[type=email],
.popup-form form input[type=password], 
.popup-form form input[type=tel], 
.popup-form form input[type=number], 
.popup-form form input[type=file],
.popup-form form select, form textarea {
  border-radius: 3px;
}


.popup_close_icon {
  z-index: 99;
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  transition: .1s;
  border-radius: 22px;
}
.popup_close_icon:hover {
  transform: scale(1.1);
  color: #fff;
}
.child-trigger {
  display: none;
}

form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
  width: 100% !important;
}
@media (min-width: 300px) {
  .header-col-inner {
    justify-content: center;
  }
  .header-col1 {
    max-width: 28.7992%;
  }
  .header-col2 {
    max-width: 48.5%;
  }
  .header-col3 {
    max-width: 19.1%;
  }
  .header-col4 {
    max-width: 3.6%;
  }
  .header-col1 .header-col-inner {
    margin-right: 2px;
    margin-left: -20px;
  }
  .header-col2 .header-col-inner {
    padding-right: 0px ;
  }

  .custom-header-logo {
    float: none;
    z-index: 3;
    position: relative;
    width: 500px ;
    margin: 0px auto 0px -20px ;
    padding-left: 0px ;
  }

  .hamburger-wrapper {
    float: none;
    z-index: 3;
    position: relative;
    margin: 0px auto ;
  }

}

@media (max-width: 1023px) and (min-width: 768px) {
  .header-col {
    flex: 1 1 auto ;
  }
  .hamburger-trigger {
    display: block;
    width: 100%;
    color: #333;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    z-index: 9 ;
    box-sizing: border-box;
  }
}

@media (min-width:1024px) {
  .hamburger-trigger {
    display: none;
  }
}

@media (max-width: 1300px) and (min-width: 1024px) { 
  .custom-header-logo img {
    max-width: 250px;
  }

  .custom-header-logo {
    width: 200px;
    margin-right: 0;
  }

  .header-inner {
    margin-left: 0;
  }

  .header-col1 .header-col-inner {
    align-items: center;
  }
}

@media (max-width:1023px) {
  header.header {
    background-color: rgb(0, 0, 0);
  }
  .lp-header .request_quote {
    min-height: 39.59px;
  }
  .header-inner {
    padding-left: 20px ;
    padding-right: 20px ;
    flex-wrap: nowrap ;
    margin-left: 0;
  }

  .header-col1 {
    max-width: 36.1978%;
  }

  .custom-header-logo {
    margin-left: 0;
    padding-left: 0px ;
  }

  .header-col2 {
    max-width: 9.3%;
  }
  .header-inner {
    padding-left: 20px ;
    padding-right: 20px ;
    flex-wrap: nowrap ;
  }

  .header-col1 {
    max-width: 36.1978%;
  }

  .header-col3 {
    max-width: 49.6%;
  }

  .request_quote {
    right: 24px;
  }


  .hamburger-trigger {
    display: block;
    width: 100%;
    color: #333;
  }

  .cs-icon {
    text-align: center;
    line-height: 0;
    box-sizing: content-box;
    margin: 0 auto ;
    padding: 0.3em ;
    font-size: 33px;
    width: 33px;
    height: 33px;
  }

  .cs-icon svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    box-sizing: content-box;
    transform: rotate 0deg);
    color: #ea1c2d;
  }


  .hamburger-icon-close {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: left .2s ease;
    left: 100%;
    transform: none;
  }

  .show-menu .hamburger-icon-close {
    transform: none;
    left: 20vw;
  }


  .custom-menu-primary .hs-menu-wrapper>ul {
    background-color: rgb(255, 255, 255);
    top: 0;
    height: 100vh;
    width: 80vw;
    padding: 60px;
    position: fixed;
    transition: left .2s ease;
    overflow-y: auto;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 9px 1px rgb(0 0 0 / 15%);
    display: block !important;
    transition: left .2s ease;
    left: calc(100% + 4px);

  }

  .show-menu .custom-menu-primary .hs-menu-wrapper>ul {
    left: 20vw;
  }
  .custom-menu-primary .hs-menu-wrapper>ul:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: normal;
    font-weight: 400;
    box-sizing: border-box;
    text-align: center;
    flex: 0 1 auto;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    position: relative;
    color: #000;
    padding: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .custom-menu-primary .hs-menu-wrapper>ul >li {
    padding-top: 20px;
    padding-bottom: 20px ;
    background-position: 50% 50% ;
    background-repeat: no-repeat no-repeat ;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) ;
    background-size: auto ;
    background-attachment: scroll ;
    margin: 0 ;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li>a {
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: none;
    letter-spacing: initial;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 2em;
    background-image: none;
    line-height: 18.2px;
    color: #000 !important;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #ea1a2c !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {

    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    background-color: #fff !important;
    border: 1px solid #b4b4b4 !important;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    z-index: 13;
    display: none ;
    display: none ;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    box-sizing: border-box;
    text-align: center;
    max-width: 100%;
    display: block;
    position: relative;
    background-color: #fafafa !important;
    box-shadow: none;
    color: #000000 !important;
    padding: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-tap-highlight-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 2em;
    color: #ea1a2c !important;
    box-shadow: none;
    letter-spacing: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 2em;
    background-image: none;
    display: block;
    white-space: normal;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a .header-dropdown-trigger {
    position: absolute;
    top: 0;
    right: 0.8rem;
    bottom: 0;
    height: 100% ;
    transition: transform .2s ease;
    transform: rotate(0deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a .header-dropdown-trigger svg {

    fill: #000 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a .header-dropdown-trigger svg {
    fill: #ea1c2d !important;
  }

  .show-menu .custom-menu-primary .hs-menu-wrapper>ul>li>a .header-dropdown-trigger {
    transform: rotate(180deg);
  }




  .show-menu .header-col3 {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .hamburger-wrapper {
    position: absolute;
    right: 20px;
  }

  .header-col2 .header-col-inner {
    position: static;
  }

  .header-col.header-col3 > div {
    display: block;
    text-align: right;
  }

  .header-col-inner .request_quote {
    display: inline-block;
    position: relative;
    right: 50px;
  }
  .header-col.header-col1 > div {
    z-index: 1;
  }
  .child-trigger {
    align-items: center;
    display: flex;flex: 0 0 auto;
    justify-content: center;
    margin-left: 8px;
    bottom: 0;height: 100%;
    position: absolute;
    right: 0.8rem;top: 0;
    transform: rotate(0deg);
    transition: transform .2s ease;
  }

  .child-trigger.child-open {
    transform: rotate(180deg);
  }

  .child-trigger svg {
    fill: #fff;
    height: 1em;
    transition: transform .2s ease;
    width: 1em;
    fill: #000!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover a .child-trigger svg {
    fill: #ea1a2c !important;
  }
  .show-menu .custom-menu-primary .hs-menu-wrapper>ul>li>a .header-dropdown-trigger,
  .show-menu .custom-menu-primary .hs-menu-wrapper>ul>li>a .header-dropdown-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover ul {
    display: none;
  }

}

@media (max-width: 767px) {
  .lp-header .request_quote {
    min-height: 113.59px;
}
  .header-inner {
    flex-flow: row wrap;
  }

  .header-col {
    width: 100%;
    max-width: 100%;
    flex: 1 0 390px;
    flex-basis: 390px;
  }

  .custom-header-logo {
    float: none;
    z-index: 3;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .header-col2 .header-col-inner {
    padding-right: 0;
  }

  .hamburger-wrapper {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: relative;
  }

  .hamburger-trigger {
    display: block;
    width: 100%;
    color: #333;
  }

  .cs-icon {
    font-size: 40px;
    width: 40px;
    height: 40px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 40px 20px 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .custom-header-logo img { 
    width: 480px !important;
  }

  .request_quote {
    right: 0;
  }
  .header-col.header-col3>div {
    text-align: center;
  }
  .header-col-inner .request_quote {
    right: 0;
  }
  .header-col.header-col3 {
    padding: 0;
  }
  .request_quote a {
    display: inline-block;
    white-space: normal;
    box-sizing: border-box !important;
    min-width: 158px;
  }
  .header-col.header-col2 {
    padding: 0;
  }
  .hamburger-wrapper {
    right: 0;
  }
  .banner-section .dnd-section {
    padding: 0 !important;
  }
  form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    width: 100% !important;
  }
  .custom-banner-wrapper {
    padding-top: 200px !important;
  }
}
footer.footer {
  position: relative;
  z-index: 9;

}
.footer p {
  color:#fff;
}

.footer a {
  color:#fff;
}

.footer-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.top-footer .content-wrapper {
  position: relative;
  z-index: 1;
}

footer.footer .content-wrapper:after,
footer.footer .content-wrapper:before {
  content: "";
  display: block;
  overflow: auto;
}

.top-footer-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-left: -15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.top-footer-col {
  flex: 1 1 auto;
  padding-top: 0px;
  padding-left: 15px;
}

.footer-col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer-col-inner-cont {
  display: inline-block;
  vertical-align: middle;
  clear: both;
  overflow: visible;
  width: 100%;
  z-index: 1;
  position: relative;
  min-height: 10px;
}

.heading-cont1 {
 
  background-size: auto;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  padding: 1px;
}


.custom-footer-logo {
  display: block;
  max-width: 100%;
}

.custom-footer-logo img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}

.social-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-left: -15px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-cont h3 {
  font-weight: 400;
  padding-bottom: 10px;
  margin: 0;
}
.heading-cont ul {
  font-weight: 400;
  font-size: 18px;
  color: #6a6b6c;
  padding: 0;
  margin: 0;
}

.heading-cont ul li {
  letter-spacing: normal;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  word-break: break-word;
  padding-bottom: 0px ;
  background-size: auto ;
  background-position: 50% 50% ;
  background-attachment: scroll ;
  background-repeat: no-repeat ;
  margin-bottom: 0px;
  line-height: 1.4em;
  font-family: Montserrat;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}
.icon-wrap {
  font-size: 12px;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 0;
  display: table;
  border-collapse: initial;
  padding: 10px;
  margin: 0;
}

.icon-wrap-email {
  margin-top: 6px;
}

.heading-cont ul li svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  box-sizing: content-box;
  transform: rotate(0deg));
  fill: rgb(234,28,45);
}
.heading-cont ul li:hover svg {
  fill: rgb(234,28,45);
}
.heading-cont .hs_cos_wrapper_widget span {
  font-size: 18px ;
  line-height: 2em ;
  display: block;
  z-index: 0;
  color: #fff;
}
.heading-cont.email-cont .hs_cos_wrapper_widget span {
  line-height: 41.4px;
}

.heading-cont a:hover {
  color: #fff;
}

.heading-cont a:hover {
  color: #fff;
}

.heading-cont p {
  float: left;
  z-index: 3;
  position: relative;
  margin: 0 0 0 32px;
  line-height: 1.75;
  letter-spacing: normal;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 2em;
}
.heading-cont.heading-cont-para p {
  margin-left: 0;
}

.bottom-footer {
  padding: 10px 0px 0px ;
  position: relative;
  max-width: none ;
  margin-left: calc(-50vw + 50%) ;
}
.bottom-footer-inner-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: box-shadow .5s ease;
  overflow: hidden;
  background-image: linear-gradient(rgb(0,0,0),rgb(0,0,0));
  background-size: auto ;
  background-position: 50% 50% ;
  background-attachment: scroll ;
  background-repeat: no-repeat ;
}

.bottom-footer .content-wrapper {
  position: relative;
  z-index: 1;
}

.bottom-footer-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-left: -15px;
}

.bottom-footer-col {
  flex: 1 1 auto;
  padding-top: 0px;
  padding-left: 19px;
}

.footer-col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.copyright {
  padding: 1px;
}

.copyright p {
  font-size: 14px;
  margin: 0;
  line-height: 25px;
}
.bottom-footer-col ul li {
  letter-spacing: normal;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  word-break: break-word;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}

.bottom-footer-col ul {
  margin: 0;
  padding: 0;

}
.bottom-footer-col a {
  line-height: 32px;
}

.policy-icon {
  text-align: center;
  margin-bottom: 20px;
  line-height: 0;
  display: table;
  border-collapse: initial;
  /* margin-left: auto; */
  /* margin-right: auto; */
  padding: 0;
  font-size: 10px;
  width: 10px;
  height: 10px;
  padding-right: 10px;
  margin-top: 12px;
}

.policy-icon svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  box-sizing: content-box;
  transform: rotate(0deg);
}
.social-wrapper .hs_cos_wrapper_widget {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-left: -15px;
  padding-top: 0;
  padding-bottom: 0;
}
.heading-cont-para p {
  line-height: 31.5px;
}
.footer-col-inner ul li .return-cont a:hover,
.footer-col-inner ul li .privacy-cont a:hover {
    text-decoration: underline;
}

  .lp-footer .top-footer-col .footer-col-inner {
    margin-bottom: 90px;
}

@media (min-width: 300px) {
  .footer-inner {
    background-color: rgb(67,67,67);
    background-image: none;
  }
  .top-footer .content-wrapper {
    padding: 40px 0px 0px;
    text-align: left;
    margin-bottom:20px;
  }
  .top-footer-inner {
    margin-left: -50px;
    padding: 0px 0px 20px;
  }
  .top-footer-col1 {
    max-width: 25%;
  }
  .top-footer-col2 {
    max-width: 18.4%;
  }
  .top-footer-col3 {
    max-width: 28.8%;
  }
  .top-footer-col4 {
    max-width: 27.8%;
  }
  .top-footer-col {
    padding-left: 50px;
  }
  .custom-footer-logo {
    width: 515px ;
    margin-top: 0px ;
    margin-bottom: 0px ;
  }
  .bottom-footer .content-wrapper {
    padding: 0;
  }
  .bottom-footer-inner {
    padding: 0px ;
  }
  .bottom-footer-col1 {
    max-width: 73%;
  }
  .bottom-footer-col2 {
    max-width: 15.3%;
  }
  .bottom-footer-col3 {
    max-width: 11.7%;
  }


}



@media (max-width:1499px) {

  .top-footer-inner {
    flex-flow: row wrap;
    /* padding-bottom: 0; */
  }

  .top-footer-col {
    width: 100%;
    max-width: 100%;
    flex: 1 0 390px;
    flex-basis: 257px;
  }

  .footer-col-inner-cont {
  }

  .social-wrapper .hs_cos_wrapper_widget {
    flex-wrap: wrap !important;
  }

  .social-icon {
    width: 100%;
    max-width: 25%;
    flex: 1 0 25%;
  }

  .footer-col-inner {
    margin-bottom: 20px;
  }

  .heading-cont .hs_cos_wrapper_widget span {
  }

  .heading-cont1 p {
    padding-bottom: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }

  .heading-cont h3 {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }

  .top-footer-col3 .footer-col-inner {
    padding-top: 0;
  }

  .top-footer-col4 .footer-col-inner {
    padding-top: 0;
  }

  .heading-cont.heading-cont-para p {
    margin: 0px;
    padding: 0;
  }

  .bottom-footer-inner {
    flex-wrap: wrap;
  }

  .bottom-footer-col {
    width: 100%;
    max-width: 100% !important;
    flex: 1 0 390px;
  }

  .copyright p {
    text-align: center;
  }

  .bottom-footer .footer-col-inner {
    margin-bottom: 0;
  }

  .top-footer .content-wrapper {
    padding: 30px 20px 0px;
    margin-bottom: 0;
  }

  .top-footer-col4 .footer-col-inner {
    margin-bottom: 10px;
  }
  .bottom-footer-col ul li {
    justify-content: center;
  }

  .top-footer-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 ;
  }

  .top-footer-col {
    width: 50%;
    display: inline-block;
    padding: 0;
    flex-basis: auto;
    flex: 1 0 50%;
    padding: 0 50px;
  }
  .top-footer-col.top-footer-col1 {
    padding-left: 0;
  }

  .top-footer-col.top-footer-col3 {
    padding-left: 0;
  }

  .bottom-footer-inner {
    display: block;
  }

  .bottom-footer-col.bottom-footer-col2,.bottom-footer-col.bottom-footer-col3 {
    display: inline-block;
    width: auto;
  }

  .bottom-footer-inner {
    text-align: center;
  }

}

@media (max-width:767px) {

  .top-footer-inner > div {
    width: 100%;
    text-align: center;
  }

  .top-footer-inner {
    display: block;
  }

  .heading-cont ul li {
    display: inline-block;
  }

  .heading-cont ul li > div {
    display: inline-block;
    vertical-align: top;
  }

  .heading-cont p {
    float: none;
    margin: 0;
  }

  .social-icon-inner {
    display: inline-block;
    width: 25%;
    padding: 0;
  }

  .social-wrapper .hs_cos_wrapper_widget {
    display: block;
    margin: 0;
  }

  .social-icon {
    max-width: initial !important;
    padding: 0;
    display: inline-block;
    width: auto;
    margin: 0 40px;
  }

  .custom-footer-logo {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .bottom-footer-inner {
    display: block;
    text-align: center;
  }

  .bottom-footer-col2, .bottom-footer-col3 {
    display: inline-block;
    width: auto;
  }
  .heading-cont ul li>div.icon-wrap {
    margin-right: 10px;
  }
  
  .lp-footer .top-footer-col .footer-col-inner {
    margin-bottom: 10px;
}
  
}



@media (max-width: 479px) {
  .top-footer-col {
    padding: 0 30px;

  }
}

@media (max-width: 390px) {
  .heading-cont.email-cont a {
    font-size: 13px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {

  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}