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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

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

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.hscol {
  flex: 1 0 0%
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%
}

@media (min-width: 576px) {
  .hscol-sm {
    flex:1 0 0%
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}

@media (min-width: 768px) {
  .hscol-md {
    flex:1 0 0%
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}

@media (min-width: 992px) {
  .hscol-lg {
    flex:1 0 0%
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}

@media (min-width: 1200px) {
  .hscol-xl {
    flex:1 0 0%
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}

@media (min-width: 1400px) {
  .hscol-xxl {
    flex:1 0 0%
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}

.hscol-auto {
  flex: 0 0 auto;
  width: auto
}

.hscol-1,.hscol-2 {
  flex: 0 0 auto;
  width: 8.33333333%
}

.hscol-2 {
  width: 16.66666667%
}

.hscol-3,.hscol-4 {
  flex: 0 0 auto;
  width: 25%
}

.hscol-4 {
  width: 33.33333333%
}

.hscol-5,.hscol-6 {
  flex: 0 0 auto;
  width: 41.66666667%
}

.hscol-6 {
  width: 50%
}

.hscol-7,.hscol-8 {
  flex: 0 0 auto;
  width: 58.33333333%
}

.hscol-8 {
  width: 66.66666667%
}

.hscol-10,.hscol-9 {
  flex: 0 0 auto;
  width: 75%
}

.hscol-10 {
  width: 83.33333333%
}

.hscol-11,.hscol-12 {
  flex: 0 0 auto;
  width: 91.66666667%
}

.hscol-12 {
  width: 100%
}

.offset-1 {
  margin-left: 8.33333333%
}

.offset-2 {
  margin-left: 16.66666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333333%
}

.offset-5 {
  margin-left: 41.66666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333333%
}

.offset-8 {
  margin-left: 66.66666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333333%
}

.offset-11 {
  margin-left: 91.66666667%
}


@media (min-width: 576px) {
  .hscol-sm-auto {
    flex:0 0 auto;
    width: auto
  }

  .hscol-sm-1,.hscol-sm-2 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .hscol-sm-2 {
    width: 16.66666667%
  }

  .hscol-sm-3,.hscol-sm-4 {
    flex: 0 0 auto;
    width: 25%
  }

  .hscol-sm-4 {
    width: 33.33333333%
  }

  .hscol-sm-5,.hscol-sm-6 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .hscol-sm-6 {
    width: 50%
  }

  .hscol-sm-7,.hscol-sm-8 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .hscol-sm-8 {
    width: 66.66666667%
  }

  .hscol-sm-10,.hscol-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .hscol-sm-10 {
    width: 83.33333333%
  }

  .hscol-sm-11,.hscol-sm-12 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .hscol-sm-12 {
    width: 100%
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.33333333%
  }

  .offset-sm-2 {
    margin-left: 16.66666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33333333%
  }

  .offset-sm-5 {
    margin-left: 41.66666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33333333%
  }

  .offset-sm-8 {
    margin-left: 66.66666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33333333%
  }

  .offset-sm-11 {
    margin-left: 91.66666667%
  }



}

@media (min-width: 768px) {
  .hscol-md-auto {
    flex:0 0 auto;
    width: auto
  }

  .hscol-md-1,.hscol-md-2 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .hscol-md-2 {
    width: 16.66666667%
  }

  .hscol-md-3,.hscol-md-4 {
    flex: 0 0 auto;
    width: 25%
  }

  .hscol-md-4 {
    width: 33.33333333%
  }

  .hscol-md-5,.hscol-md-6 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .hscol-md-6 {
    width: 50%
  }

  .hscol-md-7,.hscol-md-8 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .hscol-md-8 {
    width: 66.66666667%
  }

  .hscol-md-10,.hscol-md-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .hscol-md-10 {
    width: 83.33333333%
  }

  .hscol-md-11,.hscol-md-12 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .hscol-md-12 {
    width: 100%
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.33333333%
  }

  .offset-md-2 {
    margin-left: 16.66666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33333333%
  }

  .offset-md-5 {
    margin-left: 41.66666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33333333%
  }

  .offset-md-8 {
    margin-left: 66.66666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33333333%
  }

  .offset-md-11 {
    margin-left: 91.66666667%
  }


}

@media (min-width: 992px) {
  .hscol-lg-auto {
    flex:0 0 auto;
    width: auto
  }

  .hscol-lg-1,.hscol-lg-2 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .hscol-lg-2 {
    width: 16.66666667%
  }

  .hscol-lg-3,.hscol-lg-4 {
    flex: 0 0 auto;
    width: 25%
  }

  .hscol-lg-4 {
    width: 33.33333333%
  }

  .hscol-lg-5,.hscol-lg-6 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .hscol-lg-6 {
    width: 50%
  }

  .hscol-lg-7,.hscol-lg-8 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .hscol-lg-8 {
    width: 66.66666667%
  }

  .hscol-lg-10,.hscol-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .hscol-lg-10 {
    width: 83.33333333%
  }

  .hscol-lg-11,.hscol-lg-12 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .hscol-lg-12 {
    width: 100%
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.33333333%
  }

  .offset-lg-2 {
    margin-left: 16.66666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.33333333%
  }

  .offset-lg-5 {
    margin-left: 41.66666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.33333333%
  }

  .offset-lg-8 {
    margin-left: 66.66666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.33333333%
  }

  .offset-lg-11 {
    margin-left: 91.66666667%
  }


}

@media (min-width: 1200px) {
  .hscol-xl-auto {
    flex:0 0 auto;
    width: auto
  }

  .hscol-xl-1,.hscol-xl-2 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .hscol-xl-2 {
    width: 16.66666667%
  }

  .hscol-xl-3,.hscol-xl-4 {
    flex: 0 0 auto;
    width: 25%
  }

  .hscol-xl-4 {
    width: 33.33333333%
  }

  .hscol-xl-5,.hscol-xl-6 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .hscol-xl-6 {
    width: 50%
  }

  .hscol-xl-7,.hscol-xl-8 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .hscol-xl-8 {
    width: 66.66666667%
  }

  .hscol-xl-10,.hscol-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .hscol-xl-10 {
    width: 83.33333333%
  }

  .hscol-xl-11,.hscol-xl-12 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .hscol-xl-12 {
    width: 100%
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.33333333%
  }

  .offset-xl-2 {
    margin-left: 16.66666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.33333333%
  }

  .offset-xl-5 {
    margin-left: 41.66666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.33333333%
  }

  .offset-xl-8 {
    margin-left: 66.66666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.33333333%
  }

  .offset-xl-11 {
    margin-left: 91.66666667%
  }


}

@media (min-width: 1400px) {
  .hscol-xxl-auto {
    flex:0 0 auto;
    width: auto
  }

  .hscol-xxl-1,.hscol-xxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .hscol-xxl-2 {
    width: 16.66666667%
  }

  .hscol-xxl-3,.hscol-xxl-4 {
    flex: 0 0 auto;
    width: 25%
  }

  .hscol-xxl-4 {
    width: 33.33333333%
  }

  .hscol-xxl-5,.hscol-xxl-6 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .hscol-xxl-6 {
    width: 50%
  }

  .hscol-xxl-7,.hscol-xxl-8 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .hscol-xxl-8 {
    width: 66.66666667%
  }

  .hscol-xxl-10,.hscol-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .hscol-xxl-10 {
    width: 83.33333333%
  }

  .hscol-xxl-11,.hscol-xxl-12 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .hscol-xxl-12 {
    width: 100%
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%
  }

}
.page-center,
.content-wrapper,
.dnd-section >.row-fluid {
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
div[class*="force-full-width-section"]>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.banner-area .dnd-section {
  padding: 0;
}
body {
  line-height: 1.5;
   
}

/* Paragraphs */

p {
  margin: 0 0 0.875rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  color: #0d6efd;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.625rem;
  line-height: 1.2;
}

/* Lists */

ol, ul {
  padding-left: 2rem;
}
address, dl, ol, ul {
  margin-bottom: 1rem;
}
dl, ol, ul {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}
img, svg {
  vertical-align: middle;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote, figure {
  margin: 0 0 1rem;
}
figure {
  margin: 0;
  position: relative;
}
figure figcaption {
  padding: 15px;
  color: #333;
  font-size: 12px;
}
blockquote {
  padding: 40px;
  color: #002269;
  background: #f2f6fa;
  width: 100%;
}

/* Horizontal rules */

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

@media (min-width: 360px) {
  figure figcaption {
    font-size: calc(12px + 4*(100vw - 360px)/680);
  }

}

@media screen and (min-width: 576px) {
  figure figcaption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
  }

}

@media (min-width: 1040px) {
  figure figcaption {
    font-size: 16px;
  }

}
button,
.button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  outline: 0;
  border: 1px solid;
  display: inline-block;
  padding: 10px 30px;
  background: #002269;
  color: #fff;
  text-transform: none;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 35px;
  transition: all 250ms ease;
  line-height: 1.5;
  white-space: normal;
  text-decoration: none !important;
}
button:hover,
.button:hover,
button:focus,
.button:focus {
  transform: scale(1.075);
}

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

.hs-button {border: none !important;}
/* Form fields */

.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_password_prompt,
#email-prefs-form, #comment-form, .section.post-footer .hs-form,
.body-container-wrapper .hs-search-field__bar form,
.form-container form {
  padding: 4%;
  background: #CECECE;
  display: block;
  margin-bottom: 40px;
  max-width: 767px;
}

.subscription-template-form #email-prefs-form,
.hs_cos_wrapper_type_blog_subscribe:empty {
  padding: 0 !important;
  background: transparent !important;
  margin-bottom: 40px;
  max-width: 100%;
}

.hs-form-field,
.hs-search-module input[type="text"] {
  margin-bottom: 20px;
}

/* Labels */

form label {
  display: block;
  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 {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 15px 20px;
  color: #333;
  font-size: 1rem;
  border: 0;
  width: 100%;
  max-width: 767px;
  display: block;
}
  
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 {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  outline: 0;
  border: 1px solid;
  display: inline-block;
  padding: 10px 30px;
  background: #002269;
  color: #fff;
  text-transform: none;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 35px;
  transition: all 250ms ease;
  line-height: 1.5;
  white-space: normal;
  text-decoration: none !important;
}
form input[type=submit]:hover,
form .hs-button:hover,
form input[type=submit]:focus,
form .hs-button:focus {
  transform: scale(1.075);
}
/* Captcha */

.grecaptcha-badge {
  margin: 0;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header {
  width: 100%;
  position: relative;
  z-index: 6;
  background: #fff;
}
.header__top {
  position: relative;
  height: 80px;
}
.header__logo, .header__search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header__logo {
  width: 140px;
  left: 0;
}
.header__search {
  right: 0;
}
.button-reset,
.header__navicon,
.header__search-form-icon,
.header__search-icon,
.header__search-form form button {
  outline: 0;
  border: 0;
  padding: 0;
  background: inherit;
}
.header__search-icon,
.header__search-form form button {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) !important;
  background-image: url(https://20317717.fs1.hubspotusercontent-na1.net/hubfs/20317717/raw_assets/public/Wavin_March2022/images/icon-search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 0;
}
.header-type2 .header__top-nav {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%,-50%);
  display: none;
}
.header-type2 .header__top-nav li {
  display: inline-block;
}
.header-type2 .header__top-nav a {
  font-weight: 600;
  color: #00a8e1;
  text-decoration: none;
  padding: 0 15px;
  transition: all 250ms ease;
}
.header-type2 .header__top-nav a:hover {
  color: #002269;
}
.header__search-form {
  position: relative;
}
.header__search-form input.hs-search-field__input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  width: 410px;
  height: 48px;
  border-radius: 25px;
  padding: 0 25px;
  background: rgba(0,168,225,.09);
  border: 1px solid rgba(0,34,105,.09);
  color: rgba(0,34,105,.5);
  display: none;
  outline-offset: -2px;
  -webkit-appearance: textfield;
  padding-right: 40px;
}
.header__search-form input.hs-search-field__input::placeholder {
  color: rgba(0,34,105,.5);
}
.header__navicon {
  z-index: 6;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) !important;
  cursor: pointer;
  transition: all 250ms ease;
}
.header__navicon div {
  display: block;
  height: 3px;
  background: #002269;
  position: relative;
  transition: all 250ms ease;
}
.header__navicon div:first-of-type {
  margin: 0 0 6px;
  width: 20px;
}
.header__navicon div:nth-of-type(2) {
  width: 16px;
}
.header__navicon div:last-of-type {
  margin: 6px 0 0;
  width: 12px;
}
.header__navicon.active div {
  transition: all 250ms ease;
}
.header__navicon.active div:first-of-type {
  width: 30px;
  transform: rotate(45deg);
  top: 4px;
  left: -4px;
}
.header__navicon.active div:nth-of-type(2) {
  display: none;
}
.header__navicon.active div:last-of-type {
  width: 30px;
  transform: rotate(135deg);
  top: -5px;
  left: -4px;
}
.header .hs-search-field--open .hs-search-field__suggestions,
.search-nav .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 10px;
}


.mobile-nav {
  position: absolute;
  top: -100vh;
  width: 100%; 
  z-index: 5;
  transition: all 250ms ease;
  display: block;
}

.mobile-nav__inner {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}
.mobile-nav nav:first-of-type {
  padding: 20px 0;
  background: #f2f6fa;
}

.mobile-nav .prime_menu ul,
.header-type2 .header__top-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav .prime_menu li {
  margin: 10px 0;
  opacity: 0;
  transform: translateX(30px);
  transition: all 250ms ease;
  display: block;
}
.mobile-nav .prime_menu li.is-visible {
  transform: translateX(0);
  opacity: 1;
}
.mobile-nav .prime_menu a {
  padding: 0 0 0 20px;
}
.mobile-nav  nav:first-of-type a {
  color: #002269; 
  font-weight: 700;
}
.mobile-nav nav:last-of-type a {
  color: #fff;
  font-weight: 700;
}
.mobile-nav nav:first-of-type li:after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background-image: url(https://20317717.fs1.hubspotusercontent-na1.net/hubfs/20317717/raw_assets/public/Wavin_March2022/images/arrow-right-breadcrumb--blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 8px;
}
.mobile-nav nav:last-of-type li:not(:first-of-type):after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background-image: url(https://20317717.fs1.hubspotusercontent-na1.net/hubfs/20317717/raw_assets/public/Wavin_March2022/images/arrow-right-breadcrumb--white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 8px;
}
.mobile-nav nav:first-of-type a:after {
  content: "";
  display: block;
  background: #002269;
  height: 2px;
  width: 0;
  max-width: 0;
  transition: all 250ms ease;
}
.mobile-nav nav:last-of-type a:after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
  width: 0;
  max-width: 0;
  transition: all 250ms ease;
}
.mobile-nav nav:first-of-type a:active:after,
.mobile-nav nav:first-of-type a:hover:after,
.mobile-nav nav:last-of-type a:active:after, 
.mobile-nav nav:last-of-type a:hover:after {
  width: 50px;
  max-width: 50px;
  margin: 0 0 0 20px;
}

.search-nav {
  position: fixed;
  top: -100px;
  transition: all 250ms ease;
  z-index: 5;
  width: 100%;
  height: 100px;
  display: none;
}
.search-nav--active {
  top: 80px;
}
.search-nav nav, 
.search-nav__inner {
  width: 100%;
  height: 100%;
}
.search-nav nav,
.search-nav__inner {
  width: 100%;
  height: 100%;
}
.search-nav nav {
  background: #f2f6fa;
}
.search-nav .page-center {
  position: relative;
  height: 100%;
}
.search-nav--active .header__search {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  padding: 0 15px;
}
.search-nav--active .header__search form {
  width: 100%;
}
.search-nav--active .header__search-form input.hs-search-field__input {
  display: block !important;
  width: 100%;
}
.search-nav--active .header__search-form form button {
  display: block !important;
}

/* Bottom header */
.header-type2 .header__bottom {
  width: 100%;
  background: #00a8e1;
  display: none;
}
.header-type2 .header__bottom-nav {
  width: 100%;
  padding: 12px 0;
}
.header-type2 .header__bottom-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
}
.header-type2 .header__bottom-nav li {
  display: inline-block;
  flex: 1 0 auto;
}
.header-type2 .header__bottom-nav li:first-of-type {
  text-align: left;
}
.header-type2 .header__bottom-nav li:not(:first-of-type):not(:last-of-type) {
  text-align: center;
}
.header-type2 .header__bottom-nav li:last-of-type {
  text-align: right;
}
.header-type2 .header__bottom-nav a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 250ms ease;
}
.header-type2 .header__bottom-nav a:hover {
  color: #002269;
}

