*, *:before, *:after {
  box-sizing: border-box;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.body-wrapper .cta_button {
  box-sizing: border-box !important;
}
img {
  max-width: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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


.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
  content: "\2a"
}

.glyphicon-plus:before {
  content: "\2b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-lock:before {
  content: "\e033"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-bookmark:before {
  content: "\e044"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-camera:before {
  content: "\e046"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-fire:before {
  content: "\e104"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-bell:before {
  content: "\e123"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-wrench:before {
  content: "\e136"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-briefcase:before {
  content: "\e139"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-paperclip:before {
  content: "\e142"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-pushpin:before {
  content: "\e146"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.glyphicon-cd:before {
  content: "\e201"
}

.glyphicon-save-file:before {
  content: "\e202"
}

.glyphicon-open-file:before {
  content: "\e203"
}

.glyphicon-level-up:before {
  content: "\e204"
}

.glyphicon-copy:before {
  content: "\e205"
}

.glyphicon-paste:before {
  content: "\e206"
}

.glyphicon-alert:before {
  content: "\e209"
}

.glyphicon-equalizer:before {
  content: "\e210"
}

.glyphicon-king:before {
  content: "\e211"
}

.glyphicon-queen:before {
  content: "\e212"
}

.glyphicon-pawn:before {
  content: "\e213"
}

.glyphicon-bishop:before {
  content: "\e214"
}

.glyphicon-knight:before {
  content: "\e215"
}

.glyphicon-baby-formula:before {
  content: "\e216"
}

.glyphicon-tent:before {
  content: "\26fa"
}

.glyphicon-blackboard:before {
  content: "\e218"
}

.glyphicon-bed:before {
  content: "\e219"
}

.glyphicon-apple:before {
  content: "\f8ff"
}

.glyphicon-erase:before {
  content: "\e221"
}

.glyphicon-hourglass:before {
  content: "\231b"
}

.glyphicon-lamp:before {
  content: "\e223"
}

.glyphicon-duplicate:before {
  content: "\e224"
}

.glyphicon-piggy-bank:before {
  content: "\e225"
}

.glyphicon-scissors:before {
  content: "\e226"
}

.glyphicon-bitcoin:before {
  content: "\e227"
}

.glyphicon-btc:before {
  content: "\e227"
}

.glyphicon-xbt:before {
  content: "\e227"
}

.glyphicon-yen:before {
  content: "\00a5"
}

.glyphicon-jpy:before {
  content: "\00a5"
}

.glyphicon-ruble:before {
  content: "\20bd"
}

.glyphicon-rub:before {
  content: "\20bd"
}

.glyphicon-scale:before {
  content: "\e230"
}

.glyphicon-ice-lolly:before {
  content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"
}

.glyphicon-education:before {
  content: "\e233"
}

.glyphicon-option-horizontal:before {
  content: "\e234"
}

.glyphicon-option-vertical:before {
  content: "\e235"
}

.glyphicon-menu-hamburger:before {
  content: "\e236"
}

.glyphicon-modal-window:before {
  content: "\e237"
}

.glyphicon-oil:before {
  content: "\e238"
}

.glyphicon-grain:before {
  content: "\e239"
}

.glyphicon-sunglasses:before {
  content: "\e240"
}

.glyphicon-text-size:before {
  content: "\e241"
}

.glyphicon-text-color:before {
  content: "\e242"
}

.glyphicon-text-background:before {
  content: "\e243"
}

.glyphicon-object-align-top:before {
  content: "\e244"
}

.glyphicon-object-align-bottom:before {
  content: "\e245"
}

.glyphicon-object-align-horizontal:before {
  content: "\e246"
}

.glyphicon-object-align-left:before {
  content: "\e247"
}

.glyphicon-object-align-vertical:before {
  content: "\e248"
}

.glyphicon-object-align-right:before {
  content: "\e249"
}

.glyphicon-triangle-right:before {
  content: "\e250"
}

.glyphicon-triangle-left:before {
  content: "\e251"
}

.glyphicon-triangle-bottom:before {
  content: "\e252"
}

.glyphicon-triangle-top:before {
  content: "\e253"
}

.glyphicon-console:before {
  content: "\e254"
}

.glyphicon-superscript:before {
  content: "\e255"
}

.glyphicon-subscript:before {
  content: "\e256"
}

.glyphicon-menu-left:before {
  content: "\e257"
}

.glyphicon-menu-right:before {
  content: "\e258"
}

.glyphicon-menu-down:before {
  content: "\e259"
}

.glyphicon-menu-up:before {
  content: "\e260"
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.cm-lg-1,.cm-lg-10,.cm-lg-11,.cm-lg-12,.cm-lg-2,.cm-lg-3,.cm-lg-4,.cm-lg-5,.cm-lg-6,.cm-lg-7,.cm-lg-8,.cm-lg-9,.cm-md-1,.cm-md-10,.cm-md-11,.cm-md-12,.cm-md-2,.cm-md-3,.cm-md-4,.cm-md-5,.cm-md-6,.cm-md-7,.cm-md-8,.cm-md-9,.cm-sm-1,.cm-sm-10,.cm-sm-11,.cm-sm-12,.cm-sm-2,.cm-sm-3,.cm-sm-4,.cm-sm-5,.cm-sm-6,.cm-sm-7,.cm-sm-8,.cm-sm-9,.cm-xs-1,.cm-xs-10,.cm-xs-11,.cm-xs-12,.cm-xs-2,.cm-xs-3,.cm-xs-4,.cm-xs-5,.cm-xs-6,.cm-xs-7,.cm-xs-8,.cm-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.cm-xs-1,.cm-xs-10,.cm-xs-11,.cm-xs-12,.cm-xs-2,.cm-xs-3,.cm-xs-4,.cm-xs-5,.cm-xs-6,.cm-xs-7,.cm-xs-8,.cm-xs-9 {
  float: left
}

.cm-xs-12 {
  width: 100%
}

.cm-xs-11 {
  width: 91.66666667%
}

.cm-xs-10 {
  width: 83.33333333%
}

.cm-xs-9 {
  width: 75%
}

.cm-xs-8 {
  width: 66.66666667%
}

.cm-xs-7 {
  width: 58.33333333%
}

.cm-xs-6 {
  width: 50%
}

.cm-xs-5 {
  width: 41.66666667%
}

.cm-xs-4 {
  width: 33.33333333%
}

.cm-xs-3 {
  width: 25%
}

.cm-xs-2 {
  width: 16.66666667%
}

.cm-xs-1 {
  width: 8.33333333%
}

.cm-xs-pull-12 {
  right: 100%
}

.cm-xs-pull-11 {
  right: 91.66666667%
}

.cm-xs-pull-10 {
  right: 83.33333333%
}

.cm-xs-pull-9 {
  right: 75%
}

.cm-xs-pull-8 {
  right: 66.66666667%
}

.cm-xs-pull-7 {
  right: 58.33333333%
}

.cm-xs-pull-6 {
  right: 50%
}

.cm-xs-pull-5 {
  right: 41.66666667%
}

.cm-xs-pull-4 {
  right: 33.33333333%
}

.cm-xs-pull-3 {
  right: 25%
}

.cm-xs-pull-2 {
  right: 16.66666667%
}

.cm-xs-pull-1 {
  right: 8.33333333%
}

.cm-xs-pull-0 {
  right: auto
}

.cm-xs-push-12 {
  left: 100%
}

.cm-xs-push-11 {
  left: 91.66666667%
}

.cm-xs-push-10 {
  left: 83.33333333%
}

.cm-xs-push-9 {
  left: 75%
}

.cm-xs-push-8 {
  left: 66.66666667%
}

.cm-xs-push-7 {
  left: 58.33333333%
}

.cm-xs-push-6 {
  left: 50%
}

.cm-xs-push-5 {
  left: 41.66666667%
}

.cm-xs-push-4 {
  left: 33.33333333%
}

.cm-xs-push-3 {
  left: 25%
}

.cm-xs-push-2 {
  left: 16.66666667%
}

.cm-xs-push-1 {
  left: 8.33333333%
}

.cm-xs-push-0 {
  left: auto
}

.cm-xs-offset-12 {
  margin-left: 100%
}

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

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

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

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

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

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

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

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

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

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

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

.cm-xs-offset-0 {
  margin-left: 0
}

@media (min-width: 768px) {
  .cm-sm-1,.cm-sm-10,.cm-sm-11,.cm-sm-12,.cm-sm-2,.cm-sm-3,.cm-sm-4,.cm-sm-5,.cm-sm-6,.cm-sm-7,.cm-sm-8,.cm-sm-9 {
    float:left
  }

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

  .cm-sm-11 {
    width: 91.66666667%
  }

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

  .cm-sm-9 {
    width: 75%
  }

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

  .cm-sm-7 {
    width: 58.33333333%
  }

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

  .cm-sm-5 {
    width: 41.66666667%
  }

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

  .cm-sm-3 {
    width: 25%
  }

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

  .cm-sm-1 {
    width: 8.33333333%
  }

  .cm-sm-pull-12 {
    right: 100%
  }

  .cm-sm-pull-11 {
    right: 91.66666667%
  }

  .cm-sm-pull-10 {
    right: 83.33333333%
  }

  .cm-sm-pull-9 {
    right: 75%
  }

  .cm-sm-pull-8 {
    right: 66.66666667%
  }

  .cm-sm-pull-7 {
    right: 58.33333333%
  }

  .cm-sm-pull-6 {
    right: 50%
  }

  .cm-sm-pull-5 {
    right: 41.66666667%
  }

  .cm-sm-pull-4 {
    right: 33.33333333%
  }

  .cm-sm-pull-3 {
    right: 25%
  }

  .cm-sm-pull-2 {
    right: 16.66666667%
  }

  .cm-sm-pull-1 {
    right: 8.33333333%
  }

  .cm-sm-pull-0 {
    right: auto
  }

  .cm-sm-push-12 {
    left: 100%
  }

  .cm-sm-push-11 {
    left: 91.66666667%
  }

  .cm-sm-push-10 {
    left: 83.33333333%
  }

  .cm-sm-push-9 {
    left: 75%
  }

  .cm-sm-push-8 {
    left: 66.66666667%
  }

  .cm-sm-push-7 {
    left: 58.33333333%
  }

  .cm-sm-push-6 {
    left: 50%
  }

  .cm-sm-push-5 {
    left: 41.66666667%
  }

  .cm-sm-push-4 {
    left: 33.33333333%
  }

  .cm-sm-push-3 {
    left: 25%
  }

  .cm-sm-push-2 {
    left: 16.66666667%
  }

  .cm-sm-push-1 {
    left: 8.33333333%
  }

  .cm-sm-push-0 {
    left: auto
  }

  .cm-sm-offset-12 {
    margin-left: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .cm-md-1,.cm-md-10,.cm-md-11,.cm-md-12,.cm-md-2,.cm-md-3,.cm-md-4,.cm-md-5,.cm-md-6,.cm-md-7,.cm-md-8,.cm-md-9 {
    float:left
  }

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

  .cm-md-11 {
    width: 91.66666667%
  }

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

  .cm-md-9 {
    width: 75%
  }

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

  .cm-md-7 {
    width: 58.33333333%
  }

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

  .cm-md-5 {
    width: 41.66666667%
  }

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

  .cm-md-3 {
    width: 25%
  }

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

  .cm-md-1 {
    width: 8.33333333%
  }

  .cm-md-pull-12 {
    right: 100%
  }

  .cm-md-pull-11 {
    right: 91.66666667%
  }

  .cm-md-pull-10 {
    right: 83.33333333%
  }

  .cm-md-pull-9 {
    right: 75%
  }

  .cm-md-pull-8 {
    right: 66.66666667%
  }

  .cm-md-pull-7 {
    right: 58.33333333%
  }

  .cm-md-pull-6 {
    right: 50%
  }

  .cm-md-pull-5 {
    right: 41.66666667%
  }

  .cm-md-pull-4 {
    right: 33.33333333%
  }

  .cm-md-pull-3 {
    right: 25%
  }

  .cm-md-pull-2 {
    right: 16.66666667%
  }

  .cm-md-pull-1 {
    right: 8.33333333%
  }

  .cm-md-pull-0 {
    right: auto
  }

  .cm-md-push-12 {
    left: 100%
  }

  .cm-md-push-11 {
    left: 91.66666667%
  }

  .cm-md-push-10 {
    left: 83.33333333%
  }

  .cm-md-push-9 {
    left: 75%
  }

  .cm-md-push-8 {
    left: 66.66666667%
  }

  .cm-md-push-7 {
    left: 58.33333333%
  }

  .cm-md-push-6 {
    left: 50%
  }

  .cm-md-push-5 {
    left: 41.66666667%
  }

  .cm-md-push-4 {
    left: 33.33333333%
  }

  .cm-md-push-3 {
    left: 25%
  }

  .cm-md-push-2 {
    left: 16.66666667%
  }

  .cm-md-push-1 {
    left: 8.33333333%
  }

  .cm-md-push-0 {
    left: auto
  }

  .cm-md-offset-12 {
    margin-left: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .cm-lg-1,.cm-lg-10,.cm-lg-11,.cm-lg-12,.cm-lg-2,.cm-lg-3,.cm-lg-4,.cm-lg-5,.cm-lg-6,.cm-lg-7,.cm-lg-8,.cm-lg-9 {
    float:left
  }

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

  .cm-lg-11 {
    width: 91.66666667%
  }

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

  .cm-lg-9 {
    width: 75%
  }

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

  .cm-lg-7 {
    width: 58.33333333%
  }

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

  .cm-lg-5 {
    width: 41.66666667%
  }

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

  .cm-lg-3 {
    width: 25%
  }

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

  .cm-lg-1 {
    width: 8.33333333%
  }

  .cm-lg-pull-12 {
    right: 100%
  }

  .cm-lg-pull-11 {
    right: 91.66666667%
  }

  .cm-lg-pull-10 {
    right: 83.33333333%
  }

  .cm-lg-pull-9 {
    right: 75%
  }

  .cm-lg-pull-8 {
    right: 66.66666667%
  }

  .cm-lg-pull-7 {
    right: 58.33333333%
  }

  .cm-lg-pull-6 {
    right: 50%
  }

  .cm-lg-pull-5 {
    right: 41.66666667%
  }

  .cm-lg-pull-4 {
    right: 33.33333333%
  }

  .cm-lg-pull-3 {
    right: 25%
  }

  .cm-lg-pull-2 {
    right: 16.66666667%
  }

  .cm-lg-pull-1 {
    right: 8.33333333%
  }

  .cm-lg-pull-0 {
    right: auto
  }

  .cm-lg-push-12 {
    left: 100%
  }

  .cm-lg-push-11 {
    left: 91.66666667%
  }

  .cm-lg-push-10 {
    left: 83.33333333%
  }

  .cm-lg-push-9 {
    left: 75%
  }

  .cm-lg-push-8 {
    left: 66.66666667%
  }

  .cm-lg-push-7 {
    left: 58.33333333%
  }

  .cm-lg-push-6 {
    left: 50%
  }

  .cm-lg-push-5 {
    left: 41.66666667%
  }

  .cm-lg-push-4 {
    left: 33.33333333%
  }

  .cm-lg-push-3 {
    left: 25%
  }

  .cm-lg-push-2 {
    left: 16.66666667%
  }

  .cm-lg-push-1 {
    left: 8.33333333%
  }

  .cm-lg-push-0 {
    left: auto
  }

  .cm-lg-offset-12 {
    margin-left: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right!important
}

.pull-left {
  float: left!important
}

.hide {
  display: none!important
}

.show {
  display: block!important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none!important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

.visible-lg,.visible-md,.visible-sm,.visible-xs {
  display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
  display: none!important
}

@media (max-width: 767px) {
  .visible-xs {
    display:block!important
  }

  table.visible-xs {
    display: table!important
  }

  tr.visible-xs {
    display: table-row!important
  }

  td.visible-xs,th.visible-xs {
    display: table-cell!important
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display:block!important
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display:inline!important
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display:inline-block!important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .visible-sm {
    display:block!important
  }

  table.visible-sm {
    display: table!important
  }

  tr.visible-sm {
    display: table-row!important
  }

  td.visible-sm,th.visible-sm {
    display: table-cell!important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .visible-sm-block {
    display:block!important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .visible-sm-inline {
    display:inline!important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display:inline-block!important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .visible-md {
    display:block!important
  }

  table.visible-md {
    display: table!important
  }

  tr.visible-md {
    display: table-row!important
  }

  td.visible-md,th.visible-md {
    display: table-cell!important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .visible-md-block {
    display:block!important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .visible-md-inline {
    display:inline!important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display:inline-block!important
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display:block!important
  }

  table.visible-lg {
    display: table!important
  }

  tr.visible-lg {
    display: table-row!important
  }

  td.visible-lg,th.visible-lg {
    display: table-cell!important
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display:block!important
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display:inline!important
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display:inline-block!important
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display:none!important
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .hidden-sm {
    display:none!important
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .hidden-md {
    display:none!important
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display:none!important
  }
}

.visible-print {
  display: none!important
}

@media print {
  .visible-print {
    display: block!important
  }

  table.visible-print {
    display: table!important
  }

  tr.visible-print {
    display: table-row!important
  }

  td.visible-print,th.visible-print {
    display: table-cell!important
  }
}

.visible-print-block {
  display: none!important
}

@media print {
  .visible-print-block {
    display: block!important
  }
}

.visible-print-inline {
  display: none!important
}

@media print {
  .visible-print-inline {
    display: inline!important
  }
}

.visible-print-inline-block {
  display: none!important
}

@media print {
  .visible-print-inline-block {
    display: inline-block!important
  }
}

@media print {
  .hidden-print {
    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;
  }
}
.banner-section>div,
.dnd-section[class*="force-full-width"]>div,  
.Banner-row-0-force-full-width-section > .row-fluid, .banner-section .dnd-section>.row-fluid,
.banner-area .dnd-section {
  padding: 0;
}

.blog_wrap .dnd-section,.blog_wrap .dnd-section .dnd-column {
  padding: 0;
}

.hs-search-field__suggestions{
  margin:0!important; 
}
.hs-search-field--open .hs-search-field__suggestions{
  max-width: 440px;
  width: 100%;
  text-align: left;
  padding: 10px !important;
}

.hs-search-field__suggestions li {
  margin: 0 !important;
}
body { 
  line-height: 1.5;
  background-color: #ffffff;
}

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

/* Paragraphs */

p {
  margin: 6px 0 1em 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}
/* Headings */

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

h1 {
  margin: 12px 0;
}
h2 {
  margin: 12px 0 4px 0;
}
h3 {
  margin: 12px 0 4px 0;
}
.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 10px 20px;
  margin: 0 0;
  border-left: 5px solid #eee;
}

/* Horizontal rules */

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.small, small {
  font-size: 85%;
}

th {  
  padding: 0;
}
.button,
.hs-button, .button--primary { 
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
button {
  cursor: pointer;
}
button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.button:hover,
.hs-button:hover, .button--primary:hover,.button:focus,
.hs-button:focus, .button--primary:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 0;
}

.field {
  margin-bottom: 18px;
}

.form-title {
  padding: 15px;
}

form h3:empty {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px 30px;
  background-color: #fff;
}

/* Labels */

form label {
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input:not(.hs-button), form select, form textarea, .hs-input, .hs-search-field__input, form input[type="password"] {
  margin: 0;
  display: inline-block;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  min-height: 27px;
  height: 40px;
  outline: none;
}
form textarea:not(.hs-button) {
  height: auto;
  padding: 10px 15px;
}
form fieldset {
  max-width: 100% !important;
}
select.is-placeholder {
  color: #bfbfbf;
  padding: 9px 10px;
}
.actions {
  margin-top: 18px;
  padding: 17px 0px;
}

.input {
  display: flex;
  flex-wrap: wrap;
}
.migration form a.hs-button.primary {
  margin: 10px 0;
}
/* 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;
  width: auto;
  margin: 0;
  margin-right: 0.35rem;
  height: auto;
  min-height: auto;
}

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

.hs-error-msgs label,
.hs-error-msg {  
  color: #f2545b;
}

.hs-error-msgs label, .hs-error-msg {
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: inherit;
  font-size: 14px;
}

.inputs-list:first-child {
  padding-top: 6px;
}

form .hs-error-msgs li {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

/* Submit button */
.button,
.hs-button, .button--primary {
  margin: 0;
  cursor: pointer;
  display: inline-block;  
  white-space: normal;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  text-align: center;
  transition: all .15s linear;
  font-weight: 700; 
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}

/* Captcha */
.hs_recaptcha {
  overflow: auto hidden;
}

.grecaptcha-badge {
  margin: 0;
}
/* Table */
table {
  background-color: transparent;  
  margin: 0;
  padding: 0;
  border: 0 solid;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; 
  min-height: .01%;
  overflow-x: auto;
}
th {
  color: #fff;
  background-color: #013468;
}
th small {
  display: block;
  font-weight: normal;
  color: #7ca5d0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table>thead>tr>th {
  border-top: 0;
  border-bottom: 0;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 0;
}


/* Page Style */  
.alert-bar {
  text-align: center;
  padding: 5px 0;
  background-color: #f7f7f7;
}

.alert-bar p {
  margin-bottom: 0;
}

.head_logo {
  font-size: 18px;
  line-height: 20px;
  position: relative;
  z-index: 100;
  height: auto;
  padding: 15px 40px;
  float: left;
}

.head_logo img {
  max-width: 175px;
  display: block;
  height: 36.36px;
  width: 175px;
}

img {
  vertical-align: middle;
}

.search-box {
  position: relative;
  top: 24px;
  display: inline-block;
  float: right;
}

.menu_wrap {
  padding-left: 15px;
  width: auto;
  border-top: 0;
  -webkit-box-shadow: none;
  padding-bottom: 0;
  box-shadow: none;
  float: right;
  padding-right: inherit;
}

.navbar:before,.navbar:after {
  content: '';
  display: table;
}

.navbar:after {
  clear: both;
}

.navbar-toggle {
  margin: 0;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 0;
}
.navbar-toggle img{
  padding-bottom: 5px;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin-right: -0.275em;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 1.4em .7em 1.4em;
  font-size: 15.6px;
  font-weight: 500;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  position: relative;
  padding-right: 1.65em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  position: absolute;
  top: 50%;
  right: .75em;
  content: "\f107";
  font-family: "FontAwesome";
  transform: translateY(-53%);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  background: url(https://20067784.fs1.hubspotusercontent-na1.net/hubfs/20067784/raw_assets/public/Osmose_Nov2021/images/blue-shape.png);
  background-repeat: no-repeat;
  background-position: -25px 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  padding: 13px 2em 11px 3em;
  background-color: transparent !important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  position: absolute;
  top: 100%;
  display: none;
  text-align: left;
  background-color: #090e13;
  z-index: 3;
}

.custom-menu-primary .hs-menu-wrapper>ul ul ul {
  top: 0;
  left: 100%;
  border-left: 1px solid rgba(255,255,255,0.2);
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  display: block;
  padding: .5em 1em;
  text-decoration: none;
  min-width: 160px;
  color: #fff;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children>a {
  position: relative;
  padding-right: 1.65em;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children>a:after {
  position: absolute;
  top: 50%;
  right: .75em;
  font-family: "FontAwesome";
  transform: translateY(-53%);
  content: "\f105";
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
  overflow: hidden;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
  border: none;
}


.search-box i {
  color: #fff;
  cursor: pointer;
}
.search-box{
  cursor: pointer;
}

.search-box div#magnifying {
  display: flex;
}

.search_container {
  position: absolute;
  top: 46px;
  z-index: 100;
  display: none;
  padding: 15px;
  background-color: #0065cb;
}

.search_container .hs-search-field__input {
  border-radius: 0;
  height: auto;
  background: none;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: #FFFFFF;
  border: 1px solid #d2d2d2;
  padding: 1px 2px 1px 2px;
  vertical-align: middle;
  color: rgb(170, 170, 170);
  margin: 2px 0px;
  width: 185px;
  outline: none;
}

.search_container button {
  font: inherit;
  margin: 2px 0px;
  line-height: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 6px 0;
  color: #fff;
  background-color: transparent;
  border: 0;
}

.search_container button:after {
  content: 'Search';
}

.search_container button svg {
  display: none;
}

.search_container .hs-search-field__input:focus {
  background-color: #FFFFFF;
  border: 1px solid #990000;
  padding: 1px 2px 1px 2px;
  vertical-align: middle;
}


.lang_menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin-right: -0.275em;
  position: relative;
}

.lang_menu .hs-menu-wrapper>ul>li>a {
  margin: 0;
  padding: 4px 0;
  font-size: 15.6px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: flex;
}

.lang_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  padding-right: 1.65em;
}

.lang_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  position: absolute;
  top: 50%;
  right: .75em;
  font-family: "FontAwesome";
  content: "\f107";
  transform: translateY(-53%);
}

.lang_menu .hs-menu-wrapper>ul ul {
  position: absolute;
  top: 100%;
  z-index: 11;
  display: none;
  text-align: left;
  background-color: #090e13;
}

.lang_menu .hs-menu-wrapper>ul ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lang_menu .hs-menu-wrapper>ul ul li a {
  display: block;
  padding: .5em 1em;
  min-width: 160px;
  color: #fff;
  white-space: nowrap;
}

.top-left {
    float: left;
    padding-left: 10px;
    padding-top: 13px;
}

.lang_menu .hs-menu-wrapper>ul li:hover>ul {
  display: block;
  right: 0;
}

.lang_menu .hs-menu-wrapper>ul ul li:last-child {
  border: none;
}
.lang_menu img{
  width: 20px;
  height: 20px;
}

.alert-bar a:before {
  content: "\f071";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 1.28571429em;
  text-align: center;
  margin-right: 6px;
}

.header.lp-he .head_logo {
  min-height: 69px;
}

/*----------------- new header ------------------*/

.header-new .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-weight: 400;
}
/* .header-new .search-box {
display: none;
} */
.header-new .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  background: none;
}
.header-new .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  padding-right: 40px;
  padding-left: 20px;
}
.header-new .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)>a {
  position: relative;
  width: 130px;
}
.header-new .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)>a img {
  height: 105px;
  position: absolute;
  top: -36px;
  left: 10px;
  width: 100%;
}
.header-new .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a img {
  position: relative;
  top: -3px;
}
/* header.header.header-new {
background-color: rgba(0,0,0,0.5);
position: absolute;
top: 0;
width: 100%;
z-index: 11;
} */



/* header-new-2023-css */

/* Header Container */
.header .dnd-section {
  padding: 0;
}
.header.scroll {
  background: #000;
  transition: all 1s ease-in-out;
}
/* .header__menu .hs-menu-wrapper>ul>li:nth-last-child(3) {
  height: 52px;
} */

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a img,
li.hs-menu-item.hs-menu-depth-1 a img.align{
  max-width:100px; 
}
li.hs-menu-item.hs-menu-depth-1 a img{
  /*   max-width:110px; 
  height:50px; */
  object-fit:contain;
}
li.hs-menu-item.hs-menu-depth-1 a img.align{
  display:flex; 
}
/* ------------------------Black Header------------------- */
.header.header-black{
  background-color: #000000 !important;
  position: fixed;
}
header.black-bg{
  background-color:#000;
}
.header .button.button--small{
  margin: 0;
}
.header-black .button.button--small{
  margin: 0;
}
.header-black .search-box .button.button--small:hover{
  background-color: #0067ce;
  color: #fff;
}
.header-black .header__container{
  padding: 18px 15px !important;
}
.header-black .header__menu .hs-menu-item a:hover{
  color: #fff;
}
.header-black .search-box .hs-search-field__bar form{
  padding: 0;
  line-height: 60px;
}
.header-black .search-box .hs-search-field__suggestions{
  background-color: #0067ce;
}

.header-black .search-box .hs-search-field__suggestions li a{
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  padding: 0 10px 10px;
}
.header-black .search-box .hs-search-field__suggestions li a .hs-highlight-title{
  color: #fff;
}



/* ------------------------Black Header------------------- */

.header .search-box .hs-search-field__bar form{
  padding: 0;
  line-height: 0;
}
.header .search-box .hs-search-field__suggestions{
  background-color: #0067ce;
}
.header-black .search-box .hs-search-field__suggestions li{

}
.header .search-box .hs-search-field__suggestions li a{
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  padding: 0 10px 10px;
}
.header .search-box .hs-search-field__suggestions li a .hs-highlight-title{
  color: #fff;
}

.header .header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 18px 15px;
  max-width: 1462px;
  position: relative;
}
.header--landing-page .header__container {
  justify-content: center;
}
.header-search-icon img {
  display: block;
}

/* Logo */

.header__logo {
  height: 57px;
  margin-right: 20px;
  max-width: 250px;
}
.header--landing-page .header__logo {
  margin-right: 0;
}
.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */
.header__menu{
  display: flex;
  align-items: center;
}

.header__menu .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__menu .hs-menu-wrapper>ul>li {
  margin: 0 15px;
}
/* .header__menu .hs-menu-wrapper>ul>li:first-child {
margin-left: 0;
}
.header__menu .hs-menu-wrapper>ul>li:last-child {
margin-right: 0;
} */
.header__menu .hs-menu-wrapper ul li a:hover, .header__menu .hs-menu-wrapper ul li a:focus {
  opacity: 0.5;
}
.header__menu .hs-item-has-children {
  position: relative;
}
.header__menu .hs-menu-children-wrapper {
  padding: 10px 10px;
  list-style: none;
  margin: 0;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
  box-shadow: 0 10px 10px 0 rgba(86, 80, 80, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.header__menu .hs-menu-depth-2 .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
}
.header__menu .hs-item-has-children:hover>.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  transition: color .2s ease-in;
}
.header__menu .hs-menu-children-wrapper li {
  padding: 5px 10px;
}
.header__menu .hs-menu-children-wrapper li a {
  text-transform: none;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.header__menu .hs-menu-item a {
  letter-spacing: 0.6px;
}
.header__menu .hs-menu-item a{
  display:contents; 
}
.header__menu .hs-menu-item a {
  color: #fff;
  font-family: GothamMedium,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}


.header .header-button{
  margin-left: 10px;
}

.header .header-search-icon{
  cursor: pointer;
}
.header .header__menu .hs-menu-wrapper ul li a span.button{
  margin: 0;
  font-size: 13px;
  padding: 17px 36px;
  fill: #fff;
  background-color: #0067ce;
  border: 1px solid #0067ce;
  border-radius: 40px;
  color: #fff;
  font-family: Cabin,sans-serif;
  font-style: normal;
  line-height: 1.5;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.header .header__menu .hs-menu-wrapper ul li a span.button:active,
.header .header__menu .hs-menu-wrapper ul li a span.button:focus, 
.header .header__menu .hs-menu-wrapper ul li a span.button:hover, 
.header .header__menu .hs-menu-wrapper ul li a button:active, 
.header .header__menu .hs-menu-wrapper ul li a button:focus, 
.header .header__menu .hs-menu-wrapper ul li a button:hover {
  background-color: rgba(0,103,206,0);
  border: 1px solid #0067ce;
  color: #fff;
  font-family: Cabin,sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}


/* .header .header__menu .hs-menu-wrapper ul li:last-child a{
fill: #fff;
background-color: #0067ce;
border: 1px solid #0067ce;
border-radius: 40px;
color: #fff;
font-family: Cabin,sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
letter-spacing: 2px;
padding: 17px 36px;
text-decoration: none;
text-transform: uppercase;
}


*/

/* .header .header__menu .hs-menu-wrapper ul li:last-child a:hover{
background-color: rgba(0,103,206,0);
border: 1px solid #0067ce;
color: #0067ce;
font-family: Cabin,sans-serif;
font-style: normal;
font-weight: 700;
text-decoration: none;
} */

/* ---------------sub menu------------------- */

.header__menu ul li ul.hs-menu-children-wrapper{
  background-color: #000;
}
.header .header__menu .hs-menu-wrapper ul li ul.hs-menu-children-wrapper li:last-child a{
  background-color: transparent;
  border: none;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: .6px;
}
.header__menu .hs-menu-children-wrapper .hs-menu-item a{
  color: #fff !important;
}
.header__menu .hs-menu-children-wrapper .hs-menu-item a:active, .header__menu .hs-menu-children-wrapper .hs-menu-item a:focus, .header__menu .hs-menu-children-wrapper .hs-menu-item a:hover{
  background-color: transparent !important;
}
.header__menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: -15px;
  top: 50%;
  font-size: 15px;
  color: #fff;
  transform: translateY(-50%);
}

.header__menu ul li ul.hs-menu-children-wrapper li.hs-item-has-children::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: .75em;
  top: 50%;
  color: #fff;
  transform: translateY(-53%);
}
.header__menu ul li ul.hs-menu-children-wrapper{
  width: 250px;
  top: 58px;
}
.header__menu ul li ul.hs-menu-children-wrapper li.hs-menu-depth-2  {
  padding: 10px 10px;
  border-bottom: 1px solid hsla(0,0%,100%,.05);
}
.header__menu ul li ul.hs-menu-children-wrapper li.hs-menu-depth-2:last-child{
  border-bottom: none;
}
.header__menu ul li ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li{
  border-bottom: 1px solid hsla(0,0%,100%,.05);
}
.header__menu ul li ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child{
  border-bottom: none;
}

.header .search-box{
  position: absolute;
  top: 90px;
  width: 240px;
  height: 60px;
  line-height: 60px;
  display: none;
  transition: all .15s linear;
}

.header .search-box input[type="search"]{
  width: 100%;
  height: 50px;
  font-family: Cabin,sans-serif;
  border: 1px solid #0065cb;
  font-size: 17px;
  outline: none;
  padding: 15px 18px;
  background: #fff;
  transition: all .15s linear;
}

.header-black input[type="search"]::placeholder{
  color: #003568;
  opacity: 0.9;
  font-size: 17px;
}

.header__menu .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(7)>a:after{
  display:none;
}
body.mac-os .header__menu .hs-menu-item a {
    font-family: Cabin,sans-serif;
}
header.header.header-new-v2 {
    background-color: #000!important;
}
@media (max-width: 1440px) {
  .header__logo {
    margin-right: 15px;
    max-width: 180px;
  }
}
@media (max-width: 1350px){  
  .header__menu .hs-menu-wrapper>ul>li {
    margin: 0 12px;
}
  .hs-menu-item.hs-menu-depth-1>a>img {
    height: auto;
    width: 150px!important;
  }
  .header__logo {
    max-width: 180px;
}
  .header .header__menu .hs-menu-wrapper ul li a span.button {
    padding: 11px 22px;
  }
  .lang_menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children  img {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 1260px){  
  .hs-menu-item.hs-menu-depth-1>a>img{
    width:80px !important; 
    height:auto;
  }
  .header__logo {
    max-width: 180px;
  }
  .hs-menu-item.hs-menu-depth-1:last-child{
    margin:0; 
  }
}


@media (max-width: 1199px){   

  .header__logo img{
    width:160px;
  }
  .hs-menu-item.hs-menu-depth-1>a>img{
    width:110px !important; 
    height:auto;
  }
  li.hs-menu-item.hs-menu-depth-1 a img{
    height:auto; 
  }

  .header .header__menu .hs-menu-wrapper ul li:last-child a {
    font-size: 12px;
    padding: 8px 0;
  }

  .header .header__menu .hs-menu-wrapper ul li:last-child a{
    color: #fff !important;
  }
  .header .header__container {
    padding: 20px;
    /*     flex-wrap: wrap; */
  }
  .header__logo {
    max-width: 200px;
  }
  .header__menu {
    width: 100%;
    position: relative;
    justify-content: end;   
    margin-right: 67px;
  }
  .header__menu .hs-menu-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    top: 27px;
    left: 0;
    background-color: #000;
    padding: 10px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .header__menu .hs-menu-wrapper>ul {
    display: block;
  }
  .header__menu .hs-menu-wrapper>ul>li {
    margin: 10px 10px;
    border-bottom: 1px solid hsla(0,0%,100%,.05);
    width:100%;
  }
  /*   .header__menu .hs-menu-wrapper>ul>li:first-child {
  margin-left: 10px;
} */
  .header__menu .hs-menu-wrapper>ul>li:last-child {
    margin-right: 10px;
    border-bottom: none;
  }
  .header__menu .hs-menu-wrapper>ul>li{
    margin:15px 0; 
  }
  .header__menu .hs-menu-children-wrapper {
    box-shadow: none;
    opacity: 1;
    position: relative;
    visibility: visible;
    width: 100%;
  }
  .header__menu .hs-menu-depth-2 .hs-menu-children-wrapper {
    left: 0;
    top: 100%;
  }
  a.mobile-trigger-new {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block!important;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 0;
    position: absolute;
    right: -61px;
    text-align: left;
    text-transform: uppercase;
    top: -7px;
    -webkit-transition: background-color .2s linear;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    transition: color .2s ease-in;
    width: 34px;
    z-index: 99999999999;
  }
  a.mobile-trigger-new span{
    display: inline;
  }
  a.mobile-trigger-new span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
    display: none;
  }
  a.mobile-trigger-new span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: #000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; 
    display: none
  }
  /* Change button when menu is open */
  .mobile-open a.mobile-trigger-new{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }
  .mobile-open a.mobile-trigger-new span:after{
    opacity: 1; 
  }
  /* Toggle Button Icon & Animations
  ========================================================================== */
  a.mobile-trigger-new i {
    display: inline;
    position: relative;
    top: 0;
    margin-left: 0;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
    background-color: #fff;
    display: inline-block;
    height: 3px;
    width: 34px;
  }
  a.mobile-trigger-new  i:before {
    margin-top: -8px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
    margin-top: 8px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /* Child Toggle Button
  ========================================================================== */
  a.child-trigger-new {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0 !important;
    min-width: 20px !important;
    height: 36px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: -2px;
  }
  .header__menu .hs-menu-children-wrapper a.child-trigger-new {
    border-color: transparent
  }
  a.child-trigger-new:hover {
    text-decoration: none;
  }
  /* Child Toggle Button Icon & Animations
  ========================================================================== */
  a.child-trigger-new span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new span:after {
    position: absolute;

  }
  a.child-trigger-new span, a.child-trigger-new span:after {
    background-color: #fff;
    display: block;
    /*     height: 2px;
    width: 16px; */
    content: '\f105';
    font-family: FontAwesome;
  }
  .header__menu .hs-menu-children-wrapper a.child-trigger-new span, .header__menu .hs-menu-children-wrapper a.child-trigger-new span:after {
    background-color: transparent; 
  }
  a.child-trigger-new span:after {
    content: "\f105";
    font-family: FontAwesome;
    background: transparent;
    color: #fff;
    font-size: 20px;
    bottom: -10px;
    /*     -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s; */
  }
  a.child-trigger-new.child-open span:after {
    /*     -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s; */
    content: "\f107";
  }
  /*   a.child-trigger-new.child-open span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
} */

  /*   submenu */

  .header__menu ul li ul.hs-menu-children-wrapper{
    top: 0;
  }

  .header__menu ul li ul.hs-menu-children-wrapper li.hs-item-has-children::after{
    display: none;
  }
  .header__menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    display: none;
  }
  .header__menu ul li ul.hs-menu-children-wrapper li.hs-item-has-children ul{
    background-color: #666;
    margin:10px 0;
  }
  .header__menu ul li, .header__menu ul li ul.hs-menu-children-wrapper li.hs-menu-depth-2, 
  .header__menu ul li ul.hs-menu-children-wrapper li.hs-item-has-children ul li{
    border-color: hsla(0,0%,100%,.2);
  }

  .header .search-box {
    top: 33px;
    right:100%;
    z-index: 1;
  }
  .header-search-icon{
    position:relative; 
  }
  .header-search-icon{
    top: -10px;
    position: absolute;
    right: 85px;
  }
  .header__menu{
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
  }
  .mobile-trigger-new.cta_border_button{
    position: absolute;
    top: -17px;
    right: 21px;
  }
  .header__menu ul li ul.hs-menu-children-wrapper{
    width:100%; 
  }
  .header .header__menu .hs-menu-wrapper ul li a span.button{
    border-radius:0; 
  }
  .header__language-switcher {
    position: absolute;
    right: 140px;
    top: -15px;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children a.child-trigger-new {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .header__menu .hs-menu-item a {
    font-size: 11px !important;
  }
  .header .header-button{
    margin: 0;
  }

}


@media (min-width: 1199px){  /*  used to be 961 - need to change back? */
  a.mobile-trigger-new, a.child-trigger-new {
    display: none !important; /* Hide button on Desktop */
  }
  .header__menu .hs-menu-wrapper, .header__menu .hs-menu-children-wrapper{
    /*     display: flex !important; */
    /*     flex-wrap: wrap; */
    overflow: visible !important;
  }

}
@media only screen and (max-width:480px){
  .header .search-box {
    right: -50px;
  }
  .header__logo {
    max-width: 130px;
  }
  .header-search-icon{
    right:67px;
  }
  .mobile-trigger-new.cta_border_button{
    top:-18px; 
  }
  a.mobile-trigger-new i, a.mobile-trigger-new i:after, a.mobile-trigger-new i:before{
    width:28px; 
  }
}






@media (min-width: 1200px) {
  .header.normal .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch,
  .header-new .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2):hover>a {
    background-color: transparent;
  }

  .menu_wrap {
    display: block!important;
    height: auto!important;
    overflow: visible!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    margin-right: -0.275em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>a {
    position: relative;
    top: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {  
    display: block;
  }
  .header-new .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  } 

}

@media (min-width: 1200px) and (max-width: 1400px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .lang_menu .hs-menu-wrapper>ul>li>a {
    padding:0;
    font-size: 14.5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding: 13px 1em 11px 2em;
  } 
  .lang_menu .hs-menu-wrapper>ul>li>a {
    margin: 0;
  }
  /*   .header-new .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)>a img {
  top: -34px;
} */
  .header-new .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding-right: 10px;
  }
  .header-new .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .lang_menu .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .lang_menu .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding: 13px 1em 11px 2em;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .head_logo img {
    max-width: 150px;
    width: 150px;
    height: 31.16px;
  }
}

@media (max-width: 1199px) {
  .header-new .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)>a {
    height: 60px;
  }
  .header-new .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)>a img {
    top: -24px;
  }
  .header-new .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a img {
    top: 0;
  }
  .menu_wrap {
    display: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
  }
  .search_container {
    right: 0;
  }
  .navbar-toggle {
    display: block;
  }

  .lang_menu .hs-menu-wrapper>ul>li>a {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.25);
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    background: #006cd0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    position: static;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding-left: 2em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children>a:after {
    content: "\f107";
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    background-color: #666;
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    padding-left: 3em;
  }

  .lang_menu .hs-menu-wrapper>ul ul li {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .lang_menu .hs-menu-wrapper>ul ul li a {
    padding-left: 1em;
    font-size: 12px;
  }

  .lang_menu .hs-menu-wrapper>ul li:hover>ul {
    left: 0;
    right: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover {
    background-color: #0067ce;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
    background-color: #000;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.active>a {
    background-color: rgba(0,0,0,0.3);
  }

  .header_careers .custom-menu-primary .hs-menu-wrapper>ul>li:last-child:hover {
    background-color: transparent;
  }

  .child-trigger {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 66.66px;
    cursor: pointer;
  }
  .header-new .search-box {
    position: absolute;
    top: 21px;
    right: 100px;
  }

}

@-moz-document url-prefix() { 
  @media (min-width: 768px) {
    .search_container .hs-search-field__input {
      width: 203.333px;
    }
  }
}

@media (max-width: 767px) {
  .head_logo {
    padding: 15px;
  }

  .header .top-left {
    width: 80px;
    text-align: center;
  }

  .search-box {
    top: 20px;
  }

  .search_container {
    right: 0;
    position: fixed;
    left: 0;
    width: 97vw;
    top: 107px;
  }
  .lang_menu .hs-menu-wrapper>ul>li {
    left: -2px;
  }
  .search_container .hs-search-field__input {
    width: 100% !important;
    padding: 7px;
  }
  .header .search_container .hs-search-field__input:focus{
    padding:7px;
  }

  .header.lp-he .head_logo {
    padding-bottom: 15px;
  }
  .header.lp-he .head_logo {
    min-height: 66px;
  }
}

@media (max-width: 420px) and (min-width: 401px) {
  .navbar-toggle {
    padding-left: 3px;
  }

  .head_logo {
    padding-right: 0px;
  }
}
@media (max-width: 479px) {
  .header.lp-he .head_logo {
    min-height: 61px;
  }
}

@media (max-width: 400px) {
  .head_logo img {
    max-width: 120px;
    width: 120px;
    height: 25px;
  }
  .header__language-switcher {
    right: 105px;
}
}

@media (max-width: 363px) {
  .navbar-toggle {
    padding-left: 3px;
  }

  .head_logo {
    padding-right: 0px;
  }

  .header .top-left {
    width: 65px;
  }
}
.footer {
  text-align: center;
  padding: 0 0 15px;
  font-size: 12px;
}

.row:after, .row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.p_menu .hs-menu-wrapper>ul {
  margin: 6px 0 1em 0;
  display: flex;
  justify-content: center;
}

.p_menu .hs-menu-wrapper>ul li a {
  text-decoration: underline;
}

.p_menu .hs-menu-wrapper>ul>li+li {
  padding-left: 35.11px;
}

.ftr_top {
  padding: 70px 0 40px;
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.ftr_top p {
  margin: 6px 0 25px 0;
}

.btn-col a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  border-radius: 45px;
  padding: 15px 50px;
  font-weight: bold;
  letter-spacing: 2px;
  word-wrap: break-word;
  background-color: #0067ce;
  border: 2px solid #0067ce;
  color: #fff;
  margin: 0;
  font-family: inherit;
  text-decoration: none;
}

.ftr_top .social_share p {
  margin-top: 0;
}

.ftr_top .social_share a {
  text-decoration: none;
}

.btn-col:nth-child(2) a {
  white-space: nowrap;
}

.social_share a:hover {
  text-decoration: none;
}

.footer__container {
  max-width: 1316px;
}

.footer__container {
  margin: 0 auto;
  padding: 70px 15px;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
footer .related-post__title a, footer a:not(.button), footer blockquote, footer div, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer span {
  color: #fff;
}
.footer_col {
  padding: 0 15px;
  width: 30%;
  text-align: left;
}
.footer .hs-menu-item {
  height: 20.8px;
  display: flex;
  align-items: center;
}
.footer .hs-menu-item a {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.footer_col h6{
  margin:0 0 10px; 
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.footer__row--two {
  background-color: #000;
}
.footer__row--two .footer__container {
  padding: 17px 20px;
}
.footer__row--two p{
  font-size: 13px;
  margin-top: 0;
}
.footer--landing-page p, .footer__row--two p {
  margin-bottom: 0;
}
footer.footer {
  padding: 0;
}
.footer--site-page .footer__form form .hs-button:focus, .footer--site-page .footer__form form .hs-button:hover, 
.footer--site-page .footer__form form input[type=submit]:focus, .footer--site-page .footer__form form input[type=submit]:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
}

.footer--site-page .footer__form form .hs-button, form input[type="submit"]{
  background-color: #0067ce !important;
  border-radius: 0px;
  letter-spacing: 1px;
  line-height: 1.2;
  border: 2px solid #0067ce !important;
  padding: 17px 36px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Cabin,sans-serif;
}
.footer__navigation.footer_col {
  padding: 0 15px;
  width: 18%;
}
.footer_col.footer__form {
  width: 34%;
}
.footer .footer-horizontal-menu a {
  font-weight: 500;
  font-size: 12px;
}
.footer .footer-horizontal-menu {
  align-items: center;
  height: 25.5px;
  display: flex;
  gap: 7px;
  margin-top: 23px;
}
.footer .footer-horizontal-social-icons {
  align-items: center;
  height: 25px;
  display: flex;
  gap: 24px;
}
.footer-address, .footer-logo, .footer_col h6 {
  margin: 0 0 10px;
}
.footer .footer-horizontal-social-icons i {
  font-size: 16px;
}
.footer-horizontal-menu span {
  font-size: 17px;
}
.footer--site-page .footer__form form, .footer--site-page .widget-type-form form {
  margin-bottom: 0;
  padding: 0;
}
.footer--site-page .footer__form form {
  align-items: start;
  display: flex;
  gap: 13px;
  justify-content: space-between;
}
.footer .hs-input, .footer .hs-search-field__input, .footer form input:not(.hs-button), .footer form input[type=password], .footer form select, 
.footer form textarea {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  color: #003568;
  font-family: Cabin,sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  padding: 15px 18px;
  text-decoration: none;
  height: 51px;
}
.footer .hs-menu-item a, .footer .hs-menu-item a:active, .footer .hs-menu-item a:focus, .footer .hs-menu-item a:hover {
  color: #fff;
  font-family: GothamMedium,sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.footer.footer--site-page .footer__form form label {
  display: none;
}
.footer.footer--site-page form .hs-form-field {
  margin: 0;
  width: 100%;
}
.footer .actions {
  margin-top: 0;
  padding: 0;
}
.footer .footer-horizontal-social-icons h6{
  margin: 0;
}
@media (max-width:1200px) and (min-width:768px){
  .btn-col:nth-child(2) a {
    white-space: normal;
  }
}


@media (max-width:991px) and (min-width:768px){
  .btn-col a {
    padding: 15px 30px;
  }
}



@media (max-width: 980px) {
  .footer__row {
    flex-wrap: wrap;
  }
  .footer--site-page .footer__form {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0.75rem 0 0;
    width: 75%;
  }
  .footer_col {
    width: 33.33%;
  }
  .footer__navigation.footer_col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer--site-page .footer__form .form-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer__container {
    padding: 3.6rem 20px 2rem;
  }
  .footer__row {
    margin: 0;
  }
  .footer_col {
    text-align: center;
    width: 100%;
    margin: 0 0 30px;
  }
  .footer-address, .footer-logo {
    margin: 0 auto 20px;
  }
  .footer .hs-menu-wrapper ul {
    margin-bottom: 0;
  }
  .footer--site-page .footer__form {
    width: 100%;
    max-width: 500px;
  }
  .footer__navigation h4 {
    margin: 0;
  }
  .footer__navigation.footer_col{
    width: 50%;
    margin: 0 0 10px;
  }
  .footer--site-page .footer__form form{
    flex-wrap: wrap;
  }
  .footer .hs-menu-item {
    justify-content: center;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*st tbl */
.hs_full_width_main ul,
.hs_two-column_main_grp ul,
.hs_full_width_main ol,
.hs_two-column_main_grp ol{
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
}
.hs_full_width_main ol,
.hs_two-column_main_grp ol{
  overflow: unset;
}
.hs_full_width_main ul li, 
.hs_full_width_main ol li,
.hs_two-column_main_grp ol li,
.hs_two-column_main_grp ul li{
  margin: 6px 0 6px 36px;
  padding: 0;
}
.hs_full_width_main ul ul, 
.hs_full_width_main ol ol,
.hs_two-column_main_grp ul ul, 
.hs_two-column_main_grp ol ol{
  margin-bottom: 0;
}


.hs_full_width_main .table-responsive {
  min-height: .01%;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  border: 0 solid;
  border-collapse: collapse;
  background: transparent;
}
.hs_full_width_main .table-responsive td {
  padding: 0 !important;
  text-align: left;
  vertical-align: top;
}
.resources-grp .box-box:before{
  background-image: url(https://20067784.fs1.hubspotusercontent-na1.net/hubfs/20067784/raw_assets/public/Osmose_Nov2021/images/plus.png);
}
.btn-default .btn-pdf:before,
.btn-red.btn-pdf:before{
  background-image: url(https://20067784.fs1.hubspotusercontent-na1.net/hubfs/20067784/raw_assets/public/Osmose_Nov2021/images/acrobat-icon.png);
}

.btn-red {
  text-transform: uppercase;
  border-radius: 45px;
  padding: 15px 50px;
  margin: 8px 4px 10px;
  font-weight: bold;
  letter-spacing: 2px;
  word-wrap: break-word;
  white-space: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.42857143;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  position: relative;
  background-color: #ea4c3a;
  border: 2px solid #ea4c3a;
  color: #fff;
  position: relative;
  text-align: left;
  padding-left: 70px;
  margin-top: 5px;
  text-decoration:none;
}
.btn-red:focus {
  color: #333;
  text-decoration: none;
}
.btn-red.btn-pdf:before{
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  left: 18px;
  top: 11px;
  position: absolute;
  vertical-align: middle;
  background-image: url(https://20067784.fs1.hubspotusercontent-na1.net/hubfs/20067784/raw_assets/public/Osmose_Nov2021/images/acrobat-icon.png);
}

.btn-red:hover {
  background-color: #d84635;
  border: 2px solid #d84635;
  color: #fff;
  text-decoration:none;
}


.hs_two-column_main_grp .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hs_two-column_main_grp .span9.dnd-column {
  width: 75%;
  margin-left: 0;
}

.hs_two-column_main_grp .span3.dnd-column {
  width: 25%;
}

.hs_two-column_main_grp .tg {
  border-collapse: collapse;
  border-spacing: 0;
}
.hs_two-column_main_grp .table-responsive {
  min-height: .01%;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  border: 0 solid;
  background: transparent;
}
.hs_two-column_main_grp .tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.hs_two-column_main_grp .tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}
.hs_two-column_main_grp .tg .tg-nuib {
  background-color: #ffffff;
  border-color: #c7c8ca;
  color: #003568;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  padding: 10px 5px !important;
  line-height: 1.5;
}
.hs_two-column_main_grp .tg .tg-vzw5 {
  background-color: #c7c8ca;
  border-color: #c7c8ca;
  color: #003568;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 5px !important;
}
.hs_two-column_main_grp .tg .tg-45zw {
  background-color: #ffffff;
  border-color: #c7c8ca;
  color: #003568;
  text-align: center;
  vertical-align: top;
  padding: 10px 5px !important;
  line-height: 1.5;
}
.hs_two-column_main_grp .tg .tg-h7q4 {
  background-color: #c0c0c0;
  border-color: #c7c8ca;
  color: #003568;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  padding: 10px 5px !important;
  line-height: 1.5;
}
.hs_two-column_main_grp .tg .tg-0w6e {
  line-height: 1.5;
  background-color: #fff;
  border-color: #c7c8ca;
  font-size: 20px;
  vertical-align: top;
  padding: 10px 5px !important;
  text-align: right !important;
}
.hs_two-column_main .span6.dnd-column {
  width: 50%;
  margin-left: 0;
}
.hs_two-column_main_grp .inspection-table th {
  padding: 10px !important;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  color: #fff;
  background-color: #013468;
}
.hs_two-column_main_grp .inspection-table td {
  padding: 10px !important;
  font-size: 14px;
  border: 1px solid rgba(128,128,128,0.11);
  vertical-align: top;
}
.hs_two-column_main_grp .table-responsive td {
  padding: 0 !important;
}
.hs_two-column_main_grp thead th, 
.hs_two-column_main_grp thead td {
  padding: 0 !important;
  text-align: left !important;
  border-color: #ebebeb;
}
.hs_two-column_main_grp .table-responsive td {
  padding: 0 !important;
  border-color: #ebebeb;
}
.hs_two-column_main_grp table.padded-table td {
  padding: 5px !important;
  color: inherit;
  vertical-align: top;
}
.hs_two-column_main_grp table.padded-table th {
  text-align: center !important;
}

/* Pole Restoration Services */
.body-restoration1--sec .dnd-section>.row-fluid, .container {
  padding-left: 0;
  padding-right: 0;
}
.body-restoration1--sec .span3.dnd-column {
  width: 25%;
  padding: 0 15px;
}
.body-restoration1--sec .span9.dnd-column {
  width: 75%;
  margin-left: 0;
  padding:0;
}
.body-restoration1--sec .span9.dnd-column .span6.dnd-column {
  width: 50%;
  margin-left: 0;
  padding: 0 15px;
}
.body-restoration1--sec ol, 
.body-restoration1--sec ul {
  margin-top: 0;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0;
}
.body-restoration1--sec ul li, 
.body-restoration1--sec ol li {
  margin: 6px 0 6px 36px;
}



.body-restoration2--sec .page-header.section-header {
  padding-bottom: 43px;
  display: block;
}
.body-restoration2--sec .page-header.section-header h2 {
  font-weight: bold;
}
.body-restoration2--sec .span6.dnd-column {
  width: 50%;
  margin-left: 0;
}
.body-restoration2--sec .page-header.section-header h2 {
  margin: 12px 0 4px 0;
  font-size: 36px;
}
.body-restoration2--sec .page-header.section-header p {
  margin:6px 0 17px 0;
  font-size: 24px;
}
.body-restoration2--sec .hs_cos_wrapper_type_rich_text p {
  text-align: center;
  padding-left: 200px;
  margin:6px 0 17px 0;
  font-size: 22px;
}
.body-restoration2--sec .widget-type-linked_image {
  padding-left: 80px;
  display: block;
  padding-top: 6px;
}



.body-restoration3--sec .hs_cos_wrapper_type_rich_text {
  display:block;
  margin:0 auto;
}
.body-restoration3--sec h2 {
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin: 12px 0 4px 0;
  font-size: 36px;
}
.body-restoration3--sec p {
  margin: 6px 0 12px 0;
}

.body-restoration3--sec .hs-button {
  text-transform: uppercase;
  border-radius: 45px;
  padding: 15px 50px;
  margin:52px 4px 0;
  font-weight: bold;
  letter-spacing: 2px;
  word-wrap: break-word;
  white-space: normal;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  text-decoration:none;
  margin-bottom: 17px;
  font-family: Cabin, sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.body-restoration3--sec .hs-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  color: #fff;
  text-decoration:none;
}
.body-restoration3--sec .hs-button:focus {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #fff;
}
.body-restoration5--sec .span6.dnd-column {
  width: 50%;
  margin-left: 0;
}
.body-restoration5--sec .btn-default .btn-col.red .btn-pdf {
  letter-spacing: 0;
  margin-left: 0;
  margin-right: 0;
}
.body-restoration8--sec .dnd-section>.row-fluid,
.body-restoration5--sec .dnd-section>.row-fluid,
.body-restoration2--sec .dnd-section>.row-fluid{
  padding-left: 0;
  padding-right: 0;
}
.body-restoration8--sec input {
  outline: none;
}
select.is-placeholder:focus {
  color: #33475b;
}
.body-restoration8--sec select:placeholder {
  color: #bfbfbf;
}
.body-restoration8--sec .dnd-section {
  box-shadow: inset 1px 20px 100px rgb(0 0 0 / 11%);
}
.body-restoration8--sec .hs_cos_wrapper_type_form {
  width: 66.66666667%;
  margin: 0 auto;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}
.body-restoration8--sec .hs-form-field label:not(.hs-error-msg) {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
.body-restoration8--sec .hs-form-required {
  color: red;
}
.body-restoration8--sec .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}
.body-restoration8--sec .hs-form {
  width: 50%;
}
.body-restoration8--sec .form-title {
  margin: 17px 0 17px 0;
  text-align: center;
  color: #fff;
  padding: 0;
  font-size: 32px;
  line-height: 1.5;
  font-family: Cabin, sans-serif;
  font-weight: 400;
}
.body-restoration6--sec {
  overflow: hidden;
}


.hs_two-column_page .inspection-table.table-responsive>thead>tr>th,
.hs_two-column_page .inspection-table.table-responsive>tbody>tr>td {
  text-align: left !important;
  padding: 10px !important;
  line-height: 21px;
}

.hs_two-column_page .inspection-table.table-responsive>thead>tr>th, 
.hs_two-column_page .inspection-table.table-responsive>tbody>tr>td {
  text-align: left !important;
  padding: 10px !important;
  line-height: 21px;
}

@media (min-width: 768px){
  .body-restoration3--sec .hs_cos_wrapper_type_rich_text {
    width: 83.33333333%;
  }
}
@media(max-width:991px){
  .body-restoration7--sec img {
    float: none !important;
  }
  .body-restoration7--sec img:first-child {
    margin-top: -25px;
  }
}
@media(max-width:767px){
  .hs_full_width_main .dnd-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }  
  .hs_full_width_main .table-responsive,
  .hs_two-column_main_grp .table-responsive{
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    border: none;
  }
  .hs_full_width_main .table-responsive tbody > tr,
  .hs_two-column_main_grp .table-responsive tbody > tr {
    display: block;
    margin-bottom: 25px;
    border-radius: 3px;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .hs_full_width_main .table-responsive > tbody > tr > td {
    display: flex !important;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: block;
    width: auto !important;
    text-align: left !important;
  }
  .hs_full_width_main .table-responsive.display-block > tbody > tr > td{
    display: block !important;
  }
  .hs_two-column_main_grp .span3.dnd-column,
  .hs_two-column_main_grp .span9.dnd-column{
    width: 100%;
  }
  .hs_two-column_main_grp .table-responsive > thead, 
  .hs_two-column_main_grp .table-responsive > tr > th, 
  .hs_two-column_main_grp .table-responsive > tbody > tr > th {
    display: none;
  }
  .hs_two-column_main_grp .table-responsive tbody > tr {
    display: block;
  }
  .hs_two-column_main_grp .table-responsive > tbody > tr > td {
    display: block;
    width: auto !important;
    text-align: left !important;
    display: flex !important;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .hs_two-column_main_grp .table-responsive tbody > tr {
    display: block;
    margin-bottom: 25px;
    border-radius: 3px;
  }
}

@media(max-width:1083px){
  .hs_full_width_main p img {
    margin-bottom: 10px;
  }
}

@media(max-width:991px){
  .hs_two-column_main_grp .hs_cos_wrapper_type_rich_text img{
    float: none !important;
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    height: auto !important;
    margin-bottom:10px !important;
  }
  .hs_full_width_main .hs_cos_wrapper_type_rich_text img{
    float: none !important;
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    height: auto !important;
    margin-bottom:10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


}

@media(max-width:767px){

  .hs_two-column_main .hs_cos_wrapper_type_linked_image img {
    width: 100% !important;
  }
  .hs_two-column_main .span6.dnd-column {
    width: 100%;
  }
  .hs_two-column_main .span6.dnd-column:first-child .highlight-box:first-child {
    margin-bottom: 0;
  }
  .hs_two-column_main h2 {
    font-size: 29px;
  }
  .hs_two-column_main_grp .table-responsive {
    border: 0 !important;
  }
  .body-restoration8--sec .dnd-section {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .body-restoration8--sec .hs_cos_wrapper_type_form {
    width: 100%;
  }

  .body-restoration7--sec img:last-child {
    margin-left: 38px;
    margin-top: 0;
  }
  .body-restoration5--sec .span6.dnd-column {
    width: 100%;
    margin-left: 0;
  }
  .body-restoration3--sec .dnd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .body-restoration3--sec h2 {
    font-size: 29px;
  }
  .body-restoration2--sec .span6.dnd-column {
    width: 100%;
    margin-left: 0;
  }
  .body-restoration1--sec .span9.dnd-column .span6.dnd-column,
  .body-restoration1--sec .span9.dnd-column,
  .body-restoration1--sec .span3.dnd-column{
    width: 100%;
  }
  .body-restoration1--sec .oembed_container {
    display: block;
    position: relative;
    text-align: center;
    height: 240px;
    width: 426px;
    margin: 2px auto 40px;
    max-width: 100% !important;
  }
  .body-restoration1--sec .iframe_wrapper {
    margin: 0 auto;
    padding: 0;
  }
  .body-restoration1--sec .oembed_container_iframe {
    height: 240px;
    width: 426px;
    margin: 0 auto !important;
    position: static;
    display: block;
    float: left;
    max-width: 100% !important;
  }
  .body-restoration1--sec .dnd-section {
    padding:20px 0 !important;
  }
  .body-restoration2--sec .page-header.section-header h2 {
    font-size: 29px;
  }
  .body-restoration2--sec .dnd-section {
    padding: 70px 0;
  }
  .body-restoration1--sec .span9.dnd-column .span6.dnd-column:last-child .oembed_container {
    margin-bottom: 0;
  }
  .body-restoration2--sec .page-header.section-header {
    padding-bottom: 35px;
    display: block;
  }
  .body-restoration2--sec .widget-type-linked_image {
    padding-top: 0;
  }
  .body-restoration1--sec .btn-default .btn-col.red .btn-pdf {
    margin-top: 5px;
    margin-bottom: 6px;
  }
  .body-restoration6--sec {
    overflow: visible;
  }
  .body-restoration5--sec .span6.dnd-column {
    padding-bottom: 0 !important;
  }
}
@media(max-width:560px){
  .body-restoration2--sec .hs_cos_wrapper_type_rich_text p {
    padding-left: 0;
  }
}

@media(max-width:479px){
  .body-restoration8--sec .hs-form {
    width: 100%;
  }
}
@media(max-width:370px){  
  .body-restoration7--sec img:last-child {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media(max-width:320px){
  .body-restoration7--sec img:last-child {
    margin-left: 0;
    margin-top: 25px;
  }
}


/* st rk */
/* =====================Form===================== */

.cm-autoform form .field {
  margin: 0;
  display: flex;
  flex-wrap:wrap;
}

.cm-autoform form .field > label {
  padding: 8px 2px 2px 2px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  min-width: 122.83px;
  margin: 0;
}

.cm-autoform form .field > .input {
  text-align: left;
  padding: 4px 2px;
}

.cm-autoform form .field > label > span {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #333;
}

.cm-autoform form .field > label > span.hs-form-required {
  display: none;
}

.cm-autoform form .field>.input .hs-input {
  width: 200px;
  background-color: #FFFFFF;
  border: 1px solid #d2d2d2;
  padding: 1px 2px 1px 2px;
  vertical-align: middle;
  margin: 2px 0px;
  font-family: inherit;
  font-size: inherit;
  height: 29.5px;
  min-height: auto;
  line-height: 1.5;
  border-radius:0;
  outline:none !important;
  color:#333333;
}

.cm-autoform form .field>.input .hs-input:focus{
  border: 1px solid #990000;
}

.cm-autoform form .field.hs_recaptcha {
  padding-top: 6px;  
  padding-left: 2px;

}

.cm-autoform form .hs-error-msgs {
  width: 100%;
}

.cm-autoform form .field.hs-company>.input .hs-input, 
.cm-autoform form .field.hs-jobtitle>.input .hs-input {
  width: 300px;
}

.cm-autoform form .field.hs-email>.input .hs-input {
  width: auto;
}



.cm-autoform form  .actions {
  margin: 0;
  padding: 0;
}

.cm-autoform form .actions .hs-button {
  border: 2px solid #006cd0;
  background-color: #006cd0;
  color: #fff;
  padding: 18px 40px;
  line-height: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 2px 0px;
  font-family: "Cabin", sans-serif;
}

.cm-autoform form .actions .hs-button:hover {
  background-color: transparent;
  border: 2px solid #006cd0;
  color: #006cd0;
}
.cm-autoform form .hs-error-msgs label,
.cm-autoform form .hs-error-msg{
  padding-left: 122.85px;
  font-size: 17px;
}

.cm-autoform form .hs-error-msgs label,
.cm-autoform form .hs-error-msg,
.cm-normalform form .hs-error-msgs label,
.cm-normalform form .hs-error-msg{
  color: #FF0000;
  font-family: "Cabin", sans-serif;
  line-height: 1.5;
  margin: 0;
  display: inline-block;
  font-weight: 400;
}

.cm-normalform form .hs-error-msgs label,
.cm-normalform form .hs-error-msg{
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #f2545b;
}

.cm-autoform form .hs-error-msgs li,
.cm-normalform form .hs-error-msgs li{
  margin: 0;
}


.cm-autoform form .hs_error_rollup .hs-error-msgs label,
.cm-normalform form .hs_error_rollup .hs-error-msgs label{
  padding: 0;
}

.cm-autoform form input.hs-input.error,
.cm-normalform form input.hs-input.error{
  border-color: #c87872;
}
.cm-normalform form .hs-error-msgs{
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  line-height: normal;
  font-size: 16px;
}
.cm-normalform form .hs-error-msgs label,
.cm-normalform form .hs-error-msg{
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* =====================storm-support-page===================== */

.cm-autoform.storm-support-page form .field>label {
  text-align: left;
  min-width: 181.25px;
}

.cm-autoform.storm-support-page form .field.hs-company>.input .hs-input, 
.cm-autoform.storm-support-page form .field.hs-jobtitle>.input .hs-input,
.cm-autoform.storm-support-page form .field>.input .hs-input {
  width: 202px;
}





.cm-autoform.storm-support-page form .field>.input select.hs-input {
  margin: 2px 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 175px;
  height: 24px;
  padding: 0;
  line-height: normal;
  border: 1px solid #767676;
}

.cm-autoform.storm-support-page form .field>.input textarea.hs-input {
  height: 80.5px;
  width: 293px;
  display: block;
  margin: 0;
}


/*==================================================== 
====================two column v2 Page===============
====================================================*/

.two-column-v2-page-wrap .alert-bar {
  display: none;
}

.two-column-v2-page-wrap {
    padding: 110px 0 0;
}


.two-column-v2-page .hs_two-column_main .span4,
.two-column-v2-page .hs_two-column_main .span8{
  width: 100%;
}

.two-column-v2-page .hs_two-column_main .span8 {
  margin: 0;
}

.two-column-v2-page .hs_two-column_main .span4 .hs_cos_wrapper_type_form {
  background: #ffffff;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 0 40px rgb(0 0 0 / 16%);
  display: block;
}

.two-column-v2-page .hs_two-column_main .span4 .form-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 24px;
  margin: 12px 0 4px 0;
  margin-bottom: 25px;
  padding:0;

}

.two-column-v2-page .hs_two-column_main .span4 form .hs-error-msgs{
  margin:0;
  padding-left: 5px;
  margin: 0 0 5px;
  font-size:16px;
  line-height:normal;
}

.two-column-v2-page .hs_two-column_main .span4 form .hs-error-msgs li{
  margin: 0;
  padding: 0;  
}

.two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 .hs_cos_wrapper_type_form{
  box-shadow: none;
  margin-right: 0;
  padding: 0;
  background: transparent;
}


.two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 .hs_cos_wrapper_type_form .sidebar-form-wrap{
  box-shadow: 0 0 40px rgb(0 0 0 / 7%);
  margin-right: 5px;
  padding: 38px;
  background: #fff;
  display: block;
}

/*==================================================== 
====================osmovision Page===============
====================================================*/

.cm-normalform form {
  width: 50%;
}

.osmovision-page .hs-responsive-embed-wrapper,
.hs_two-column_page .hs-responsive-embed-wrapper{
  max-width: 100% !important;
  max-height: none !important;
  min-width: auto !important;
}

.osmovision-page .hs_two-column_main_grp table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  background: #f7f7f7;
}
.osmovision-page .hs_two-column_main_grp table th{
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.osmovision-page .hs_two-column_main_grp table th,
.osmovision-page .hs_two-column_main_grp table td {
  padding: 10px !important;
  font-size: 14px;
}
.osmovision-page .hs_two-column_main_grp table td{
  border: 1px solid rgba(128, 128, 128, 0.11);
}


.osmovision-page .hs_two-column_main_grp table td {
  vertical-align: top;
}

.cm-normalform .hs_two-column_main_grp form .hs-form-field label:not(.hs-error-msg),
.cm-normalform .hs_two-column_main form .hs-form-field label:not(.hs-error-msg){
  color: #000000;
  font-size: 14px;

}
.cm-normalform form select{
  outline:none;
}

.cm-normalform form select:focus {
  color: #33475b;
  outline:none;
}

/*==================================================== 
======================two-column Page=================
====================================================*/

.hs_two-column_main2 .hs_cos_wrapper_type_form {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
}

.hs_two-column_main2 .hs_cos_wrapper_type_form h3 {
  margin: 6px 0 17px 0;
  text-align: center;
  font-size: 32px;
  color: #fff;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
}

.hs_two-column_main2 .dnd-section {
  box-shadow: inset 1px 20px 100px rgb(0 0 0 / 11%);
}

.cm-autoform .hs_two-column_main2 form .field>label>span {
  color: #fff;
}

.cm-autoform .hs_two-column_main2 form{
  margin-bottom: 17px !important;
}


.cm-autoform .hs_two-column_main2 form .field>.input textarea.hs-input {
  width: 400px;
  height: 100px;
  display: block;
}

.cm-autoform .hs_two-column_main2 form .field>label {
  min-width: 115.7px;
}

.cm-autoform .hs_two-column_main2 form .field>.input {
  padding: 4px 2px;
}

.cm-autoform .hs_two-column_main2 form .field.hs_message>.input {
  padding: 2px 2px 2px;
}

.cm-autoform .hs_two-column_main2 form .field.hs-email>.input .hs-input {
  width: 200px;
}


.cm-autoform .hs_two-column_main2 form .actions .hs-button:hover {
  color: #ffffff;
}



.hs_two-column_page table>thead>tr>th{
  padding: 8px !important;
  line-height: 1.42857143;
  border-bottom: 0;
  border-top: 0;
}

.hs_two-column_page table>thead>tr>th small {
  display: block;
  font-weight: normal;
  color: #7ca5d0;
}


.hs_two-column_page table>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.hs_two-column_page table>tbody>tr>td{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.hs_two-column_page table>thead>tr>th,.hs_two-column_page table>tbody>tr>td {
  text-align: center !important;
}

.hs_two-column_page table {
  background-color: transparent;
}




/*==================================================== 
======================full_width_v2 Page=========
====================================================*/

.cm-autoform.hs_full_width_v2_page form .field>label{
  min-width: 108.7px;
}

.cm-autoform.hs_full_width_v2_page form .field>.input .hs-input{
  width: auto;
}

.hs_two-column_main2 .hs_cos_wrapper_type_rich_text{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display:block;
}

.hs_two-column_main2 .hs_cos_wrapper_type_rich_text ul li {
  margin: 18px 20px;
}




/*==================================================== 
======================europe Page Form=========
====================================================*/

.hs-europe-two-column .form-title {
  padding: 0;
  margin: 12px 0;
  font-weight: bold;
  font-size: 36px;
  color: #333;
}

.hs-europe-two-column .cm-autoform form {
  font: 14px Helvetica,Arial,sans-serif;
}

.hs-europe-two-column .cm-autoform form .field>label {
  padding: 0;
  min-width: auto;
  vertical-align: middle;
  text-align: left;
  padding-right: 3px;
}

.hs-europe-two-column .cm-autoform form .field>label>span {
  font: 14px Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.hs-europe-two-column .cm-autoform form .field>.input {
  padding: 0;
  margin-bottom: 1px;
}

.hs-europe-two-column .cm-autoform form .field>.input .hs-input {
  width: auto !important;
  height: auto;
  margin: 2px 0px;
  line-height: normal;
  border-color: #767676;
}

.hs-europe-two-column .cm-autoform form .field {
  align-items: center;
}

.hs-europe-two-column .cm-autoform form .legal-consent-container {
  margin-top: 20px;
  line-height: normal;
}

.hs-europe-two-column .cm-autoform form .legal-consent-container .hs-richtext p {
  margin: 0;
  font-size: inherit;
}

.hs-europe-two-column .cm-autoform form .legal-consent-container .hs-richtext p strong {
  font: 14px Helvetica,Arial,sans-serif;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.hs-europe-two-column .cm-autoform form .legal-consent-container .hs-richtext p:last-child {
  margin: 6px 0 12px 0;
}

.hs-europe-two-column .cm-autoform form .hs-richtext {
  margin: 0;
  font: 14px Helvetica,Arial,sans-serif;
}

.hs-europe-two-column .cm-autoform form .legal-consent-container .field.hs-form-field {
  margin: 0;
  text-align: left;
  display: block;
  margin: 18px 0 0 0;
}

.hs-europe-two-column .cm-autoform form .legal-consent-container ul {
  padding: 0;
  margin: 0;
}

.hs-europe-two-column .cm-autoform form .legal-consent-container ul li {
  margin: 0;
}

.hs-europe-two-column .cm-autoform form .legal-consent-container ul li label {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font: 14px Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #333;
  z-index: 555;
}

.hs-europe-two-column .cm-autoform form .legal-consent-container .hs-input {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  margin-top: 4px\9;
  margin-left: 0;
  display: inline;
  width: auto;
  margin-right: 10px;
  padding: 0;
}

.hs-europe-two-column .cm-autoform form .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: inline;
  margin: 0 !important;
}

.hs-europe-two-column .cm-autoform form .actions .hs-button {
  font-family: Helvetica, Arial, sans-serif;
}


.hs-europe-two-column .cm-autoform form .hs-error-msgs label,
.hs-europe-two-column .cm-autoform form .hs-error-msg {
  padding-left: 0;
  font-size: 17px;
}


/*==================================================== 
==================europe contact Page==================
====================================================*/


.europe-contact-page.cm-autoform form .field>label {
  min-width: 115.83px;
}

.europe-contact-page.cm-autoform form .field.hs-company>.input .hs-input {
  width: 200px;
}

.europe-contact-page.cm-autoform form .field>.input textarea.hs-input {
  width: 400px;
  height: 100px;
  margin: 0;
}

.hs-content-id-60777673591 .hs_two-column_main2 .dnd-section,
.hs-content-id-60510460071 .hs_two-column_main2 .dnd-section{
  box-shadow: none;
}


/*==================================================== 
====================Media Query======================
====================================================*/
@media (min-width: 768px){
  .two-column-v2-page .hs_two-column_main .span4 {
    width: 33.33333333%;
  }

  .two-column-v2-page .hs_two-column_main .span8 {
    width: 66.66666667%;
  }

  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 {
    width: 25%;
  }

  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span8 {
    width: 75%;
  }
  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 .hs_cos_wrapper_type_form .sidebar-form-wrap{
    display:block !important; 
  }

  .hs_two-column_main2 .hs_cos_wrapper_type_form{
    width: 66.66666667%;
    float: left;
    margin-left: 16.66666667%;
  }

  .hs_two-column_main2 .hs_cos_wrapper_type_rich_text{
    width: 75%;
    margin-left: 25%;
    float: left;
  }

}

@media (max-width: 991px){
  .osmovision-page .hs_two-column_main .dnd-column:first-child .btn-col.blue {
    display: block !important;
  }
}

@media (max-width: 990px){
  .two-column-v2-page .hs_two-column_main .span8{
    padding-left: 15px !important;
  }
}




@media (max-width: 767px){
  .cm-autoform form .field {
    margin-bottom: 25px;
    display: block;
  } 

  .cm-autoform form .field>label,
  .cm-autoform form .field>.input{
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: auto !important;
    text-align: left !important;
  }

  .cm-autoform form .field>label{
    padding: 8px 2px 2px 2px;
    font-weight: bold;
  }

  .cm-autoform form .field>.input .hs-input {
    width: 100% !important;
    padding: 7px;
    height:auto;
  }
  .cm-autoform form .field.hs_recaptcha {
    margin-bottom: 0;
    padding-top: 21px;
  }

  .cm-autoform form .actions {
    padding-bottom: 25px;
  }
  .cm-autoform form .hs-error-msgs label,
  .cm-autoform form .hs-error-msg,
  .cm-normalform form .hs-error-msgs label,
  .cm-normalform form .hs-error-msg{
    padding:0;
    width: 100%;
  }

  .cm-autoform form .field .hs-error-msgs label,
  .cm-normalform form .field .hs-error-msgs label{
    margin:50px 0 0;
  }
  .cm-autoform.storm-support-page form .field>.input select.hs-input {
    height: auto;
    padding: 7px;
  }

  .two-column-v2-page .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .two-column-v2-page .dnd-section>.row-fluid:before,
  .two-column-v2-page .dnd-section>.row-fluid:after {
    display: none;
  }

  .two-column-v2-page .hs_two-column_main .span4 {
    order: 1;
  }

  .two-column-v2-page .hs_two-column_main .span8,
  .two-column-v2-page .hs_two-column_main .span4 {
    width: 100%;
    padding: 0 15px !important;
  }

  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 {
    order: inherit;
  }

  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 button {
    font: inherit;
    vertical-align: middle;
    line-height: 1.42857143;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    word-wrap: break-word;
    white-space: normal;
    text-transform: uppercase;
    border-radius: 45px;
    padding: 15px 50px;
    color: #0067ce;
    background-color: #fff;
    border: 2px solid #006cd0;
  }

  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 button:hover {
    border: 2px solid #003468;
    background-color: #003468;
    color: #fff;
  }
  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 .hs_cos_wrapper_type_form .sidebar-form-wrap{
    margin: 1px 15px 0;
  }
  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 .hs_cos_wrapper_type_form .sidebar-form-wrap {
    display: none;
  }
  .cm-normalform form {
    width: 100%;
  }

  .cm-autoform .hs_two-column_main2 form .field {
    margin: 0;
  }


  .osmovision-page .hs_two-column_main_grp table > tbody > tr > td {
    display: block;
    width: auto !important;
    text-align: left !important;
  }

  .osmovision-page .hs_two-column_main_grp table >tbody>tr>td {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .osmovision-page .hs_two-column_main_grp table tbody > tr {
    display: block;
    margin-bottom: 25px;
    border-radius: 3px;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .osmovision-page .hs_two-column_main_grp table th, .osmovision-page .hs_two-column_main_grp table td {
    background-color: transparent;
  }

  .osmovision-page .hs_two-column_main_grp table > thead {
    display: none;
  }

  .osmovision-page .hs_two-column_main_grp table {
    margin-bottom: 15px;
    overflow-y: hidden;
  }

  .hs_two-column_page table > thead{
    display: none;
  }

  .hs_two-column_page table tbody > tr {
    display: block;
  }

  .hs_two-column_page table>tbody>tr>td {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: auto !important;
    text-align: left !important;
  }


  .hs_two-column_page table{
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
  }

  .hs-europe-two-column .cm-autoform form .field>.input {
    width: 100% !important;
  }

  .hs-europe-two-column .cm-autoform form .field>.input .hs-input:not([type="checkbox"]) {
    width: 100% !important;
  }

  .hs-europe-two-column .cm-autoform form .actions {
    padding-bottom: 0;
  }

}

@media (max-width: 767px) and (min-width: 480px){
  .cm-autoform .hs_two-column_main2 form .field{
    display: flex;
    flex-wrap: nowrap;
  }
  .cm-autoform .hs_two-column_main2 form .field>label{
    text-align: right !important;
    display: block !important;
  }
  .cm-autoform .hs_two-column_main2 form .field>.input {
    width: 100% !important;
  }

  .cm-autoform .hs_two-column_main2 form .actions{
    padding-bottom: 0;    
  }

  .cm-autoform .hs_two-column_main2 form .field.hs_recaptcha {
    margin-bottom: 0;
    padding-top: 6px;
  }
}

/* st am */
/* Home Page */
.banner-section-home .dnd-section {
  padding: 0;
}

.home_banner .flex-direction-nav li a {
  background: url(https://20067784.fs1.hubspotusercontent-na1.net/hubfs/20067784/raw_assets/public/Osmose_Nov2021/images/arrows.png) no-repeat 0 0;
}
.home_row1 .dnd-section {
  padding: 0;
}
.home_row1 .dnd-section > .row-fluid {
  padding: 0;
  max-width: 100%;
}
.home_row1 .dnd-section .dnd-column {
  padding: 0;
}

.home_row2 .dnd-section .dnd-column {
  position: relative;
  padding: 0;
}
.home_row2 .dnd-section .dnd-column .hs-button {
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  line-height: 1.42857143;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 45px;
  padding: 15px 50px;
  margin: 50px 4px 0;
  font-weight: bold;
  letter-spacing: 2px;
  word-wrap: break-word;
  white-space: normal;
  background-color: #0067ce;
  border: 2px solid #0067ce;
  color: #fff;
  font-family: "Cabin", sans-serif;
  margin-bottom: 1em;
}
.home_row2 .dnd-section .dnd-column .hs-button:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.home_row2 .dnd-section .dnd-column .hs-button:hover {
  background-color: transparent;
  border: 2px solid #006cd0;
  color: #006cd0;
}
.home_row4 .dnd-column {
  padding: 0;
}
.popular-posts-wrapper .popular-post:before {
  background-image: url(https://20067784.fs1.hubspotusercontent-na1.net/hubfs/20067784/raw_assets/public/Osmose_Nov2021/images/plus.png);
}
.home_row2 .oembed_container {
  margin-top: 98px;
}

.home-page-grp header.header {
  background-color: rgba(0, 0, 0, 0.5);
}

.sitemap_row1 .dnd-column {
  padding: 0;
}
.sitemap_row1 .hs_cos_wrapper_type_rich_text {
  padding: 2px;
  display: block;
}
.sitemap_row .dnd-column {
  padding: 0;
}
.sitemap_row1 .dnd-section {
  padding-top: 0;
}
.sitemap_row1 .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
  color: #888;
  font-size: 16px;
  padding: 4px;
  margin: 5px 0;
  text-transform: uppercase;
}
.sitemap_row1 .hs_cos_wrapper_type_rich_text  ul {
  margin: 0;
  margin-top: 0;
  margin-bottom: 10px;
  overflow: hidden;
  list-style-type: none;
  padding: 2px;
}
.sitemap_row1 .hs_cos_wrapper_type_rich_text ul li {
  color: #999;
  font-size: 12px;
  margin: 2px 0px 0px 0px;
  line-height: 20px;
  text-indent: 10px;
}
.sitemap_row1 .hs_cos_wrapper_type_rich_text ul li a {
  width: 100%;
  color: #999;
  text-decoration: none;
}
.sitemap_row1 .hs_cos_wrapper_type_rich_text ul li a:hover {
  color: #333;
}
.sitemap_row1 .hs_cos_wrapper_type_rich_text ul li h3 {
  font-size: 14px;
  margin: 5px 0;
  margin-left: -4px;
  color: #999;
}
.whitepaper_row1 .dnd-column {
  padding: 0;
}
.whitepaper_row1 form {
  margin: 0;
  max-width: 610px;
}
.whitepaper_row1 form .field {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.whitepaper_row1 form .field label {
  margin: 0;
  width: 33%;
  padding: 8px 2px 2px 2px;
  text-align: left;
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #333;
}
.whitepaper_row1 form .field .input {
  padding: 4px 2px;
}
.whitepaper_row1 form .field .hs-input {
  margin: 2px 0px;
  background-color: #FFFFFF;
  border: 1px solid #d2d2d2;
  padding: 1px 2px 1px 2px;
  vertical-align: middle;
  height: unset;
  font-size: 17px;
  line-height: 1.5;
  color: #333;
  font-family: inherit;
}
.whitepaper_row1 form input.hs-button.primary:hover {
  background-color: transparent;
  border: 2px solid #006cd0;
  color: #006cd0;
}
.whitepaper_row1 form input.hs-button.primary {
  border: 2px solid #006cd0;
  background-color: #006cd0;
  color: #fff;
  padding: 18px 40px;
  line-height: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  cursor: pointer;
  font-family: "Cabin", sans-serif;
}
.whitepaper_row1 form .hs-error-msgs label {
  width: 100%;
  padding: 0;
  color: #FF0000;
  font-weight: normal;
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}
.whitepaper_row1 form .actions{
  margin: 0;
  padding: 0;
}
.tdtimes_row1 .row-fluid .span3 {
  width: 100%;
}
.tdtimes_row1 .row-fluid .span9 {
  width: 100%;
  margin: 0;
}
.tdtimes_row1 .dnd-section>.row-fluid{
  padding: 0;
}
.tdtimes_row1 .white-papper-wrapper .col-sm-3 .white-image {
  margin: 0;
}
.tdtimes_row1 .white-papper-wrapper p {
  margin: 6px 0 12px 0;
  margin-bottom: 1em;
  font-size: 17px;
  line-height: 1.5;
}
.tdtimes_row1 .white-papper-wrapper .btn a {
  margin: 50px 4px 0;
}

.tdtimes_row1  .hs_cos_wrapper_type_rich_text  h2 {
  margin: 12px 0 4px 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 8px;
}

.tdtimes_row1 .hs_cos_wrapper_type_rich_text ul {
  margin: 0;
  padding: 0;
  padding-left: 23px;
}

.tdtimes_row1 .span2 {
  padding: 0;
}

.tdtimes_row1 .span10 {
  margin: 0;
  padding: 0;
  padding-left: 23px;
}
.tdtimes_row1 .btn-default .blue a {
  margin: 50px 4px 0;
  color: #0067ce;
  background-color: #fff;
  margin-bottom: 16px;
}
.tdtimes_row1 .btn-default .blue a:focus {
  color: #fff;
  background-color: #286090;
  border: 2px solid #006cd0;
}
.tdtimes_row1 .btn-default .blue a:hover {
  border: 2px solid #003468;
  background-color: #003468;
  color: #fff;
}
.tdtimes_row1 .white-papper-wrapper .btn.btn-default.btn-brochure {
  text-align: left;
  margin: 6px 0 12px 0;
  margin-bottom: 1em;
}

.archive__page form {
  max-width: 100%;
  margin: 0;
}
.archive__page input.hs-search-field__input {
  margin: 2px 0px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 1px 2px 1px 2px;
  vertical-align: middle;
  width: auto;
  height: unset;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Cabin",sans-serif;
  margin-left: 3px;
  margin-right: 4px;
  color: #333;
  border-radius: 0;
}
.archive__page input[type="submit"] {
  width: auto;
  margin: 0;
  padding: 0;
  background: 0;
  border: 0;
  margin: 2px 0px;
  border: 2px solid #006cd0;
  background-color: #006cd0;
  color: #fff;
  padding: 18px 40px;
  line-height: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  height: unset;
  font-family: "Cabin",sans-serif;
}
.archive__page input[type="submit"]:hover {
  background-color: transparent;
  border: 2px solid #006cd0;
  color: #006cd0;
}
.archive__page input.hs-search-field__input:focus {
  background-color: #fff;
  border: 1px solid #900;
  padding: 1px 2px 1px 2px;
  vertical-align: middle;
  outline: 0;
}
.archive__page .listing_topics {
  margin: 0px 0 12px 0;
  margin-bottom: 1em;
}

.archive__page .hs_cos_wrapper_type_post_filter ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.archive__page .hs_cos_wrapper_type_post_filter ul li a {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  padding: 5px 15px;
  display: block;
  line-height: 1.5;
  font-family: "Cabin", sans-serif;
  color: #fff;
  background: #398bc5;
}
.archive__page .hs_cos_wrapper_type_post_filter ul li:hover a {
  text-decoration: none;
}
.archive__page .hs_cos_wrapper_type_post_filter ul li a span.filter-link-count {
  display: none;
}
.archive__page .hs_cos_wrapper_type_post_filter .block {
  padding-top: 6px;
}
.archive__page input.hs-search-field__input {
  width: 100%;
  padding: 7px;
}
.sitemap_row .dnd-section {
  padding-bottom: 0;
}
@media (min-width: 768px){
  .home_row2 .dnd-section .dnd-column {
    width: 83.33333333%;
    float: left;
    margin-left: 8.33333333%;
  }
  .home-page-grp header.header {
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 0;
  }
  .home-page-grp header.header-v2 {
    top: 0;
  }
  .tdtimes_row1 .row-fluid .span3 {
    width: 25%;
  }
  .tdtimes_row1 .row-fluid .span9 {
    width: 75%;
    margin: 0;
  }
  .tdtimes_row1 .white-papper-wrapper .col-sm-3 {
    width: 33.33333333%;
  }
  .tdtimes_row1 .white-papper-wrapper .col-sm-3 {
    width: 33.33333333%;
  }
}
@media( max-width: 1199px){
  .home-page-grp header.header {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media(max-width: 767px){
  .home_row4 .dnd-section {
    padding: 70px 0px;
  }
  .home_row2 .oembed_container {
    margin-top: 94px;
  }
  .whitepaper_row1 form .field label {
    text-align: left;
    width: 100%;
  }
  .whitepaper_row1 form {
    max-width: 100%;
  }
  .whitepaper_row1 form .field .hs-input {
    width: 100%;
    padding: 7px;
  }
  .whitepaper_row1 form .field {
    margin-bottom: 25px;
  }
  .whitepaper_row1 form .actions {
    margin-bottom: 43px;
    margin-top: 48px;
  }
  .whitepaper_row1 form .field .input {
    width: 100%;
  }
  .hs_whitepaper_page img {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto!important;
  }
  .tdtimes_row1 .span10{
    padding-left: 0px;
  }
  .archive__page form {
    max-width: 428px;
  }


}

/* st rk */
/* =====================Form===================== */

.cm-autoform form .field {
  margin: 0;
  display: flex;
  flex-wrap:wrap;
}

.cm-autoform form .field > label {
  padding: 8px 2px 2px 2px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  min-width: 122.83px;
  margin: 0;
}

.cm-autoform form .field > .input {
  text-align: left;
  padding: 4px 2px;
}

.cm-autoform form .field > label > span {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #333;
}

.cm-autoform form .field > label > span.hs-form-required {
  display: none;
}

.cm-autoform form .field>.input .hs-input {
  width: 200px;
  background-color: #FFFFFF;
  border: 1px solid #d2d2d2;
  padding: 1px 2px 1px 2px;
  vertical-align: middle;
  margin: 2px 0px;
  font-family: inherit;
  font-size: inherit;
  height: 29.5px;
  min-height: auto;
  line-height: 1.5;
  border-radius:0;
  outline:none !important;
  color:#333333;
}

.cm-autoform form .field>.input .hs-input:focus{
  border: 1px solid #990000;
}

.cm-autoform form .field.hs_recaptcha {
  padding-top: 6px;  
  padding-left: 2px;

}

.cm-autoform form .hs-error-msgs {
  width: 100%;
}

.cm-autoform form .field.hs-company>.input .hs-input, 
.cm-autoform form .field.hs-jobtitle>.input .hs-input {
  width: 300px;
}

.cm-autoform form .field.hs-email>.input .hs-input {
  width: auto;
}



.cm-autoform form  .actions {
  margin: 0;
  padding: 0;
}

.cm-autoform form .actions .hs-button {
  border: 2px solid #006cd0;
  background-color: #006cd0;
  color: #fff;
  padding: 18px 40px;
  line-height: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 2px 0px;
  font-family: "Cabin", sans-serif;
}

.cm-autoform form .actions .hs-button:hover {
  background-color: transparent;
  border: 2px solid #006cd0;
  color: #006cd0;
}
.cm-autoform form .hs-error-msgs label,
.cm-autoform form .hs-error-msg{
  padding-left: 122.85px;
  font-size: 17px;
}

.cm-autoform form .hs-error-msgs label,
.cm-autoform form .hs-error-msg,
.osmovision-page form .hs-error-msgs label,
.osmovision-page form .hs-error-msg{
  color: #FF0000;
  font-family: "Cabin", sans-serif;
  line-height: 1.5;
  margin: 0;
  display: inline-block;
  font-weight: 400;
}

.osmovision-page form .hs-error-msgs label,
.osmovision-page form .hs-error-msg{
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #f2545b;
}

.cm-autoform form .hs-error-msgs li,
.osmovision-page form .hs-error-msgs li{
  margin: 0;
}


.cm-autoform form .hs_error_rollup .hs-error-msgs label,
.osmovision-page form .hs_error_rollup .hs-error-msgs label{
  padding: 0;
}

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

/* =====================storm-support-page===================== */


.cm-autoform.storm-support-page form .field>label {
  text-align: left;
  min-width: 181.25px;
}

.cm-autoform.storm-support-page form .field.hs-company>.input .hs-input, 
.cm-autoform.storm-support-page form .field.hs-jobtitle>.input .hs-input,
.cm-autoform.storm-support-page form .field>.input .hs-input {
  width: 202px;
}

.cm-autoform.storm-support-page form .field>.input select.hs-input {
  margin: 2px 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 175px;
  height: 24px;
  padding: 0;
  line-height: normal;
  border: 1px solid #767676;
}

.cm-autoform.storm-support-page form .field>.input textarea.hs-input {
  height: 80.5px;
  width: 293px;
  display: block;
  margin: 0;
}


/*==================================================== 
====================two column v2 Page===============
====================================================*/

.two-column-v2-page-wrap .alert-bar {
  display: none;
}


.two-column-v2-page .hs_two-column_main .span4,
.two-column-v2-page .hs_two-column_main .span8{
  width: 100%;
}

.two-column-v2-page .hs_two-column_main .span8 {
  margin: 0;
}

.two-column-v2-page .hs_two-column_main .span4 .hs_cos_wrapper_type_form {
  background: #ffffff;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 0 40px rgb(0 0 0 / 16%);
  display: block;
}

.two-column-v2-page .hs_two-column_main .span4 .form-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 24px;
  margin: 12px 0 4px 0;
  margin-bottom: 25px;
  padding:0;

}

.two-column-v2-page .hs_two-column_main .span4 form .hs-error-msgs{
  margin:0;
  padding-left: 5px;
  margin: 0 0 5px;

}

.two-column-v2-page .hs_two-column_main .span4 form .hs-error-msgs li{
  margin: 0;
  padding: 0;  
}

.two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 .hs_cos_wrapper_type_form{
  box-shadow: none;
  margin-right: 0;
  padding: 0;
  background: transparent;
}


.two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 .hs_cos_wrapper_type_form .sidebar-form-wrap{
  box-shadow: 0 0 40px rgb(0 0 0 / 7%);
  margin-right: 5px;
  padding: 38px;
  background: #fff;
  display: block;
}

/*==================================================== 
====================osmovision Page===============
====================================================*/

.osmovision-page form {
  width: 50%;
}

/*==================================================== 
====================Media Query======================
====================================================*/
@media (min-width: 768px){
  .two-column-v2-page .hs_two-column_main .span4 {
    width: 33.33333333%;
  }

  .two-column-v2-page .hs_two-column_main .span8 {
    width: 66.66666667%;
  }

  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 {
    width: 25%;
  }

  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span8 {
    width: 75%;
  }
  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 .hs_cos_wrapper_type_form .sidebar-form-wrap{
    display:block !important; 
  }

}



@media (max-width: 990px){
  .two-column-v2-page .hs_two-column_main .span8{
    padding-left: 15px !important;
  }
}


@media (max-width: 767px){
  .cm-autoform form .field {
    margin-bottom: 25px;
    display: block;
  } 

  .cm-autoform form .field>label,
  .cm-autoform form .field>.input{
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: auto !important;
    text-align: left !important;
  }

  .cm-autoform form .field>label{
    padding: 8px 2px 2px 2px;
    font-weight: bold;
  }

  .cm-autoform form .field>.input .hs-input {
    width: 100% !important;
    padding: 7px;
    height:auto;
  }
  .cm-autoform form .field.hs_recaptcha {
    margin-bottom: 0;
    padding-top: 21px;
  }

  .cm-autoform form .actions {
    padding-bottom: 25px;
  }
  .cm-autoform form .hs-error-msgs label,
  .cm-autoform form .hs-error-msg,
  .osmovision-page form .hs-error-msgs label,
  .osmovision-page form .hs-error-msg{
    padding:0;
    width: 100%;
  }

  .cm-autoform form .field .hs-error-msgs label,
  .osmovision-page form .field .hs-error-msgs label{
    margin:50px 0 0;
  }
  .cm-autoform.storm-support-page form .field>.input select.hs-input {
    height: auto;
    padding: 7px;
  }

  .two-column-v2-page .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .two-column-v2-page .dnd-section>.row-fluid:before,
  .two-column-v2-page .dnd-section>.row-fluid:after {
    display: none;
  }

  .two-column-v2-page .hs_two-column_main .span4 {
    order: 1;
  }

  .two-column-v2-page .hs_two-column_main .span8,
  .two-column-v2-page .hs_two-column_main .span4 {
    width: 100%;
    padding: 0 15px !important;
  }

  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 {
    order: inherit;
  }

  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 button {
    font: inherit;
    vertical-align: middle;
    line-height: 1.42857143;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    word-wrap: break-word;
    white-space: normal;
    text-transform: uppercase;
    border-radius: 45px;
    padding: 15px 50px;
    color: #0067ce;
    background-color: #fff;
    border: 2px solid #006cd0;
  }

  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 button:hover {
    border: 2px solid #003468;
    background-color: #003468;
    color: #fff;
  }
  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 .hs_cos_wrapper_type_form .sidebar-form-wrap{
    margin: 1px 15px 0;
  }
  .two-column-v2-page.steel-capitalization-page .hs_two-column_main .span4 .hs_cos_wrapper_type_form .sidebar-form-wrap {
    display: none;
  }
  .osmovision-page form {
    width: 100%;
  }
}

/* st gr */


.hs_wood_body_container .hs_about_main_grp,
.hs_wood_pole_body_container .hs_about_main_grp {
  padding: 70px 0;
}
.hs-wood-top-section .oembed_container {
  max-width: 100% !important;
}
.hs-wood-row2 h2 {
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.hs-wood-row2 .hs-button {
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  border-radius: 45px;
  padding: 15px 50px;
  margin: 52px 4px 17px;
  font-weight: bold;
  letter-spacing: 2px;
  word-wrap: break-word;
  white-space: normal;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-family: Cabin, sans-serif;
}
.hs-wood-row2 .hs-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  color: #fff;
}
.hs-wood-row2 .hs-button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.hs-wood-row5 .hs_cos_wrapper_type_rich_text ol, 
.hs-wood-row5 .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
}
.hs-wood-row5 .hs_cos_wrapper_type_rich_text ol li, 
.hs-wood-row5 .hs_cos_wrapper_type_rich_text ul li {
  margin: 6px 0 6px 36px;
}
.hs-wood-row5 .hs_cos_wrapper_type_rich_text ul {
  overflow: hidden;
}
.custom_wood_bottom_form .form-title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin: 17px 0 17px 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
}
.custom_wood_bottom_form form label {
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}
.custom_wood_bottom_form form .hs-form-required {
  color: red;
}
.custom_wood_bottom_form form .hs-error-msg,
.custom_wood_bottom_form form .hs_error_rollup label {
  color: #f2545b;
}
.custom_wood_bottom_form .dnd-section {
  box-shadow: inset 1px 20px 100px rgb(0 0 0 / 11%);
}
.hs_wood_pole_body_container .hs_about_main_grp .btn-default .btn-col.red a:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  left: 18px;
  top: 11px;
  position: absolute;
  vertical-align: middle;
  background-image: url(https://20067784.fs1.hubspotusercontent-na1.net/hubfs/20067784/raw_assets/public/Osmose_Nov2021/images/acrobat-icon.png);
}
.hs_wood_pole_body_container .hs_about_main_grp .btn-default .btn-col.red a {
  margin-top: 5px;
  padding-left: 70px;
  margin-bottom: 0;
}
.hs_wood_pole_body_container .hs_about_main_grp .hs-responsive-embed-wrapper.hs-responsive-embed {
  padding-top: 5px !important;
}
.hs_wood_pole_body_container .hs_about_main_grp .hs-responsive-embed-inner-wrapper {
  padding-bottom: 56.2% !important;
}
.hs-wood_pole-row2 .hs_cos_wrapper_type_rich_text ul {
  list-style: disc;
  margin-top: 0;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0;
  color: #FFF;
}
.hs-wood_pole-row2 .hs_cos_wrapper_type_rich_text ul li {
  margin: 18px 20px;
}
.hs_wood_pole_body_container .hs-wood-row4 .dnd-section > .row-fluid > div {
  padding: 0 3px;
}
.hs-wood_pole-row5 .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hs-wood_pole-row6 table th {
  text-align: left;
}
.hs-wood_pole-row6 table {
  padding: 0 2px;
  display: block;
}
.hs-wood_pole-row6 .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.hs-wood_pole-row6 .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.hs-wood_pole-row6 .text-center {
  text-align: center;
}
.hs-wood_pole-row6 table ul {
  overflow: hidden;
  padding: 0;
}
.hs-wood_pole-row6 table ul li {
  margin: 6px 0 6px 36px;
}
.hs-wood_pole-row6 .table > thead > tr > th {
  vertical-align: bottom;
}
.hs-wood_pole-row6 .table.table-striped.table-responsive span {
  display: block;
}
.hs-report-row2 .span5.dnd-column:last-child > div {
  margin-left: -31px;
}
.hs-report-row2 .hs_cos_wrapper_type_linked_image {
  display: block;
}
.cm-autoform.hs-report-row2 form .field > label {
  width: 43.35%;
}
.cm-autoform.hs-report-row2 form .field > label > span.hs-form-required {
  display: initial;
  color: #000;
  margin-left: 4px;
}
.cm-autoform.hs-report-row2 form .field > label > span {
  color: #000;
  letter-spacing: normal;
  font-family: arial,sans-serif;
}
.cm-autoform.hs-report-row2 form {
  padding-top: 8px;
  padding-left: 49px;
  padding-bottom: 25px;
}
.cm-autoform.hs-report-row2 form .field > .input .hs-input {
  font-family: arial,serif;
  color: #000;
  width: 100%;
  height: 29px;
}
.cm-autoform.hs-report-row2 form .field > .input {
  width: 37.53%;
}
.hs-report-row2 .hs_cos_wrapper_type_header {
  padding-bottom: 42px;
  display: block;
}
.cm-autoform.hs-report-row2 form .field.hs_recaptcha,
.cm-autoform.hs-report-row2 form .hs_submit.hs-submit {
  margin-left: -8%;
}
.cm-autoform.hs-report-row2 form .actions .hs-button {
  font-family: arial,sans-serif;
}
.cm-autoform.hs-report-row2 form .field>.input .hs-input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
}
.cm-autoform.hs-report-row2 form .field>.input .hs-input:-moz-placeholder {
  color: #000;
  opacity: 0.5;
} /* Firefox 18- */
.cm-autoform.hs-report-row2 form .field>.input .hs-input::-moz-placeholder {
  color: #000;
  opacity: 0.5;
} /* Firefox 19+ */
.cm-autoform.hs-report-row2 form .field>.input .hs-input:-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
} /* IE10 */
.cm-autoform.hs-report-row2 form .field.hs_recaptcha > .input {
  width: 100%;
}
.hs-california-row1 a.btn {
  text-transform: uppercase;
  border-radius: 45px;
  padding: 15px 50px;
  margin: 20px 4px 0px;
  font-weight: bold;
  letter-spacing: 2px;
  word-wrap: break-word;
  white-space: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  line-height: 1.42857143;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  position: relative;
  background-color: #0067ce;
  border: 2px solid #0067ce;
  color: #fff;
  text-decoration:none;  
}
.hs-california-row1 a.btn:hover {
  background-color: transparent;
  border: 2px solid #006cd0;
  color: #006cd0;
  text-decoration:none;
}
.hs-california-row1 form {
  padding-bottom: 17px;
}
.cm-autoform.hs-california-row1 form .field > .input textarea.hs-input {
  width: 400px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
}
.cm-autoform.hs-california-row1 form .field>label>span.hs-form-required {
  display: inline;
  margin-right: 4px;
}
.cm-autoform.hs-california-row1 form .field>label {
  display: flex;
  flex-direction: row-reverse;
}
.modal-backdrop.fade.show {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal.fade.show .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.modal .modal-header {
  padding: 15px 15px 0 0;
  border-bottom: 0;
}
.modal .modal-header button {
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  text-transform: uppercase;
  border-radius: 45px;
  padding: 0 10px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 2px;
  word-wrap: break-word;
  white-space: normal;
  display: inline-block;
  background: transparent;
}
.modal .col-sm-2, 
.modal .col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-wood_pole-row5 .btn-default .blue a:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #0067ce;
}


@media (min-width: 768px) {
  .hs-wood-row2 .dnd-section > .row-fluid > div,
  .hs-wood-row4 .dnd-section > .row-fluid > div,
  .hs-wood_pole-row6 .dnd-section > .row-fluid > div {
    width: 83.33333333%;
    margin: 0 auto;
    float: none;
  }
  .hs-wood-row4 .span6.dnd-column {
    width: 50%;
    margin-left: 0;
  }
  .hs-wood-row4 .hs_cos_wrapper_type_linked_image {
    padding-left: 2px;
    display: block;
  }
  .custom_wood_bottom_form .dnd-section > .row-fluid > div {
    width: 66.66666667%;
    margin: 0 auto;
    float: none;
  }  
  .custom_wood_bottom_form form {
    width: 50%;
    padding-left: 5px;
  }
  .hs_wood_pole_body_container .hs_about_main_grp .span6.dnd-column {
    width: 50%;
    margin-left: 0;
  }
  .hs-wood_pole-row2 .dnd-section > .row-fluid > div {
    max-width: 77%;
    margin: 0 auto;
    float: none;
  }
  .hs-wood_pole-row5 .span6.dnd-column {
    width: 50%;
    margin-left: 0;
    padding: 0 15px;
  }
  .hs-california-row1 form {
    width: 50%;
    margin-top: -13px;
    float: left;
  }
  .cm-autoform.hs-california-row1 form .field > .input .hs-input {
    height: 29px;
  }
  .cm-autoform.hs-california-row1 form .field>label {
    min-width: 115.83px;
    padding-right: 2.5px;
  }
  .cm-autoform.hs-california-row1 form .field > .input .hs-input:not(textarea) {
    width: 200px;
  }
  .modal .col-sm-2 {
    width: 16.66666667%;
    float: left;
  }
  .modal .col-sm-9 {
    width: 75%;
    float: left;
  }
}

@media (min-width:1200px) {
  .hs-wood-row4 .hs_cos_wrapper_type_linked_image img {
    width: 600px;
    height: 344px !important;
  }
}

@media (max-width: 1199px) {
  .hs-wood-row4 .hs_cos_wrapper_type_linked_image img,
  .hs-wood-row5 img {
    width: auto;
    height: auto !important;
  }
  .hs-california-row1 a.btn {
    padding: 15px;
  }
  .hs-california-row1 form {
    margin-top: -4px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hs_wood_body_container .hs_about_main_grp,
  .hs_wood_pole_body_container .hs_about_main_grp {
    padding: 20px 0 19px;
  }
  .hs-wood-row4 .span6.dnd-column:last-child .hs_cos_wrapper_type_rich_text {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .hs-wood-row4 .hs_cos_wrapper_type_linked_image img {
    margin-bottom: 5px;
  }
  .hs_wood_pole_body_container .hs_about_main_grp .dnd-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hs-report-row2 .span5.dnd-column:last-child>div {
    margin-left: 0;
  }
  .cm-autoform.hs-report-row2 form {
    padding-left: 0;
    padding-bottom: 40px;
  }
  .cm-autoform.hs-report-row2 form .field>.input .hs-input {
    height: auto;
  }
  .cm-autoform.hs-report-row2 form .field.hs_recaptcha, 
  .cm-autoform.hs-report-row2 form .hs_submit.hs-submit {
    margin-left: 0;
  }
  .cm-autoform.hs-report-row2 form .field > label {
    display: block !important;
  }
  .cm-autoform.hs-report-row2 .row-number-3.dnd-row > .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .hs_wood_pole_body_container .hs_about_main_grp .hs-responsive-embed-inner-wrapper {
    padding-bottom: 57.14% !important;
  }
  .hs_wood_pole_body_container .hs_about_main_grp .hs-responsive-embed-wrapper.hs-responsive-embed {
    padding-top: 0 !important;
    margin-bottom: 18px !important;
    max-width: 427px !important;
  }
  .hs-wood_pole-row2 .dnd-section .dnd-column {
    padding-left: 0 !important;
  }
  .hs-wood_pole-row5 .dnd-section .dnd-column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hs-california-row1 a.btn {
    padding: 15px 50px;
  }
  .cm-autoform.hs-california-row1 form .field>label {
    justify-content: flex-end;
  }
}

@media (max-width: 479px) {
  .hs-wood-row3 h2 {
    margin-left: 0 !important;
  }
}





/* st web */
.hs_video_main .dnd-section .span6 {
  margin-left: 0;
}

.hs_video_main .dnd-section .row-fluid [class*="span"] {
  padding: 0 15px;
}

.hs_video_main .dnd-section .span6 .span12,
.hs_video_main .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}



.overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  background-color: #000;
}

.video_pop .overlay.video_pop_overlay {
  visibility: visible;
  opacity: 0.09;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.modal.in {
  visibility: visible;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

.fade.in {
  opacity: 1;
}

.modal.video .modal-body {
  padding: 0;
}

.modal.video {
  z-index: 10000;
  top: calc(50% - 200px) !important;
  overflow: hidden;
  height: 400px;
}

.modal.video .modal-content {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.responsive-container {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
}

.responsive-container embed, .responsive-container iframe, .responsive-container object, .responsive-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hs_video_main .hs-responsive-embed-wrapper {
  margin-bottom: 1em !important;
  /*   max-width: 100% !important; */
}
/*
.hs_video_main .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper {
padding: 0 !important;
}

.hs_video_main .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper iframe.hs-responsive-embed-iframe {
position: static !important;
height: 360px !important;
} */

iframe {
  width: 100%;
}

.archive__page input.hs-search-field__input {
  width: auto;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 2px 0px;
  background-color: #FFFFFF;
  border: 1px solid #d2d2d2;
  padding: 1px 2px 1px 2px;
  vertical-align: middle;
  margin-left: 3px;
}

.archive__page input[type="submit"] {
  margin-left: 4px;
}

/* ==Tradeshow== */
.hs_tradeshow_main {
  padding: 40px 50px;
  height: 100vh;
}

.form-page .dnd-section {
  padding: 0;
}

.form-page .hs_cos_wrapper_type_rich_text h1 {
  position: relative;
  z-index: 1000;
  margin-top: 0;
  margin-bottom: 40px;
  color: #fff;
}

.form-page .hs_cos_wrapper_type_form form label {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-page .hs_cos_wrapper_type_form form .input {
  margin: 6px 0 1em 0 !important;
  display: inline-block;
  width: 100%;
}

.form-page .hs_cos_wrapper_type_form form .hs-input:not([type="checkbox"]) {
  background-color: #FFFFFF;
  border: 1px solid #d2d2d2;
  width: 100%;
  padding: 13px;
  font-size: 1.15em;
  font-weight: 600;
  color: #333;
  height: auto;
  min-height: auto;
  border-radius: 0;
  margin: 2px 0px;
  line-height: inherit;
  font-family: inherit;
  width: 100% !important;
}

.form-page .hs_cos_wrapper_type_form form .hs-input:not([type="checkbox"]):focus {
  outline: none;
  border: 1px solid #990000;
}

.form-page .hs_cos_wrapper_type_form form .form-columns-2 {
  max-width: initial !important;
  margin: 0 -15px;
}

.form-page .hs_cos_wrapper_type_form form .form-columns-2>div {
  padding: 0 15px;  
  width: 50% !important;
}

.form-page .hs_cos_wrapper_type_form form .field {
  margin: 0;
}

.form-page .hs_cos_wrapper_type_form form .hs-form-required {
  color: inherit;
}

.form-page .hs_cos_wrapper_type_form form .hs-button {
  font: inherit;
  margin: 2px 0px;
  border: 2px solid #006cd0;
  background-color: #006cd0;
  color: #fff;
  padding: 18px 40px;
  line-height: 18px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  cursor: pointer;
  transition: none;
}

.form-page .hs_cos_wrapper_type_form form .actions {
  margin: 0;
  text-align: center;
  margin-bottom: 0;
  padding-top: 6px;
}

.form-page .hs_cos_wrapper_type_form form .hs-button:hover {
  background-color: transparent;
  border: 2px solid #006cd0;
  color: #006cd0;
}

.form-page .hs_cos_wrapper_type_form form .legal-consent-container .input {
  margin: 30px 0 0 !important;
}

.form-page .hs_cos_wrapper_type_form form .legal-consent-container .input li {
  margin: 0;
}

.form-page .hs_cos_wrapper_type_form form .legal-consent-container .input li label {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.form-page .hs_cos_wrapper_type_form form .legal-consent-container .input li label span,
.form-page .hs_cos_wrapper_type_form form .legal-consent-container .input li label span p {
  margin: 0 !important;
  float: none;
}

.form-page .hs_cos_wrapper_type_form form .hs_sign_me_for_osmose_email_update_ .input input,
.form-page .hs_cos_wrapper_type_form form .legal-consent-container .input li input {
  font: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  margin: 5px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  margin-left: 10px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  float: none;
}

.form-page .hs_cos_wrapper_type_form form .hs-error-msgs label {
  text-transform: unset;
  font-weight: inherit;
  letter-spacing: inherit;
  margin: 0px 0 1em 0;
}

.form-page .hs_cos_wrapper_type_form form .hs-error-msgs li {
  margin: 0;
  padding: 0;
}

.form-page .hs_cos_wrapper_type_form form .hs_error_rollup label {
  margin: 0;
  color: red;
  margin: 6px 0 19px;
}

.form-page header.header {
  background: rgba(0, 0, 0, 0.73);
}

.form-page-body .hs_cos_wrapper_type_rich_text {
  color: #fff;
}

.form-page .hs_cos_wrapper_type_module .hs-button {
  font: inherit;
  vertical-align: middle;
  line-height: 1.42857143;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 45px;
  padding: 15px 50px;
  margin: 50px 4px 0;
  font-weight: bold;
  letter-spacing: 2px;
  word-wrap: break-word;
  white-space: normal;
  background-color: #0067ce;
  border: 2px solid #0067ce;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}

.form-page .hs_cos_wrapper_type_module .hs-button:hover {
  background-color: transparent;
  border: 2px solid #006cd0;
  color: #006cd0;
}

.form-page .hs_cos_wrapper_type_form form .hs_sign_me_for_osmose_email_update_ .input {
  margin: 0 !important;
}

.form-page .hs_cos_wrapper_type_form form .hs_sign_me_for_osmose_email_update_ .input li {
  margin: 0;
  display: inline-block;
}

.form-page .hs_cos_wrapper_type_form form .hs_sign_me_for_osmose_email_update_ .input input {
  float: right;
}

.form-page .hs_cos_wrapper_type_form form .hs_error_rollup label {
  margin: 0 0 16px;
  font-weight: 700;
}

/* ==Conatct== */
.hs_contact_right .span12 .span3 {
  padding: 0 15px;
  margin-left: 0;
}

.hs_contact_main_grp {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0;
}

.hs_contact_main_grp .hs_contact_left,.hs_contact_main_grp .hs_contact_right {
  padding: 0 15px;
  width: 100%;
}

.hs_contact_main_grp .dnd-section, .hs_contact_main_grp .dnd-section .dnd-column {
  padding: 0;
}

.hs_contact_main_grp .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}

.hs_sign_me_for_osmose_email_update_ .inputs-list:first-child {
  padding: 0;
}

.main, .content-wrapper--vertical-spacing, .dnd-section {
  padding: 160px 0 !important;
}

.padding-reset .dnd-section,
.padding-reset .dnd-section>.row-fluid,
.padding-reset .dnd-section .dnd-column {
  padding: 0;
}

.cm-12 {
  padding: 0 15px;
}


/* ==Osmose Inner== */
.hs_os_inner_page {
  overflow: hidden;
}

.hs_os_inner_page .hs-button[href*="pdf"] {
  background-color: #ea4c3a;
  border: 2px solid #ea4c3a;
  color: #fff;
  position: relative;
  text-align: left;
  padding-left: 70px;
  margin-top: 5px;
}

.hs_os_inner_page .hs-button[href*="pdf"]:hover {
  background-color: #d84635;
  border: 2px solid #d84635;
  color: #fff;
}

.hs_os_inner_page .hs-button {
  vertical-align: middle;
  line-height: 1.42857143;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 45px;
  padding: 15px 50px;
  margin: 50px 4px 0;
  font-weight: bold;
  letter-spacing: 2px;
  word-wrap: break-word;
  white-space: normal;
  display: inline-block;
  font-family: inherit;
}

.hs-button[href*="pdf"]:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  left: 18px;
  top: 11px;
  position: absolute;
  vertical-align: middle;
  background-image: url(https://20067784.fs1.hubspotusercontent-na1.net/hubfs/20067784/raw_assets/public/Osmose_Nov2021/images/acrobat-icon.png);
}

.hs_os_inner_page>.container {
  padding: 0;
}

.hs_os_inner_right_inner {
  padding: 0 30px 30px;
}

.hs_os_inner_page .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
  overflow: hidden;
}

.hs_os_inner_page .hs_cos_wrapper_type_rich_text ul li {
  margin: 6px 0 6px 36px;
}

.hs_os_inner_main .dnd-section {
  background-size: initial !important;
  background-position: initial !important;
}

.hs_os_inner_main .uni_description_wrap {
  margin-bottom: 0;
}

.hs_os_inner_main_grp {
  background-color: #fff;
  padding-bottom: 20px;
}


.hs_os_inner_right.cm-autoform form .field>label {
  min-width: 94.44px;
}

.hs_os_inner_right.cm-autoform form {
  margin-bottom: 17px;
}

.hs_os_inner_right.cm-autoform form .field.hs-email>.input .hs-input {
  width: 200px;
}

.hs_os_inner_right.cm-autoform form .field.hs-company>.input .hs-input, 
.hs_os_inner_right.cm-autoform form .field.hs-jobtitle>.input .hs-input {
  width: 200px;
}

.hs_os_inner_right.cm-autoform form .hs-error-msgs label, 
.hs_os_inner_right.cm-autoform form .hs-error-msg {
  padding-left: 94px;
}

.hs_contact_main_grp.col_style .hs_contact_right .dnd-column>.dnd-row {
  margin: 0 -15px;
}

.hs_contact_main_grp .hs_contact_right .dnd-column>.dnd-row .span12 {
  padding: 0 15px;
}

/* ==Careers== */
.hs_careers_page .dnd-section[class*="force-full-width"]>div {
  padding-left: 15px;
  padding-right: 15px;
}

.copyright_career {
  opacity: 0.7;
}

.footer_top_carreer {
  padding: 70px 0 40px;
  color: #fff;
  background-color: #003468;
  text-align: center;
}

.top_con {
  text-align: left;
  font-size: 0.8em;
  margin: 0 0 70px;
}

.footer_top_carreer p {
  margin: 0 0 10px 0;
}

.footer_career .top_con a {
  color: #fff;
}

.footer_top_carreer .cta_button {
  vertical-align: middle;
  line-height: 1.42857143;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
  word-wrap: break-word;
  text-transform: uppercase;
  border-radius: 45px;
  padding: 15px 50px;
  background-color: #0067ce;
  border: 2px solid #0067ce;
  color: #fff;
  margin: 0;
  white-space: nowrap;
}

.footer_top_carreer .cta_button:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #0067ce;
  text-decoration: none;
}

.hs_careers_page .dnd-section[class*="force-full-width"]>div {
  padding-left: 15px;
  padding-right: 15px;
}


.hs_careers_page .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  margin: 0 -15px;
}

.hs_careers_page .dnd-section>.row-fluid>.dnd-column .row-fluid [class*="span"] {
  padding-left: 15px;
  padding-right: 15px;
}

.hs_careers_page .dnd-section>.row-fluid .span6 .span12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hs_careers_page .hs-button {
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 45px;
  padding: 15px 50px;
  margin: 50px 4px 0;
  font-weight: bold;
  letter-spacing: 2px;
  word-wrap: break-word;
  white-space: normal;
  background-color: #0067ce;
  border: 2px solid #0067ce;
  color: #fff;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
}

.hs_careers_page .hs-button:hover {
  background-color: transparent;
  border: 2px solid #006cd0;
  color: #006cd0;
}

.hs_careers_page .hs_cos_wrapper_type_rich_text ul {
  overflow: hidden;
  padding: 0;
}

.hs_careers_page .hs_cos_wrapper_type_rich_text ul li {
  margin: 6px 0 6px 36px;
}

.hs_careers_page .hs_cos_wrapper_type_rich_text blockquote {
  position: relative;
  margin-bottom: 20px;
  padding: 30px;
  font-size: 15px;
  color: #fff;
  background: #0066ce;
  border: 0;
  border-radius: 32px;
}

.hs_careers_page .hs_cos_wrapper_type_rich_text blockquote p:last-child {
  margin-bottom: 0;
}

.hs_careers_page .benefits_wrap .benefits .item img[src*="scholarship"] {
  width: 100px;
}


/* ==Careers Main== */
.absolute_header .header .navbar,
.careers_main_page .header .navbar {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 1000;
  width: 100%;
  margin-bottom: 0;
  min-height: 50px;
}

.absolute_header header.header,
.careers_main_page header.header {
  position: relative;
  background-color: transparent;
}

.careers_main_page .home_banner .banner-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 52, 104, 0.7);
}

.careers_main_page .hs_careers_page .dnd-section[class*="force-full-width"]>div {
  padding-left: 0;
  padding-right: 0;
}


.hs_power_survey_row2_grp .hs_cos_wrapper_type_rich_text ul {
  margin-top: 0;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0;
}

.hs_power_survey_row2_grp .hs_cos_wrapper_type_rich_text ul li {
  margin: 6px 0 6px 36px;
  color: #fff;
}

.hs_power_survey_row2_grp .dnd-section .span12.dnd-module {
  padding-right: 15px;
  padding-left: 15px;
}



.europe_page_banner .jump {
  display: none;
}

.europe_page_banner .home_banner .banner-slide-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.europe_page_banner .banner-btn {
  width: 100%;
  order: 3;
}

.europe_page_banner .home_banner .banner-slide-content h2 {
  order: 2;
}

.europe_page_banner .home_banner .banner-slide-content h1 {
  order: 1;
}

.hs_europe_row2_grp h2 {
  line-height: 1.5;
  letter-spacing: 0.2px;
}

.europe .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  background: none !important;
  margin-right: .275em;
}

.europe .custom-menu-primary .hs-menu-wrapper>ul {
  padding-right: 8vw;
}

.europe .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  margin: 0;
  padding: 1.4em .7em 1.4em;
}

.hs_calc_pro_row5_grp .btn-default .blue a:hover,
.europe_page .btn-default .blue a:hover {
  border: 2px solid #fff;
}


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

.hs_calc_pro_page .btn-default {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 15px 11px 19px;
}

.hs_calc_pro_page .btn-default .btn-col.blue {
  margin-right: 19px;
}

.hs_calc_pro_page .btn-default .btn-col.blue:last-child {
  margin-right: 0;
}

.hs_calc_pro_row2_grp .dnd-section>.row-fluid {
  padding: 0;
}

.hs_calc_pro_row2_grp .hs_cos_wrapper_type_rich_text ul {
  color: #fff;
}

.hs_calc_pro_page .hs_cos_wrapper_type_rich_text ul {
  margin-top: 0;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0;
}

.hs_calc_pro_page .hs_cos_wrapper_type_rich_text ul li {
  margin: 18px 20px;
}

.hs_calc_pro_row2_grp .dnd-section>.row-fluid,
.hs_calc_pro_row5_grp .dnd-section>.row-fluid {
  padding: 0;
}

.hs_calc_pro_row3_grp .hs_cos_wrapper_type_rich_text h2 {
  line-height: 1.5;
  letter-spacing: 0.2px;
}

.hs_calc_pro_page table {
  background: no-repeat;
  margin: 0;
}

.hs_calc_pro_row5_grp .hs_cos_wrapper_type_rich_text ul li {
  margin: 6px 0 6px 36px;
}

.hs_calc_pro_row5_grp .btn-default {
  padding: 6px 15px 0 30px;
}

.two-column-v2-page-wrap.contact_inner .alert-bar {
  display: block;
}

.hs_two-column_main_grp table.padded-table th {
  text-align: center !important;
  padding: 0 !important;
  line-height: 1.5;
}
.hs_two-column_main_grp table.padded-table tbody td {
  line-height: 1.5;
}

.hs_careers_page .con_w_video_wrap {
  margin: 0 -15px;
}


@media (min-width: 1200px) {
  .careers_main_page .dnd-section>.row-fluid,
  .hs_careers_page .dnd-section>.row-fluid,
  .footer_career .container {
    max-width: 90%;
    width: 100%;
  }
  .whitepaper_row1 form {
    margin-top: -154px;
  }
  .whitepaper_row1 form .actions {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .hs_power_survey_row2_grp .dnd-section .span12.dnd-module {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
  .hs_calc_pro_row2_grp .dnd-section>.row-fluid .span12.dnd-column {
    margin-left: 25%;
    width: 75%;
  }
  .hs_calc_pro_row4_grp .dnd-section>.row-fluid .span12.dnd-column,
  .hs_calc_pro_row3_grp .dnd-section>.row-fluid .span12.dnd-column {
    margin-left: 8.33333333%;
    width: 83.33333333%;
  }
  .modal-dialog {
    width:600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
  }

  .modal-sm {
    width: 300px
  }

  .hs_careers_page .dnd-section>.row-fluid .span6 {
    margin-left: 0;
    width: 50%;
  }

  .hs_calc_pro_page .dnd-section .span3 {
    width: 25%;
  }

  .hs_calc_pro_page .dnd-section .span9 {
    margin-left: 0;
    width: 75%;
  }

  .hs_calc_pro_page .dnd-section .span6 {
    width: 50%;
    margin-left: 0;
  }
  .hs_power_survey_row3_grp form{
    width: 50%;
  } 

  .hs_contact_main_grp .hs_contact_right form{
    width: 350px;
    max-width:100%;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width:900px;
  }

}



@media (min-width: 768px) {
  .hs_video_main .dnd-section .span6 {
    width: 50%;
  }
  .hs_contact_right .span12 .span3 {
    width: 33.33333333%;
  }
  .hs_contact_main_grp .hs_contact_left {
    width: 25%;
  }
  .hs_contact_main_grp .hs_contact_right {
    width: 75%;
  }

}

@media (max-width: 1199px) {
  .absolute_header .header .navbar, 
  .careers_main_page .header .navbar {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .europe .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    background: #006cd0 !important;
  }

  .europe .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
    background: transparent !important;
  }

  .europe .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .form-page .hs_cos_wrapper_type_form form .hs_error_rollup label {
    margin: 16px 0 16px;
    font-weight: 700;
  }

  .hs_os_inner_right.cm-autoform form .hs-error-msgs label, .hs_os_inner_right.cm-autoform form .hs-error-msg {
    padding-left: 0;
  }

  .hs_calc_pro_page table {
    margin-bottom: 15px;
  }

  .absolute_header .header .navbar, .careers_main_page .header .navbar {
    position: relative;
  }
  .hs_video_page .span6:last-child .video_wrap h4+p {
    display: none;
  }

  .hs_video_page .span6:last-child .video_wrap h4 {
    margin-bottom: 10px;
  }
  .form-page .hs_cos_wrapper_type_form form .form-columns-2>div {
    width: 100% !important;
  }

  .form-page .hs_cos_wrapper_type_form form .actions {
    margin-bottom: 25px;
    text-align: left;
    margin-top: 15px;
  }

  .footer_top_carreer {
    padding: 40px 0;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    border: none;
  }
  .table-responsive > thead, .table-responsive > tr > th,
  .table-responsive > tbody > tr > th {
    display: none;
  }
  .table-responsive tbody>tr {
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .table-responsive tbody>tr {
    display: block;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    display: block;
  }
  .table-responsive>tbody>tr>td {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .table-responsive > tbody > tr > td {
    display: block;
    width: auto !important;
    text-align: left !important;
  }

  .form-page .dnd-section>.row-fluid {
    max-width: 423.52px;
  }

  .hs-california-row1 .hs_cos_wrapper_widget img {
    float: none !important;
    display: block;
    margin: 10px auto !important;
  }
  .archive__page input.hs-search-field__input {
    width: 100% !important;
    padding: 7px;
  }
}

@media (max-width: 767px) {
  .hs_contact_page .hs_cos_wrapper_type_rich_text img[style*="float: right"] {
    float: none !important;
    margin: 12px 0 !important;
    display: block;
  }
  .hs_careers_page .hs_cos_wrapper_type_rich_text blockquote img {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
  table.padded-table.table-responsive sup {
    top: 10px;
  }
  .site-search-form input.hs-search-field__input:focus,
  .archive__page input.hs-search-field__input:focus{
    padding: 7px;
  }
}

@media (max-width: 539px) {
  .form-page .hs_cos_wrapper_type_form form .hs_sign_me_for_osmose_email_update_ .input li label {
    display: flex;
    flex-direction: column-reverse;
  }

  .form-page .hs_cos_wrapper_type_form form .hs_sign_me_for_osmose_email_update_ .input input {
    margin-left: 7px;
  }

  .form-page .hs_cos_wrapper_type_form form .actions {
    margin-top: 7px;
  }
  .hs-wood-row4 p img {
    display: block;
    float: none !important;
    margin: 0 auto 10px !important;
  }
}

@media (max-width: 344px) {
  .hs_calc_pro_row5_grp .btn-default {
    padding-left: 15px;
    padding-top: 31px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}