*, *: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 {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'Launch Icons';
  src: url('https://7039803.fs1.hubspotusercontent-na2.net/hubfs/7039803/TroopIndustrial_April2022/Font/launch-icons.eot'),
    url(https://7039803.fs1.hubspotusercontent-na2.net/hubfs/7039803/raw_assets/public/TroopIndustrial_April2022/font/launch-icons.ttf) format("truetype"),
    url(https://7039803.fs1.hubspotusercontent-na2.net/hubfs/7039803/raw_assets/public/TroopIndustrial_April2022/font/launch-icons.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('https://7039803.fs1.hubspotusercontent-na2.net/hubfs/7039803/TroopIndustrial_April2022/Font/oswald.eot'),
    url(https://7039803.fs1.hubspotusercontent-na2.net/hubfs/7039803/raw_assets/public/TroopIndustrial_April2022/font/Oswald-Regular.woff) format('woff'),
    url(https://7039803.fs1.hubspotusercontent-na2.net/hubfs/7039803/raw_assets/public/TroopIndustrial_April2022/font/Oswald-Regular.ttf) format('ttf');  
}

.icon {
  font-family: "Launch Icons",sans-serif;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
html {
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin:0 0 15px 0;
  -webkit-font-smoothing: initial;
}
p {
  margin: 0;
  padding: 5px 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .67em;
}
hr {
  height: 2px;
  background: #fff;
  border: 0;
}
b, strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
a {
  color: #e32c2b;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}
a:focus, a:hover {
  color: #e32c2b;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
.migration .hs-form{
  margin-bottom: 30px;
}

.hs-error-msgs .hs-main-font-element {
  color: #e13333!important;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  font-family: Roboto,sans-serif;
  font-weight: 400;
}

/* 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 {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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-msg {
  color: #e13333;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: Roboto,sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs_cos_wrapper_type_google_search .hs-input {
 margin-bottom: 1.4rem; 
}
ul.no-list.hs-error-msgs {
    list-style: none;
    padding-left: 0;
}
.systems-page ul.no-list {
    list-style: none;
}
.systems-page .header {
    position: static;
}
[type="checkbox"] + label {
    display: inline-block;
}

.hs-richtext.hs-main-font-element a { width: 100%; height: 100%; display: inline-block; }
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: top 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-wrapper {
  min-height: 120px;
}

.header__container.content-wrapper {
  padding-right: 30px;
  padding-left: 30px;
}

.header-tools {
  height: 120px;
  float: right;
}

.header-logo a {
  position: relative;
  display: block;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 100px;
  color: #e32c2b;
  max-width: 200px;
}

.header-logo img {
  display: inline-block;
  width: auto !important;
  max-width: 200px;
  max-height: 100px;
  margin: -2px auto 0;
  vertical-align: middle;
  transition: opacity .2s ease;
}

.icon-head:before {
  content: "\e074";
}

.header-actions-list-item.icon-cart:before, 
.header-actions-list-item.icon-head:before {
  min-width: 1em;

}

.banner-section .dnd-section {
  padding: 0 !important;
}
.header-actions-list-item {
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  float: left;
  padding: 0;
  margin-left: 30px;
  line-height: 21px;
  color: black;
  cursor: pointer;
}

header .hs-menu-depth-1.active-branch > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #e32c2b;
  z-index: -1;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li {
  padding: 10px;
}
.upper-header {
  text-align: center;
  margin: 0px;
  padding: 10px;
  left: 0px;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background-color: rgb(235, 62, 62);
  color: rgb(10, 30, 89);
  font-size: 19px;
  line-height: 23.75px;
  font-family: Oswald;
}

.upper-header p {
  margin: 0;
  padding: 0;
}
.upper-header p a {
  color: inherit;
}
.upper-header p span {
  color: #fff;
}

.header-logo {
  float: left;
  max-width: 50%;
}
.header .content-wrapper {
  padding: 0 30px;
}
.custom-menu-primary .hs-menu-wrapper ul li {
  padding: 20px 15px;
}
.custom-menu-primary .hs-menu-wrapper ul li a {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
  position:relative;
}
.button-cta {
  display: none;
}

.header-actions .user a,.header-actions .cart a,.header-flex .cart-left a {
  box-sizing: border-box !important;
  font-size: 0 !important;
  margin: 0 !important;
  float: none !important;
}

.header-actions .user a:before,.header-actions .cart a:before,.header-flex .cart-left a:before {
  font-family: "Launch Icons",sans-serif;
  speak: none;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  position: relative;
  padding: 0;
  margin-left: 30px;
  line-height: 21px;
  cursor: pointer;
  content: "\e074";
  min-width: 1em;
}

.header-actions .cart a:before {
  content: "\e600";
  min-width: auto;
  margin: 0;
  font-size: 22px;
}
.header-flex .cart-left a:before {
  content: "\e600";
  min-width: auto;
  margin: 0;
  color:#000;
  font-size:22px;
}
.icon-head:before {
  content: "\e074";
}

.header-actions {
  position: relative;
  line-height: 120px;
  height: 120px;
  display: inline-block;
  align-items: center;
  vertical-align: top;
  text-align: left;
}

.custom-menu-primary {
  position: relative;
  height: 120px;
  display: inline-block;
  line-height: 120px;
  vertical-align: top;
  text-align: left;
  z-index: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper ul li {
  position: relative;
  float: left;
  padding: 20px 0;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-menu-primary .hs-menu-wrapper ul li a {
  float: left;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: black;
}


.header-actions:before {
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 10px;
  vertical-align: middle;
  background-color: #FFFFFF;
  content: "";
}

.header-actions-list {
  display: inline-block;
  vertical-align: middle;
}

.header-actions-list-item.icon-head:before {
  min-width: 1em;
}

.icon-menu:before {
  content: "\f125";
}

.collapsed-navigation .drawer-toggle {
  display: inline-block;
}

.drawer-toggle .icon-cross {
  display: none;
}

.icon-cross:before {
  content: "\e117";
}

.mobile-open .drawer-toggle .icon-cross {
  display: inline-block;
}

.mobile-open .drawer-toggle span {
  color: white;
}

.mobile-open .drawer-toggle .icon-menu {
  display: none;
}

.drawer-toggle:before {
  float: left;
  height: 16px;
  width: 1px;
  margin: 3px 25px 0 0px;
  background-color: white;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
}

.breadcrumbs {
  padding: 20px 30px;
}

.banner_wrapper .breadcrumbs .hs-breadcrumb-menu-item:after {
  font-size: 14px;
}

.header-actions .user {
  padding-top: 9px;
}

a.insta-icon { display: none; }





@media(min-width:1055px){
  .header-actions a:nth-child(3){
    display:none;
  }
  .header-actions a:nth-child(4){
    display:none;
  }
  .mobile-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    padding:0;
    left: 8px!important;
  }

  .drawer-toggle {
    display: none;
  }
  .custom-menu-primary {
    display: inline-block !important;
  }
  .custom-menu-primary hs-menu-children-wrapper.hs-menu-children-wrapper {
    min-width: 150px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    min-width: 150px;
    background-color: #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul ul>li a {
    display: block;
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    visibility: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    visibility: visible;
  }
}







@media(max-width:1054px){
  .header-actions .user, .header-actions .cart {
    display: none;
  }
  .header-actions:before,
  .custom-menu-primary > * {
    display: none !important;
  }
  .mobile-open .custom-menu-primary > * {
    display: block !important;
  }
  .mobile-open .custom-menu-primary > *.button-cta {
    display: flex !important;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .header-actions a:nth-child(3) {
    margin-left: 56px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li > a:hover {
    color: #e32c2b!Important;
  }
  .child-trigger {
    position: absolute;
    right: 0;
    height: 51px;
    width: 51px;
    top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom-menu-primary .button-cta {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-menu-primary .button-cta .cta_button {
    margin-bottom: 30px;
    background: #fff;
    border-color: #fff;
    font-family: Roboto,sans-serif;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    -ms-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #fff;
    display: block;
    color: #e32c2b;
    box-sizing: border-box !important;
  }

  .custom-menu-primary .button-cta .cta_button:hover {
    background: 0 0;
    border-color: #fff;
    color: #fff;
  }
  .custom-menu-primary .button-cta{
    padding-bottom:44px;
  }

  .child-trigger i:after {
    position: static;
    font-size: 25px;
  }

  .child-open.child-trigger i:after {
    content: "-";
    right:18px;
  }
  .mobile-open .lower-header {
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 99;
    width: 100%;
    overflow:auto;
    height: 100vh;
    background-color: rgba(25,25,25,.98)!important;
  }
  .header-actions a:nth-child(4){
    display:none;
  }
  .mobile-open .header-actions a:nth-child(4){
    display:block;
  }
  .mobile-open .header-actions a:nth-child(3) {
    display: none;
  }

  .mobile-open .header-actions a:nth-child(4) {
    position: relative;
    right: 0px;
    top: 0px;
    color: #fff;
    margin-left: 56px;
  }

  .custom-menu-primary {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    width:auto;
    right:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    top: 100%;
    padding: 76px 0 75px 0;
    text-align: center;
    line-height: 1.625;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li:last-child {
    padding-top: 0;
  }
  .header-flex {
    position: relative;
  }

  .mobile-open .header-actions a:first-child {
    color: #fff;
  }
  .mobile-trigger a:after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: rgba(255,255,255,.1);
    position: absolute;
    left: -26px;
    top: 3px;
  }
  .header-logo {
    margin-bottom: -1px;
  }
  .header-flex {
    border:none;
  }
  .header .content-wrapper{
    border-bottom: 1px solid rgba(255,255,255,.25);
  }
  .custom-menu-primary .hs-menu-wrapper ul li a {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    float: none;
    background: none!important;
    height: auto;
    margin: 0;
    font-size: 26px;
    line-height: 36px;
    color: #fff!important;
    text-align: center;
    vertical-align: top;
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
    padding: 15px 15px 0;
    background:transparent!Important;
  }

  .custom-menu-primary .hs-menu-wrapper ul li:first-child {
    padding: 0;
  }
  .header-actions .user {
    display: none;
  }
  .mobile-open .header-actions .mobile-trigger a:before{
    content: "\e117";
  }
  .mobile-trigger {
    margin-left: 26px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding: 15px 0;
    width: 100%;
    display: none;
    opacity: 1!important;
    visibility: visible!important;
  }

  .child-trigger i:after {
    content: "+";
    position: absolute;
    color: #fff;
    top: 30%;
    right: 15px;
    font-style: normal;
  }

  .header-actions .user {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
    width: 100%;
    float: none;
    width: 100%;
    padding: 15px 15px 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li:first-child {
    padding-top: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
    padding-bottom: 15px;
  }
  header .hs-menu-depth-1.active-branch>a:after {
    display: none; 
  }




}
.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: top 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


@media(min-width:721px){
  .header{
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header-flex .cart-left{
    display:none;
  }

}
@media(max-width:992px){
  .custom-menu-primary .button-cta .cta_button {
    padding: 10px 20px;
  }
}
@media(max-width:720px){
  .upper-header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 55;
    top: 0;
  }

  .header-wrapper {
    min-height: auto;
    padding-top: 44px;
  }

  .header {
    position: relative;
    top: auto;
    left: auto;
  }

  .header-tools {
    float: none;
    height: auto;
  }
  .drawer-toggle:before{
    display: none;
  }
  .header-actions .cart{
    display:none;
  }

  .lp-header .header-flex {
    justify-content: center;
  }

  .mobile-trigger{
    margin-left:0;
    margin-bottom: 12px;
  }

  .header-actions a{
    margin-left:0;
  }

  .header-logo img {
    max-width: 148px;
  }

  .header-logo{
    min-height:0;
  }

  .mobile-trigger a:after{
    display:none;
  }

  .mobile-open .header-flex .cart-left a:before {
    color: #fff;
  }

  .header-flex .cart-left {
    margin-top: 9px;
  }

  .header-logo {
    float: none;
    max-width: initial;
    padding-right: 80px;
    padding-left: 80px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul{
    padding:61px 0 60px 0;

  }

  .header-logo a {
    margin-right: auto;
    margin-left: auto;
    line-height: 60px;
    height: 80px;
    text-align: center;
  }

  .header-logo img {
    max-width: 100%;
    max-height: 60px;
  }

  .icon-head {
    display: none;
  }

  .drawer-toggle {
    position: absolute;
    right: 10px;
    width: 60px;
    height: 60px;
    margin: 0;
    line-height: 60px;
    top: 10px;
    text-align: center;
  }

  .header-actions {
    position: static;
    display: block;
    height: auto;
    text-align: center;
    line-height: normal;
  }

  .header .content-wrapper {
    padding: 0;
  }

  .header-actions {
    height: 0;
  }
  .upper-header {
    font-size: 14px;
    line-height: 17.5px;
    padding: 7.36842px 10px;
  }
  .header-wrapper {
    padding-top: 31px;
  }





}
.footer .content-wrapper {
  max-width: 1200px;
  padding:0;
  border-top: 1px solid #fff;
}
footer.footer {
  padding: 60px 30px 0;
}
.column-1 {
  padding-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 60px;
}
.column-2 {
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}
.column-3 {
  padding-top: 60px;
  padding-bottom: 96px;
  border-top: 1px solid #fff;
}
.row-1 {
  padding: 30px 15px;
  width: 20%;
}
.row-1 img {
  max-width: 200px;
  width:100%!important;
}
.row-2 {
  width: 16.66667%;
  padding: 30px 15px;
}
.row-3 {
  width: 16.66667%;
  padding: 30px 15px;
}
.row-4 {
  width: 30%;
  padding: 30px 15px;
}
.column-1 {
  display: flex;
}
.column-1 ul {
  padding: 0;
}

.column-1 ul ul {
  padding: 10px 0;
}
.column-1 ul li a {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 1px;
  font-family: Roboto,sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #161a1c;
  text-transform: uppercase;
}
.column-1 ul ul li {
  padding: 5px 0;
}
.column-1 ul ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  font-family: Roboto,sans-serif;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
}
.column-1 ul ul li a:hover {
  color: #e32c2b;
}
.row-4 h4 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  color: #161a1c;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
}
.row-4 p {
  font-size: 14px;
  margin: 0;
  padding: 5px 0;
  padding-top: 0;
  font-family: Roboto,sans-serif;
  line-height: 26px;
  font-style: normal;
  font-weight: 400;
}
.row-4 p:first-child {
  padding-top: 5px;
}
.column-3 p {
  margin: 0;
  padding: 5px 0;
  color: #000;
  text-align: center;
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
}


@media screen and (max-width: 920px){
  .row-1 {
    width: 100%;
  }
  .column-1{
    display:block;
  }
  .column-1:before,.column-1:after {
    display: table;
    content: " ";
    clear: both;
  }
  .row-2 {
    width: 23%;
    float: left;
  }
  .row-3 {
    width: 23%;
    float: left;
  }
  .row-4 {
    width: 31%;
    float: left;
  }

}




@media screen and (max-width: 720px){
  .row-2, .row-3 {
    width: 33.33333%;
  }
  .row-4{
    width:100%;
  }
  .column-1 ul ul {
    padding-bottom: 0;
  }
  footer.footer{
    padding-top:30px;
  }

  .lp-footer .row-2:empty {
    display: none;
  }

  .lp-footer .row-3:empty {
    display: none;
  }

  .lp-footer .row-4:empty {
    display: none;
  }
}


@media screen and (max-width: 480px){
  .row-3{
    width:100%;
  }
  .row-2{
    width:100%;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

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

[class*="force-full-width-section"] {
  padding: 0 !important;
}

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

.module-content {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: black;
  padding: 15px 0 0;
}

.icon-inner, svg {
  display: block;
  height: 100%;
  width: 100%;
}

.product-details-slideshow-content-wrapper p:last-child {
  padding-bottom: 0;
}

.product-details-slideshow-content-wrapper p:first-child {
  padding-top: 0;
}

.flange_page .row-fluid .span6 {
  width: 50%;
  margin: 0;
}

.module-title, .pxs-video-heading, .video-overlay-heading {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: #161a1c;
}

.flangerow2_section .dnd-section>.row-fluid {
  max-width: 1215px;
  border-bottom: 1px solid white;
}

.flange_page .row-fluid .span6 .widget-type-linked_image img {
  width: 100%;
}

.flange_page .row-fluid .span6 .widget-type-linked_image {
  width: 100%;
}
.full-width-page .dnd-section {
  padding: 0;
}
.full-width-page .row-fluid [class*="span"] {
  min-height: 0px;
}
.full-width-page .dnd-section > .row-fluid {
  max-width: 1215px;
}
.full-width-page .widget-type-header{
  padding-bottom: 30px;
  margin: 0 30px 30px;
  text-align: center;
}
.full-width-page .widget-type-header h1,
.about-row1 .widget-type-header h1{
  margin: 0;
  font-size: 36px;
  line-height: 46px;
}
.full-width-page .widget-type-rich_text {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.full-width-page .widget-type-rich_text p:first-of-type {
  padding-top: 0;
}
.full-width-page table {
  border: 1px solid white;
  border-top: none;
  margin: 30px 0 30px 0;
  font-size: 14px;
  border-spacing: 0;
}
.full-width-page tr td, .full-width-page tr th {
  border: none;
  border-top: 1px solid #fff;
  padding: 20px;
}
.full-width-page th {
  color: #161a1c;
  text-align: center;
  background: white;

}
.full-width-page th, .full-width-page td {
  vertical-align: inherit;
}
.full-width-v2-page table {
  border-collapse: collapse;
  border-spacing: 0;
  overflow-y: scroll;
  height: 400px;
  width: 500px;
  display: block;
  margin: auto;
}
.full-width-v2-page tr td, .full-width-v2-page tr th {
  border-color: #000000;
  text-align: center;
  vertical-align: middle;
}

.full-width-v2-page tr th,
.full-width-v2-page tr td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}
.full-width-v2-page tr td:first-child {
  border-left: none;
}
.full-width-v2-page tr:nth-child(even) td {
  background-color: #bfd4ff;
}
.full-width-v2-page tr:nth-child(2) td {
  background-color: transparent;
}
.full-width-v2-page .widget-type-rich_text h1 {
  margin-bottom: 0.67em;
}
.u-bolts-page table:first-child tr td, .u-bolts-page table:first-child tr th {
  vertical-align: top;
}
.full-width-v2-page.u-bolts-page .widget-type-rich_text div:first-of-type table tr td {
  border: 1px solid #fff !important;
}
.full-width-v2-page.u-bolts-page tr:nth-child(odd) td {
  background-color: #bfd4ff;
}
.full-width-v2-page.u-bolts-page tr:nth-child(even) td {
  background-color: #fff;
}
.non-mettallic-page table {
  overflow-y: scroll;
  height: 400px;
  display: block;
  margin: auto;
}
.non-mettallic-page tr td, .non-mettallic-page tr th {
  padding: 0px;
}
.projexx-row1 .dnd-section {
  padding: 60px 0px;
}

.projexx-row1 .dnd-section>.row-fluid {
  max-width: 1215px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.projexx-row1 .widget-type-header h1 {
  text-align: center;
  font-size: 36px;
  line-height: 46px;
  margin: 0;
}
.projexx-page .dnd-section {
  padding: 0;
}

.projexx-row3 .dnd-section > .row-fluid,
.projexx-row5 .dnd-section > .row-fluid{
  max-width: 900px;
  padding: 90px 60px;
  text-align: center;
}
.projexx-row1 .widget-type-rich_text {
  text-align: center;  
}

.projexx-row3 .widget-type-rich_text p {
  font-size: 14px;
}

.projexx-page .widget-type-rich_text p:first-child {
  padding-top: 0;
}

.projexx-page .widget-type-rich_text p:last-child {
  padding-bottom: 0;
}
.projexx-row4 .contentalignment_wrapper .module-content,
.about-page .contentalignment_wrapper .module-content{
  font-size: 14px;
}
.projexx-row5 .widget-type-rich_text p {
  font-size: 14px; 
}
.projexx-row5 .widget-type-rich_text h1 {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  color: #161a1c;
  font-weight: bold;
  margin-bottom: 20px;
}
.projexx-row5 .widget-type-rich_text h2 {
  margin: 0.83em 0;
}

.about-page .dnd-section {
  padding-left: 0px;
  padding-right: 0px;
}
.about-row1 .dnd-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-row1 .widget-type-header {
  text-align: center;
}
.about-row2 .dnd-section,
.about-row4 .dnd-section{
  padding-top: 90px;
  padding-bottom: 90px; 
}
.about-row2 .dnd-section > .row-fluid,
.about-row4 .dnd-section > .row-fluid{
  padding-right: 60px;
  padding-left: 60px;
}
.about-page .widget-type-rich_text p:first-of-type {
  padding-top: 0;
}
.about-page .widget-type-rich_text {
  font-size: 14px;
}
.about-page .widget-type-rich_text p:last-of-type {
  padding-bottom: 0;
}
.about-page .hs_cos_wrapper_type_module .hs-button {
  position: relative;
  display: inline-block;
  padding: 15px 30px; 
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 2px;
  color: white;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background-color: #e32c2b;
  border: 1px solid #e32c2b;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.about-page .hs_cos_wrapper_type_module .hs-button:hover,
.about-page .hs_cos_wrapper_type_module .hs-button:focus{
  background: white;
  border-color: #e32c2b;
  color: #e32c2b;
}
.technical-info-row1 .dnd-section {
  padding-top: 120px;
}

.technical-info-row1 .dnd-section>.row-fluid {
  max-width: 900px;
  padding-right: 60px;
  padding-left: 60px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.technical-info-row1 h2 {
  line-height: 1.3;
  color: #161a1c;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 26px;
}

.home-row1 .contentalignment_wrapper .contentalignment_left h4 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 4px;
}
.triangle-right-red {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5.5px solid transparent;
  border-left: 11px solid #e32c2b;
  border-bottom: 5.5px solid transparent;
  vertical-align: middle;
  margin-top: -3px;
}
.home-row3 .contentalignment_wrapper .contentalignment_left h4 {
  font-size: 18px;
}
.home-row6 .content-image-section .image-with-text-content p {
  font-size: inherit;
}
.home-row6 .content-image-section .image-with-text-content {
  padding-top: 0;
}
.home-row6 .content-image-section .image-with-text-content {
  padding-top: 0px;
}
.home-row7 .contentalignment_wrapper .module-content h1 {
  margin: 0;
}
.home-row3 .pxs-video-section .video-overlay-v2 {
  background-position: left top;
}
a.cta_button {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
}
.video-page .widget-type-header, .contact-row1 .widget-type-header, .contact-row3 .widget-type-header {
  padding-bottom: 30px;
  margin: 0 30px 30px;
  text-align: center;
}
.video-page .widget-type-header h1, .contact-row1 .widget-type-header h1, .contact-row3 .widget-type-header h3 {
  margin: 0;
  font-size: 36px;
  line-height: 46px;
}
.video-page .dnd-section {
  padding:0;
}
.contact-row1 .dnd-section {
  padding: 0;
}
.contact-row1 .dnd-section .dnd-column {
  padding: 0;
}
.contact-row1 .hs-button {
  display: inline-block;
  background: rgb(55, 118, 29);
  padding: 20px 40px;
  border-radius: 0px;
  font-size: 20px;
  line-height: 12px;
  font-family: helvetica;
  font-weight: 700;
  margin: 5px 0;
  color: #fff;
}
.contact-row3 .dnd-section {
  padding: 60px 0 0;
}
.contact-row3 .dnd-section>.row-fluid {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1215px;
}
.contact-row3 .span4 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
  width: 33%;
  margin-left: 0;
  float: none;
}
.contact-row3 .dnd-section .dnd-column {
  padding: 0;
}
.contact-row3 .span4:nth-child(2) {
  margin-left: auto;
}
.contact-row3 .span4 iframe {
  max-width: 100%;
}
.contact-row3 .row-fluid {
  text-align:center;
}
.video-row1 .widget-type-rich_text {
  max-width: 700px;
  width: 100%;
  text-align: left;
  margin: auto;
}
.video-row1 .widget-type-rich_text p:first-child {
  padding-top: 0;
}
.video-row1 .widget-type-rich_text p:last-child {
  padding-bottom: 0;
}

/* Home page header */

.home-header .pxs-announcement-bar {
  color: #ffffff;
  background-color: #002135;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  padding: 16px 30px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.home-header span.pxs-announcement-bar-text-desktop {
  display: block;
}

.home-header .lower-header-fixed {
  position: absolute;
  top: 83px;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}
.home-header .header {
  position: static !important;
  background-color: #fff;
}


.header-wrapper.home-header {
  min-height: 203px;
}
.home-header .top-left-inner.desktop {
  display: none;
}
.home-header div#hs_cos_wrapper_right_image {
  display: none;
}
.home-header div#hs_cos_wrapper_right_image img {
  width: 100% !important;
}
.home-header div#hs_cos_wrapper_right_image_mobile img {
  width: 55% !important;
}


.home-header div#hs_cos_wrapper_right_image_1 {
  display: none;
}
.home-header div#hs_cos_wrapper_right_image_1 img {
  width: 100% !important;
}
.home-header div#hs_cos_wrapper_right_image_mobile_1  {
  width: 60% !important;
}


.home-header div#hs_cos_wrapper_right_image_2 {
  display: none;
}
.home-header div#hs_cos_wrapper_right_image_2 img {
  width: 100% !important;
}
.home-header div#hs_cos_wrapper_right_image_mobile_2  {
  width: 20% !important;
}

