*, *: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;
    }
}

@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 ;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid{
  padding: 0;
  width:100%;
}

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

.content-wrapper .dnd-section,
.content-wrapper .dnd-section>.row-fluid {
  padding:0;
  width:100%;
  max-width:100%;
}

.dnd-section>.row-fluid,
.page-center,
.header__container,
.footer__container,
.content-wrapper {
  margin:0 auto;
  width:100%;
  padding-right: 15px;
  padding-left: 15px;
}

.header__container {
  padding-left:0;
  padding-right:0;
}

.dnd-section[class*="full-width"] {
  padding-left:0;
  padding-right:0;
}

.dnd-section[class*="full-width"]>.row-fluid {
  padding:0;
}


.dnd-section .widget-type-cell {}


.hs-inline-edit .row-fluid [class*="span"] {
  min-height:50px;
}

@media (min-width:576px) {
  .dnd-section>.row-fluid,
  .page-center,
  .footer__container,
  .content-wrapper {
    max-width: 540px;
  }
}

@media (min-width:768px) {

  .dnd-section>.row-fluid,
  .page-center,
  .footer__container,
  .content-wrapper {
    max-width: 720px;
  }

  .mobile {
    display:none !important;
  }

}

@media (min-width:992px) {
  .dnd-section>.row-fluid,
  .page-center,
  .footer__container,
  .content-wrapper {
    max-width: 960px;
  }
}

@media (min-width:1024px) {
  .tab-show {
    display:none !important;
  }
}

@media (min-width:1200px) {
  .dnd-section>.row-fluid,
  .page-center,
  .footer__container,
  .content-wrapper {
    max-width: 1140px;
  }
}

@media (max-width:1023px) {
  .tab-hide {
    display:none !important;
  }
}

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

  .desktop {
    display:none !important;
  }

}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/fonts/fa-brands-400.eot);
  src: url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/fonts/fa-brands-400.eot) format("embedded-opentype"),
    url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/fonts/fa-brands-400.woff) format("woff"),
    url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/fonts/fa-brands-400.ttf) format("truetype"),
    url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/fonts/fa-brands-400.svg) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face{
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:900;
  font-display:auto;
  src: url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/fonts/fa-solid-900.eot);
  src: url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/fonts/fa-solid-900.woff) format("woff"),
    url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/fonts/fa-solid-900.ttf) format("truetype"),
    url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/fonts/fa-solid-900.svg) format("svg");
}


.fa,.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(52,58,64,0);
}