.desktop_search,
.header__search-form form button .hs_cos_wrapper_type_icon {
  display: none;
}
.header__navicon,
.header__search-icon {
  background-color: transparent !important;
  border: none !important;
}

@media (max-width: 991px){
  .header-type2 .header__search-icon,
  .header-type2 .search-nav {
    display: block;
  }
  .desktop_search .hs-search-field--open .hs-search-field__suggestions {
    display: none;
  }
  .mobile_search input.hs-search-field__input {
    padding-right: 56px;
  }
  .header-type2 .mobile-nav--active {
    top: 80px;
  }

}


@media screen and (max-width: 768px) {
  .header__search-icon,
  .search-nav {
    display: block;
  }
  .mobile-nav--active {
    top: 80px;
  }

}


@media screen and (min-width: 768px) {
  .mobile-nav,
  .header__navicon {
    display: none;
  }
  .desktop_search,
  .header__search-form input.hs-search-field__input {
    display: block;
  }
  .header__search-form form button {
    display: block;
    right: 20px;
  }
  .header-type2 .header__search-form input.hs-search-field__input,
  .header-type2 .header__search-form form button {
    display: none;
  }
  .header-type2 .header__navicon,
  .header-type2 .mobile-nav {
    display: block;
  }

  /*   Mega Menu */
  .mega_menu {
    background-color: #FFF;
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
  }
  .header-type2 .header__bottom-nav li.main_active .mega_menu {
    display: block;
  }  
  .header-type2 .header__bottom-nav ul ul {
    max-width: 265px;
    padding-right: 15px;
  }


  .header-type2 .header__bottom-nav ul ul ul {
    display: none;
  }
  ul.submenu.level-2 {
    display: block;
  }

  .header-type2 .header__bottom-nav ul ul li {
    display: block;
    text-align: left !important;
  }

  .header-type2 .header__bottom-nav ul ul ul {
    position: absolute;
    left: 300PX;
    top: 0; 
    display: none;
  }
  .header-type2 .header__bottom-nav ul ul li.menu_active > ul { 
    display: block; 
  }
  .mega_menu_inr {
    position: relative;
  }
  /*   Mega Menu Style */

  .header-type2 .header__bottom-nav a {
    display: flex;
  }

  .header-type2 .header__bottom-nav a svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 8px;
    display: inline-block;
  }

  .header-type2 .header__bottom-nav ul ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-type2 .header__bottom-nav a {
    display: flex;
  }

  .header-type2 .header__bottom-nav a svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 8px;
    display: inline-block;
  } 

  .header-type2 .header__bottom-nav ul.submenu.level-1 > li.main_active > a > svg {
    margin-bottom: -0.25rem; 
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .header-type2 .header__bottom-nav ul ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-type2 .header__bottom-nav ul ul li a {
    padding: 12px 8px;
    color: rgb(36, 75, 144);
    font-weight: normal;
    justify-content: space-between;
  }

  .header-type2 .header__bottom-nav ul ul li {
    border-bottom: 1px solid rgba(19,67,152,.2);
  }

  .header-type2 .header__bottom-nav ul ul li a svg {
    margin-left: 0;
    transform: rotate(-90deg);
  }
  .mega_menu {
    overflow: hidden;
  }

  .mega_menu_inr:before {
    position: absolute;
    content: "";
    background-color: #eef8ff;
    width: 100%;
    right: calc(100% - 264px);
    height: 100%;
    left: auto;
    display: none;
  }
  .mega_menu_inr.color_active:before {
    display:block;
  }
  .header-type2 .header__bottom-nav ul ul li > a:hover {
    color: rgb(36, 75, 144);
    background: rgb(238, 248, 255);
  } 
  .header-type2 .header__bottom-nav ul ul li.menu_active {
    border-bottom-color: rgb(0, 34, 105);
  }
  .header-type2 .header__bottom-nav ul ul.color_active > li>a:hover {
    background: #FFF;
  } 
  ul.submenu.level-2 {
    position: relative;
  }
  .mega_menu_inr.color_active.color_active1:before {
    right: calc(100% - 564px);
  }
  .mega_menu_inr.color_active.color_active1.color_active2:before {
    right: calc(100% - 864px);
  } 
  .header__bottom-nav ul h3 {
    font-weight: 700;
    padding-bottom: 10px;
    margin: 20px 0 10px;
  }
  .header__bottom-nav ul h3:hover {
    border-bottom: 1px solid rgb(36, 75, 144);
  }

  .header__bottom-nav ul h3 {
    font-size: 20px; 
    border-bottom: 1px solid transparent; 
  }

  .header__bottom-nav ul h3 a {
    color: inherit;
  }


}