.home-header .mobile_top_right_images {
  display: flex;
  align-items: center;
  justify-content: right;
}



.home-row3 .pxs-video-section .video-overlay-text {
  font-size: 18px;
}

.header-wrapper.home-header { min-height: auto !important; }
.header-top { display: flex; flex-wrap: wrap; align-items: center; width: 100%; justify-content: space-between;}
.header-top .header-logo { max-width: 100%; float: none; width: 200px; } 
.header-top .header-logo a { width: 100%; height: 100%; display: inline-block; padding: 0; line-height: 0; } 
.home-header .lower-header-fixed { position: relative; top: 0; padding: 10px 0; } 
.home-header .pxs-announcement-bar { position: relative !important; } 
.header-top .header-logo a img { width: 100%; object-fit: contain; max-width: 200px; height: auto; margin: 0; vertical-align: middle; } 
.header-top .header-tools { height: auto; float: none; } 
.header-top .custom-menu-primary { line-height: 0; height: auto; text-align: right; vertical-align: middle; } 
.header-actions {display: none;} 
.home-header .header { position: fixed !important; }
.home-header.scrolled .lower-header-fixed { position: relative !important;  }
.home-header div#hs_cos_wrapper_right_image { width: 180px; }
.custom-menu-primary .hs-menu-wrapper>ul ul>li { text-align: left; }
a.insta-icon { display: inline-block; }
.home-header .pxs-announcement-bar .top-left { width: 70%; float: left; text-align: left; } 
.home-header .pxs-announcement-bar .top-right { text-align: right; display: inline-block; width: 30%; }
.top-right img.social-image { width: 23px; height: 23px !important; object-fit: contain; }