:root {
  --blue: #2e5ad9;
  --indigo: #984ac1;
  --purple: #6565df;
  --pink: #e83e8c;
  --red: #da2048;
  --orange: #fd7334;
  --yellow: #e9ad01;
  --green: #93c220;
  --teal: #00c8b2;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2e5ad9;
  --secondary: #6c757d;
  --success: #93c220;
  --info: #17a2b8;
  --warning: #e9ad01;
  --danger: #da2048;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

body {
  line-height: 1.5rem;
  overflow-x: hidden;
  background-color: #fff;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

/* Headings */

h1, h2, h3, h4, h5, h6,
.section-footer-wrapper .hs-menu-wrapper>ul>li>a{
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, blockquote, h1, h2, h3, h4, h5, h6,
.section-footer-wrapper .hs-menu-wrapper>ul>li>a{
  margin-bottom: 0.5rem;
  font-family: Roboto,sans-serif;
  line-height: 1.2;
  color: #1a171b;
  font-style: normal;
}

/* Lists */

address, dl, ol, ul {
  margin-bottom: 1rem;
}

ul li {
  font-size: 1rem;
  font-weight: 300;
}

ul li::marker {
  color: #005596;
  font-weight: 900;
  display: inline-block;
  width: 0.7em;
  margin-left: -1em;
  font-size: 1.2rem;
  vertical-align: middle;
}

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

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-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin: 3rem;
  padding: 1.5rem 3rem;
  text-align:center;
  color: #2e5ad9;
  font-weight: 661;
  line-height: 1.3;
  font-size: 1.75rem; 
}

.blockquote {
  font-size: 1.25rem;
}

small {
  font-size: 80%;
  font-weight: 400;
}

figure {
  margin: 0 auto 1rem;
}

.figure {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

img, svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

figcaption {
  margin:15px 0 0;
}

/* Horizontal rules */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
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;
}
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt {
  width:100%;
  max-width:500px;
}

.body-container-wrapper form,
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form form,
.body-container-wrapper .widget-type-blog_subscribe form,
.body-container-wrapper .widget-type-google_search form,
.body-container-wrapper .widget-type-password_prompt.custom_error_message form,
.body-container-wrapper .widget-type-email_simple_subscription form,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper .hs-search-field__bar form,
.body-container-wrapper .submitted-message form,
.body-container-wrapper #hs_cos_wrapper_password_prompt form,
.body-container-wrapper .form-container-wrapper {
  width:100%;
  max-width:500px;
}

.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper.subscription_preferences .form-container-wrapper{
  max-width:100%;
}

.body-container-wrapper .blog-sidebar form, 
.body-container-wrapper .blog-sidebar .custom_error_message form,
.body-container-wrapper .blog-sidebar .widget-type-form,
.body-container-wrapper .blog-sidebar .widget-type-blog_subscribe,
.body-container-wrapper .blog-sidebar .widget-type-google_search,
.body-container-wrapper .blog-sidebar .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .blog-sidebar .widget-type-email_simple_subscription,
.body-container-wrapper .blog-sidebar .hs-search-field__bar, 
.body-container-wrapper .blog-sidebar .submitted-message,
.body-container-wrapper .blog-sidebar #hs_cos_wrapper_password_prompt {
  background:none;
  padding:0;
  margin:0;
  border:none;
  max-width:100%;
}

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

.hs-button,
.button {
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  text-decoration: none;
  white-space:normal;
  margin:15px 0;
  outline:0;
}

.body-container-wrapper .hs-button,
.body-container-wrapper .button {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 2px;
  font-size: .8rem;
  margin:15px 2px;
  padding: 0.375rem 0.75rem;
  width: 125px;
  clear: both;
  border: none;
}

.hs-button:hover,
.button:hover,
.hs-button:focus,
.button:focus {
  text-decoration: none;
}


.content-wrapper .custom_error_message form,
.content-wrapper .widget-type-form,
.content-wrapper .widget-type-blog_subscribe,
.content-wrapper .widget-type-google_search,
.content-wrapper .widget-type-password_prompt.custom_error_message,
.content-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .content-wrapper .widget-type-blog_comments,
.content-wrapper .hs-search-field__bar{
  display:block;
}



.hs-form label {
  color: ;
}

.form-container>.hs_cos_wrapper>.hs-form-field {
  display:none;
}

label {
  display: inline-block;
  margin: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
.hs-search-field__input,
#hs-pwd-widget-password{ 
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form  select,
.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(46 90 217 / 25%);
}

form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{

}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-password.error{
}

form input[type="text"].error:hover,
form input[type="password"].error:hover, 
form input[type="datetime"].error:hover, 
form input[type="datetime-local"].error:hover, 
form input[type="date"].error:hover, 
form input[type="month"].error:hover, 
form input[type="time"].error:hover, 
form input[type="week"].error:hover, 
form input[type="number"].error:hover, 
form input[type="email"].error:hover, 
form input[type="url"].error:hover, 
form input[type="search"].error:hover, 
form input[type="tel"].error:hover,
form input[type="color"].error:hover,
form input[type="file"].error:hover,
form textarea.error:hover,
form select.error:hover,
form select.error:hover,
form textarea.error:hover,
.hs-input.error:hover, 
.hs-search-field__input.error:hover,
#hs-pwd-widget-passwor.error:hover{
}


form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-passwor.error:focus {

}


#hs-pwd-widget-password {
  height:calc(1.5em + .75rem + 2px) !important;
  margin-top:0 !important;
}

.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;
  min-height:auto;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}


textarea.hs-input {
  height: auto;
}

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

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

.actions {
  padding: 0;
}

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

.hs-error-msgs {
  margin:10px 0;
  padding:0;
  list-style:none;
}
.hs-error-msgs label {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}