@media screen and (min-width: 992px) {
  .header-type2 .header__top-nav {
    display: block;
  }
  .header-type2 .header__search-form input.hs-search-field__input {
    display: block;
    width: 300px;
  }
  .header-type2 .header__search-form form button {
    display: block;
    right: 20px;
  }
  .header-type2 .header__bottom {
    display: block;
  }
  .header-type2 .header__navicon {
    display: none;
  }
  .menu_open.header__bottom:before {
    height: 300vh;
    margin-top: 64px;
    position: absolute;
    width: 100%;
    z-index: 50;
    background-color: rgba(0,0,0,.5);
    content: "";

  }
  .header__bottom-nav ul h3 > a {
    font-weight: inherit !important;
    padding: 0 !important;
    color: inherit !important;
    display: block !important;
  }

  .header-type2 .header__bottom-nav .navigation-primary > ul > li > a {
    padding: 20px 20px 16px;
    display: inline-block;
    border-bottom: 4px solid transparent;
  }

  .header-type2 .header__bottom-nav .navigation-primary > ul > li.main_active > a {
    border-bottom: 4px solid #fff;
  }  
  .header-type2 .header__bottom-nav {
    PADDING: 0 !important;
  }

  .header-type2 .header__bottom-nav .navigation-primary > ul > li > a:hover {
    background: #fff;
  }


}