@media(max-width:1120px){
  .custom-menu-primary .hs-menu-wrapper ul li { padding: 20px 10px; }
}

@media screen and (min-width: 721px) {
  .projexx-row5 .widget-type-rich_text h1,
  .technical-info-row1 h2{
    font-size: 36px;
    margin-bottom: 30px;
  }
  .home-header.scrolled .lower-header-fixed {
    position: fixed;
    top: 0;
  }
  .home-header.scrolled .lower-header-fixed {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .home-header .top-left-inner.mobile {
    display: none;
  }
  .home-header .top-left-inner.desktop {
    display: block;
  }
  .home-header div#hs_cos_wrapper_right_image_mobile {
    display: none;
  }
  .home-header div#hs_cos_wrapper_right_image {
    display: inline-block;
  }

  .home-header div#hs_cos_wrapper_right_image_mobile_1 {
    display: none;
  }
  .home-header div#hs_cos_wrapper_right_image_1 {
    display: inline-block;
    width: 20%;
  }

  .home-header div#hs_cos_wrapper_right_image_mobile_2 {
    display: none;
  }
  .home-header div#hs_cos_wrapper_right_image_2 {
    display: inline-block;
    width: 8%;
  }



}





@media (max-width: 1200px){
  .about-row2 .dnd-section>.row-fluid, .about-row4 .dnd-section>.row-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
  .technical-info-row1 .dnd-section>.row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1111px){
  .mobile-open .home-header .lower-header {
    top: 0; 
  }
}

