*, *: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 ;
    }
}
.content-wrapper,.page-center  {
  margin: 0 auto;
  padding: 0 40px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (min-width: 576px) {
  .content-wrapper,.page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .content-wrapper,.page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .content-wrapper,.page-center {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px){
  .content-wrapper,.page-center {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media(max-width:1199px){
  .dnd-section > .row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media(max-width:991px){
  .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

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

@media(max-width: 575px){
  .content-wrapper,.page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@font-face { font-family: Artegra Sans Extended; 
  src: url("//20940542.fs1.hubspotusercontent-na1.net/hubfs/20940542/raw_assets/public/NsiIndustries_June2022/fonts/ArtegraSansExtended-Bold.woff2") format("woff2"),
    url("//20940542.fs1.hubspotusercontent-na1.net/hubfs/20940542/raw_assets/public/NsiIndustries_June2022/fonts/ArtegraSansExtended-Bold.woff2") format("woff"); 
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      }

@font-face { 
  font-family: "Source Sans Pro";
  src: url("https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2") format("woff2");
  font-style: normal; font-weight: 400;
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Source Sans Pro";
  src: url("https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2") format("woff2");
  font-style: normal;
  font-weight: 600; font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2") format("woff2");
  font-style: normal;
  font-weight: 700; 
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}





body {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
}

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

/* Paragraphs */

p {
  font-size: 1.125rem;
}

/* 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-bottom: 0.5rem;
  line-height: 1.2;
}

/* Lists */

ul,
ol {
  margin: 0;
}

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

main.body-container-wrapper ul, main.body-container-wrapper ol {
  margin-bottom: 1em;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* .content-wrapper, 
.dnd-section>.row-fluid, 
.page-center {
padding-left:15px;
padding-right:15px;
}
*/

@media(max-width:360px){
  .body-container--landing-page h1 {
    font-size: 45px;
  }
}
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,#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}

form{
  max-width:767px;
  margin-bottom:40px;
}

/* Labels */

form label {
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 0;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
}

/* 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: block;
  width: 100%;
  height: calc(1.2em + 1.8rem + 2px);
  padding: 0.9rem 0.8rem;
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  background-color: #e6e6e6;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-bottom: 1px solid !important;
  border: none;
}

form input.hs-input:focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #262626;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}
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: #EF6B51;
}

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

.hs-error-msgs label {
  color: #c02b0a;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  display: inline-block;
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  font-weight: 600;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.93rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 6px 0 0;
}

/* 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;
}
.mobile-menu-toggle {
  display:none;
}
header.header{
  position: sticky;
  position: relative;
  top: 0;
  z-index: 500;
  background-color: #fff;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}

.header-primary-cta-links .widget-type-rich_text ul li a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}

header.header .content-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.header>.inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.inner>.content-wrapper {
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
.content-wrapper>.inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.inner>.site-branding {
  position: absolute;
  left: calc(50% - 60px);
  width: 120px;
  top: -10px;
  height: 59px;
}
.inner>.site-branding:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  transform: skewX(20deg);
  transform-origin: 0 0;
  border-left: 1px solid #e6e6e6;
}
.site-branding .site-logo {
  position: absolute;
  width: 80px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.site-logo img.hs-image-widget {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
  max-width: 100%;
  vertical-align: middle;
}
.header-navigation {
  display: none;
  margin: -10px 0;
  margin-right: -20px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.header-navigation>.upper {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.header form.search-form {
  margin-right: 20px;
  margin-bottom: 0;
}


.header form.search-form>label {
  display: block;
  margin: 0;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
  font-size: 12px;
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  font-weight: 600;
}
.header form.search-form>label>span.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
  border: 0;
}
.header form.search-form>label>span.icon {
  position: absolute;
  display: block;
  left: 1rem;
  top: 50%;
  margin-top: -0.6rem;
  z-index: 1;
  cursor: pointer;
}
.header form.search-form>label>span.icon>svg.bi.bi-search {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  vertical-align: middle;
}

.header form.search-form>label>span.icon>svg.bi.bi-search {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  vertical-align: middle;
  fill: #000000;
}

.header form.search-form>label>input.search-field::placeholder {
  color: #969696;
  opacity: 1;
}

.header form.search-form>label>input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}


.header form.search-form>label>input.search-field {
  border-radius: 100px;
  border: none;
  padding-left: 42px !important;
  height: calc(1.2em + 1rem + 2px);
  font-size: 16px !important;
  line-height: 19px !important;
  padding: 0.5rem 0.45rem;
  display: block;
  width: 100%;
  color: #000;
  background-color: #e6e6e6;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  font-weight: 400;
  margin: 0;
}

.header form>button.search-submit{
  display:none;
}

.header-secondary-navigation {
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
}

.header-secondary-navigation .widget-type-rich_text ul {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.header-secondary-navigation .widget-type-rich_text ul li {
  margin: 0 5px;
}
.header-secondary-navigation .widget-type-rich_text ul li a {
  color: #000;
}

.header-secondary-navigation .widget-type-rich_text ul li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.94 10A8.994 8.994 0 0 0 12 2.06V0h-2v2.06A8.994 8.994 0 0 0 2.06 10H0v2h2.06A8.994 8.994 0 0 0 10 19.94V22h2v-2.06A8.994 8.994 0 0 0 19.94 12H22v-2h-2.06zM11 18c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-top: 0.1em;
  margin-bottom: -0.4em;
  margin-right: 0.5em;
}

.header-primary-cta-links .widget-type-rich_text ul {
  list-style: none;
  margin: 0 -0.125rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.header-primary-cta-links .widget-type-rich_text ul li {
  margin: 0 0.125rem;
}
.header-primary-cta-links .widget-type-rich_text ul li a {
  display: inline-block;
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.93rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 0;
  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-color: #000;
  background-color: transparent;
  border: 2px solid currentColor;
  border-radius: 0;
  padding: 0.56rem 1rem;
  font-size: .875rem;
  line-height: 1.2;
  border-radius: 0;
}
.header-primary-cta-links .widget-type-rich_text ul li:first-child a{
  border: 2px solid currentColor;
  border-color: #000;
}
.header-navigation .lower {
  ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-top: 1px solid #e6e6e6;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}
.header-primary-navigation {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
.header-primary-navigation .navigation-primary>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  font-size: 16px;
  font-weight: 600;
}
.header-primary-navigation .navigation-primary>ul>li {
  display: flex;
  position: relative;
}

.header-primary-navigation .navigation-primary>ul>li>a {
  display: block;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: color .15s;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  line-height: 25px;
}

/* submenu css */

.submneu-container {
  width: 260px;
  left: -15px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity .15s,visibility 0s .15s;
  z-index: 550;
  top: 100%;
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  border-radius: 0 0 8px 8px;
}


.header-primary-navigation .navigation-primary>ul>li.child-open .submneu-container {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}


.header-primary-navigation > div {
  height: 100%;
}

.navigation-primary {
  height: 100%;
  display: flex !important;
}

.submneu-container .submneu-content {
  padding: 20px 30px;
}

.submneu-container .submneu-content > ul > li a {
  display: block;
  padding: 4px 0;
  line-height: 1.4;
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.submneu-container .submneu-content > ul {
  background: transparent;
}

.submneu-container .submneu-content > ul > li.has-submenu > a {
  color: #666;
  text-transform: uppercase;
  margin-top: 10px;
}

.submneu-container .submneu-content > ul > li a:hover {
  background-color: transparent;
}

.header-primary-navigation .navigation-primary>ul>li.mega-menu {
  position: static;
}

.header-primary-navigation .navigation-primary>ul>li.mega-menu>.submneu-container {
  max-height: calc(100vh - 10px - 160px);
  height: 720px;
  width: 100%;
  max-width: 1200px;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  margin-left: auto;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
}

.submneu-container > .submneu-inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-primary-navigation .navigation-primary>ul>li>ul {
  display: none;
}

.submneu-container > .submneu-inner >.sub-menu-cta {
  padding: 20px 30px;
  background-color: #000;
  border-radius: 0 0 8px 8px;
  color: #fff;
}

.submneu-container > .submneu-inner >.sub-menu-cta a {
  color: inherit;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  text-align: center;
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 0;
  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: 2px solid transparent;
  font-weight: normal;
}

.submneu-container>.submneu-inner>.sub-menu-cta a:hover {
  text-decoration: underline;
}

.btn--link .btn__arrow {
  right: 6px;
  position: absolute;
  transition: transform .15s;
  top: 50%;
  margin-top: -1px;
  width: 18px;
  transform: translate3d(-5px,0,0);
  background-color: currentColor;
  height: 2px;
}

.btn--link .btn__arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -6px;
  right: 0;
  position: absolute;
  transition: transform .15s;
  top: 50%;
}

.btn--link:hover .btn__arrow {
  transform: translateZ(0);
}



.navigation-primary>ul>li.mega-menu .submneu-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product {
  padding-right: 30px;
  width: 75%;
  border-right: 1px solid #666;
  display: -ms-flexbox;
  /* display: flex; */
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.brand {
  padding-left: 30px;
  width: 25%;
  display: -ms-flexbox;
  /* display: flex; */
}


.navigation-primary>ul>li.mega-menu .submneu-content >ul>li.shop-by > .inner > a {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  color: #000;
  padding-top: 0;
  text-transform: unset;
  padding-bottom: 0;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by .view-all {
  text-align: right;
  margin-bottom: 0;
  margin-top: 20px;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by .view-all a {
  padding-right: 40px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  padding: 0;
  padding-right: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 0;
  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: 2px solid transparent;
  font-weight:400;
}

.submneu-content>ul>li.shop-by.brand > .inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submneu-content>ul>li.shop-by.brand .menu-scroll {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  height: 34.3vh;
}

.submneu-content>ul>li.shop-by.brand .menu-scroll > .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}


.submneu-content>ul>li.shop-by.brand .menu-scroll > .inner > ul > li + li {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
}

.submneu-content>ul>li.shop-by.brand .menu-scroll > .inner > ul > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0;
  /* font-weight: normal; */
}

.submneu-content>ul>li.shop-by.brand .menu-scroll > .inner > ul > li > a .icon {
  width: 46px;
  height: 46px;
  font-size: 24px;
  margin-right: 15px;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  height: 34.3vh;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner >.menu-tree > .menu-scroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree > .menu-scroll > .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree > .menu-scroll > .inner > ul {
  text-transform: uppercase;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree > .menu-scroll > .inner > ul > li + li {
  border-top: 1px solid #ccc;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree > .menu-scroll > .inner > ul > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px;
  color: #666;
  transition: color .15s;
  cursor: pointer;
  word-break: break-word;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree > .menu-scroll > .inner > ul > li > a:before {
  content: "";
  width: 20px;
  height: 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0a4 4 0 0 1 .96 7.884 9.999 9.999 0 0 1-9.076 9.077A4.001 4.001 0 1 1 3 12.126V1A1 1 0 0 1 4.993.883L5 1v11.126a4.007 4.007 0 0 1 2.861 2.826 8 8 0 0 0 7.092-7.091A4 4 0 0 1 16 0zM4 14a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM16 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-top: 4px;
  margin-bottom: -10px;
}

.submenu-left .submenu.level-4 li a {
  background: transparent;
}

.navigation-primary>ul>li.mega-menul .submneu-content>ul>li.shop-by.product > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submenu-left {
  position: absolute;
  left: auto;
  width: calc(100% - 33.33%);
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  background-color: #e6e6e6;
}

.submneu-content li.easy-twist .icon {
  background-color: #E52114;
}

.submneu-content li.bridgeport .icon {
  background-color: #e57914;
}

.submneu-content li.polaris .icon {
  background-color: #3C64B1;
}

.submneu-content li.rhino .icon {
  background-color: #25375B;
}

.submneu-content li.tork .icon {
  background-color: #000000;
}

.submneu-content li.terminator .icon {
  background-color: #2D957C;
}

.submneu-content li .icon {
  background-color: #F42626;
}

.submneu-content li.durodyne .icon {
  background-color: #F7A947;
}

.submneu-content li.platinum-tools .icon {
  background-color: #E72F23;
}

.submneu-content li.techlogix .icon {
  background-color: #0093BC;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree>.menu-scroll>.inner>ul {
  width: 33.333%;
  height: 34.3vh;
  overflow: auto;
}

.submenu-left .submenu.level-4 {
  padding: 30px;
  font-size: 16px;
  display:none;
  height: 34.3vh;
  overflow: auto;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree>.menu-scroll>.inner>ul>li.active>a,
.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree>.menu-scroll>.inner>ul>li.active>a:hover{
  background-color: #e6e6e6!important;
  color: #000;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree>.menu-scroll>.inner>ul>li>a:hover {
  color: #000;
}

.navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree>.menu-scroll>.inner>ul>li.active > .submenu-left .submenu.level-4{
  display: block;
  position: relative;
  z-index: 999;
}

.submenu-left .submenu.level-4 li a {
  color: #000;
  padding: 0;
  transition: color .15s;
  cursor: pointer;
  display: block;
  padding: 0;
  font-size: 16px;
  text-transform: none;
}

.submenu-left .submenu.level-4 li + li {
  border-top: none;
  margin-top: 10px;
}

@media (min-width: 768px){
  header.header {
    height: 120px;
  }
  .inner>.site-branding  {
    position: relative;
    left: 0;
    top: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: auto;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: -10px 0;
    overflow: hidden;
    background-color: #fff;
  }
  .inner>.site-branding:before {
    transform-origin: 0 100%;
    transform: skewX(60deg);
    left: 100%;
    bottom: calc(100% - 30px);
    top: auto;
    border-left: 2px solid #e6e6e6;
    background-color: #fff;
    width: 200%;
    z-index: 1;
  }


  .site-branding .site-logo {
    width: 100px;
    height: 80px;
    transform: none;
    position: relative;
    left: 0;
    top: 0;
    border-right: 1px solid #e6e6e6;
  }
  .site-logo img.hs-image-widget {
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
  }

  .header-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  div#mobile-menu {
    display: none;
  }

  button.mobile-menu-toggle {
    display: none;
  }

  .inner>.site-branding:after {
    border-right: none;
    border-left: 2px solid #e6e6e6;
    transform-origin: 0 0;
    transform: skewX(-60deg);
    left: 100%;
    right: auto;
    top: calc(100% - 30px);
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    background-color: #fff;
    width: 200%;
    z-index: 1;
  }
}
@media (min-width: 992px){
  .header-navigation {
    margin-right: -30px;
  }
  .header-navigation>.upper {
    padding-right: 30px;
  }
  .header-navigation .lower {
    padding-right: 30px;
  }
  .header-primary-navigation{
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -50px;
  }
  .header-primary-navigation .navigation-primary>ul {
    margin:0px;
  }
}

@media (min-width: 1200px){
  header.header {
    height: 160px;
  }
  .site-logo img.hs-image-widget {
    top: calc(50% - 60px);
    width: 120px;
    height: 120px;
  }
  .header-navigation {
    margin-right: -40px;
  }
  .header-navigation>.upper {
    padding-right: 40px;
  }
  .header form.search-form {
    margin-right: 30px;
  }
  nav.header-secondary-navigation {
    font-size: 18px;
    margin-right: 30px;
    display: block;
  }
  .header-secondary-navigation .widget-type-rich_text ul.menu {
    margin: 0 -10px;
  }
  .header-secondary-navigation .widget-type-rich_text ul.menu li {
    margin: 0 10px;
  }

  .header-secondary-navigation .widget-type-rich_text ul.menu li a:before {
    margin-top: 0.1em;
    margin-right: 0.5em;
  }

  .header-primary-cta-links {
    margin-left: 60px;
  }
  .header-primary-cta-links .widget-type-rich_text ul li a {
    padding: 0.93rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.2;
    border-radius: 0;
  }
  .header-navigation .lower {
    padding-right: 40px;
  }
  .header-primary-navigation {
    margin-left:-75px;
  }
  .header-primary-navigation .navigation-primary>ul {
    font-size: 18px;
    margin: 0 -15px;
  }
  .header-primary-navigation .navigation-primary>ul>li>a {
    padding: 10px 15px;
  }

  .site-branding .site-logo {
    width: 150px;
    height: 120px;
  }

}

@media(max-width:1199px){
  header.header .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .site-logo img.hs-image-widget {
    top: calc(50% - 40px);
    width: 80px !important;
    height: 80px;
  }

  .header-primary-navigation .navigation-primary>ul>li>a {
    font-size: 16px;
  }

  .submneu-container .submneu-content {
    padding: 16px 20px;
  }

  .submneu-content>ul>li.shop-by.brand .menu-scroll>.inner>ul>li>a .icon {
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
  }

  .submneu-container .submneu-content>ul>li a {
    font-size: 16px;
  }

  .navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree>.menu-scroll>.inner>ul>li>a:before {
    display: none;
  }

  .navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product>.inner>.menu-tree>.menu-scroll>.inner>ul>li>a {
    padding: 6px 10px;
  }

  .submenu-left {
    background-color: #e6e6e6;
    border-left: 1px solid #ccc;
  }

  .submenu-left .submenu.level-4 {
    font-size: 16px;
    padding: 20px;
  }

  .navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.brand {
    padding-left: 20px;
  }

  .navigation-primary>ul>li.mega-menu .submneu-content>ul>li.shop-by.product {
    padding-right: 20px;
  }

  .submneu-container>.submneu-inner>.sub-menu-cta {
    padding: 16px 20px;
  }

  .submneu-content>ul>li.shop-by.brand .menu-scroll>.inner>ul>li>a .icon {
    font-size: 16px;
    font-weight: 600;
  }

  .header-primary-navigation .navigation-primary>ul>li.mega-menu>.submneu-container {
    max-width: 1200px;
    width: 100%;
    left: 0;
  }

  .header-primary-navigation .navigation-primary>ul>li {
    position: static;
  }
}

@media(max-width:992px){
  header.header .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width:767px){
  .inner>.site-branding:after {
    right: 0;
    transform: skewX(-20deg);
    transform-origin: 100% 0;
    border-right: 1px solid #e6e6e6;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
  }

  header.header .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-logo img.hs-image-widget {
    top: 0;
    width: 100%;
    height: 100%;
  }


  button.mobile-menu-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: none;
    box-shadow: none;
    position: relative;
    outline: none;
    height: 30px;
    width: 30px;
    margin-left: -6px;
    background-color: transparent;
    z-index: 1;
  }

  button.mobile-menu-toggle > span {
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    background-color: #000;
    transition: background-color .4s;
  }

  button.mobile-menu-toggle > span:before {
    top: -5px;
  }

  button.mobile-menu-toggle > span:after {
    bottom: -5px;
  }

  button.mobile-menu-toggle > span:after,button.mobile-menu-toggle > span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    background-color: #000;
    transition: background-color .4s;
  }

  body.show {
    overflow: hidden;
  }

  .overlay {
    content: "";
    background-color: rgba(0,0,0,.25);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: opacity .2s,visibility 0s .2s;
  }

  .show .overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

  div#mobile-menu {
    position: fixed;
    z-index: 10001;
    width: 260px;
    max-width: calc(100vw - 2rem);
    left: 100%;
    top: 0;
    bottom: 0;
    transition: transform .2s ease-out,visibility 0s .2s;
    background-color: #000;
    color: #fff;
    overflow: auto;
    visibility: hidden;
  }

  .show div#mobile-menu {
    transform: translate3d(-100%,0,0);
    visibility: visible;
    transition-delay: 0s;
  }

  .show div#mobile-menu .scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    transform: none;
    height: 100%;
    transition: transform .2s ease-out;
  }

  #mobile-menu {}

  #mobile-menu .mobile-menu-header {
    padding: 1rem;
  }

  #mobile-menu .upper {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }

  #mobile-menu .mobile-menu-search-toggle {
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    width: 2rem;
    height: 2rem;
    position: relative;
    display: block;
    transition: color .15s,opacity .15s;
    color: #fff;
    overflow: hidden;
    margin-left: 0.5rem;
  }

  #mobile-menu .mobile-menu-search-toggle .icon {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .3s;
  }

  #mobile-menu .mobile-menu-search-toggle .icon svg {
    width: 100%;
    height: 100%;
    transition: fill .15s;
    display: block;
  }

  #mobile-menu .mobile-menu-search-toggle .label {
    display: none;
  }

  #mobile-menu .upper .mobile-menu-close {
    margin-left: 0;
    margin-right: -0.5rem;
    line-height: 1;
    color: #fff;
    padding: 0;
    outline: none;
    border: none;
    background-color: transparent;
    width: 2rem;
    font-size: 2rem;
  }

  #mobile-menu .upper .mobile-menu-close .label {
    display: none;
  }

  #mobile-menu .upper .mobile-menu-close .icon {
    display: block;
  }

  #mobile-menu .upper .mobile-menu-close .icon:before {
    content: "×";
    display: block;
    margin-left: 0;
    line-height: 1;
    font-weight: 300;
    font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  }

  nav#mobile-menu-primary-cta-links {}

  nav#mobile-menu-primary-cta-links ul {
    list-style: none;
    margin: 0 -0.125rem;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
  }

  nav#mobile-menu-primary-cta-links ul li {
    padding: 0 0.125rem;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  nav#mobile-menu-primary-cta-links ul li a {
    display: block;
    width: 100%;
    border: 2px solid currentColor;
    border-radius: 0;
    padding: 0.56rem 1rem;
    font-size: .875rem;
    line-height: 1.2;
    font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  nav#mobile-menu-primary-cta-links ul li.log-in a {
    background-color: #fff;
    border-color: #fff;
    color: #212529;
  }

  nav#mobile-menu-primary-cta-links ul li.contact a {
    color: #fff;
    border-color: #fff;
  }

  nav#mobile-menu-primary-cta-links ul li.log-in a:hover {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: #212529;
  }

  #mobile-menu .search-form {
    padding: 0 1rem;
    transition: height .3s ease-out,opacity .3s;
    overflow: hidden;
    height: 0;
    opacity: 0;
    margin-bottom: 0;
  }

  .search-active #mobile-menu .search-form {
    height: 4rem;
    opacity: 1;
    color: #fff;
  }

  .search-form label {
    display: block;
    margin: 0;
    position: relative;
    cursor: pointer;
    line-height: 1.4;
    font-size: 12px;
    font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
    font-weight: 600;
  }

  span.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
  }

  .search-form label .icon {
    position: absolute;
    display: block;
    left: 1rem;
    top: 50%;
    margin-top: -0.6rem;
    z-index: 1;
    cursor: pointer;
  }

  .search-form label .icon svg {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    fill: #fff;
  }

  #mobile-menu .search-form input[type=search] {
    padding: 0.75rem 1.25rem;
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 100px;
    height: auto;
    padding-left: 2.5rem;
    color: #fff;
    background-color: hsla(0,0%,100%,.2);
    display: block;
    width: 100%;
    font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  #mobile-menu .search-form input[type=search]::placeholder {
    color: hsla(0,0%,100%,.3);
  }

  .mobile-navigation {
    padding-bottom: 1rem;
    font-size: 1rem;
  }


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

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

  .mobile-navigation .hs-menu-wrapper > ul > li {
    position: relative;
  }

  .mobile-navigation .hs-menu-wrapper > ul > li > a {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
    color: #ffffff;
    text-decoration: none;
  }


  .mobile-navigation .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 3rem;
  }

  .mobile-navigation .hs-menu-wrapper > ul > li > ul {
    display: none;
  }


  .mobile-navigation .hs-menu-wrapper>ul>li .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 41px;
    overflow: hidden;
    text-indent: -100000px;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    color: inherit;
  }

  .mobile-navigation .hs-menu-wrapper>ul>li .child-trigger:before {
    content: "×";
    font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
    transform: rotate(-135deg);
    transition: transform .2s ease-out;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 2rem;
    font-weight: 300;
  }

  .mobile-navigation .hs-menu-wrapper>ul>li>ul {
    font-weight: 400;
    transition: height .2s ease-out;
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-navigation .hs-menu-wrapper>ul>li>ul>li:first-child {
    padding-top: 0.5rem;
  }

  .mobile-navigation .hs-menu-wrapper>ul>li>ul>li:last-child {
    padding-bottom: 0.5rem;
  }

  .mobile-navigation .hs-menu-wrapper>ul>li>ul>li>a {
    display: block;
    padding: 0.5rem 1rem;
    color: inherit;
  }

  .mobile-navigation .hs-menu-wrapper>ul>li>ul>li>ul li a {
    padding: 0.25rem 1rem;
    padding-left: 2rem;
    opacity: .8;
    display: block;
  }

  .mobile-navigation .hs-menu-wrapper>ul>li>ul>li>ul {
    padding: 0;
  }

  .mobile-navigation .hs-menu-wrapper>ul>li.child-open .child-trigger:before {
    transform: none;
  }
}
footer.footer {
  background-color: #000;
  color: #fff;
  display: block;
}