@media (min-width: 1200px) {
  .header-type2 .header__search-form input.hs-search-field__input {
    width: 410px;
  }

} 
@media (max-width: 1024px) and (min-width:992px){
  .header__lang {  
    width: auto !important;
    top: 30px;
    right: 305px;
  }  

}

@media(max-width:991px){
  .header__lang {  
    width: auto !important;
    right: 70px;
  }
  .header__bottom-nav ul  h3 {
    font-weight: 700;
    padding-bottom: 10px;
    margin: 20px 0 10px;  
  } 

  .mobile-nav .scnd_menu  a { 
    display: flex;
    justify-content: space-between;
  }

  .mobile-nav a svg {
    height: 1.5rem;
    width: 1.5rem;
    transform: rotate(-90deg);
  }

  .mobile-nav__inner .page-center {
    max-width: 100%;
    padding: 16px 0;
  }

  .mobile-nav nav:first-of-type {
    padding: 0;
  }
  nav.prime_menu .page-center {
    padding: 16px;
  }
  .scnd_menu li .child-trigger {
    position: relative;
    top: 0;
    right: 16px;
    height: 57px;
    width: 100%;
    padding-top: 0; 
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    margin-top: -57px;
  }
  .scnd_menu {
    background: #fff;
  }
  .dl-back{
    cursor: pointer;
  }
  .mb_menu h3 {  
    margin: 0 16px;
    padding: 16px 8px;
  }
  .scnd_menu li a{
    padding: 16px 8px;
    border-bottom: 1px solid #e9ecee!important;
    margin: 0 16px;
  }

  .scnd_menu li a {
    color: rgb(36, 75, 144) !important;
    font-weight: bold;
  }

  .scnd_menu li a:after {
    display: none !important;
  }

  .child-trigger svg {
    height: 1.5rem;
    width: 1.5rem;
    transform: rotate(-90deg);
  } 


  .mobile-nav .mb_menu ul ul {
    display: none;
  }
  .mobile-nav .mb_menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li  ul {
    display: block !important;
    position: absolute !important;
    transform: translate(100%,0);
    top: 0 !important;
    width: 100% !important;
    background: #fff !important; 
    z-index: 999;  
    min-height: 500px;
    left: 0;
    opacity: 1;
  }
  .mobile-nav .mb_menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.child-open > ul {
    transform: translate(0); 
  }

  .mobile-nav .scnd_menu li.hs-item-has-children {  
    position: static !important;
  }
  .mobile-nav__inner { 
    background: #fff;
  } 
  .mb_menu {
    position: relative;
  }
  .dl-back svg {
    height: 1.5rem;
    margin-right: 0.75rem;
    width: 1.5rem;
    transform: rotate(90deg);
  }

  .dl-back {
    background: rgb(238, 248, 255);
    padding: 16px;
    font-weight: 700;
    position: relative;
    z-index: 99;

  }

  .mb_menu .hs-menu-wrapper {
    height: 100%;
  }

  .mb_menu > span {
    display: block;
    height: 100%;
  }
  .mb_menu h3 {
    border-bottom: 1px solid #e9ecee!important;
    padding: 16px;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
  }

  .scnd_menu ul ul li a {  
    font-weight: normal !important;
  } 
  .child_trigger svg {
    width: 20px;
    height: 20px;
  } 

  .child_trigger {
    cursor: pointer;
    position: absolute;
    right: 0; 
    top: 0;
  }
  .child_trigger.child_open1 {
    transform: rotate(180deg);
  } 
  .mobile-nav .prime_menu ul ul {
    position: static !important;
    opacity: 1 !important;
    left: 0 !important;
    width: 100%;
  }


  .mobile-nav .prime_menu li.child_open1 ul {
    position: static !important;
  }

}
.footer img, .footer p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer img,.footer p {
    display:inline-block
  }
  .footer .widget-type-rich_text {
    display: inline-block;
  }

}

