/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

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

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

/* Mark */

mark {
 background:#9CCAEB; 
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  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;
}

.basic-cta{
  border-radius:20px;
  text-decoration:none;
  font-weight:700;
  padding:0.5rem 3rem;
  text-decoration:none;
  margin-right:1rem;
  text-transform:uppercase;
  letter-spacing:1.1px;
  font-size:0.9rem;
}

.basic-cta, form .hs-button {
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex; 
  border-radius:20px;
  text-decoration:none;
  font-weight:700;
  padding:0.5rem 3rem;
  text-decoration:none;
  margin-right:1rem;
  text-transform:uppercase;
  letter-spacing:1.1px;
  font-size:0.9rem;
  border:0;
}

.arrow-cta {
  position:relative;
  font-weight:700;
  display:-webkit-inline-box !important;
  display:-ms-inline-flexbox !important;
  display:inline-flex !important;
  -webkit-box-align:center !important;
      -ms-flex-align:center !important;
          align-items:center !important;
  line-height:1;
  margin-right:1.75rem;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.arrow-cta:after {
      content: "";
    height: 21px;
    width: 21px;
    background: url(https://9349002.fs1.hubspotusercontent-na1.net/hubfs/9349002/fibox-2021/icons/arrow.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: -2rem;
    position: absolute;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.arrow-cta:hover {
 text-decoration:none; 
}

.arrow-cta:hover:after {
 right:-2.5rem; 
}

a.arrow-cta {
  color: #3994d7;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
      display: inline-block;
    font-size: .875rem;
    padding: .7rem;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 2px solid #051f30;
}

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: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  border-spacing:0;
}

/* Table Cells */

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #d8d8d8;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
  text-align:left;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

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


/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}


/* Header module */

.header {
  position:absolute;
  width:100%;
  z-index:999999;
}



.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top:1rem;
  padding-bottom:1rem;
}

.header__container > * {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto;
}

.header__navigation {
 -webkit-box-flex:0;
     -ms-flex:0 1 60%;
         flex:0 1 60%; 
}

.header__logo {

}

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

.header__logo img {
  max-width:175px; 
}

.header__navigation {

}

.main-navigation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position:relative;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}



.nav__item {
  text-transform:uppercase; 
  font-weight:400;
  font-size:0.93rem;

}