footer .content-wrapper {
  padding-top: 40px;
  padding-bottom: 30px;
  max-width: 1340px;
}

footer .footer-company {
  margin-right: 100px;
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}

.footer-logo .hs_cos_wrapper a {
  display: block;
  width: 75px;
  margin-bottom: 20px;
  color: inherit;
  text-decoration: none;
}

.footer-logo .hs_cos_wrapper a > img{
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  display: block;
  max-width: 100%;
  vertical-align: middle;
}

.footer-contact p{
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 14px;
  color: #999999;
  overflow-wrap: break-word;
  font-weight: 400;
  line-height: 1.4;
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
}

.footer-contact a {
  display: block;
  width: 100% !important;
}

.social-links {
  margin-top: 20px;
}

.social-links>ul {
  list-style: none;
  padding: 0;
  margin: -4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-links>ul>li{
  margin: 4px;
}

.social-links>ul>li>a {
  display: block;
}

.social-links>ul>li>a>span {
  display: block;
}

.social-links>ul>li>a>span>svg {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  stroke: #999;
  stroke-width: 24;
  transition: stroke .15s;
  overflow: hidden;
  vertical-align: middle;
}

.social-links>ul>li>a:hover svg {
  stroke: #fff;
}

.footer-primary-navigation {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
}

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

.footer-primary-navigation .hs-menu-wrapper>ul>li{
  list-style:none;
}

.footer-primary-navigation .hs-menu-wrapper>ul>li>a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #808080;
  line-height: 25px;
}