.footer__top {
  background: #edf9fd;
  padding: 20px 0;
  color: #002269;
  font-size: 18px;
  text-align: center
}

@media (min-width: 360px) {
  .footer__top {
    font-size:calc(18px + 6*(100vw - 360px)/1080)
  }
}

@media (min-width: 1440px) {
  .footer__top {
    font-size:24px
  }
}

@media screen and (min-width: 768px) {
  .footer__top {
    text-align:left
  }
}

.footer__top p {
  margin: 5px 0 0
}

.footer__top img {
  width: 124px !important;
  height: 30px
}

@media screen and (min-width: 768px) {
  .footer__top img {
    margin:-4px 20px 0 0
  }
}

.footer__middle {
  background: #333;
  color: #fff;
  padding: 20px 0;
  font-size: 11px;
  text-align: center
}

@media screen and (min-width: 768px) {
  .footer__middle {
    text-align:left
  }

  .footer__middle p {
    max-width: 200px
  }
}

.contact-form__form fieldset:first-of-type label,.footer__middle [class*=col]:first-of-type p {
  margin: 0 0 20px
}

@media screen and (min-width: 768px) {
  .footer__middle [class*=col]:first-of-type p {
    margin:0
  }
}

.footer__middle [class*=col]:first-of-type img {
  margin-bottom: 10px;
  width: 124px !important;
  height: 53px
}