.nav__item--1 {
  margin-right:1.4rem;
  padding: 0.5rem 0;
  border-bottom: 6px solid transparent;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.nav__item--1 > a {
  color:#FFF;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.nav__item--1 > a:hover {
  text-decoration:none;
}

.nav__item--1:last-child {
  margin-right:0; 
}


.nav__item--1 > .nav-item__children {
  opacity:0;
  visibility:hidden;
  position: absolute;
  top: 100%;
  background: #FFF;
  padding: 1rem;
  left: 0;
  right: 0;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

.nav__item--1:hover > .nav-item__children {
  opacity:1;
  visibility:visible;
}

.nav__item--2 {
     -webkit-box-flex: 0;
         -ms-flex: 0 1 24%;
             flex: 0 1 24%;
    margin-right: 1.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nav__item--2:nth-child(4n+4) {
 margin-right:0; 
}

.nav__item--2 > a {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
    border-bottom: 1px solid;
    margin-bottom: 0.5rem;
  font-weight:bold;
}

.nav__item--2.nav__item--no-children > a {
 border-bottom:0; 
}

.nav__item--2 a:hover {
 text-decoration:none; 
}

.nav__item--2 > * {
 -webkit-box-flex:0;
     -ms-flex:0 1 100%;
         flex:0 1 100%; 
}

.nav__item--3 {
 margin-bottom:0.5rem; 
}

.nav__item--3:last-child {
 margin-bottom:0; 
}

.header-language__selector {
      position: relative;
    min-width: 50px;
    text-align: center;
    padding: 0.25rem 0;
}

.header-language__nav {
      position: absolute;
    top: 100%;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 60px;
    left: 0px;
      opacity: 0;
    visibility: hidden;
}

.header-language__selector:hover .header-language__nav {
  opacity:1;
  visibility:visible;
}

.header-language__nav > a {
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}

.header-language__nav > a:hover {
 text-decoration:none; 
}

@media screen and (min-width:1271px) and (max-width:1650px) {
 .nav__item--1 {
   font-size: 0.68rem;
  }
}

@media screen and (min-width:1271px) {
  .header-mobile-nav__toggle {
    display:none; 
  }

  .nav__item.nav__item--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-item__child-toggle {
    margin-left: 0.5rem;
  }

  .nav-item__child-toggle > img {
    height: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); 
    -webkit-filter: brightness(0) invert(1); 
    filter: brightness(0) invert(1);
    -webkit-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
  }

  .nav__item:hover > .nav-item__child-toggle > img {
    -webkit-filter: brightness(0) saturate(100%) invert(61%) sepia(16%) saturate(7306%) hue-rotate(
      338deg
    ) brightness(103%) contrast(106%);
            filter: brightness(0) saturate(100%) invert(61%) sepia(16%) saturate(7306%) hue-rotate(
      338deg
    ) brightness(103%) contrast(106%); 
    -webkit-transform:rotate(270deg); 
        -ms-transform:rotate(270deg); 
            transform:rotate(270deg);
  }

  .main-navigation__wrapper--mobile {
    display:none; 
  }
}

@media screen and (max-width:1270px) {
  
  
  
  .hero {
   -webkit-box-flex:0 !important;
       -ms-flex:0 1 100% !important;
           flex:0 1 100% !important; 
  }
  
  .main-navigation__wrapper--desktop {
   display:none !important; 
  }
  
  .header__container.content-wrapper-wide {
   max-width:100%; 
  }
  
  .header__container {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }
  
  .header__logo {
   -webkit-box-ordinal-group:2;
       -ms-flex-order:1;
           order:1; 
    margin-left:1rem;
    padding:0.5rem 0;
  }
  
  .header__logo img {
   max-width:120px; 
  }
  
  .header-mobile-nav__toggle {
   -webkit-box-ordinal-group:4;
       -ms-flex-order:3;
           order:3;
        position: relative;
    height: 18px;
    width: 25px;
    margin-right: 1rem;
  }
  
  .header-mobile-nav__toggle > span {
        width: 100%;
    height: 2px;
    background: #FFF;
    position: absolute;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    -webkit-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
            transform:rotate(0deg);
    left:0;
  }
  
  .header-mobile-nav__toggle > span:nth-child(1) {
   top:0; 
  }
  
  .mobile-nav--open .header-mobile-nav__toggle > span:nth-child(1) {
    left:50%;
    width:0%;
  }
  
  .header-mobile-nav__toggle > span:nth-child(2) {
   top:50%; 
  }
  
  .mobile-nav--open .header-mobile-nav__toggle > span:nth-child(2) {
    -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
            transform:rotate(45deg);
  }
  
  .header-mobile-nav__toggle > span:nth-child(3) {
   top:50%; 
  }
  
  .mobile-nav--open .header-mobile-nav__toggle > span:nth-child(3) {
    -webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
            transform:rotate(-45deg);
  }
  
  .header-mobile-nav__toggle > span:nth-child(4) {
   top:100%; 
  }
  
  .mobile-nav--open .header-mobile-nav__toggle > span:nth-child(4) {
    left:50%;
    width:0%;
  }
  
  .header__navigation {
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%;
    -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
            order:4;
    padding:1rem 2.5%;
    background:#FFF;
    position:relative;
    display:none;
  }
  
  
  .main-navigation__wrapper {
   -ms-flex-wrap:wrap;
       flex-wrap:wrap; 
    position: initial;    
  }
  
  .main-navigation__wrapper--mobile {
    position: relative;
    top: 0;
    bottom: 0;
    height: 100vh; 
  }
  
  .nav__item, .nav__item--1 {
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%;
    margin-right:0;
    padding:0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
  }
  
  .nav__item > a {
        font-weight: bold;
  }
  
  .nav-item__child-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .nav-item__child-toggle img {
       max-height: 16px; 
  }
  
  .nav__item--2 {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%; 
  }
  
  .nav__item--2 > a {
     -webkit-box-flex: 0;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
    border: 0;
    margin-bottom: 0;
  }
  
  .nav-item__child-toggle {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .header-language__selector {
   -webkit-box-ordinal-group:3;
       -ms-flex-order:2;
           order:2;
    margin-left:auto;
    margin-right:1.5rem;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  
  .header-language-selector > img {
   flex:0 1 auto; 
  }
  
  
  
  .main-navigation-mobile-wrapper--main, .main-navigation-mobile-wrapper--sub {
        left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  
  .current-nav-item {
    opacity:1;
    visibility:visible;
  }
  
  .hidden-nav-item {
   opacity:0;
    visibility:hidden;
  }
  
  
  .main-navigation-mobile__back > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.75rem 0;
  }
  
  .main-navigation-mobile__back > span > img {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    max-height: 16px;
    margin-right: 0.75rem;
  }
  
}
.footer-content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-content-top__left {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

.footer-content__logo img {
  max-width:175px;
}

.footer-content-top__right {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content__some {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right:3rem;
}

.footer-content__some > a {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

.footer-content__some a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.5rem;
}

.footer-content__some a:last-child span {
  margin-right: 0;
}

.footer-content__some svg {
  width:25px;
  height:25px;
}

.footer-content__link {

}

.footer-content__link a {
  padding: 2rem 4rem;
  display: block; 
  color: #FFF;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content__link a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-left: 1.5rem;
  margin-top: 6px;
}

.footer-content__link a:hover {
  color:#FFF;
  text-decoration:none;
}

.footer-content__mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem 0;
}

.footer-content-mid__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
}

.footer-content-mid__nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-nav__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 22%;
  flex:0 1 22%; 
}

.footer-nav__item--2 {
  font-size:14px; 
}

.footer-nav-item__children {
  margin-top:0.75rem; 
}

.footer-content__bot {
  padding: 1rem 0;
  text-align: center; 

}


.footer-content__bot p {
  margin:0; 
  font-size:14px;
}

@media screen and (max-width:770px) {
  .footer-content__top {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap; 
  }

  .footer-content-top__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center;
  }

  .footer-content-top__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-content__some {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 3rem;
    margin-right: 0;
  }

  .footer-content__link {
    margin: 0 auto 2rem;
  }

  .footer-content__mid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-content-mid__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .footer-content-mid__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }

  .footer-nav__item--1 {
    margin-bottom:2rem; 
  }

}
/* 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;
  }
  
}
/* Hero module*/

.hero__container {
  min-height: 75vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__container.hero__container--small {
  min-height:40vh; 
}

.hero__wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index:2;
  padding-top:3rem;
}

.hero {
  -webkit-box-flex:0;
  -ms-flex:0 1 60%;
  flex:0 1 60%; 
  margin-bottom:1.5rem;
}

.hero-products {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap; 
}

.hero-products__arrows {
  display:none; 
}

.hero-products,
.hero-products-wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.hero-products .slick-list {
  max-width:100%; 
}

.hero-products .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hero-products .slick-slide {
  -webkit-box-flex:0 !Important;
  -ms-flex:0 1 100% !Important;
  flex:0 1 100% !Important; 
}

.hero-products .slick-arrow {

}

/* Default: 4 columns */
.hero-products__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 23%;
  flex:0 1 23%; 
  border-top: 8px solid transparent;
  padding:1rem 0;
}

