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

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
}
/*! 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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.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: 100%;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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;
  }
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  src: url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-solid-900-5.0.0.eot) format("embedded-opentype"),
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-solid-900-5.0.0.woff) format("woff"),
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-solid-900-5.0.0.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  src: url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-solid-900-5.10.2.eot) format("embedded-opentype"),
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-solid-900-5.10.2.woff) format("woff"),
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-solid-900-5.10.2.ttf) format("truetype");
} 

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  src: url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-solid-900-5.3.0.eot) format("embedded-opentype"),
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-solid-900-5.3.0.woff) format("woff"),
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-solid-900-5.3.0.ttf) format("truetype");
}


.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  src: url('https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-brands-400-5.0.0.eot%29%20format%28%27embedded-opentype'), /* IE6-IE8 */
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-brands-400-5.0.0.woff2) format('woff2'), /* Super Modern Browsers */
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-brands-400-5.0.0.woff) format('woff'), /* Pretty Modern Browsers */
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-brands-400-5.0.0.ttf)  format('truetype'); /* Legacy iOS */
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  src: url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-brands-400-5.8.1.eot) format('embedded-opentype'), /* IE6-IE8 */
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-brands-400-5.8.1.woff2) format('woff2'),
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-brands-400-5.8.1.woff) format('woff'),
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-brands-400-5.8.1.ttf)  format('truetype'); 
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  src: url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-brands-400-5.8.2.eot) format('embedded-opentype'), /* IE6-IE8 */
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-brands-400-5.8.2.woff2) format('woff2'), 
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-brands-400-5.8.2.woff) format('woff'), 
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/pro-fa-brands-400-5.8.2.ttf)  format('truetype'); 
}


@font-face {
  font-family: social-share-kit;
  src: url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/social-share-kit.eot) format("embedded-opentype"),
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/social-share-kit.woff) format("woff"),
    url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/fonts/social-share-kit.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}


body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: ;
}

/* Anchor Links */
a {
  color: ;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
  word-break: break-word;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
}



strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

dl, ol, ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

ol {
  margin-left: 1.25rem;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

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

body blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #bababa;
}


blockquote, blockquote p {
  line-height: 1.6;
  color: #2c343d;
}

/* Horizontal Rules */
hr {
  box-sizing: content-box;
  overflow: visible;
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #bababa;
  border-left: 0;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}


@media(max-width:767px){
  body.open-menu{
    overflow-x:hidden;
  } 
}
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;
}
input::placeholder, textarea::placeholder {
    color: #bababa;
}

.hs-form {
  width: 100%;
  margin-bottom: 1.875rem;
}

/* Labels */

form label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #010101;
}

/* Help text - legends */

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

/* 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;
  box-sizing: border-box;
  width: 100%;
  height: 2.5375rem;
  border: 1px solid #bababa;
  border-radius: 0.1875rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  margin: 0 0 1rem;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgb(1 1 1 / 10%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #010101;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  appearance: none;

}

form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus{
  background-color: #fefefe;
  box-shadow: 0 0 5px #bababa;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
}

[type=checkbox], [type=file], [type=radio] {
  margin: 0 0 1rem;
  margin-right: 0.5rem;
}

label>[type=checkbox], label>[type=radio] {
  margin-right: 0.5rem;
}

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
}

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 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: #010101;
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  -webkit-appearance: none;
  transition: background-color .25s ease-out,color .25s ease-out;
  text-align: center;
  cursor: pointer;
  font: bold 18px Lato;
  font-size: 1.25rem;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

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

.hs_pricing_rate {
  margin-bottom: 25px;
}

textarea {
  max-width: 100%;
  min-height: 50px;
}

ul.no-list.hs-error-msgs.inputs-list li>label {
  color: red;
}

form select.hs-input{
  background-image: url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/images/select-arrow.svg);
  background-origin: content-box;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  box-shadow: none;
}
/* Table */

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.1875rem;
}

tbody tr:nth-child(even) td {
  border-bottom: 0;
  background-color: #f1f1f1;
}
/* Table Cells */

th,
td {

}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header {
  background-color: ;
}

.header__container {
  max-width: ;
  margin: 0 auto;
}

.masthead__search form .input-group {
  margin-bottom: 0;
}

.masthead__search form .input-group {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.masthead__search form input[type=text] {
  margin: 0;
  padding: 1rem;
  display: block;
  width: 100%;
  border: 0;
  background: #2c343d !important;
  color: #fefefe;
  font-size: .9375rem;
  outline: 0;
  font-weight: 400;
  line-height: 1.6;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  box-shadow: inset 0 1px 2px rgba(1,1,1,.1);
  font-family: inherit;
  height:auto;
}

.input-group>:first-child {
  border-radius: .1875rem 0 0 .1875rem;
}

.masthead__search form button:hover {
  background-color: #e5a001;
  color: #010101;
}

.input-group-field {
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

form .input-group-button .button {
  margin: 0;
}


.masthead__search form button svg {
  display: none;
}

.masthead__search form button:before {
  content: 'Search';
  display: block;
}

.masthead__search form button {
  background: #feb610;
  color: #fefefe;
  text-transform: none;
  box-shadow: none;
  font-size: 1rem !important;
  border-radius: 2px;
  height: auto;
  padding: .85em 1em;
  border: 1px solid transparent;
  font-weight: 700;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  font: bold 18px Lato;
  transition: background-color .25s ease-out,color .25s ease-out;
  text-align: center;
  cursor: pointer;
  border-radius: 0 .1875rem .1875rem 0;
  margin: 0;
}

.top_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  width: 100%;
  flex: 1 0 auto;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
}

.top_menu ul>li:last-child > a:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.top_menu ul>li>a {
  font-size: .9375rem;
  line-height: 1;
  display: block;
  padding: .9375rem 1rem;
  text-decoration: none;
}

.masthead__search {
  display: none;
  padding-right: 0rem;
  padding-left: 0em;
}

.masthead.top-bar {
  background: #171b1f;
  border-bottom: 1px solid #2c343d;
}


.masthead__service-nav {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #2c343d;
}

.cart-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 0 auto;
}

.cart-btn a {
  text-decoration: none;
}

.fa-shopping-cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.cart-btn a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%,-65%);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}

.cart-btn a i.fa {
  font-size: 40px;
  color: #b6271c;
  margin-top: -1px;
}

.masthead__search form {
  display: flex;
  width: 100%;
  align-items: stretch;
}



.header_logo_main a {
  display: block;
  line-height: 0;
  margin-right: auto;
  padding: .9375rem 0;
  width: 18rem;
  height: auto;
  margin: 0 auto;
}


.navigation-primary ul {
  padding: 0px;
  margin: 0;
  list-style-type: none;
}