@media screen and (min-width: 768px) {
  .footer__middle [class*=col]:first-of-type img {
    margin:-80px 20px 0 0
  }
}

.footer__middle [class*=col]:last-of-type img {
  margin-bottom: 10px;
  width: 32px !important;
  height: 32px
}

@media screen and (min-width: 768px) {
  .footer__middle [class*=col]:last-of-type img {
    margin:-18px 10px 0 0
  }
}

.footer__bottom {
  background: #5c5c5c;
  padding: 20px 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center
}

.footer__bottom li {
  display: block
}

@media screen and (min-width: 768px) {
  .footer__bottom li {
    display:inline-block;
    margin: 0 10px;
    position: relative
  }

  .footer__bottom li:not(:first-of-type):before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #fff;
    margin: 0 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px
  }
}

.footer__bottom a {
  color: #fff
}

.footer__bottom a:focus,.footer__bottom a:hover {
  color: rgba(255,255,255,.5)
}
.footer__bottom li:first-child > a,
.footer__bottom li:first-child > a:hover {
  color: #fff;
  pointer-events: none;
}

.footer .widget-type-linked_image {
  display: inline;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 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;
  }
}
form .hs-fieldtype-booleancheckbox,
form .hs-fieldtype-checkbox {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 14px;
}
form .hs-fieldtype-booleancheckbox label,
form .hs-fieldtype-checkbox label {
  color: #002269;
  display: block;
  width: 100%;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form input [type=checkbox],form .hs-fieldtype-booleancheckbox input[type="checkbox"],
form .hs-fieldtype-checkbox input[type="checkbox"] {
  margin: 0;
  vertical-align: initial;
  display: inline-block;
  font: inherit;
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  appearance: none;
 /* -webkit-appearance: none;*/
}

/*21 Oct 2022 - Factor 3 have put this in to get checkboxes to show up*/
.hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input{  
  height: 20px !important;
  width: 20px !important;
  border:1px solid black !important;}


form .hs-fieldtype-booleancheckbox input[type="checkbox"]:hover,
form .hs-fieldtype-checkbox input[type="checkbox"]:hover {
  background-color: #00a8e1;
}
form .hs-fieldtype-booleancheckbox input[type="checkbox"]:checked,
form .hs-fieldtype-checkbox input[type="checkbox"]:checked {
  background-color: #002269;
}
form .hs-fieldtype-booleancheckbox li,
form .hs-fieldtype-checkbox li {
  margin: 0;
}
form .hs-fieldtype-booleancheckbox .input,
form .hs-fieldtype-checkbox .input {
  width: 100%;
}
form .hs-fieldtype-booleancheckbox .inputs-list input,
form .hs-fieldtype-checkbox .inputs-list input,
form .hs-fieldtype-booleancheckbox .inputs-list span,
form .hs-fieldtype-checkbox .inputs-list span {
  vertical-align: inherit;
}
form a,
form a:hover {
  color: #002269;
  text-decoration: underline;
}
form ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}
.hs_cos_wrapper_type_form form .hs-fieldtype-checkbox li:first-child {
  margin-left: 0 !important;
}
.hs_cos_wrapper_type_form form .hs-fieldtype-checkbox label {
  font-size: 22px;
  font-weight: 600;
}
.hs_cos_wrapper_type_form form .hs-fieldtype-checkbox input[type="checkbox"] {
  top: 8px;
}
.hs_cos_wrapper_type_form form .hs-fieldtype-checkbox {
  margin-bottom: 24px;
}
h3.form-title:empty {
    display: none;
}