/* Below 800px: 2 columns */
@media screen and (max-width: 800px) {
  .hero-products__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 48%;
    flex:0 1 48%;
    
    a h3 {
      text-decoration: underline;
      text-decoration-color: #ff7b2d;
    }
  }
}

/* Below 400px: 1 column */
@media screen and (max-width: 400px) {
  .hero-products__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }
}

.hero-products__link {
  color:#FFF; 
}

.hero-products__link:hover {
  text-decoration:none; 
}


.hero-products__heading {
  text-transform:initial; 
}

.hero-products__bg {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.hero-products__bg.hero-products__bg--visible {
  opacity:1;
  visibility:visible;
}

/* 4 Column small images */

.four-col-images__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.four-col-images-header__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.four-col-images-header__text p {
  margin-bottom:0; 
}

.four-col-images-header__link {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

.four-col-images-header__link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.four-col-images-header__link > a img {
  margin-left: 1rem;
}

.four-col-images {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
  flex-wrap:wrap;
}

.four-col-images__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
  height: 12.5rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-bottom:1rem;
  position:relative;
}

.four-col-images__item > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.four-col-images__item > a:hover {
  text-decoration:none; 
}

.four-col-images-item__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
  background: #FFF;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: .5rem;
}

/* Text and image */

.text-and-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-and-image__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 20rem;
}