@media(max-width:1054px){
  .header-actions { display: inline-block; height: auto; line-height: 0; }
  body.mobile-open .header__container.content-wrapper { background-color: #fff; padding: 10px 30px; }
  .mobile-open .drawer-toggle span { color: #000; }
  .home-header .top-left-inner.desktop span {display: block;margin: 0 !important; }
}

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

  .flangerow2_section .row-fluid {
    flex-wrap: wrap;
  }

  .flange_page .row-fluid .span6 {
    margin-top: 90px;
  }

}
@media (max-width: 992px){
  .triangle-right-red {
    margin-top: -2px;
  }
  .cm-request-cta, .button {
    padding: 10px 20px !important;
  }
}
@media (max-width: 720px){
  .flange_page .row-fluid .span6 {
    margin-top: 30px;
  }
  .full-width-page .widget-type-header {
    text-align: center;
    padding-bottom: 15px;
    margin: 30px 15px;
  }
  .full-width-page .widget-type-header h1,
  .projexx-row1 .widget-type-header h1,
  .about-row1 .widget-type-header h1{
    font-size: 26px;
    line-height: 36px;
  }
  .full-width-page .widget-type-rich_text {
    max-width: 100%;
    padding: 0 15px;
  }
  .projexx-row1 .dnd-section>.row-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .projexx-row1 .widget-type-header {
    margin: 30px 15px 0px;
  }
  .projexx-row3 .dnd-section>.row-fluid, .projexx-row5 .dnd-section>.row-fluid {
    padding: 60px 30px;
  }
  .technical-info-row1 .dnd-section {
    padding-top: 60px;
  }
  .technical-info-row1 .dnd-section>.row-fluid {
    padding: 60px 30px;
  }
  .about-row1 .dnd-section {
    padding-bottom: 30px;
  }
  .about-row2 .dnd-section, .about-row4 .dnd-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-header .top-left-inner {
    font-size: 11px;
    text-align: left;
    margin: 0 !important;
  }
  .home-header .pxs-announcement-bar {
    padding: 16px 15px;
  }
  .home-header .top-right img.social-image {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .home-header .lower-header-fixed {
    top: 0;
    position: static;
    position: relative;
    margin-top: -7px;
  }
  .home-header .pxs-announcement-bar {
    position: static; 
  }
  .header-wrapper.home-header {
    padding-top: 0; 
    min-height: auto !important;

  }
  .header-wrapper.home-header .header-logo {
    HEIGHT: AUTO;
  }
  .home-header .header-logo img {
    max-width: 148px;
  }
  .home-row3 .contentalignment_wrapper .contentalignment_left h4 {
    padding-left: 0;
    padding-right: 0;
  }
  .home-row6 .content-image-section .centered {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-wrapper.home-header {
    min-height: 178px;
  }
  .video-page .dnd-section {
    padding:0 15px;
  }
  .video-page .widget-type-header h1, .contact-row1 .widget-type-header h1, .contact-row3 .widget-type-header h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .video-page .widget-type-header, .contact-row1 .widget-type-header, .contact-row3 .widget-type-header {
    padding-bottom: 15px;
    margin: 30px 15px;
  }
  .contact-row1 .dnd-section {
    padding: 0 15px;
  }
  .contact-row3 .dnd-section {
    padding-top: 30px;
  }
  .contact-row3 .span4 {
    width: 49%;
  }


  .header-wrapper.home-header{margin: 0 !important;}
  .header-wrapper.home-header {margin: 0 !important;}
  .header-wrapper.home-header { margin-top: 0 !important; } 
  .home-header .header { position: relative !important; } 
  .header-wrapper.home-header .header-logo { padding: 0; margin: 0; width: 180px; } 
  .header-top .header-logo a img { max-width: 180px !important; } 
  .home-header .lower-header-fixed { margin: 0; } 
  .drawer-toggle { right: 0; top: 0; }
  .home-header .pxs-announcement-bar .top-left { width: 51%; float: left; text-align: left; } 
  .home-header .pxs-announcement-bar .top-right { text-align: right; display: inline-block; width: 49%; }

}
@media (max-width:480px) {
  .contact-row3 .span4 {
    width: 100%;
  }
}