@media (max-width: 991px) {
  .blog-list .newsletter-form form .hs-fieldtype-booleancheckbox {
    margin-bottom: 15px;
  }
  .hs_cos_wrapper_type_form form .hs-fieldtype-checkbox label {
    margin-bottom: 0;
  }
  .hs_cos_wrapper_type_form form .hs-fieldtype-checkbox {
    margin-bottom: 9px;
  }

}

@media (max-width: 767px) {
  form .hs-fieldtype-booleancheckbox,
  form .hs-fieldtype-checkbox {
    overflow: hidden;
  }

}

@media (min-width: 992px) {
  form .hs-fieldtype-booleancheckbox label,
  form .hs-fieldtype-checkbox label {
    margin: 0 15px 0 0;
    font-size: 14px;
  }

}

@media (min-width: 1200px) {
  .hs_cos_wrapper_type_form form .hs-fieldtype-checkbox li {
    display: inline-block;
    margin-right: 20px;
  }

}

.solution_pg .contact-form .hs-form-field>label .hs-form-required {
    display: none;
}
.solution_pg .contact-form .hs-fieldtype-booleancheckbox li span.hs-form-required {
    display: none;
}
.nogp .dnd-section,
.nogp .dnd-section > .row-fluid,
.nogp .dnd-section .dnd-column {
  padding: 0;
}
.body-container-wrapper {
  overflow: hidden;
}
.header__breadcrumbs {
  position: relative;
  width: 100vw;
  height: 50px;
  background: #f2f6fa;
  display: none;
}
.header__breadcrumbs ul {
  margin: 0;
}
.header__breadcrumbs ul.hs-breadcrumb-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header__breadcrumbs ul.hs-breadcrumb-menu li {
  float: none;
  display: inline-block;
  position: relative;
  margin: 0 24px 0 0;
  padding: 0;
}
.header__breadcrumbs ul.hs-breadcrumb-menu li a {
  text-decoration: none;
  font-weight: 600;
  transition: all 250ms ease;
  color: #00a8e1;
}
.header__breadcrumbs ul.hs-breadcrumb-menu li .hs-breadcrumb-label {
  font-weight: 600;
}
.header__breadcrumbs ul.hs-breadcrumb-menu li a:focus,
.header__breadcrumbs ul.hs-breadcrumb-menu li a:hover {
  color: #002269;
}
.header__breadcrumbs ul.hs-breadcrumb-menu li:not(:first-of-type):before {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -18px;
  top: 8px;
  background-image: url(https://20317717.fs1.hubspotusercontent-na1.net/hubfs/20317717/raw_assets/public/Wavin_March2022/images/arrow-right-breadcrumb--blue.svg);
}
.header__breadcrumbs ul.hs-breadcrumb-menu .hs-breadcrumb-menu-divider {
  display: none;
}
.blog-post {
  margin: 45px 0;
}
.solution_pg .blog-post__social {
  color: #002269;
}
.solution_pg .blog-post__content p:first-of-type {
  font-size: 18px;
  color: #002269;
}
.home_grp .navigation-primary {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home_grp .navigation-primary > ul {
  font-size: 125%;
  margin-bottom: 0;
}
.contact-form .hs_cos_wrapper_type_form,
.newsletter-form .hs_cos_wrapper_type_form {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
}
.contact-form .hs-fieldtype-booleancheckbox input[type="checkbox"]{
  -webkit-appearance: none;
}


@media (min-width: 360px) {
  .solution_pg .blog-post__content p:first-of-type {
    font-size: calc(18px + 6*(100vw - 360px)/680);
  }

}


@media screen and (min-width: 768px) {
  .header__breadcrumbs {
    display: block;
  }
  .solution_pg .header__breadcrumbs {
    display: none;
  }


}


@media screen and (min-width: 992px) {
  .solution_pg .header__breadcrumbs {
    display: block;
  }
  .blog-post {
    margin: 60px 0;
  }

}


@media (min-width: 1040px) {
  .solution_pg .blog-post__content p:first-of-type {
    font-size: 24px;
  }

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

/*item 9 fix*/
div#hs_cos_wrapper_widget_1660723688388 {
    margin-top: 85px;
}

.related-content .wavin-pagination svg {
    transform: scale(1.5);
}

.related-content ul.wavin-pagination {
    gap: 100px;
}

.related-content .slick-arrow {
    width: unset !important;
}


/*RELATED CONTENT*/

/*.related-content-updated {*/
/*    display: block !important;*/
/*    width: 100% !important;*/
/*    grid-template-columns: 1fr;*/
/*}*/

/*.related-content-updated .related-content__col {*/
/*    float: unset !important;*/
/*    width: 100% !important;*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .related-content-updated {*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*    }*/
/*}*/


@media screen and (min-width: 768px) {
    footer .footer__middle p {
        max-width: unset !important;
    }
}

@media screen and (min-width: 1200px) {
    .template-news-index .hstopic-wrapper .blog-list__filter-categories {
        height: 80px !important;
    }

    .template-news-index .hstopic-wrapper .blog-list__filter-cat {
        height: 80px !important;
    }
}


.template-news-index a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
    font-weight: bold;
}

.template-news-index .blog-list__carousel-header > span.intro {
    color: #002269 !important;
}

.blog-post-header .blog-post-tags {
    display: none !important;
}


div#hs_cos_wrapper_orbia_logo span img {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

span.blogReadEta {
    font-weight: bold;
    color: #002269;
}

.blogETA {
    display: flex;
    align-items: center;
    gap: 10px;
}


.blog-post blockquote {
    margin: 25px 0 !important;
    width: 100% !important;
}


blockquote .img-blockquote {
    position: relative;
    padding: 0 45px;
}

blockquote .img-blockquote::before {
    background-image: url(https://www.wavin.com/nn-no/-/media/themes/wavin-corporate/wavin/images/quotes/quote-svg.svg);
    background-size: cover;
    content: " ";
    left: 0;
    position: absolute !important;
    top: 0;
    width: 30px;
    height: 25px;

}

blockquote .img-blockquote::after {
    background-image: url(https://www.wavin.com/nn-no/-/media/themes/wavin-corporate/wavin/images/quotes/quote-svg.svg);
    background-size: cover;
    content: " ";
    right: 0;
    position: absolute !important;
    bottom: 0;
    width: 30px;
    height: 25px;
    transform: scale(-1, -1);

}

blockquote .quote-text {
    width: 100% !important;
}

.blog-post .infoBarBlog {
    display: flex;
    justify-content: space-between;
}

.blog-post .pubDate {
    align-items: center;
    display: flex;
    gap: 10px;
}

.blog-post .pubDate span {
    color: #002269;
    font-weight: 700;
}

.roundcorner-img {
    border-radius: 0 2.5rem 0 2.5rem;
}

div#language-label {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .lede .lede__text {

        max-width: 600px !important;
    }

}


#template-blogPost th, #template-blogPost td {
    border: none !important;
}