.text-and-image__text {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%; 
}

/* Blog feed */

.blog-feed__header {
  max-width:60%; 
  margin-bottom:3rem;
}

.blog-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.blog-feed__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.block-feed__item a {
  text-decoration: none !important;
}

.block-feed__item:hover span.read-more::after {
  right: -2.5rem;
}

.blog-feed-item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  height: 17.5rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.blog-feed-item__content {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  padding:1rem 2rem;
}

.blog-feed-item-content__text {
  margin-bottom:1rem; 
}

/* Slider */

.slider {
  overflow:hidden; 
  padding:1rem;
}

.slider__wrapper {
  position:relative; 
}

.slider .slick-track {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; 
}

.slider .slick-list {
  margin-left:-2rem; 
}

.slider .slick-slide {
  margin-left:2rem;
}

.slider__item {
  padding: 3rem 4rem 5rem 4rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background:#FFF;
}

.slider-pagination__prev,
.slider-pagination__next {
  position: absolute;
  top: 0;
  z-index: 2;
  cursor:pointer;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-pagination__prev.slick-disabled,
.slider-pagination__next.slick-disabled {
  cursor:initial;
}

.slider-pagination__prev img,
.slider-pagination__next img{
  height:45px;
  opacity:1;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.slider-pagination__prev.slick-disabled img,
.slider-pagination__next.slick-disabled img{
  opacity:0.5;
}
.slider-pagination__prev {
  left: 35px;
}

.slider-pagination__prev img {
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg); 
}

.slider-pagination__next {
  right:35px; 
}

.slider-item__left {
  -webkit-box-flex:0;
  -ms-flex:0 1 50%;
  flex:0 1 50%; 
}

.slider-item__right {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%; 
}

.slider-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-pagination .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-pagination .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.75rem;
}

.slider-pagination .slick-dots li:last-child {
  margin-right:0; 
}

.slider-pagination .slick-dots li button {
  font-size: 0;
  border: 0;
  height: 8px;
  width: 1.5rem;
  color: transparent;
}

/* Small CTA Banner */

.small-cta-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}

.small-cta-banner__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.small-cta-banner__text > *:first-child {
  margin-bottom:0; 
}


.small-cta-banner__cta {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 1.5rem; 
}


/* Big CTA Banner */

.big-cta-banner__container {
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-size:cover !Important;
  background-position:center !Important;
  background-repeat:no-repeat !important;
  position:relative;
  padding:3rem 0;
}

.big-cta-banner__wrapper {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  position:relative;
  z-index:2;
}

.big-cta-banner {
  max-width:60%; 
}


/* Product slider */