.footer-primary-navigation .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-primary-navigation .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper{
  margin-bottom: 30px;
  color: gray;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  font-size: 16px;
}

.footer-primary-navigation .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a {
  line-height:22px;
  color:#ffffff;
  font-size:16px;
  font-weight:600;

}

.footer-primary-navigation .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li+li{
  margin-top: 8px;
}

footer .lower p {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  margin-bottom: 0.8rem;
  margin-top:0px;
}

footer .lower nav {
  font-size: 12px;
  display: block;
}

footer nav ul {
  margin: -10px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer nav ul li {
  margin: 10px;
}

footer nav ul li a {
  color:#ffffff;
}

.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section  .row-fluid{
  padding-left:0;
  padding-right:0;
}

.footer-primary-navigation .hs-menu-wrapper>ul>li>a {
  pointer-events: none;
}

@media (min-width: 768px){
  .footer-primary-navigation .hs-menu-wrapper>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .footer-primary-navigation .hs-menu-wrapper>ul>li {
    margin: 0 15px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 160px;
  }

  footer .lower {
    display: flex;
    justify-content: space-between;
  }

  footer .lower p {
    margin-bottom: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 40px;

  } 
}

@media (min-width: 992px) {
  footer .content-wrapper>.upper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


@media(max-width:767px){
  footer .lower p {
    margin-bottom:1rem;
  }
  footer .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

}