.hs-form-field input+label {
  display:inline-block;
}

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


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

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

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

/* ================== Footer Form ============================ */

@media (max-width:767px) {

  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form,
  .body-container-wrapper .widget-type-blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message,
  .body-container-wrapper .widget-type-email_simple_subscription,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments,
  .body-container-wrapper .hs-search-field__bar,
  .body-container-wrapper .submitted-message,
  .body-container-wrapper #hs_cos_wrapper_password_prompt {
    max-width:100%;
  }

  .body-container-wrapper form,
  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form form,
  .body-container-wrapper .widget-type-blog_subscribe form,
  .body-container-wrapper .widget-type-google_search form,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message form,
  .body-container-wrapper .widget-type-email_simple_subscription form,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
  .body-container-wrapper .hs-search-field__bar form,
  .body-container-wrapper .submitted-message form,
  .body-container-wrapper #hs_cos_wrapper_password_prompt form,
  .body-container-wrapper #email-prefs-form,
  .body-container-wrapper .form-container-wrapper{
    max-width:100%;
  }

}
/* 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;
}
.custom-header-container {
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 .125rem .25rem rgba(52,58,64,.075);
  padding: 0.75rem;
  display: -ms-flexbox;
  display: flex;
}

.header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-logo {
  margin-right: 6.25rem;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  transform: translateX(0);
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 40px;
  display: inline-block;
  position: relative;
  height: 40px;
  margin-top: 10px;
}

.hamburger-inner {
  display: block;
  margin-top: -2px;
  width: 28px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger-inner:after, 
.hamburger-inner:before {
  width: 28px;
  height: 2px;
  background-color: #000;
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  transition-property: transform,opacity;
  transition-timing-function: ease;
  transition-duration: .15s;
}

.hamburger-inner:after {
  bottom: -10px;
}

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

.nav-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.nav-actions {
  position: fixed;
  top: 0;
  left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  z-index: 1009;
  width: calc(100% - 22px);
  padding: 1rem 1.5rem 1rem 1.25rem;
}

.nav-actions .icon-back {
  display:none;
}

.children-open .nav-actions .icon-back {
  display:inline;
}

.nav-actions .icon-close {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0 0 0 auto;
}

.nav-mobile-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: .9;
  top: 1rem;
  right: 1rem;
  transition: all .3s;
  cursor:pointer;
}

.nav-mobile-close:after,
.nav-mobile-close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}

.nav-mobile-close:before {
  transform: rotate(45deg);
}

.nav-mobile-close:after {
  transform: rotate(-45deg);
}

.custom-menu-primary {
  margin: 0 auto 0 0;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto 0 0;
  transition: .5s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  margin: 0;
  padding: 0;
  height: auto;
  position: static;
  transition: .5s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1.1rem;
  color: #343a40;
  text-align: left;
  border-radius: 0.25rem;
  position: absolute;
  top: 97%;
  left: 0;
  z-index: 1000;
  background: linear-gradient(90deg,#fff 50%,#f1f1f1 0);
  width: 100%;
  height: 0;
  display: none;
  max-height:calc(100vh - 72px);
  overflow-x:hidden;
  overflow-y:auto; 
}

.custom-menu-primary .hs-menu-wrapper>ul>li.child-open>ul {
  height: auto;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.child-open>a {
  color: #005596;
  font-weight: 500;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  display: block;
  text-decoration: none;
  padding: 0.75rem;
  margin: 0 0.95px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.nav-search-wrapper {
  position: relative;
  left: 0;
  width: 100%;
  height: 0;
  transition: height .25s;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.nav-search-wrapper iframe {
  position: relative;
  height: 100%;
  width: 100%;
}

.nav-search-wrapper .nav-search-close {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: .75;
  top: 1rem;
  right: 1rem;
  transition: all .3s;
  padding: 3em;
}

.nav-search-wrapper .nav-search-close:after,
.nav-search-wrapper .nav-search-close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.nav-search-wrapper .nav-search-close:before {
  transform: rotate(45deg);
}

.nav-search-wrapper .nav-search-close:after {
  transform: rotate(-45deg);
}

.nav-search-wrapper.active-open {
  position: fixed;
  background: rgba(0,0,0,.9);
  height: 100vh;
  top: 0;
  overflow-y: scroll;
}

body.search-active {
  overflow-y: hidden;
}

.nav-search-wrapper .nav-search-close:hover {
  opacity: 1;
  cursor: pointer;
}

.custom-menu-primary .menu-container {
  max-width: 1440px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.custom-menu-primary .menu-container .btn-close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  border: none;
  background: none;
  outline: none;
}

.custom-menu-primary .menu-container>li:first-of-type {
  width: 44.44%;
  padding: 2rem 3.125rem 2rem 0.75rem;
}

.custom-menu-primary .menu-container>li:nth-of-type(2n) {
  width: 22.22%;
  padding: 2rem 3.125rem;
  background: #fff;
  border-right: 1px solid #dadada;
}

.custom-menu-primary .menu-container>li:nth-of-type(3n) {
  width: 33.33%;
  padding: 2rem 3.125rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li:first-of-type {
  width: 33%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li:nth-of-type(2n) {
  width: 33%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li:nth-of-type(3n) {
  width: 34%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary .menu-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dadada;
}

.custom-menu-primary .menu-header .title {
  font-weight: 700;
  font-size: .875rem;
  text-transform: uppercase;
  color: #000;
  line-height: normal;
}

.custom-menu-primary .menu-header a {
  background: none;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: .75rem;
  color: #000;
  padding: 0 0.5rem;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  line-height: 1.2;
}

.custom-menu-primary .menu-header a:hover {
  background: #e8e8e8;
  border-radius: 0.25rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li>ul>li:not(:first-child)>.menu-header {
  padding-top: 0.25rem;
  margin-top: 1.5rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li>ul>li>ul {
  padding-top: 1rem;
  transition: min-height .5s;
  width:100%;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li {
  padding: 0.25rem 0;
  min-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>.link-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>.link-wrapper>a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  padding-right: 1rem;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>.link-wrapper>a>span {
  line-height:1.3;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>ul {
  position: absolute;
  left: 50%;
  width: 50%;
  top: 1rem;
  height: calc(100% - 1rem);
  visibility: hidden;
  transform: translateY(-1rem);
  transition: opacity .5s,transform .5s;
  padding: 0;
  padding: 1rem 1rem;
  background-color: #f9f9f9;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>ul>li {
  padding: 0;
  line-height:0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>ul>li>a {
  font-weight: 400;
  font-size: .75rem;
  line-height: 105%;
  color: #000;
  text-decoration: none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>ul>li .title {
  font-weight: 700;
  font-size: .875rem;
  color: #000;
  line-height: normal;
  margin-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>ul>li>ul>li>p {
  font-weight: 400;
  font-size: .75rem;
  text-transform: none;
  line-height: 130%;
  color: #000;
  margin-bottom: 1.25rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>ul>li>.title+ul>li>p {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>ul>li>ul>li>a {
  font-weight: 400;
  font-size: .75rem;
  line-height: 105%;
  text-decoration: none;
  padding: 0.3rem 0 1rem;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>ul>li>ul>li>a:hover {
  font-weight: 600;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.investor-relationship>ul {
  background:#fff;    
}

.custom-menu-primary .hs-menu-wrapper>ul>li.investor-relationship>ul>.menu-container>li:first-of-type {
  width: 100%;
  padding: 2rem 3.125rem 2rem 0.75rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.investor-relationship>ul>.menu-container>li:first-of-type>ul>li>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.investor-relationship>ul>.menu-container>li:first-of-type>ul>li>ul>li {
  -ms-flex: 0 33%;
  flex: 0 33%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.investor-relationship>ul>.menu-container>li:first-of-type>ul>li>ul>li>.link-wrapper {
  width:100%;
}

.custom-menu-primary .menu-footer {
  background: #fff;
  width: 100%;
  border-top: 1px solid #dadada;
}

.custom-menu-primary .menu-footer .menu-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  -ms-flex-pack: start;
  justify-content: start;
}

.custom-menu-primary .menu-footer a {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.custom-menu-primary .menu-footer a:hover {
  color: #005596;
}

.custom-menu-primary .menu-footer a i {
  margin-right: 0.25rem;
}

.custom-menu-primary .menu-footer a:first-child {
  padding-right:0.5rem;
}

.custom-menu-primary .menu-footer a:last-child {
  padding-left:0.5rem;
}

.custom-menu-primary .menu-footer .contact-number-button {
  width: auto;
}

.custom-menu-primary .menu-footer .contact-number-button .inner {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.custom-menu-primary .menu-footer .contact-number-button p {
  margin: 0;
}

.custom-menu-primary .menu-footer .contact-number-button p a {
  border-left: 1px solid #c2bcbc;
  border-right: 1px solid #c2bcbc;
}

.custom-menu-primary .menu-overlay {
  display:none;
}

.children-open .custom-menu-primary .menu-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #898989;
  opacity: .46;
  display:block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li:first-of-type>ul>li>ul>li.active {
  background:none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li>ul>li>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li>ul>li>ul>li {
  padding: 0.25rem 0;
  min-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li>ul>li>ul>li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  padding-right: 1rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li>ul>li>ul>li a span {
  line-height: 1.3;
  margin-right: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li>ul>li>ul>li a:hover {
  color: #005596;
  font-weight: 700;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li>ul>li>ul>li a>img {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin-right: 1rem;
  object-fit: cover;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products---solutions>ul>.menu-container>li:nth-of-type(2n)>ul>li.shop-by-brand>ul>li img {
  object-fit:contain;
}

.custom-menu-primary .hs-menu-wrapper .brand-column {
  padding-left: 1rem;
}

.custom-menu-primary .hs-menu-wrapper .brand-column img {
  width: 300px;
  height: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li>ul>li>ul>li {
  padding: 0.25rem 0;
  min-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li>ul>li>ul>li>a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: .75rem;
  line-height: 105%;
  text-decoration: none;
  padding-right: 1rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li>ul>li>ul>li>a:hover {
  font-weight: 700;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products---solutions>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.2rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products---solutions>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li:not(:only-child) {
  -ms-flex: 0 50%;
  flex: 0 50%;
  padding: .4rem 0 .53rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.products---solutions>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li>a {
  line-height: 1.4;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:first-of-type {
  width: 40%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(2n) {
  width: 26%;
  padding: 2rem 1.5rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(3n) {
  width: 34%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:nth-of-type(3n) .menu-header a {
  margin-left: 1em;
  margin-right: 4em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(2n)>ul>li.featured-media>ul>li img,
.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(2n)>ul>li.featured-news-stories>ul>li img{
  display: initial;
  width: auto;
  height: 48px;
  margin-right: 1rem;
  border: 1px solid #ccc;
  border-radius: 0;
  object-fit: unset;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(2n)>ul>li.featured-media>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(2n)>ul>li.featured-news-stories>ul>li{
  padding: 0.625rem 0.5rem 0.625rem 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(2n)>ul>li.featured-media>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(2n)>ul>li.featured-news-stories>ul>li>a{
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 500;
  font-size: .875rem;
  color: #000;
  line-height: 1.2;
  -ms-flex-align: start;
  align-items: start;
  padding:0;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(2n)>ul>li.featured-media>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(2n)>ul>li.featured-news-stories>ul>li>a:hover{
  font-weight: 500;
  color: #005596;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul {
  padding: 1.5rem 0 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:start;
  padding: 0.25rem 0.75rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li>p{
  font-weight: 500;
  font-size: 20px;
  color: #005596;
  margin-bottom: 0;
  margin-right: 1rem;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  line-height: 1.5rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li>ul {
  width:100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li>ul>li>ul{
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li>ul>li>ul>li>a {
  font-weight: 400;
  font-size: .875rem;
  color: #000;
  margin-bottom: 0.25rem;
  line-height: normal;
  display:block;
  text-decoration:none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li>ul>li>a {
  font-weight:500;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:first-of-type {
  width: 38%;
  margin-bottom: 7rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(2n) {
  width: 28%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(3n) {
  width: 34%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:first-of-type>ul>li>ul>li>ul>li>img+ul {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  padding-top:0.5rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.4rem auto 0;
  max-width: 246px;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul p {
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.3;
  letter-spacing: .01em;
  color: #000;
  margin-bottom: 0.5rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul li {
  padding:0;
  display:block;
  min-height:auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul a {
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.3;
  letter-spacing: .01em;
  margin-bottom: 0.5rem;
  padding:0;
  display:block;
  max-width:100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul a[target="_blank"] {
  color:#005596;    
}

.custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul img {
  width: 246px;
  height: auto;
  margin-bottom: 1.5rem;
  object-fit: cover;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.support>ul>.menu-container>li:first-of-type>ul>li>ul>li.contact-us>ul>li>ul {
  font-weight: 400;
  font-size: .75rem;
  text-transform: none;
  line-height: 130%;
  color: #000;
  margin-bottom: 1.25rem;
  padding-top: 0.5rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.support>ul>.menu-container>li:first-of-type>ul>li>ul>li.contact-us>ul>li>ul>li>a {
  color: #2e5ad9;
  font-weight: 400;
  font-size: .75rem;
  text-transform: none;
  line-height: 130%;
  padding: 0 0 1rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.support>ul>.menu-container>li:first-of-type>ul>li>ul>li.contact-us>ul>li>ul>li>a:hover {
  font-weight: 400;
  color: #1d3e9e;
  text-decoration: underline;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.support>ul>.menu-container>li:first-of-type {
  width: 45%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.support>ul>.menu-container>li:nth-of-type(2n) {
  width: 23%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.support>ul>.menu-container>li:nth-of-type(3n) {
  width: 32%;
}

.lp.custom-header .custom-header-container {
  min-height: 72px;
}

.lp .custom-logo {
  max-width: 64px;
}

@supports (position:sticky) {
  .header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1020;
    width:100%;
    left:0;
  }
}

@media (min-width:1024px) {

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    float: left;
    min-width: 10rem;
    margin: 0.125rem 0 0;
    font-size: 1.1rem;
    color: #343a40;
    text-align: left;
    border-radius: 0.25rem;
    position: absolute;
    top: 97%;
    left: 0;
    z-index: 1000;
    background: linear-gradient(90deg,#fff 50%,#f1f1f1 0);
    width: 100%;
    height: 0;
    display: none;
    max-height:calc(100vh - 72px);
    overflow-x:hidden;
    overflow-y:auto; 
    -ms-overflow-style:none;
    scroll-width:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul::-webkit-scrollbar {
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li.active {
    background-color: #f9f9f9;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li.active>.link-wrapper>a {
    color: #005596;
    font-weight: 700;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li.active>ul {
    background-color: #f9f9f9;
    visibility: visible;
    transition: opacity .5s;
    transform: translateY(0);
  }


}

@media (max-width:1439px) {
  .custom-menu-primary .menu-container>li:first-of-type {
    width: 41%;
    padding: 2rem 1.5rem 2rem 0.75rem;
  }

  .custom-menu-primary .menu-container>li:nth-of-type(2n) {
    width: 24%;
    padding: 2rem 1.5rem;
  }

  .custom-menu-primary .menu-container>li:nth-of-type(3n) {
    width: 35%;
    padding: 2rem 1.5rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:first-of-type {
    width: 38%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(2n) {
    width: 30%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(3n) {
    width: 32%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:first-of-type {
    width: 37%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(3n) {
    width: 35%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.support>ul>.menu-container>li:first-of-type {
    width: 42%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.support>ul>.menu-container>li:nth-of-type(2n) {
    width: 28%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.support>ul>.menu-container>li:nth-of-type(3n) {
    width: 30%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.investor-relationship>ul>.menu-container>li:first-of-type>ul>li>ul>li {
    padding-right: 0.5rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.investor-relationship>ul>.menu-container>li:first-of-type {
    padding: 2rem 1.5rem 2rem 0.75rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li>ul>li>ul>li {
    padding-right: 0.5rem !important;
  }

  .lp.custom-header .custom-header-container {
    min-height: 90px;
  } 

}

@media (max-width:1439px) and (min-width:1024px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    max-height:calc(100vh - 91px);
  }
}

@media (max-width:1199px) {
  .custom-logo {
    margin-right: 2rem;
  }

  .custom-logo img {
    height: 32px;
    width: AUTO !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0.75rem 0.5rem;
    font-size: .875rem;
  }
}

@media (max-width:1023px) {

  .lp.custom-header .custom-header-container {
    min-height: 76px;
  } 

  .hamburger {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .nav-content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overscroll-behavior: contain;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: .5s;
    border-left: 10px solid #1a171b;
    padding: 1rem 1.75rem 1rem 1.5rem;
  }

  .nav-content::-webkit-scrollbar {
    width: 10px
  }

  .nav-content::-webkit-scrollbar-track {
    background: transparent
  }

  .nav-content::-webkit-scrollbar-thumb {
    background: #b7c9d3;
    border-radius: 20px
  }

  .nav-content::-webkit-scrollbar-thumb:hover {
    background: #90a6b3
  }

  body:not(.mobile-open) .nav-content {
    display: none;
  }

  .custom-menu-primary {
    width: 100%;
    padding-bottom: 1.5rem;
    margin-top: 3.5rem;
    border-bottom: 2px solid #b7c9d3;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.75rem 0;
    font-size: 1.313rem;
  }

  .mobile-menu-links .hs-menu-wrapper>ul {
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 1.5rem 0 0;
    margin: 0 auto 0 0;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-menu-links .hs-menu-wrapper>ul li {
    padding: 0.2rem 0;
  }

  .mobile-menu-links .hs-menu-wrapper>ul li a {
    padding: 0.75rem 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.313rem;
    color: #000;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "";
    background-image: url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/images/icon-caret-right.svg);
    transition: all .25s;
    background-size: 100% 100%;
    height: 15px;
    width: 8px;
    margin-left: 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: fixed;
    top: 0;
    height: 100%!important;
    margin: 0;
    overflow-y: scroll;
    background: #fff;
    border-radius: 0;
    transition: .5s;
    border-left: 10px solid #1a171b;
    padding: 1rem 1.75rem 1rem 1.5rem;
    max-height: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul::-webkit-scrollbar {
    width: 10px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul::-webkit-scrollbar-track {
    background: transparent
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul::-webkit-scrollbar-thumb {
    background: #b7c9d3;
    border-radius: 20px
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul::-webkit-scrollbar-thumb:hover {
    background: #90a6b3
  }

  .custom-menu-primary .menu-container {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-top: 1.25rem;
  }

  .custom-menu-primary .menu-container .btn-close {
    display: none;
  }

  .custom-menu-primary .menu-container>li:first-of-type {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: none;
  }

  .custom-menu-primary .menu-header {
    border-bottom: none;
    padding-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>.link-wrapper:after {
    content: "";
    background-image: url(https://21020657.fs1.hubspotusercontent-na1.net/hubfs/21020657/raw_assets/public/ESAB_June2022/images/icon-caret-right.svg);
    transition: all .25s;
    background-size: 100% 100%;
    height: 15px;
    width: 8px;
    margin-left: 1rem;
    transform: rotate(90deg);
    transition: transition .5s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>.link-wrapper>a {
    font-size: 1.125rem;
    padding-right: 0.25rem;
    margin-right: auto;
    max-width: calc(100% - 31px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li>ul>li>ul>li a>img {
    width: 48px;
    height: 48px;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li.active-open>.link-wrapper:after {
    transition: all .25s;
    background-size: 100% 100%;
    height: 15px;
    width: 8px;
    transform: rotate(-90deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li.active-open>.link-wrapper>a {
    color: #005596;
    font-weight: 700;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li.active-open>ul {
    visibility: visible;
    transition: opacity .5s;
    transform: translateY(0);
    background-color: transparent;
    position: static;
    padding-left: 5rem;
    width: 100%;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #b7c9d3;
    padding-bottom: 2rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>ul>li img {
    width: 100%;
  }

  .custom-menu-primary .menu-container>li:nth-of-type(2n) {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li>ul>li>ul>li>a {
    font-size: 1.125rem;
    padding-right: 0.25rem;
    margin-right: auto;
    max-width: calc(100% - 31px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li>ul>li>ul>li>a:hover {
    color: #005596;
    font-weight: 700;
  }

  .custom-menu-primary .menu-container>li:nth-of-type(3n),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(n)>ul>.menu-container>li:nth-of-type(n) {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:first-of-type {
    margin-bottom:0;
  }

  .custom-menu-primary .menu-footer .menu-container {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products---solutions>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li>a {
    max-width: 100%;
    margin: 0;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products---solutions>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul {
    padding-top: 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.products---solutions>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li:nth-of-type(n) {
    padding: 0.5rem 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.about-us>ul>.menu-container>li:nth-of-type(2n)>ul>li.featured-news-stories>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.esab-university>ul>.menu-container>li:nth-of-type(2n)>ul>li.featured-media>ul>li>a {
    max-width:100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li>ul>li>ul>li a {
    font-size: 1.125rem;
    padding-right: 0.25rem;
    margin-right: auto;
    max-width: calc(100% - 31px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li>ul>li>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li.investor-relationship>ul>.menu-container>li:first-of-type>ul>li>ul>li {
    padding: 0.5rem .5rem .5rem 0;
  }

}

@media (max-width:767px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.products---solutions>ul>.menu-container>li:nth-of-type(3n)>ul>li>ul>li:not(:only-child),
  .custom-menu-primary .hs-menu-wrapper>ul>li.our-brands>ul>.menu-container>li>ul>li>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li.investor-relationship>ul>.menu-container>li:first-of-type>ul>li>ul>li{
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.menu-container>li:first-of-type>ul>li>ul>li>.link-wrapper {
    width:100%;
  }
}
.custom-footer {
  padding: 2% 2% 0;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-footer .section-footer-wrapper {
  width: 100%;
}

.custom-footer .section-footer-wrapper .hs-menu-wrapper>ul{
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: center;
  align-content: center;
}

.custom-footer .section-footer-wrapper .hs-menu-wrapper>ul li {
  font:inherit;
}

.custom-footer .section-footer-wrapper .hs-menu-wrapper>ul>li {
  width: 100%;
  padding: 1rem;
}

.custom-footer .section-footer-wrapper .footer-contact-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
}

.custom-footer a {
  transition: all .3s;
  width: 55%;
}

.custom-footer .section-footer-wrapper .footer-contact-logo .custom-footer-logo img {
  max-width: 80px;
}

.custom-footer .section-footer-wrapper .footer-column .contact-item {
  margin: 2rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.custom-footer .section-footer-wrapper .footer-column .contact-item a {
  margin:0;
}

.custom-footer .section-footer-wrapper .footer-column .contact-item a:hover {
  text-decoration:underline;
}

.custom-footer .section-footer-wrapper .footer-column .contact-item .hs_cos_wrapper_type_module {
  width:100%;
}

.custom-footer .section-footer-wrapper .footer-column .contact-phone {
  font-family: Roboto,sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.custom-footer .section-footer-wrapper .footer-column .contact-phone a {
  padding: 1rem 0.25rem;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.custom-footer .section-footer-wrapper .footer-column .contact-phone a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  content: "\f095";
}

.custom-footer .section-footer-wrapper .footer-column .contact-item:not(.contact-phone).footer-button a {
  padding: 1rem 0.25rem;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.custom-footer .section-footer-wrapper .footer-column .contact-item.contact-locator a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  content: "\f041";
}


.custom-footer .section-footer-wrapper .hs-menu-wrapper>ul>li>a {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 661;
  line-height: 1.3;
  display: block;
  width: 100%;
}

.custom-footer .section-footer-wrapper .hs-menu-wrapper>ul>li>a:hover {
  text-decoration:none;
}

.custom-footer .section-footer-wrapper .hs-menu-wrapper>ul li ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.custom-footer .section-footer-wrapper .hs-menu-wrapper>ul li ul li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0.5rem;
}

.custom-footer .section-footer-copyright {
  width: 100%;
  border-top: 1px solid #1a171b;
  padding: 1rem 0;
  margin: 1rem;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width:996px) {
  .custom-footer .section-footer-wrapper .hs-menu-wrapper>ul {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media (max-width:767px) {
  .footer__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* Menu and simple menu */

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