.product-slider__header {
  margin-bottom:3rem; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-slider-header__text {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

.product-slider-header__pagination {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.product-slider__previous {
  margin-right:1.5rem; 
}

.product-slider-header__arrow {
  opacity:1;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
  cursor:pointer;
}

.product-slider-header__arrow.slick-disabled {
  opacity:0.5; 
  cursor:initial;
}

.product-slider__previous img {
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg); 
}

.product-slider-header__arrow img{
  max-height:25px; 
}

.product-slider {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.product-slider .slick-list {
  max-width:100%; width:100%;
}

.product-slider .slick-track {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important; 
}


.product-slider .slick-slide {
  margin-right:3rem;
}

.product-slider .slick-slide:last-child {
  margin-right:0; 
}

.product-slider__item {
  -webkit-box-flex:0 !important;
  -ms-flex:0 1 30% !important;
  flex:0 1 30% !important; 
}

.product-slider-item__content > h4 {
  margin-bottom: .4rem;
  margin-top: 1.25rem;
}

.product-slider-item__image {
  min-height: 10rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-bottom: 1rem;
  max-width:80%;
}


/* Lifted item */

.lifted-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.lifted-item__wrapper--single .lifted-item {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.lifted-item__wrapper--duo .lifted-item {
  -webkit-box-flex:0;
  -ms-flex:0 1 49%;
  flex:0 1 49%; 
}

.lifted-item__wrapper--trio .lifted-item {
  -webkit-box-flex:0;
  -ms-flex:0 1 32%;
  flex:0 1 32%; 
}

.lifted-item__image {
  max-width: 80%;
  margin-bottom: 1.5rem;
}


/* Tabbed content */

.tabbed-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  padding: 2rem;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.tabbed-content__header {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor:pointer;
}

.tabbed-content__header > * {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

.tabbed-content-header__icon {
  margin-left:1rem; 
}

.tabbed-content-header__text {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.tabbed-content-header__text h4 {
  margin:0; 
  font-weight:400;
}

.tabbed-content-header__icon svg {
  height: 57px;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.tabbed-content__header--open .tabbed-content-header__icon svg {
  -webkit-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  transform:rotate(270deg); 
}

.tabbed-content__content {
  display:none;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  padding-top:1rem;
  overflow:scroll;
}


/* Downloadables */

.downloadable__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.downloadable-item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}

.downloadable-item__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}



/* Small image banner */

.small-image-banner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.small-image-banner__text {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1; 
}

.small-image-banner__cta {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
  margin-left:1.5rem;
}

/* Text and form */

.text-and-form__container {

}

.text-and-form {
  display:Flex;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.text-and-form__text {
  -webkit-box-flex:0;
  -ms-flex:0 1 40%;
  flex:0 1 40%; 
}

.text-and-form__form {
  -webkit-box-flex:0;
  -ms-flex:0 1 40%;
  flex:0 1 40%; 
}



/* Industries listing */

.industries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.industries__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  min-height: 15rem;
  position: relative;
  margin-bottom:3rem;
}

.industries__item > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.industries__item > a:hover {
  text-decoration:none; 
}

.industries-item__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 90%;
  flex: 0 1 90%;
  background: #FFF;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:0.5rem;
}

.industries-item__content > * {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

.industries-item__content > img {
  margin-left:1rem; 
}
/* STICKY CTA */

.sticky-cta__wrapper {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index:10;
  max-width: 25rem;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.sticky-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; 
}

.sticky-cta h4 {
  margin:0; 
}

.sticky-cta__info {
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}


.sticky-cta__cta {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  border-radius: 25px 0 0 25px;
}

.sticky-cta > a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  padding:2rem 1rem;
  text-transform:uppercase;
  font-weight:bold;
}

.sticky-cta > a:hover {
  color:#FFF; 
}

/* Contact HubDB */

.contact-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding:0 0 1.5rem;
}

.contact-item__header {
  text-align: center;
  margin-bottom: 30px;
}

.contact-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47%;
  flex: 0 1 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; 
  margin-bottom: 1rem;
  width:calc(50% - 1rem);
  margin-right:1rem;
  background:#FFF;
  padding:1rem;
  min-height:13rem;
}

.contact-item__image {
  -webkit-box-flex:0;
  -ms-flex:0 1 35%;
  flex:0 1 35%;
  margin-right:1rem;
  min-height: 11rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 15px;
}

.contact-item--distributor .contact-item__image {
  background-size: contain !important;
}

.contact-item__content {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-item__content > p {
  margin-bottom:0;  
}

.contact-item__content > * {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.contact-item__filters {
  text-align:center;
  margin-bottom: 50px;
}

.select-filter {
  padding: 0.25rem 1rem;
  min-width: 350px;
}

/* Product HubDB */

.product-hero__container {
  padding:3rem 0; 
}

.product-hero {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 1.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:1.5rem;
}

.product-hero__images {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  width:45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  position:relative;
  overflow:hidden;
}

.product-hero-images__arrow {
  -webkit-box-flex:0;
  -ms-flex:0 1 5%;
  flex:0 1 5%; 
  margin:0 1rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  cursor:pointer;
  width:5%;
}

.product-hero-images__arrow img {
  height:20px; 
  -webkit-box-flex:1; 
  -ms-flex:1; 
  flex:1;
}

.product-hero-images__arrow.arrow-prev {
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg); 
}

.product-hero-images__content {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  width:calc(90% - 4rem);
}

.product-hero-images__content .slick-list {
  max-width:100%; 
}

.product-hero-images__content .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.product-hero-images__content .slick-slide {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.product-hero-images-content__item img {
  max-width:100%; 
}

.product-hero-images-content__thumbnails {
  width: 100%;  
}

.product-hero-images-content__thumbnails .product-hero-images-content__item {

  max-width:50px;
}

.product-hero-images-content__thumbnails .slick-list {

}

.product-hero-images-content__thumbnails .slick-track{
  width: 100%;
}

.product-hero-images-content__thumbnails .slick-slide {
  width:50px !important;
  margin-right: 0;
  display: inline-block;
}

.product-hero-images-content__thumbnails .product-hero-images-content__item img {
  border:1px solid transparent;
  cursor:pointer;
  max-width:50px;
  height:auto;
}



.product-hero__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.product-hero-content__info {
  border-top: 1px solid #001625;
  padding: 1rem;
}

.product-hero-content__info .product-number {
  display:block; 
  margin-bottom:1rem;
}

.product-hero-content__info a {
  display:inline-block; 
}


.product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
}

.product-content__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 calc(50% - 0.75rem);
  flex:0 1 calc(50% - 0.75rem);
}

.product-content-item__content {
  background: #FFF;
  padding: 1.5rem; 
  margin-bottom:1.5rem;
}

.product-content-item__content.product-content-item__content--tabbed > h5 {
  position:relative;
  cursor:pointer;
}

.product-content-item__content.product-content-item__content--tabbed > h5:after {
  content: "";
  position: absolute;
  background: url(https://9349002.fs1.hubspotusercontent-na1.net/hubfs/9349002/fibox-2021/icons/chevron.svg);
  right: 0;
  top: calc(50% - 10px);
  width: 15px;
  height: 20px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.product-content-item__content.product-content-item__content--tabbed.product-content-item__content--tabbed--open > h5:after {
  -webkit-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  transform:rotate(270deg);
}

.product-content-item__content > h5 {
  margin-bottom:0; 
}

.product-content-item__content > h5 + div {
  margin-top:1.5rem;
}

.product-content-item-content__list p {
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 0.25rem;
  font-size:0.8rem;
}

.product-content-item-content__list {
  margin-bottom:3rem; 
}

.product-content-item-content__list:last-child {
  margin-bottom:0; 
}

.product-content-item__links ul {
  list-style: none;
  padding: 0;
  margin: 0; 
}

.product-content-item__certifications > p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-content-item__certifications > p > span {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

.product-content__item.product-content__item--full {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
  max-width:100%;
}

.product-content-item__accessories {
  background: #FFF;
  padding: 1.5rem 2.5rem; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position:relative;
}

.product-content-item-accessories__header {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-content-item-accessories__header h5 {
  margin-bottom:0; 
}

.product-content-item-accessories__inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  margin-top:1.5rem;
  max-width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  position:relative;
  overflow:hidden;
}

.product-content-item-accessories__arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor:pointer;
  background: #FFF;
  z-index: 9999;
  position:absolute;
}

.product-content-item-accessories__arrow img {
  height:25px; 
}

.product-content-item-accessories__arrow.arrow-prev {
  left: 1.5rem;
  top: calc(50% - 12.5px);
}

.product-content-item-accessories__arrow.arrow-prev img {
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
}

.product-content-item-accessories__arrow.arrow-next {
  right: 1.5rem;
  top: calc(50% - 12.5px);
}

.product-content-item-accessories__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width:100%;
}

.product-content-item-accessories__content .slick-list {
  max-width: 100%;
}

.product-content-item-accessories__content .slick-track{
  display: flex;
  align-items: flex-start;
}

.product-content-item-accessories__content .slick-slide {
  width:13.5%;
  margin-right:3rem;
  display:inline-block;
}

.product-content-item-accessories__item {
  text-align:center;
}

.product-content-item-accessories__item img {
  max-width:100%; 
}

.product-content-item-accessories-item__info {
  text-align:center; 
}

.product-content-item-accessories-item__info h6 {
  font-weight: normal;
  margin-bottom: 0;
}

.product-content-item-accessories-item__info p {
  font-size:0.8rem; 
}

.product-hubdb-listing__container {
  padding-top:5rem; 
}

.product-hubdb-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}

.product-hubdb-listing__sidebar {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto;
  margin-right:3rem;
}

.product-hubdb-listing__sidebar .input-disabled {
  color: #afafaf;
}

.product-hubdb-listing-sidebar__filters div:not(.input-disabled) > label,
.product-hubdb-listing-sidebar__filters div:not(.input-disabled) > label > input {
  cursor: pointer;
}

.product-hubdb-listing__main {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1; 
}

.product-hubdb-listing-sidebar__total {
  margin-bottom:1.5rem; 
}

.product-hubdb-listing-sidebar-filters__item {
  margin-bottom:1.5rem; 
}

.product-hubdb-listing-sidebar-filters__item > h6 {
  margin-bottom:0; 
}

.product-hubdb-listing-sidebar__links {
  margin-bottom:1.5rem; 
}

.product-hubdb-listing-sidebar__links > h6 {
  margin-bottom:0; 
}

.product-hubdb-listing-sidebar__links ul {
  list-style:none;
  padding:0;
  margin:0;
}

.product-hubdb-listing-main__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-right:1rem;
}

.resetfilters {
  margin-right: .65rem;
  border: #BCC3CA solid 1px;
  background: transparent;
  font-size: 15px;
  padding: .5rem .5rem;
}

.singlefilter {
  border-radius: 5px;
  padding: .5rem;
  line-height: 1;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
}

.size-inputs button {
  background: #ff7b2d;
  color: #FFF;
  border: 0px;
  padding: .5rem 1rem;
  margin-top: 1rem;
}

.product-hubdb-listing-main-filters__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto;
}