@media screen and (max-width: 767px) {
    .solution_pg .blog-post.nogp {
        /*margin-top: 290px;*/
    }
}


@media (max-width: 767px) {
    .solution_pg .row.downloads__carousel-row {
        display: grid !important;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .solution_pg .cwli-wrapper .downloads__carousel-row .downloads__carousel-item {
        width: 33% !important;
    }
}

@media (max-width: 1024px) {
    .teamArea .swiper .swiper-slide .teamCol .teamImage {
        height: 315px !important;
    }

    .teamContainer {

        padding: 0 20px;
    }
}


.solution_pg .cwli-wrapper .downloads__carousel-inner {
    overflow: unset !important;
}

body {
    font-family: 'Nunito';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora' !important;
}

p, span {
    font-family: 'Nunito' !important;
}


/*blog post header*/
@media only screen and (max-width: 650px) {
    /*blog post more space on title*/
    .hs-blog-id-74081445899 .blog-post-header {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 45px;
        flex-direction: column;
    }


}

/*promo h3 rules*/
.hs-content-id-98202046605 h3 {
    font-size: 20px !important;
    padding: 35px 0 0;
}

@media only screen and (max-width: 768px) {
    /*promo h1 rules*/
    .hs-content-id-93598281494 h1 {
        font-size: 35px !important;
    }
}

/*form fix*/
/*https://app.hubspot.com/pages/20317717/editor/104776740976/content*/
@media only screen and (max-width: 500px) {

    div#imgWithForm .row [class*=col]:first-of-type {
        height: unset !important;
    }


    div#imgWithForm .hs-form-booleancheckbox-display input {
        margin-top: 4px;
    }

}

div#imgWithForm .legal-consent-container .hs-form-booleancheckbox-display > span, .legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: unset !important;
}



div#imgWithForm  input[name="email"] {
    /* CSS styles */
    width: 100% !important;
}