.bottom-bar {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.bottom-bar {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.header_logo.header_logo_main {
  max-width: 100%;
  flex: 1 1 auto;
  margin-right: auto;
}

section.top-bar-right {
  margin-left: 0;
  align-items: center;
  margin: auto;
  flex: 0 1 auto;
}


.header_logo.header_logo_main img {
  max-width: 288px;
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.navigation-primary .submenu.level-1>li:last-child > a {
  background: #b6271c;
  font-weight: 600;
  font-size: 1rem;
}

.shopping-cart__count {
  padding-top:3px;
}

.masthead__search form input[type=text]:::-webkit-input-placeholder {
  color: #fefefe;
  opacity: .6;
}


.masthead__search form input[type=text]::placeholder {
  color: #bababa;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.header.is-at-top.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index:999;
}

.header.is-at-top {
  border-bottom: 1px solid #e5e5e5;
}

.header_logo_main .cart-btn.mobile, .menu-icon {
  display: none;
}

li.dl-back {
  display: none;
}

li.custom-parent-link {
  display: none;
}

.header-wrapper-main {
  min-height: 146px;
}
@media (max-width:1023px) {
  .masthead__search {
    background: #171b1f;
  }
}


@media screen and (min-width: 75em){
  section.top-bar-right {
    padding: 0rem 0;
    border: none !important;
  }

  .masthead__search {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

}
@media print, screen and (min-width: 64em){
  .top_menu ul {
    justify-content: flex-end;
  }

}
@media (max-width:1310px) {
  .top-bar .top-bar-right .menu>li>a.red-highlight {
    margin-right:0;
  }
}
@media (min-width:1199px) and  (max-width:1280px) {
  .navigation-primary .submenu.level-1>li:last-child>a {
     margin-right:15px !important;
  }
}
@media (max-width:1275px) {
  .header-wrapper-main {
    min-height: 226px;
  }
}


@media (max-width:1024px) {
  .header-wrapper-main {
    min-height: 226px;
  }
}
@media (min-width:767px) and (max-width:1023px) {
  .header-wrapper-main {
    min-height: 256px;
  }
}


@media (min-width:768px) {
  .custom-menu-primary {
    height: auto !important;
  }
  .custom-menu-primary.mobile-menu {
    display: none;
  }
}

@media print, screen and (min-width: 48em){
  .masthead__search form input[type=text] {
    font-size: 1.25rem;
  }

  .masthead.top-bar {
    background: #010101;
  }

  .top_menu ul>li>a {
    font-size: .875rem;
  }

  .masthead__search {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .masthead__search form {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .top_menu ul {
    width: auto;
    margin-left: auto;
  }

  .cart-btn {
    margin: 0 1rem;
  }

  .navigation-primary .submenu.level-1>li:last-child > a {
    padding: 1rem 1.25rem;
    border-radius: 3px;
    margin: 0 0 0 1.5rem;
  }

  section.top-bar-right {
    padding: 1rem 0;
    border-top: 1px solid #e5e5e5;
  }


  .masthead__service-nav ul>li>a>.fa:not(.fa-search) {
    display: none;
  }

}

/* Tablet Styles */


.masthead__search .hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  position: absolute;
  z-index: 99;
  top: calc(100% - 2.5rem);
  width: 100%;
  padding: 10px;
}

.masthead__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 10px 0;
}

.masthead__search .hs-search-field--open .hs-search-field__suggestions li a {
  background: transparent !important;
}


@media(max-width:1023px){
  .cart-btn {
    margin-left: auto;
  }

  .header_logo.header_logo_main {
    margin: .9375rem auto;
  }

  .masthead__service-nav {
    justify-content: flex-start;
  }

  .navigation-primary .submenu.level-1 {
    height: auto !important;
    justify-content: center;
    padding-bottom: 2px;
  }

  .header.is-at-top {
    border-bottom: 0px solid #e5e5e5;
    background-color: #ffff;
  }

}
/* Mobile Styles */

@media(max-width:1000px) and (min-width:969px){
  .navigation-primary .submenu.level-1>li>a {
    font-size: 12px;
  }

  .navigation-primary .submenu.level-1>li:last-child>a {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .navigation-primary .submenu.level-1>li:hover .submenu.level-2 >li:nth-last-child(2)>a>span {
    line-height: 12.5px;
  }
}
@media(max-width:1308px) and (min-width:1258px){
  nav.bottom-bar {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .header_logo_main a {
    line-height: 0;
    height: auto;
    width: auto;
    margin: 0 auto;
    padding: 0rem;
    display: block;
  }

  .header_logo.header_logo_main img {
    max-width: 248px;
  }

  .header_logo_main {
    display: flex;
    align-items: center;
  }

  .header_logo_main .cart-btn.mobile, .menu-icon {
    display: block;
  }

  .header_logo.header_logo_main {
    margin: 0rem auto;
    width: 100%;
    padding: .625rem;
    border-bottom: 1px solid #e5e5e5;
  }


  .cart-btn a>span {
    top: 43%;
  }

  section.top-bar-right {
    width: 100%;
    display: none;
  }

  .open-menu section.top-bar-right {
    display: block;
  }

  .cart-btn {
    display: none;
  }

  .top_menu {
    width: 100%;
  }

  .top_menu ul>li {
    width: 20%;
    text-align: center;
  }

  .top_menu ul>li>a>span {
    display: none;
  }

  .fa-cog:before {
    content: "\f013";
  }

  .fa-envelope:before {
    content: "\f0e0";
  }

  .fa-briefcase:before {
    content: "\f0b1";
  }

  .fa-info-circle:before {
    content: "\f05a";
  }

  .fa-phone:before {
    content: "\f095";
  }

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

  .top_menu ul>li>a>span {
    display: none;
  }

  .top_menu ul {
    padding-bottom: 1px;
  }

  .header.is-at-top.sticky {
    position: static;
  }

  div.widget-type-logo {
    width: 15.5rem;
  }

  .btn-box-main {
    display: flex;
    margin-left:auto;
  }

  .header-wrapper-main {
    min-height: auto;
  }

  .fa-wrench:before {
    content: "\f0ad";
  }
  .masthead__search .hs-search-field--open .hs-search-field__suggestions {
    top: calc(100% - 0rem);
  }
  .custom-menu-primary.desktop-menu {
    display: none;
  }
}

@media(max-width:369px){
  .header_logo.header_logo_main img {
    max-width: 100%;
  }
}

@media(max-width:320px){
  .header_logo_main {
    align-items: center;
  }
}


.header_logo_main.landing a {
  margin-left: 19px
}

.header_logo_main.landing {
  width: 18rem
}

.landing-wrapper-main {
  min-height: 88px
}


@media(max-width: 767px) {
  .landing-wrapper-main {
    min-height:auto
  }

  .header_logo_main.landing a {
    margin-left: 0px
  }
}
.footer {
  background-color: ;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: ;
}



.utility.footer {
  color: #6b6a68;
  font-size: 12px;
  padding: 30px 0px 50px;
  width: 100%;
  border-top: 1px solid #fff;
  box-shadow: inset 0 5px 8px rgba(0,0,0,.375);
}

.ftr_row .columns {
  padding-right: .9375rem;
  padding-left: .9375rem;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.ftr_row {
  display: flex;
  flex-flow: row wrap;
}

.ftr_row h4 {
  display: block;
  font-size: .875rem;
  font-weight: 900;
  font-family: Lato,Helvetica,sans-serif;
  padding: 0 0 8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.4;
}

.footer-utility-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-utility-nav ul .hs-item-has-children > a {
  display: block;
  color: #363636;
  font-size: .875rem;
  font-weight: 900;
  font-family: Lato,Helvetica,sans-serif;
  padding: 0 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  line-height: 1.4;
}

.footer-utility-connect .hs-form label {
  display: block;
  font-size: .875rem;
  font-weight: 900;
  font-family: Lato,Helvetica,sans-serif;
  padding: 0 0 8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.4;
}

.footer-utility-nav ul.hs-menu-children-wrapper:after {
  content: "";
  clear: both;
  display: table;
}

.footer-utility-nav ul.hs-menu-children-wrapper>li {
  width: 50%;
  float: left;
  padding-bottom: .9375rem;

}

.footer-utility-nav ul.hs-menu-children-wrapper>li>a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  white-space: unset !important;
}


.footer-utility-connect form .hs-email .hs-input {
  border-radius: .1875rem 0 0 .1875rem !important;
  font-size: .8125rem;
  height: auto;
  min-width: 0;
  outline: none;
  font-weight: 400;
  line-height: 1.6;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  font-family: inherit;
  margin-bottom:0px;
  padding-left:8px;
  box-shadow: none;
}

.footer-utility-connect form .field {
  margin-bottom: 0;
}

.footer-utility-connect form .hs-email {
  margin-bottom: 1rem;
}

.footer-utility-connect form .hs_signup_for_our_newsletter select {
  box-shadow: none;
  height: 2.5375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  appearance: none;
  border: 1px solid #bababa;
  border-radius: .1875rem;
  background-color: #fefefe;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.6;
  font-size: .8125rem;
  color: #010101;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2844, 52, 61%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}


.footer-utility-connect form .hs_email>label {
  display: none;
}



.footer-utility-connect form {
  position: relative;
  width: 100%;
  margin-bottom: 1.875rem;
}


.footer-utility-connect form>div:nth-child(2) {
  width: 85.3%;
}

.footer-utility-connect form .hs-submit {
  position: absolute;
  right: 0px;
  top: 70%;
}

.footer-utility-connect form .no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color:red;
}

.footer-utility-connect form .hs-button {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding: 7.512px 16px 9.512px 16px;
  border: 1px solid transparent;
  transition: background-color .25s ease-out,color .25s ease-out;
  text-align: center;
  height: 38.8px;
  cursor: pointer;
  border-radius: 0 .1875rem .1875rem 0;
  margin: 0;
  line-height: normal;
  position: relative;
  top: 1px;
  outline:none;
}
.copyright.footer div#hs_cos_wrapper_footer_copyright {
    display: block;
    text-align: center;
    width: 100%;
}
.footer-utility-connect form .hs-email .hs-input::-webkit-input-placeholder,
.footer-utility-connect form .hs-email .hs-input::placeholder{
  color: #bababa;
}

.footer-utility-connect  .hs_error_rollup {
  display: none;
}

.footer-utility-connect form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  position: relative;
}

.footer-utility-connect form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field .no-list.hs-error-msgs.inputs-list {
  position: absolute;
}

.conversion.newsletter.row.collapse {
  padding-bottom: 2.25rem;
  margin-bottom: 1.25rem;
  font-size: .8125rem;
  border-bottom: 1px solid #bababa;
}


.memberships .members-of {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}

.memberships .members-of img {
  max-width: 120px;
  display: block;
}

.memberships .members-of a {
  display: block;
  margin-bottom: 1rem;
}
.newsletter select {
  -webkit-appearance: none !important;
}
.copyright.footer {
  display: flex;
  padding: .625rem 0 4rem;
  padding-bottom: .625rem;
  width: 100%;
  background: #010101;
  font-size: .75rem;
  text-align: center;
  line-height: 1;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  height:41px;
}

.social-icons {
  margin: 1.25rem 0 0;
  padding-top: 1.25rem;
  list-style: none;
  border-top: 1px solid #bababa;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.social-icons ul>li a {
  padding: .75rem;
  text-align: center;
  font-size: 1rem;
  color: #949494;
  transition: color 160ms ease-in;
  text-decoration: none;
  display:block;
  line-height:1;
}

.footer-utility-connect form .hs_signup_for_our_newsletter select:focus {
  outline: 0;
  border: 1px solid #2c343d;
  background-color: #fefefe;
  box-shadow: 0 0 5px #bababa;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

.social-icons ul>li>a>.fa-rss:before {
  content: "\f09e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.social-icons .fa-fw {
  text-align: center;
  width: 1.25em;
}

.social-icons ul>li a span {
  text-indent: -9999rem;
  clip: rect(0,0,0,0);
  font-size: 0;
}

.social-icons ul>li>a>.fa.fa-facebook:before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.social-icons ul>li>a>.fa-twitter:before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.social-icons ul>li>a>.fa.fa-linkedin:before {
  content: "\f0e1";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.social-icons ul>li>a>.fa-youtube:before {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.utility-info {
  font-size: 13px;
}

.contact-info h6 {
  font-weight: 900;
  font-size: .8125rem;
  line-height: 1.8;
  font-family: Lato;
  margin: 0;
}

.contact-info {
  border-bottom: 1px solid #bababa;
  font-size: .8125rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.contact-info span[itemprop=streetAddress] {
  display: block;
  font-weight: 400;
}

.contact-info a.more-info {
  color: #1c3d90;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  margin: 0;
  text-decoration: none;
}

.contact-info:last-child {
  border-bottom: 0px solid #bababa;
  margin-bottom: 0;
}

.contact-info a {
  color: #1c3d90;
  display: block;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-info p {
  margin-bottom: 0;
}

.footer-utility-nav ul.hs-menu-children-wrapper {
  border-top: 1px solid transparent;
}

.footer-utility-nav ul .hs-item-has-children>a {
  display: block;
  font-size: .875rem;
  font-weight: 900;
  font-family: Lato,Helvetica,sans-serif;
  padding: 0 0 9px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  line-height: 1.4;
  pointer-events: none;
}

.sticky-social-icon {
  position: fixed;
  z-index: 2000;
  font-size: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sticky-social-icon a {
  display: inline-block;
  line-height: 1px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  transition: background-color .1s;
  -webkit-transition: background-color .1s;
  -moz-transition: background-color .1s;
  -ms-transition: background-color .1s;
  -o-transition: background-color .1s;
  color: #fff!important;
  transition: padding .1s ease-out;
  -webkit-transition: padding .1s ease-out;
  -moz-transition: padding .1s ease-out;
  -ms-transition: padding .1s ease-out;
  -o-transition: padding .1s ease-out;
  margin: 0;
  display: block;
  clear: both;
  float: left;
}

.sticky-social-icon a i:before {
  display: inline-block;
  font-family: social-share-kit!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 22px;
  top: 0;
  vertical-align: middle;
}

.ssk-facebook:before {
  content: "a";
  text-indent: 4px;
  margin-right: -4px;
}

.ssk-twitter:before {
  content: "b";
}

.ssk-linkedin:before {
  content: "g";
}

.ssk-youtube:before {
  content: "x";
}

.sticky-social-icon a:nth-child(1) {
  background-color: #3b5998;
}

.sticky-social-icon a:nth-child(2) {
  background-color: #1da1f2;
}

.sticky-social-icon a:nth-child(3) {
  background-color: #1c87bd;
}

.sticky-social-icon a:nth-child(4) {
  background-color: #757575;
}

.sticky-social-icon a:hover {
  padding-left: 15px;
}

.sticky-social-icon a:nth-child(1):hover {
  background-color: #2d4373;
}

.sticky-social-icon a:nth-child(2):hover {
  background-color: #0c85d0;
}

.sticky-social-icon a:nth-child(3):hover {
  background-color: #156791;
}

.sticky-social-icon a:nth-child(4):hover {
  background-color: #424242;
}

.footer-utility-nav .hs-menu-wrapper ul {
  display: block;
}

.footer-utility-nav .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  position: static;
}
@media(max-width:1199px){
  .utility.footer {
    padding: 30px 30px 50px;
  }
}
@media(max-width:795px){
  .footer-utility-connect form .hs-button{
    top:7px;
  }
}

@media(max-width:767px){
  .ftr_row .columns {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer-utility-nav ul.hs-menu-children-wrapper>li {
    width: 100%;
    padding-bottom: .625rem;
    line-height: 1.6;
    text-align: center;
  }

  .memberships .members-of {
    flex-direction: column;
  }

  .footer-utility-connect form>div:nth-child(2) {
    width: 91.6%;
  }

  .copyright.footer {
    font-size: .75rem;
    text-align: center;
    padding: .625rem 0 4rem;
    line-height: 1;
  }

  .footer-utility-connect .hs-form label {
    text-align: center;
  }


  .footer-utility-nav ul .hs-item-has-children>a {
    padding: 0 0 10px;
    margin-bottom: 8px;
  }

  .footer-utility-connect .hs-form label {
    padding: 0 0 10px;
    margin-bottom: 8px;
  }

  .ftr_row h4 {
    padding: 0 0 10px;
    margin-bottom: 8px;
  }

  .sticky-social-icon {
    display: none;
  }

  .footer-utility-nav {
    margin-bottom: 30px;
  }

  .footer-utility-connect form .hs-button {
    top:1px;
    height:39px;
  }

}


@media(max-width:480px){
  .footer-utility-connect form>div:nth-child(2) {
    width: 84.5%;
  }
}

@media(max-width:360px){
  .footer-utility-connect form>div:nth-child(2) {
    width: 77%;
  }
}

@media(max-width:325px){


  .footer-utility-connect form>div:nth-child(2) {
    width: 74%;
  }

  .footer-utility-connect form>div:nth-child(4) {
    top: 71.5%;
  }

  .footer-utility-connect form .hs-button {
    top: -1px;
}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  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    */
/*****************************************/

/* custom style */

.gb .twocolumnrightrow1_section .sidebarright_inner {
  margin-right: 0;
  margin-left: 0;
}
.product-filter__options select {
  color: #010101;
  background-image: url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/images/arrow.svg);
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}







/* IE Style */

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  body .body-wrapper .body-container-wrapper .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%
  }

  body .body-wrapper .body-container-wrapper  .product-list .product-card {
    width: 100%;
    margin: 0 1.75rem 1.75rem 0;
    flex: 0 1 auto
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 768px),all and (-ms-high-contrast:active) and (min-width:768px) {
  body .body-wrapper .body-container-wrapper .product-list .product-card {
    width:45%
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 1024px),all and (-ms-high-contrast:active) and (min-width:1024px) {
  body .body-wrapper .body-container-wrapper .product-list .product-card {
    width:30%
  }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  body .body-wrapper .body-container-wrapper .product-list .product-card__details,
  body .body-wrapper .body-container-wrapper .product-list .product-card__image {
    flex: 1 0 auto
  }
}


.content h1 {
  margin-bottom: 1.25rem;
}

.product-detail h1 {
  margin-bottom: 0.9375rem;
}

.sidebarright_section.content .form-title {
  background: #2C343D;
  color: #FEFEFE;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.625rem;
  border-radius: 0.1875rem;
  width: 100%;
  margin-bottom: 0.5rem;
  white-space: normal;
  font-family: 'Lato';
}

.alliance-forklifts .twocolumnrightrow1_section .sidebarright_inner {
  margin: 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.sidebarright_section.content.form_style2 .form-title {
  line-height: 1.6;
}

.sidebarright_section.content.form_style2 form select {
  height: 2.5375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #bababa;
  border-radius: 0.1875rem;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #010101;
  background-image: url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/images/select_arrow.svg);
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

.sidebarright_section.content.form_style2 form select,
.sidebarright_section.content.form_style2 form input[type=email],
.sidebarright_section.content.form_style2 form input[type=text],
.sidebarright_section.content.form_style2 form input[type=tel],
.sidebarright_section.content.form_style2 form textarea {
  width: 100% !important;
}

.sidebarright_section.content.form_style2 form .hs-button {
  font: bold 18px Lato;
}

.sidebarright_section.content.form_style2 form ul {
  margin-bottom: 1rem;
  /*   margin-left: 1.25rem; */
}

.alliance-forklifts .twocolumnrightrow1_section table td {
  padding: 0.5rem 0.625rem 0.625rem;
}

.alliance-forklifts .warehouse-equipment-page form fieldset {
  max-width: 500px!IMPORTANT;
}

.headquarters_page tbody td,
.headquarters_page tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}

.careers_page .twocolumnrightrow1_section .sidebarright_inner {
  margin-right: 0;
  margin-left: 0;
}

.employee-benefits__info .info-item-description span {
  font-size: .75rem;
}

.careers_page form.hs-form h2 {
  font-size: 22px;
}

.careers_page form fieldset {
  max-width: 100%;
}

.careers_page form .hs_resume .input>.hs-input {
  box-shadow: none;
  line-height: 1.15;
  height: auto;
}

.careers_page form .hs-button {
  font: bold 18px Lato;
}

.about_page .dnd-section>.row-fluid > [class*="span"].dnd-module {
  padding-left: 0;
  padding-right: 0;
}


@media (max-width: 767px) {
  .careers_page form.hs-form h2 {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .alliance-forklifts .twocolumnrightrow1_section .sidebarright_inner .widget-type-rich_text img {
    float: none !important;
    display: block;
    margin-left: 0 !important;
  }
}

@media print, screen and (min-width: 48em) {
  .content h1 {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .alliance-forklifts .leftcolumn_content {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .alliance-forklifts .sidebarright_section {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}



.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt ul > li > ul.hs-menu-children-wrapper {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  opacity: 1;
  margin: 0.625rem 0 0;
  padding: 0;
}
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt ul > li:hover > ul.hs-menu-children-wrapper {
  top: auto !important;
  left: auto !important;
}
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt ul > li > ul.hs-menu-children-wrapper > li:last-child {
  margin: 0;
}
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt ul > li.active {
  padding-left: 1em;
  position: relative;
  text-indent: unset;
}
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt ul > li.active:before {
  content: "\f0da";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Pro";
  color: #feb610;
  position: absolute;
  left: 0;
}
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt ul > li.active > a {
  position: relative;
  font-weight: 700;
  color: #1c3d90;
}
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt ul > li.active > ul > li{
  display: inline-block;
  width: 100%;
}
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt ul > li.active > ul > li > a{
  font-size: .8125rem;
  font-weight: 400;
  color: #010101;

} 
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt ul > li.active > a:hover
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt ul > li.active > ul > li > a:hover,
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt ul > li a:hover{
  color: #2c343d;
}
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt table td:first-child{
  font-weight: 700;
}
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt .sidebarright_section ol li a:hover{
  text-decoration: underline;
}
.twocolumnrightrow1_section.cat_type.ct_pdwlsmenu_page_cnt form select.hs-input{
  background-image: url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/images/download.svg);
  background-origin: content-box;
  background-position: right 0px top 10px;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  box-shadow: none;
}
.reveal-product-img .close-button {
  border-radius: 0.1875rem;
}
/*==== Type 2 Page Css ====*/


@media screen and (min-width: 48em){
  .twocolumnrightrow1_section.ct_pdwlsmenu_ty2_page_cnt .content h1 {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  .twocolumnrightrow1_section.ct_pdwlsmenu_ty2_page_cnt .leftcolumn_content {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .twocolumnrightrow1_section.ct_pdwlsmenu_ty2_page_cnt .sidebarright_section {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
@media screen and (min-width: 75em){
  .twocolumnrightrow1_section.ct_pdwlsmenu_ty2_page_cnt .sidebarright_section {
    padding: 0 1.875rem;
  }
  .twocolumnrightrow1_section.ct_pdwlsmenu_ty2_page_cnt h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1199px){
  .twocolumnrightrow1_section.ct_pdwlsmenu_ty2_page_cnt h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1023px){
  .twocolumnrightrow1_section.ct_pdwlsmenu_page_cnt.ct_pdwlsmenu_ty2_page_cnt .sidebarright_section.content.columns,
  .twocolumnrightrow1_section.ct_pdwlsmenu_ty2_page_cnt .leftcolumn_content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .twocolumnrightrow1_section.ct_pdwlsmenu_ty2_page_cnt .content h2{
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px){

}
.twocolumnrightrow1_section.ct_pdwlsmenu_ty2_page_cnt .sidebarright_section .sidebarright_inner {
  margin: 0;
}



.far {
  font-weight: 400;
}
.fal, .far {
  font-family: "Font Awesome 5 Pro";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid {
  padding: 0;
}
.enqpt_pg .body-container-wrapper {
  padding: 0;
}
.hsbsc div h2 {
  line-height: 1.4;
  font-size: 1.25rem;
}
.hsbsc div h3 {
  font-size: 1.125rem;
}
.hsbsc div h6 {
  font-size: .875rem;
}
.enqpt_right hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #bababa;
  border-left: 0;
}
.enqpt_right .row-fluid-wrapper:not(:last-child) .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}
.enqpt_pg .breadcrumbs_wrapper .content-wrapper {
  padding: 0;
}
.enqpt_pg .breadcrumbs {
  margin-bottom: 1.875rem;
}
.enqpt_pg .breadcrumbs li {
  margin-bottom: .625rem;
  list-style: none;
  font-weight: 700;
}
.enqpt_pg .breadcrumbs li > a,
.enqpt_pg .breadcrumbs li > span {
  color: #bababa;
  font-size: .875rem;
}
.enqpt_pg .about_right_main_content_wrapper {
  padding: 0 .9375rem;
  margin-bottom: 1.25rem;
}
.enqpt_right .widget-type-rich_text p {
  font-size: .875rem;
}
.enqpt_right .hs-responsive-embed-wrapper.hs-responsive-embed,
.twocol_rightpage .hs-responsive-embed-wrapper.hs-responsive-embed {
  margin-bottom: 1rem !important;
}
img.alignright {
  margin: 10px;
  float: right;
}
img.alignleft {
  float: left;
  margin: 5px;
}


@media (max-width:479px) {
  img.alignright,
  img.alignleft {
    float: none;
    margin: 10px auto !important;
    display: block;
  }
}

@media (min-width: 48em) {
  .enqpt_pg .about_right_main_content_wrapper {
    padding: 0 2.5rem;
    margin-bottom: 1.875rem;
  }
  .enqpt_right .widget-type-rich_text p {
    font-size: 1rem;
  }

}

@media (min-width: 64em) {
  .enqpt_pg .about_right_main_content_wrapper {
    padding: 0 1.875rem;
  }

}

@media (min-width: 75em) {
  .enqpt_pg .about_right_main_content_wrapper {
    padding: 0 1.875rem;
  }
  .hsbsc div h2 {
    font-size: 1.875rem;
  }
  .hsbsc div h3 {
    font-size: 1.5rem;
  }
  .hsbsc div h6 {
    font-size: 1rem;
  }

}


.wrecker-page .content h1 {
  margin-bottom: 0.9375rem;
}

.wrecker-page .twocolumnrightrow1_section .sidebarright_inner .dnd-section .dnd-column{
  padding-left: 15px;
  padding-right: 15px;
}
.wrecker-page tbody, .wrecker-page tfoot, .wrecker-page thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}
.wrecker-page .warehouse-equipment-page.twocolumnrightrow1_section table td {
  padding: 0.5rem 0.625rem 0.625rem;
  border: 0;
}
.wrecker-page .productdetails_wrapper .tiles__item-cta:hover {
  background-color: #e5a001;
  color: #010101;
}




.input > .hs-input {
  width: 100% !important;
}
.home_page.body-container-wrapper {
  padding: 0;
}
.home_page .row1_wrap {
  margin-bottom: 1.5rem;
}
.home_page .row1_wrap .span8 {
  width: 66.66667%;
  padding: 0 1.875rem !important;
}
.home_page .row1_wrap .span4 {
  width: 33.33333%;
  margin-left: 0;
  padding-left: 1.875rem !important;
  border-left: 1px solid #bababa;
}
.home_page .row1_wrap .widget-type-rich_text a {
  color: #1c3d90;
  text-decoration: underline;
}
.home_page .row1_wrap .widget-type-rich_text a:hover {
  color: #1c3d90;
  text-decoration: underline;
}
.home_page .row1_wrap .widget-type-rich_text img,
.home_page .row1_wrap .widget-type-linked_image img {
  display: inline-block;
  border: 2px solid #fefefe;
  box-shadow: 0 9px 18px rgb(0 0 0 / 30%), 0 7px 6px rgb(0 0 0 / 22%);
  vertical-align: middle;
  max-width: 100%;
}
.home_page .row1_wrap .widget-type-linked_image img {
  margin-bottom: 1rem;
}
.home_page .row1_wrap .widget-type-rich_text h2 {
  font-size: 1.5rem;
  font-style: normal;
}
.home_page .row1_wrap .widget-type-rich_text p {
  line-height: 1.6;
  color: #2c343d;
}

@media print, screen and (max-width: 1023px) {
  .home_page .row1_wrap .row-fluid {
    display: block !important;
  }
  .home_page .row1_wrap .span8,
  .home_page .row1_wrap .span4 {
    width: 100%;
    padding: 0 1.875rem !important;
    border: 0px;
  }
}

@media print, screen and (max-width: 767px) {
  .home_page .row1_wrap .span8,
  .home_page .row1_wrap .span4 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
}

@media print, screen and (min-width: 48em) {
  .home_page .row1_wrap {
    margin-bottom: 3.125rem;
  }
}










.warehouse-equipment-page  table td:first-child {
  font-weight: 700;
}
.warehouse-equipment-page.twocolumnrightrow1_section table {
  font-size: 100%;
  margin-bottom: 1.875rem;
}
.warehouse-equipment-page.twocolumnrightrow1_section  table td {
  padding: 0.5rem 0.625rem 0.625rem;
}
.warehouse-equipment-page.twocolumnrightrow1_section .form-title {
  line-height: 1.6;
  margin-bottom: 31px;
}
.warehouse-equipment-page form fieldset {
  max-width: 500px !IMPORTANT;
}
.warehouse-equipment-page .hs_newsletter_type {
  margin-top: 15px;
}
.warehouse-equipment-page .grecaptcha-badge {
  margin-left: 0;
  margin-top: 32px;
}
.warehouse-equipment-page form .hs-button {
  margin-top: 0rem;
  font-size: 18px;
  padding: 0.85em 1em;
}
.warehouse-equipment-page ul.inputs-list.multi-container {
    margin-bottom: 1rem;
}
.new-forklift-page .twocolumnrightrow1_section .sidebarright_inner {
  margin-right: 0;
  margin-left: 0;
}
.new-forklift-page .documents ol li:last-child {
  margin: 0;
}
.new-forklift-page .bottom-section .dnd-section {
  padding: 1.25rem 0;
}
@media (min-width:48rem) {
  .new-forklift-page .bottom-section .dnd-section {
    padding: 3.125rem 0;
  }
}
@media (max-width:1199px) {
  .warehouse-equipment-page h4 {
    font-size: 1.0625rem;
  }
}
@media (max-width:767px) {
  .warehouse-equipment-page .dnd-section>.row-fluid {
    flex-direction: column !important;
  }
  .warehouse-equipment-page.twocolumnrightrow1_section .form-title {
    margin-bottom: 30px;
  }
  .columns {
    width: 100%;
  }
}





.twocolumnrightrow1_section.Order_Picker_pg sup{
  top: -0.25rem;
}


@media (max-width: 479px) {
  .twocol_rightpage .sidebarright_section.content p img[align="right"] {
    float: none;
    display: block;
  }
  .twocol_rightpage .sidebarright_section.content p img[align="left"] {
    float: none;
    display: block;
  }
}










.body-container-wrapper {
  padding-top: 1.875rem;
}

.column_row {
  display: flex;
  flex-flow: row wrap;
}

.content {
  margin-bottom: 1.25rem;
}

.columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.content h1 {
  margin-bottom: 1.25rem;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.twocolumnrightrow1_section .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.content li, .content p {
  font-size: .875rem;
}

/* Breadcrumbs Links */
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs li {
  float: left;
  font-size: .6875rem;
  color: #010101;
  cursor: default;
  text-transform: uppercase;
  padding: 0;
}

.breadcrumbs li>.hs-breadcrumb-label {
  color: #2c343d;
}

.breadcrumbs li>a:hover {
  text-decoration: underline;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #bababa;
}

.breadcrumbs .hs-breadcrumb-menu-divider {
  display: none;
}

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

.breadcrumbs_wrapper .content-wrapper {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.breadcrumbs {
  margin-bottom: 1.25rem;
  display: none;
}

.close-button {
  color: #2c343d;
}

.close-button:focus, .close-button:hover {
  color: #010101;
}

.reveal-product-img .close-button {
  border-color: #feb610;
}

.twocolumnrightrow1_section table td {
  padding: 0.5rem 0 0.5rem 0.5rem;
}

.twocolumnrightrow1_section table{
  font-size:.875em
}

.twocolumnrightrow1_section .callout.small.primary {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  background-color: #fff4db;
  color: #010101;
  display: inline-block;
  border: 1px solid rgba(1,1,1,.25);
  border-radius: 0.1875rem;
  position: relative;
  margin: 0 0 1rem 0;
  font-size: 80%;
  line-height: inherit;
}

.twocolumnrightrow1_section .sidebarright_inner {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.twocolumnrightrow1_section .row-fluid .span6 {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.reveal-product-img img {
  display: inline-block;
  vertical-align: middle;
}

.product-detail__price sup {
  top: -0.25rem;
}

.sidebarright_inner .grecaptcha-badge {
  margin: 1rem 0;
}

.twocol_rightpage .sidebarright_section.content .hs-form {
  max-width: 500px;
}

.twocol_rightpage .sidebarright_section.content .form-title {
  line-height: 1.6;
}

.twocol_rightpage .hs-form .grecaptcha-badge {
  margin: 1rem 0;
}

.twocol_rightpage form input[type=submit], form .hs-button {
  font: bold 18px Lato;
}

.twocol_rightpage .sidebarright_section {
  flex: 0 0 100%;
  max-width: 100%;
}

.twocolumnrightrow1_section .hs-form-field[class*="hs_pricing_rate"] {
  margin-bottom: 25px;
}


.arrow-list {
  list-style: none
}

.arrow-list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: .875rem !important;
  color: #2c343d
}

.arrow-list li:first-child {
  margin-top: 0
}

.arrow-list li:before {
  content: "\f0da";
  color: #feb610;
  font-family: fontAwesome;
  margin-right: .5em
}

.arrow-list li>a {
  line-height: 2;
  font-size: 1rem;
}

.arrow-list {
  margin-bottom: 1.875rem;
}

.contactusrow1_section .dnd-section>.row-fluid .dnd-column,
.contactusrow1_section .dnd-section>.row-fluid>[class*="span"].dnd-module {
  padding: 0;
}

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

.contactusrow1_section .form-title {
  background: #2c343d;
  color: #fefefe;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.625rem;
  border-radius: 0.1875rem;
  width: 100%;
  line-height: 1.6;
}

.contactusrow1_section form input[type=submit],
.contactusrow1_section form .hs-button {
  font: bold 18px Lato;
}

.contactusrow1_section .grecaptcha-badge {
  margin: 0;
  margin: 1rem 0;
}

.contactusrow1_section .rightcolumn_content .dnd-column .row-fluid-wrapper:last-of-type .contactinfo_wrapper {
  border: none;
  margin: 0;
}

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

.contactusrow1_section .rightcolumn_content, .contactusrow1_section .centercol_section, .contactusrow1_section .leftcolumn_content {
  flex: 0 0 100%;
  max-width: 100%;
}

.twocol_rightpage .bottom-section .productdetails_wrapper .tiles__item-wrap {
  padding: 0;
}

.twocol_rightpage  .bottom-section .productdetails_wrapper .tiles__item-cta {
  position: static;
}

.twocol_rightpage .bottom-section .dnd-section {
  display: block;
  width: 100%;
  padding: 1.25rem 0;
}

.twocol_rightpage .bottom-section .productdetails_wrapper .tiles {
  margin-top: 0;
}

.twocol_rightpage .bottom-section h2 {
  margin-bottom: 1.875rem;
  margin-top: 3.125rem;
}

.twocol_rightpage .bottom-section .productdetails_wrapper .tiles__item-cta i.fa {
  display: none;
}

.twocol_rightpage .bottom-section .tiles__item-details h2 {
  color: #1c3d90;
}

@media print, screen and (min-width: 48em){
  .body-container-wrapper {
    padding-top: 3.125rem;
  }

  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .content {
    margin-bottom: 1.875rem;
    padding: 0 2.5rem;
  }

  .leftcolumn_content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .leftcolumn_content {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .content h1 {
    margin-bottom: 1.875rem;
  }


  .content li, .content p {
    font-size: 1rem;
  }

  .twocolumnrightrow1_section .row-fluid .span6 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .twocolumnrightrow1_section .row-fluid .span6 {
    width: 50%;
    margin: 0;
  }
  .contactus_page .row-fluid .span3 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .twocol_rightpage .bottom-section .dnd-section {
    padding: 3.125rem 0;
  }

}

@media print, screen and (min-width: 64em){
  .breadcrumbs {
    display: block;
    margin-bottom: 3.125rem;
  }

  .content {
    padding: 0 1.875rem;
    border-left: 1px solid #e5e5e5;
  }

  .sidebarright_section {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .leftcolumn_content {
    display: inline-block;
    padding-left: 3.125rem;
  }

  .productsdetails_wrapper .column_row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .twocol_rightpage .leftcolumn_content {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .twocol_rightpage .sidebarright_section {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .contactusrow1_section .leftcolumn_content {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .contactusrow1_section .centercol_section {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .contactusrow1_section .rightcolumn_content {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 75em){
  .content {
    padding: 0 1.875rem;
  }

  .leftcolumn_content {
    padding-left: 0.9375rem;
  }

  .twocol_rightpage .bottom-section .tiles__item-details h2 {
    font-size: 1.5rem;
  }

}

@media screen and (max-width: 1023px){
  .leftcolumn_content {
    display: none;
  }

  .about_page h5 {
    font-size: 1rem;
  }
}

@media (max-width: 767px){
  .sidebarright_section .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .sidebarright_section .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }


  .twocol_rightpage .bottom-section .productdetails_wrapper .tiles__item-details h2 {
    background: transparent;
  }

  .twocol_rightpage .bottom-section .productdetails_wrapper .tiles__item-details i.fa {
    display: none;
  }

}




.about_right_main_content_wrapper {
  border-left: 1px solid #e5e5e5;
  padding: 0 1.875rem;
  margin-bottom: 1.875rem;
}

.about_right_content h2 {
  font-size: 1.875rem;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
}


/*-- Product Detail Page --*/

.twocolumnrightrow1_section.cat_type h1 {
  font-size: 2.25rem;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #010101;
  margin-bottom: 15px;

}
.twocolumnrightrow1_section.cat_type table {
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
}
.twocolumnrightrow1_section.cat_type table td {
  padding: 0.5rem 0.625rem 0.625rem;
}
.twocolumnrightrow1_section.cat_type table tr td:first-child {
  font-weight: 700;
}
.twocolumnrightrow1_section.cat_type h4 {
  font-size: 20px;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #010101;
  line-height: 1.4;
}
.twocolumnrightrow1_section.cat_type h3 {
  background: #2c343d;
  color: #fefefe;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.625rem;
  border-radius: 0.1875rem;
  width: 100%;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.6;
  margin-bottom: 0;
}
.twocolumnrightrow1_section.cat_type h3 span {
  display: block;
  line-height: 1.61;
}
.twocolumnrightrow1_section.cat_type ul {
  padding: 0;
}
.twocolumnrightrow1_section.cat_type form {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
/* .twocolumnrightrow1_section.cat_type fieldset.form-columns-1 .input>.hs-input,
.sidebarright_innerrow.different_form fieldset.form-columns-1 .input>.hs-input {
width: 95% !important;
} */
.twocolumnrightrow1_section.cat_type form input[type=submit], 
.twocolumnrightrow1_section.cat_type form .hs-button {
  font: bold 18px Lato;
}
.twocolumnrightrow1_section.cat_type  form fieldset {
  max-width: 500px !important;
}
.twocolumnrightrow1_section.cat_type form .grecaptcha-badge {
  margin: 1rem 0;
}

@media print, screen and (max-width: 1276px) and (min-width:1025px){
.home_banner_slider .featured-categories .callouts a .callout__overlay h3 {
    font-size: 1.1rem !important;
}
}

.twocolumnrightrow1_section.cat_type ol {
  padding: 1rem;
  background: #e5e5e5;
  margin: 0 0 2rem;
  width: 100%;
}
.twocolumnrightrow1_section.cat_type ol li {
  list-style: none;
  margin: 0 0 1rem;
  font-size: 1rem;
}
.twocolumnrightrow1_section.cat_type ol li a {
  color: #010101;
  background: url(https://8028094.fs1.hubspotusercontent-na1.net/hubfs/8028094/raw_assets/public/Fallsway_January2022/images/icon-pdf.png) no-repeat 5px center;
  padding-left: 2.5rem;
  line-height: 1.2;
  display: block;
}
.sidebarright_innerrow.different_form .orbit-next, 
.sidebarright_innerrow.different_form .orbit-previous {
  z-index: 8;
}
.fullcolumn_content {
  width: 100%;
}


.fullcolumn_content .productdetails_wrapper .tiles {
  margin-top: 0;
  margin-bottom: 3.125rem;
}
.fullcolumn_content .productdetails_wrapper .tiles__item-wrap {
  padding: 0;
}
.fullcolumn_content .productdetails_wrapper .tiles__item-desc {
  margin-bottom: 1rem;
}

.fullcolumn_content .productdetails_wrapper .tiles__item-details h2 {
  color: inherit;
  font-size: 1.5rem;
}

.fullcolumn_content .productdetails_wrapper .tiles__item-cta i,
.fullcolumn_content .productdetails_wrapper .tiles__item-details i {
  display: none !important;
}
.fullcolumn_content .productdetails_wrapper .tiles__item-cta {
  position: relative !important;
  left: 0 !important;
}
.fullcolumn_content .productdetails_wrapper .tiles__item a:hover h2 {
  color: #18347c;
}
.enqpt_pg .breadcrumbs li>a:hover {
  color: #2C343D;
}

.footer-utility-connect form .hs-button:hover{
  padding-top: 7.512px !important;
  padding-bottom: 9.512px !important;
}
.cnt_btn {
  color: #1c3d90;
}



@media (max-width:1199px) {
  .twocolumnrightrow1_section.cat_type h1 {
    font-size: 1.375rem;
  }
}
@media (max-width:1023px) {
  .twocolumnrightrow1_section.cat_type .sidebarright_section.content.columns {
    max-width: 75%;
  }
  .twocolumnrightrow1_section.cat_type h4 {
    font-size: 1.0625rem;
  }
}
@media (max-width:767px) {
  .twocolumnrightrow1_section.cat_type .sidebarright_section.content.columns {
    max-width: 100%;
  }
  .sidebarright_innerrow.different_form form .inputs-list:not(.hs-error-msgs) li,
  .twocolumnrightrow1_section.cat_type form .inputs-list:not(.hs-error-msgs) li {
    padding-right: 0;
    padding-left: 0;
  }
  .fullcolumn_content .productdetails_wrapper .tiles {
    margin-bottom: 1.25rem;
  }
  .fullcolumn_content .productdetails_wrapper .tiles__item-details h2 {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }
  .fullcolumn_content .productdetails_wrapper .tiles__item-details h2 {
    font-size: 1.5rem;
    background: transparent;
    font-size: 1.125rem;
  }
  .twocolumnrightrow1_section.cat_type ol li a,
  .documents ol li a {
    font-size: 14px;
  }
  .home_page .row1_wrap .widget-type-linked_image img {
    box-shadow: none;
  }
}


@media (max-width:479px) {
  .headquarters_page .hs_cos_wrapper_type_rich_text table {
    width: 100% !important;
    max-width: 297px;
  }
  .widget-type-rich_text img[style*="float: left"],
  .widget-type-rich_text img[style*="float: right"] {
    float: none !important;
    display: block;
  }
}

.twocolumnrightrow1_section.cat_type ol li a:hover {
  text-decoration: underline;
}
.overflow {
  overflow-x: auto;
}








.forkliftmeasurements_page .leaderboard {
  padding-bottom: calc(50% + 7px);
  background-size: cover;
  background-position: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.forkliftmeasurements_page .twocolumnrightrow1_section .row-fluid .span6 {
  padding: 0;
  flex: 0 0 47.91667%;
  max-width: 47.91667%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.forkliftmeasurements_page .twocolumnrightrow1_section .row-fluid .span6 p {
  color: #707070;
}

.forkliftmeasurements_page .twocolumnrightrow1_section .widget-type-linked_image {
  width: 100%;
}

.forkliftmeasurements_page .twocolumnrightrow1_section .widget-type-linked_image img {
  width: 100%;
  max-width: 100%;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item-wrap{
  padding: 0;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 30px;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item-cta {
  border-radius: 4px;
  color: #000;
  padding: 14px 19px;
  font-size: 18px;
  font-family: 'Lato';
  position: absolute;
  bottom: 20px;
  font-weight: normal;
  line-height: inherit;
  left: auto;
  left: auto;
  text-transform: capitalize;
  border: none;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item-cta i.fa {
  display: none;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item-details {
  background-size: cover;
  padding: 24px 26px;
  position: relative;
  padding-bottom: 70px;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item-details h2 {
  font-size: 24px;
  font-family: 'Lato';
  line-height: 39px;
  margin-bottom: 1rem;
}

.productdetails_wrapper .productdetails_wrapper .tiles__item-desc p {
  margin: 0;
}

.productdetails_wrapper .productdetails_wrapper .tiles__item-details {
  padding-bottom: 70px;
}

.productdetails_wrapper .productdetails_wrapper .tiles__item-desc {
  margin-bottom: 70px;
}

.productdetails_wrapper.productdetails_wrapper .tiles__item-desc p {
  margin: 0;
}

.forkliftmeasurements_page .twocolumnrightrow1_section .row-fluid .span6 p strong {
  color: #010101;
}

.forkliftmeasurements_page .sidebarright_section.content.columns .row-fluid:after, 
.forkliftmeasurements_page .sidebarright_section.content.columns .row-fluid:before {
  display: none;
}

.forkliftmeasurements_page .sidebarright_section.content.columns .row-fluid {
  justify-content: space-between;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item:last-child {
  position: relative;
  margin: 25px auto;
}

.productdetails_wrapper .bgarticle-image .tiles__item-img {
  display: none;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item {
  background-repeat: no-repeat;
  background-size: cover;
}

.forkliftmeasurements_page .cnt_btn {
  color: #fff !important;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item a {
  border-radius: 0;
  border: 0;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item-img img {
  opacity: 1 !important;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item-desc {
  margin-bottom: 70px;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item {
  min-height: auto;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles {
  margin-bottom: 0;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item-details {
  background-size: cover;
  padding: 24px 26px;
  position: relative;
  padding-bottom: 70px;
}

.forkliftmeasurements_page .productdetails_wrapper .tiles__item-details h2 {
  font-size: 24px;
  font-family: 'Lato';
  line-height: 39px;
  margin-bottom: 1rem;
}


.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul {
  margin-left: 0;
  margin-bottom: 1.875rem;
  display: block !important
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li {
  margin-bottom: .625rem;
  list-style: none;
  font-weight: 700;
  width: 100%
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li a {
  color: #BABABA;
  font-size: .875rem
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li a:hover {
  color: #2C343D
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li.active-branch>a {
  position: relative;
  font-weight: 700;
  color: #1C3D90
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li.active-branch:before {
  content: "\f0da";
  margin-right: .5em;
  font-family: FontAwesome;
  color: #FEB610
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li>.hs-menu-children-wrapper {
  opacity: 1 !important;
  visibility: visible;
  display: none !important;
  position: static !important;
  margin-top: .625rem;
  margin-bottom: .625rem;
  left: 0 !important
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li.active-branch {
  padding-left: 1em;
  text-indent: -1em
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li.active-branch>.hs-menu-children-wrapper {
  display: block !important
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper.hide_3rd_menu ul>li>.hs-menu-children-wrapper>li>.hs-menu-children-wrapper {
  display: none !important
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper.hide_submenu ul>li>.hs-menu-children-wrapper {
  display: none !important
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper.hide_submenu:not(.add_active) ul>li.active-branch:before,
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapperv.hide_submenu ul>li.active-branch>ul>li:before,
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper.hide_3rd_menu ul>li.active-branch>ul>li:before {
  display: none !important
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper.hide_submenu:not(.add_active) ul>li.active-branch>a {
  color: #BABABA
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper.hide_submenu:not(.add_active) ul>li.active-branch>a:hover {
  color: #2C343D
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li>.hs-menu-children-wrapper>li>a {
  font-size: .8125rem;
  font-weight: 400;
  color: #010101;
  display: unset !important;
  white-space: normal !important
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li>.hs-menu-children-wrapper>li {
  margin-bottom: .625rem;
  list-style: none;
  font-weight: 700;
  text-indent: -1em;
  padding-left: 1em
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li.active {
  text-indent: -1em;
  padding-left: 1em
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li>.hs-menu-children-wrapper>li>a:hover {
  color: #2C343D
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li.active-branch>a:hover {
  color: #2C343D
}
.twocolumnrightrow1_section .leftcolumn_content .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul>li.active>ul>li {
  padding-left: 0;
  text-indent: 0
} 
.note {
    font-size: .7rem!important;
}
@media print, screen and (min-width: 48em){
  .forkliftmeasurements_page  .leaderboard {
    padding-bottom: calc(29% + 6px);
  }

  .forkliftmeasurements_page .productdetails_wrapper .tiles__item {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }

  .forkliftmeasurements_page .productdetails_wrapper .tiles__item {
    flex: 0 0 47.91667%;
    max-width: 47.91667%;
  }
}

@media print, screen and (max-width: 1200px){
  .forkliftmeasurements_page .productdetails_wrapper .tiles__item-button {
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
  }

  .forkliftmeasurements_page .productdetails_wrapper .tiles__item-details {
    display: block;
  }
}


@media (max-width:1023px) {
  .forkliftmeasurements_page .leaderboard {
    margin-left: -15px;
    margin-right: -15px;
    width: unset;
  }
}

@media print, screen and (max-width: 767px){
  .forkliftmeasurements_page .leaderboard {
    display: block;
  }

  .forkliftmeasurements_page .twocolumnrightrow1_section .row-fluid .span6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
  }

  .forkliftmeasurements_page .productdetails_wrapper .tiles__item-cta {
    display: block;
  }

  .forkliftmeasurements_page .productdetails_wrapper .tiles__item-desc {
    display: block;
  }

  .forkliftmeasurements_page .productdetails_wrapper .tiles__item-desc {
    margin-bottom: 70px;
  }

  .forkliftmeasurements_page .productdetails_wrapper .tiles__item-details h2 {
    font-size: 24px;
    font-family: 'Lato';
    line-height: 39px;
    text-align: left;
  }

  .forkliftmeasurements_page .productdetails_wrapper .tiles__item-details h2 i {
    display: none;
  }

  .forkliftmeasurements_page .productdetails_wrapper .tiles__item-desc p {
    margin: 0;
    font-size: 16px;
    font-family: 'Lato';
    line-height: 25.86px;
    color: #fff;
  }
  
  
  .forkliftmeasurements_page .leaderboard {
    display: block;
    background-size: cover;
    padding-bottom: calc(59% + 6px);
    min-height: auto;
}
}

.custom-menu-primary .navigation-primary .submenu.level-2 > li > a img {
  display: none !important;
}