.product-hubdb-listing-main-filters-selected__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 1rem;
  display: none; /* TICKET #2087316271: Hide filters */
}

.product-hubdb-listing-main-filters-selected__filters {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
  display: none; /* TICKET #2087316271: Hide filters */
}

.product-hubdb-listing-main-filters__select {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

.product-hubdb-listing-main-filters__select select {
  min-width: 200px;
  padding: 0 3rem 0 1rem;
}

.product-hubdb-listing-main__feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-hubdb-listing-main-feed__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33% - 1rem);
  flex: 0 1 calc(33% - 1rem);
  width: calc(33% - 1rem);
  background: #FFF;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-right:1rem;
}

.product-hubdb-listing-main-feed__item > a {
  color:inherit;
  text-decoration:none;
}

.product-hubdb-listing-main-feed__item > a:hover {
  text-decoration:none; 
  color:inherit;
}

.product-hubdb-listing-main-feed-item__image {
  text-align: center;
  margin-bottom: 1rem;
  min-height: 8.4rem;
}

.product-hubdb-listing-main-feed-item__image img {
  max-width:100%; 
  max-height: 8rem;
}

.product-hubdb-listing-main-feed-item__heading {
  border-bottom: 1px solid #001625;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.product-hudb-listing-main-feed-item__heading > h5 {
  margin-bottom:0; 
}

.product-page-listing-links__inner {
  padding:3rem 0; 
}



@media screen and (max-width:1240px) {
  .hero__wrapper {
    max-width:100% !important;
  }


  .product-hubdb-listing {
    flex-wrap:wrap; 
  }

  .product-hubdb-listing__sidebar {
    flex:0 1 100%; 
  }

  .product-hubdb-listing__main {
    flex:0 1 100%; 
  }

  .product-hubdb-listing-sidebar__filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product-hubdb-listing-sidebar-filters__item {
    flex:auto;
  }

}

@media screen and (max-width:900px) {
  .product-hubdb-listing-main-feed__item {
    flex: 0 1 calc(50% - 1rem);
    width: calc(50% - 1rem);
  }
}



@media screen and (max-width:770px) {

  .product-content-item-accessories__content .slick-slide,
  .product-content-item-accessories__item{
    flex:auto !important;
    width:auto !important;
    min-width:auto !important;
    padding-right:0;
  }

  .product-content-item-accessories__content > div {
    text-align:center; 
  }

  .product-hero {
    flex-wrap:wrap; 
  }

  .product-hero__images {
    flex: 0 1 100%;
    width: 100%;
    margin-bottom: 2rem;
  }

  .product-hero__content {
    flex: 0 1 100%;
  }

  .product-content__item {
    flex:0 1 100%; 
  }

  .contact-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width:100%;
    margin-right:0;
  }

  .header__container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header__logo {
    padding-top:1rem;
    padding-bottom:1rem;
  }

  .hero-products__arrows {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    margin-bottom:0.5rem;
  } 

  .hero-products__arrows > div {
    -webkit-box-flex:0;
    -ms-flex:0 1 auto;
    flex:0 1 auto;
    opacity:1;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
  }

  .hero-products__arrows img {
    max-height:28px; 
  }

  .hero-products__arrows > div:first-child {
    margin-right:1.5rem; 
  }

  .hero-products-arrow__prev img {
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg); 
  }

  .hero-products__arrows .slick-disabled {
    opacity:0.5; 
  }


  .hero-products {
    max-width:100% !important;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
  }

  .hero-products-wrapper__inner {
    max-width:100% !important; 

  }

  .hero-products__item:hover, .hero-products__item--active {
    border-color:transparent !important; 
  }


  .four-col-images {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
  }

  .four-col-images__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    margin-bottom:2%;
  }

  .text-and-image {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .text-and-image__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 1.5rem;
    min-height: 15rem;
  }

  .text-and-image__text {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

  .small-cta-banner {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
  }

  .small-cta-banner__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .small-cta-banner__cta {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
  }

  .small-cta-banner__cta a {
    display:inline-block; 
  }

  .blog-feed__header {
    max-width:100%; 
  }

  .big-cta-banner {
    max-width:100%; 
  }

  .product-slider .slick-slide {
    -webkit-box-flex:0 !important;
    -ms-flex:0 1 100% !important;
    flex:0 1 100% !important; 
  }

  .product-slider__item {
    -webkit-box-flex:0 !important;
    -ms-flex:0 1 100% !important;
    flex:0 1 100% !important; 
  }

  .product-slider-item__image {
    max-width:100%;
    min-height:15rem;
  }

  .blog-feed__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    margin-bottom: 3rem;
  }

  .blog-feed__item:last-child {
    margin-bottom:0; 
  }

  .blog-feed-item-content__tags {
    margin-bottom:0.5rem; 
  }

  .slider__item {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
    padding: 1.5rem;
  }

  .slider-pagination__prev, .slider-pagination__next {
    display:none !important; 
  }

  .slider-pagination {
    top: -1rem;
    bottom: auto;
  }

  .slider-item__left {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    margin-bottom:1.5rem;
  }

  .slider-item__right {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

  .lifted-item {
    -webkit-box-flex:0 !Important;
    -ms-flex:0 1 100% !Important;
    flex:0 1 100% !Important; 
  }

  .tabbed-content__item {
    padding:1rem; 
  }

  .tabbed-content-header__icon {

  }

  .downloadable__item {
    margin-bottom:3rem; 
  }

  .downloadable-item__image {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
    margin-bottom:1.5rem;
  }

  .downloadable-item__content {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }
  
  .text-and-form__text {
   -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }
  
  .text-and-form__form {
   -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }
  
  .tabbed-content__content table {
    min-width:700px;
  }

}

@media screen and (max-width:500px) {
  .product-hubdb-listing-main-feed__item {
    width:100%;
    flex:0 1 100%;
    margin-right:0;
  }

  .product-hubdb-listing-main__filters {
    margin-right:0; 
  }
  .four-col-images__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 98%;
    flex: 0 1 98%;
    margin-bottom:2%;
  }
@media not all and (max-width: 767px) {
  .injection-moulding-mobile-only {
    display: none !important;
  }
}
}

.product-hubdb-listing-main-feed__item {
    word-break: break-word;
}

.nav__item > a[href=""], .nav__item > a[href="#"] {
    pointer-events: none;
    cursor: default;
}