*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}


.content-wrapper,
.page-center,
.header_container,
.footer_container,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url(https://23417760.fs1.hubspotusercontent-na1.net/hubfs/23417760/raw_assets/public/Sandmeyer_Steel_Company_January2023/fonts/fontawesome-webfont.woff);
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://23417760.fs1.hubspotusercontent-na1.net/hubfs/23417760/raw_assets/public/Sandmeyer_Steel_Company_January2023/fonts/glyphicons-halflings-regular.ttf),
    url(https://23417760.fs1.hubspotusercontent-na1.net/hubfs/23417760/raw_assets/public/Sandmeyer_Steel_Company_January2023/fonts/glyphicons-halflings-regular.woff);
  font-weight: normal;
  font-style: normal;
}

html{
  font-size:14px;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.6;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  background-color: #fff;
}

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

/* Paragraphs */

p {
  margin: 0 0 22px;
}


img{
  max-width:100%;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height:1.3;
  margin: 0 0 22px 0;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 7px;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 18px;
}

/* Labels */

form label {
  font-family: Montserrat;
  font-size: 16px;
  display: block;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-family: Montserrat;
  color: #339e35;
  margin: 0px 0px 6px;
  font-size: 11px;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  width: 100%;
  padding: 0 15px;
  min-height: 27px;
  border-radius: 15px;
  background-color: #f5f8fa;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid;
  height: 40px;
  display: inline-block;
  outline: none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #f2545b;
}

.hs-input.invalid.error {
  border-color: #c87872;
}

.hs-error-msg,
.systems-page ul.no-list.hs-error-msgs label{
  color: #f2545b;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs_error_rollup li label {
    color: #f2545b;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{ 
/*   white-space: pre-wrap; */
  font-size: 16px;
  line-height: 16px;
  font-family: Montserrat;
  border: 1px solid;
  text-align: center;
  transition: all .15s linear;
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_wrapper {
  min-height: 153px;
}
.bottom_header_form .searchbox form input {
  border: 2px solid #ff8300;
  cursor: auto;
  font-family: Arimo,sans-serif;
  font-size: inherit;
  line-height: inherit;
  margin-left: 10.3%;
  margin-top: 5px;
  outline: none;
  width: 94%;
  background: #ffffff;
  border-radius: unset;
  height: 28.39px;
}

.bottom_header_form .searchbox form input:focus {
  border: 2px solid #ff8300;
}
.search_field .bottom_header_form .searchbox form input::placeholder {
  font-size: 0;
}
.bottom_header_form .searchbox form input::placeholder {
  font-size: 0;
}
header.custom_header_group {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.top_header_section {
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 871;
  width: 100%;
}

.top_box_wrapper {
  min-height: 34px;
  background: #333333;
  padding: 5px 0 0;
}

.top_header_outer_wrapper {
  margin-left: 110px;
  display:flex;
}

.logo img {
  position: absolute;
  max-width: 100%;
  height: auto;
  padding-left: 0px;
  margin-left: -130px;
  width: 129px !important;
}

.service_text {
  display: inline-block;
  font-size: 16px;
  margin-top: 0px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

button.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  border-color: #333;
}



button.navbar-toggle .icon-bar {
  background-color: #fff;
  position: relative;
  transition: all 500ms ease-in-out;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}


button.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.top_menu_section {
  /*   width: 58.33333%; */
  padding-left:15px;
  text-align: right;
}

.top_menu_inner_wrapper {
  background: none;
  border: 0 none;
  border-radius: 0;
  height: auto;
  margin: 0;
  min-height: 30px;
  position: relative;
}

.top_menu {
  padding: 0;
  border-color: #101010;
}


.top_menu .hs-menu-wrapper ul {
  margin-top: -5px ;
  margin-bottom: -5px;
}


.top_menu ul li {
  position: relative;
  display: block;
}

.top_menu ul li a {
  font-size: 12px;
  padding: 6px 8px 5px;
  line-height: 22px;
  transition: background 0.2s linear, color 0.2s linear;
  color: #fff;
  text-shadow: none;
  position: relative;
  display: block;
}


.top_menu ul li:hover a {
  background: transparent;
  color: #55af4f;
}

.top_menu ul li a>span {
  font-style: italic;
  color: #55af4f;
  font-weight: bold;
  text-transform: uppercase;
}

.top_menu ul li a:after {
  margin-left: 7px;
  top: 5px;
  position: absolute;
  color: #949393;
  content: "\2022";
}
.top_menu ul li:last-child a:after{
  content:none;
}

.language_section {
  text-align: right;
}

.language_btn-select {
  margin: 0px 6px 0 0;
  color: #7f7f7f;
  font-size: 12px;
  vertical-align: top;
  position: relative;
  display: inline-block;
}

.language_btn-select a   {
  z-index: 911;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  font-size: 12px;
  line-height: 24px;
  padding: 0 28px 3px 7px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display:block;
  position: relative;

}


.language_btn-select a:hover {
  background: #ffffff;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  color: #7f7f7f;
  /*   border: 1px solid #ccc; */
}
.language_btn-select a:hover span:after{
  color: #7f7f7f;
} 


/* .language_btn-select a:hover {
color: #ffffff;
} */
.language_btn-select ul>li>a:hover {
  background: #f2f2f2;
  color: #333;
}
/* .language_btn-select a span {
color: rgba(255, 255, 255, 0.5);
margin: -2px 0 0;
border: 0 none;
height: 6px;
width: 9px;
vertical-align: middle;
display: inline-block;
}
*/

.language_btn-select a span{
  position:relative;
}
.language_btn-select a span:after {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 6px;
  position: absolute;
  width: 9px;
  right: -12px;
  top: 4px;
  color: #ffffff;
  opacity: 0.5;
}

.language_btn-select ul {
  display: none; 
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  padding: 0;
  min-width: 135px;
  border-radius: 0 0px 3px 3px!important;
  margin: 0;
  padding-top: 8px;
  z-index: 910;
}




.language_btn-select ul>li>a {
  font-size: 12px;
  line-height: 22px;
  text-align: right;
  padding: 4px 6px;
  padding-right: 20px;
  color: #333333;
  white-space: nowrap;
  clear: both;
  font-weight: normal;
  display: block;
}



.middle_section {
  background-image:url(https://23417760.fs1.hubspotusercontent-na1.net/hubfs/23417760/raw_assets/public/Sandmeyer_Steel_Company_January2023/images/gradianttop.jpg);
  background-repeat: repeat-x;
  height: 87px;
  margin-top:-1px;
}

.middle_section_logo img {
  margin-top: 23px;
  margin-left: 125px;
  width: 80% !IMPORTANT;
  height: auto;
  max-width: 100%;
}

.middle_right_content {
  text-align: right;
  padding:0 15px;
}

.middle_inner_wrapper {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding-top:1px;
}

.middle_section_logo{
  padding:0 15px;
}
.middle_right_content a {
  border-color: #2a9d3e;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 14px;
  margin-left: 0px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 12px;
  text-shadow: 0px 0px #000;
  top: 18px;
  position: relative;
  box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 75%);
  font-weight: bold;
  margin-right: 5px;
  background-color: #2a9d3e;
  transition: background .2s linear, border .2s linear, color .2s linear;
  white-space: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}

.middle_right_content a:hover {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}

.middle_right_content a:first-child {
  padding: 6px 10px;
  margin-top: -1px;
}

.middle_right_content img {
  width: 51px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}



.bottom_header_section {
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 870;
  backface-visibility: hidden;
  width: auto;
  width: 100%;
  transition: margin-top 0.2s linear;
  height: 32px;
}

.bottom_header_wrapper {
  background-color: #333333;
  transition: background 0.2s linear;
  min-height: 32px;
  padding: 2px 0;
}


.sticky_header {
  position: relative;
}

.sticky_header_inner_wrapper {
  margin-left: 95px;
  margin-right: -15px;
}

.bottom_menu_inner_section {
  display: flex;
  width: 100%;
  padding:0 15px;
}




.logo_scroll {
  display: none;
}

.mobile_top_buttons {
  display: none;
  float: right;
}

.right-box-wrapper {
  height: 32px;
  width:100%;
  /*     vertical-align: middle; */
  /*     display: flex; */
}

.right-box-wrapper .primary {
  margin-bottom: 0px;
  max-height: 32px;
  float: left;
  z-index: 900;
  margin-top:-1px;
}

.right-box-wrapper .navbar {
  background: none;
  border: 0 none;
  margin: 0;
  min-height: 32px;
  position: relative;
  display: flex;
  align-items: center;
}


.primary_menu {
  padding: 0;
  position: relative;
  border-color: #e7e7e7;
}

.primary_menu .hs-menu-wrapper>ul {
  margin: 0;
  position: relative;
  display:flex;
}

.primary_menu .hs-menu-wrapper ul ul {
  display: none;
}


.primary_menu .hs-menu-wrapper>ul>li {
  padding: 2px 3px 0;
  position: relative;
  z-index: 10000;
}
.primary_menu .hs-menu-wrapper>ul>li>a {
  background: none;
  border-radius: 3px;
  color: #FFF;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: none;
  transition: all 0.2s linear;
  z-index: 901;
  font-size: 14px;
  padding: 4px 6px;
  border: 0px;
  position: relative;
}


.primary_menu .hs-menu-wrapper>ul>li:last-child>a:before {
  margin-right: 2px;
  opacity: .8;
  filter: alpha(opacity=80);
  text-align: center;
  width: 15px;
  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);
  content: "\f002";
}

.primary_menu .hs-menu-wrapper>ul>li:hover>a {
  background-color: transparent;
  border: 0px;
  border-bottom: 0px solid #55af4f;
  color: #55af4f;
}

.primary_menu .hs-menu-wrapper>ul>li:hover>ul{
  display:block;
  position: absolute;
  top: 100%;
}

.primary_menu .hs-menu-wrapper>ul>li ul {
  border-top: 4px solid #55af4f;
  font-size: 13px;
  line-height: 24px;
  background: #fff;
  /*   border: 1px solid #ccc; */
  box-shadow: 0 0 5px rgb(0 0 0 / 25%);
  margin: 0;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-radius: 0px;
  left: 3px;
  z-index: 900;
  margin-top:2px;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a {
  color: #279d3c;
  line-height: 14px;
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
  transition: opacity .2s linear;
  margin: 0 0 3px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li:first-child {
  padding-top: 15px;
  padding-bottom: 0;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li {
  padding: 0px 20px;
  position:relative;
}
.primary_menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: #1e1e1e;
  display: block;
  text-decoration: none;
  transition: opacity .2s linear;
  line-height: 14px;
  padding-bottom: 10px;
  width: 175px;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li{
  position:relative;
  display:block;
}


.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul{
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 15px 20px;
}

.primary_menu .hs-menu-wrapper>ul>li>ul>li:hover>ul {
  display: block;

}

.primary_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  font-size: 13px;
  line-height: 24px;
  color: #1e1e1e;
  display: block;
  text-decoration: none;
  transition: opacity .2s linear;
  line-height: 14px;
  padding-bottom: 10px;
}


.bottom_header_form {
  display: none;
}

.bottom_header_form .searchbox {
  width: 90%;
  height: 50px;
  margin-top: 5px;
}



.bottom_header_form .searchbox .page-center {
  position: relative;
}

.bottom_header_form .searchbox input {
  width: 94%;
  margin-left: 10.3%;
  border: 2px solid rgb(255, 131, 0);
  margin-top: 5px;
  cursor: auto;
  font-family: "Arimo", sans-serif;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}




/*  sticky header*/
.fixed-header .logo_scroll {
  display: inline-block;
  padding: 0 15px;
}

.fixed-header .sticky_header_inner_wrapper {
  margin-left: 0;
  display: flex;
}

.fixed-header .sticky_logo {
  height: 50px;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  display: table-cell;
}

.fixed-header .sticky_logo img {
  max-height: 100px;
  width: 158px !important;
  max-width: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 60px;
  display:block;
}
.fixed-header .bottom_header_section {
  top: 0;
}
body.fixed-header .right-box-wrapper .navbar {
  display: flex;
  /* align-items: center; */
}

.fixed-header .topsocial_wrapper {
  display: none;
}

.sticky_buttons a {
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 12px;
  text-shadow: 0px 0px #000;
  top: 10px;
  position: relative;
  box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 75%);
  font-weight: bold;
  padding: 4px 7px;
  margin-right: 15px;
  float: left;
  background-color: #2a9d3e;
  line-height: 22px;
  outline: none;
  filter: none;
  transition: background .2s linear, border .2s linear, color .2s linear;
  white-space: normal;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  user-select: none;
}


.fixed-header .sticky_buttons{
  display:flex;
}
.sticky_buttons {
  /*   display: flex; */
  align-items: center;
  margin-top: -18px;
  display:none;
}

.sticky_buttons a:hover {
  background-color: #333333;
  border-color: #333333;
  color:#ffffff;
}

body.fixed-header .bottom_menu_inner_section {
  margin-top: 24px;
  padding-left: 24px;
}

.search-open .bottom_header_form {
  display: block;
}


body.search-open .primary_menu .hs-menu-wrapper>ul>li:last-child>a:before {
  content: "\f00d";
}
.language-open .language_btn-select ul {
  display: block;
}

.middle_right_content a:last-child:before, .middle_right_content a:last-child:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.middle_right_content a:last-child:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #2a9d3e;
  border-width: 15px;
  margin-left: -15px;
  transition: background .2s linear, border .2s linear, color .2s linear;
}


.middle_right_content a:hover:last-child:after {
  border-top-color: #333333;
}

.tabnav{
  display:none;
}



body.fixed-header .right-box-wrapper .primary {
  margin-top: 0.2px;
}

header.custom_header_group.header_no-nav .top_box_wrapper {
  min-height: 35px;
}

header.custom_header_group.header_no-nav .bottom_header_wrapper {
  height: 36px;
}

body.fixed-header header.custom_header_group.header_no-nav .bottom_header_wrapper {
  min-height: 84px;
}

.language_btn-select:hover ul {
  display: block;
  border-top:0;
}


@media (min-width:1100px){
  .primary_menu .hs-menu-wrapper>ul{
    margin-left: 7px;
    float: left;
  }

  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}




@media (min-width:992px){

  .logo img{
    top: 12px;
  }

  .service_text{
    width:25%;
  }

  .top_menu {
    overflow: visible;
    display: block;
    height: auto;
    padding-bottom: 0;
  }

  .language_section {
    width: 15.66667%;
  }

  .bottom_header_section {
    top: 121px
  }


  .primary_menu .hs-menu-wrapper>ul>li>a:after {
    top: 2px;
    margin-left: 7px;
    position: absolute;
    color: #949393;
    content: "\2022";
  }
  .primary_menu .hs-menu-wrapper>ul>li:last-child>a:after {
    color: transparent;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}


@media (max-width:1200px){
  .middle_right_content a:last-child:after{
    border-width: 10px;
    margin-left: -10px;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}





@media (max-width:1199px){
  .service_text {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-top: 3px;
  }

  .top_header_outer_wrapper {
    margin-left: 35px;
  }



  /*   .sticky_header_inner_wrapper {
  margin-left: 24px;
}  */
  .logo img {
    width: 119px!important;
    margin-left: -110px;
  }

  .language_btn-select {
    margin: 0;
  }



  body.fixed-header .primary_menu .hs-menu-wrapper>ul>li>a {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    padding: 4px;
    margin-left: 4.2px;
  }

  body.fixed-header .bottom_menu_inner_section {
    padding-left: 6px;
    margin-top: 20px;
  }

  .sticky_buttons a {
    text-transform: uppercase;
    border-radius: 6px;
    font-size: 10px;
    text-shadow: 0px 0px #000;
    top: 10px;
    position: relative;
    -webkit-box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 75%);
    font-weight: bold;
    padding: 4px 1px;
    margin-right: 2px;
    float: left;
  }

  .fixed-header .sticky_buttons {
    margin-top: -14px;
    margin-left: 1px; 
  }

  .fixed-header .primary_menu .hs-menu-wrapper>ul>li>a:after{
    margin-left: 7px;
    top: 4px;
  }

  .language_btn-select a span:after {
    display: none;
  }

  .language_btn-select a {
    padding: 0 16px 3px 7px;
  }

  .middle_section_logo img {
    margin-left: 50px;
  }
  .topsocial{
    float: right;
    position: absolute;
    right: 117px;
  }

  .primary_menu .hs-menu-wrapper>ul{
    margin-left:3px;
  }

  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }

}



@media (max-width:1150px){
  .logo {
    padding-left:15px;
  }
  .middle_section_logo img {
    margin-left: 70px;
  }

  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}



@media (max-width:1199px){
  .logo{
    padding-left: 0;
  }

  .middle_section_logo img {
    margin-top: 28px;
    margin-left: 50px;
  }

  .sticky_header_inner_wrapper {
    margin-left:24px;
  }

  .topsocial{
    position:absolute;
    right:117px;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }

}

@media (max-width:1100px){
  .logo img{
    width: 100px!important;
    margin-left: -100px;
  }

  .primary_menu .hs-menu-wrapper>ul>li>a {
    padding: 4px 4px;
    font-size: 14px;
  }

  .right-box-wrapper .primary {
    padding-left: 10px;
  }
  /*   .topsocial{
  float: right;
  position: absolute;
  right: 29px;
} */

  .right-box-wrapper .primary {
    padding-left: 3px;
  }

  body.fixed-header .primary_menu .hs-menu-wrapper>ul>li>a{
    margin-left:0;
  }

  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }

}



@media (max-width:1096px){
  .topsocial{
    position: absolute;
    right: 65px;
  }
  .right-box-wrapper .primary {
    padding-left: 3px;
  }
  .topsocial {
    position: absolute;
    right: 24px;
  }

  .fixed-header .right-box-wrapper .primary{
    padding-left:0;
  }
  .fixed-header .sticky_buttons{
    margin-left:0;
  }
  body.fixed-header .bottom_menu_inner_section{
    padding-left:2px;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}


@media (min-width: 1013px) and (max-width: 1100px){
  .middle_right_content a {
    margin-left: 5px;
  }
  .middle_right_content a:last-child {
    margin-left: 1px;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}


@media (max-width:1088px){
  .top_header_outer_wrapper {
    margin-left: 45px;
  }
  .logo{
    padding-left:0;
  }
  .top_menu_section {
    width: 62%;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }

}

@media (min-width: 965px) and (max-width: 1089px){

  .service_text {
    padding-left: 5px;
  }

  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }

}



@media (min-width: 965px) and (max-width: 1050px){
  .logo img{
    width: 80px!important;
    margin-left: -80px;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}





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


  .top_menu {
    display: block ;
    visibility: visible ;
    height: auto ;
    padding-bottom: 0;
    overflow: visible;
    width: auto;
    border-top: 0;
    box-shadow: none;
  }


  .top_menu_inner_wrapper {
    border-radius: 3px;
  }

  .top_menu ul{
    float: right;
    margin-right: -15px;
    margin:0;
  }


  .top_menu ul li {
    float: left;
  }

  .middle_section_logo {
    width: 58.33333%;
  }
  .middle_right_content {
    width: 41.66667%;
  }

  .primary_menu .hs-menu-wrapper>ul>li{
    float: left;
  }

  .right-box-wrapper .navbar button .navbar-toggle {
    display: none;
  }

  /*   .top_menu ul li a {
  padding-top: 14px;
  padding-bottom: 14px;
} */

  .top_menu_section{
    width: 60.33333%;
  }


  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}


@media (max-width:1200px){
  .top_menu_section {
    width: 62%;
  }

  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}


@media (max-width:991px){


  .header_wrapper {
    min-height: 80px;
  }
  .header_outer_wrapper {
    display: none;
  }

  header.custom_header_group {
    top: 0px;
    height: 32px;
    /*     position: fixed; */
    z-index: 1000;
    transition: margin-top 0.2s linear;
    left: 0;
    right: 0;
    width: auto;
  }

  .tabnav {
    background-color: #333333;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    min-height: 84px;
    padding: 2px 0;
    display:block;
  }

  .tabnav_inner {
    margin-right: -15px;
    display: flex;
  }

  .tabnav_logo_wrapper {
    display: inline-block;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabnav_logo {
    height: 50px;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
  }

  .tabnav_logo a {
    display: inline-block;
    max-width: 100%;
  }

  .tabnav_logo a img {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 60px!important;
    height: 60px;
    max-height: 100px;
    max-width: 60px;
  }

  .right_content_wrapper {
    margin-top: 20px;
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: flex-end;
  }

  .btn_wrapper {
    padding-right: 15px;
  }

  .btn_wrapper a {
    border-color: #2a9d3e;
    background-color: #2a9d3e;
    border-radius: 3px;
    line-height: 22px;
    outline: none;
    padding: 8px 19px;
    transition: background .2s linear, border .2s linear, color .2s linear;
    white-space: normal;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 14px;
    cursor: pointer;
  }

  .btn_wrapper a:hover {
    background-color: #333333;
    border-color: #333333;
    color: #fff;
  }

  .btn_wrapper a:first-child i {
    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);
    color: #fff;
  }

  .btn_wrapper a:first-child i:first-child:before {
    content: "\f002";
  }

  .btn_wrapper a:first-child i:last-child {
    display: none;
  }

  .hamburger_wrapper {
    height: 32px;
    vertical-align: middle;
    text-align: right;
    width: 95.4px;
    margin-top: 4px;
  }

  .hamburger_inner {
    max-height: 32px;
    display: inline-block;
    float: none;
    margin: 0 0 0 -4px;
    text-align: left;
    vertical-align: top;
  }

  .hamburger {
    position: static;
    border-radius: 3px;
    background: none;
    border: 0 none;
    margin: 0;
  }

  .hamburger button {
    background: none;
    border: 1px solid transparent;
    border-bottom: 0 none;
    margin-top: -18px!important;
    top: 10px;
    border-radius: 3px 3px 0 0;
    box-shadow: none;
    display: block;
    float: left;
    height: 46px;
    line-height: 15px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: none;
    z-index: 920;
    font-family: "Arimo", sans-serif;
  }

  .hamburger button:before {
    border-left: 1px solid rgba(204, 204, 204, 0.8);
    bottom: 8px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    top: 7px;
  }
  body.menu-open .hamburger button {
    background: #fff;
    border: 1px solid #ccc;
  }


  body.menu-open .hamburger button span:nth-child(2) {
    top: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  body.menu-open .hamburger button span:nth-child(3) {
    top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  body.menu-open .hamburger button span:first-child {
    display: none;
  }
  .hamburger button span {
    background-color: #2a9d3e;
    box-shadow: none;
    border-radius: 0;
    height: 3px;
    margin: 0;
    width: 22px;
    position: relative;
    transition: all 500ms ease-in-out;
    display: block;
  }

  .hamburger button span:nth-child(2) {
    margin-top: 3px;
  }

  .hamburger button span:nth-child(3) {
    margin-top: 3px;
  }
  .tab_menu{
    display:none;
  }
  .hamburger button:hover, .hamburger button:focus {
    background-color: transparent;
    border-color: transparent;
  }
  .hamburger button:hover, .hamburger button:focus {
    background-color: transparent;
    border-color: transparent;
  }

  .tab_menu {
    left: auto;
    max-height: inherit;
    overflow: hidden!important;
    padding: 0;
    position: absolute;
    right: 0;
    top: 69px;
    visibility: visible!important;
    width: 100%;
    z-index: 919;
  }

  .tab_menu .hs-menu-wrapper>ul {
    overflow-y: scroll;
    height: 250px;
    padding: 8px 0px 3px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px 0 3px 3px;
    float: none;
    margin: 0;
    position: relative;
  }

  .tab_menu .hs-menu-wrapper>ul>li {
    padding: 2px 3px 0;
    position: relative;
    z-index: 10000;
    float: none;
    margin: 0 0 3px;
    display: block;
    line-height: 28px;
  }
  .tabnav .page-center {
    position: relative;
  }
  .tab_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    background: #f2f2f2;
    display:block
  }
  .tab_menu .hs-menu-wrapper>ul>li>a {
    padding: 4px 4px;
    font-size: 14px;
    border-radius: 3px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    position: static;
    text-shadow: none;
    line-height: 20px;
    transition: all 0.2s linear;
    display:block
  }

  .tab_menu .hs-menu-wrapper>ul>li>a:hover {
    background: #e9e9e9;
  }


  .child-trigger {
    bottom: 0;
    left: -7px;
    position: absolute;
    top: -3px;
    float: right;
    text-align: right;
    left: auto;
    right: 13px;
    width: 55px;
    cursor: pointer;
  }

  .child-trigger:after {
    background: #1e1e1e;
    display: block;
    height: 1px;
    margin: 18px 0 0 20px;
    position: absolute;
    width: 10px;
    font-size: 5px;
    content: '';
  }

  .child-trigger:before {
    height: 10px;
    margin: 14px 0 0 24px;
    width: 2px;
    background: #1e1e1e;
    display: block;
    position: absolute;
    font-size: 5px;
    content: '';
  }
  .tab_menu .hs-menu-wrapper>ul ul {
    display: none;
    border-radius: 0px;
    left: 3px;
    padding: 0;
    z-index: 900;
    width: 100%;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    margin: -1px 0 0;
    border-left: 0px!important;
    border-right: 0px!important;
    border-bottom: 0px!important;
    background: #f7f7f7;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    border-top-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top: 4px solid #55af4f!important;
  }

  .tab_menu .hs-menu-wrapper>ul ul li {
    /*     width: 100%; */
    line-height: 22px;
    font-size: 13px;
    /*     padding-top: 5px;
    vertical-align: top; */
  }


  .tab_menu .hs-menu-wrapper>ul ul{
    padding-top: 6px;
    padding-bottom:5px;
  }

  .tab_menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 15px;
    margin: 0 0 0px;
    margin-left: -6px;
    text-transform: capitalize;
    color: #1e1e1e;
    cursor: pointer;
    font-weight: normal;
    line-height:18px;
    padding: 7px 9px 7px 33px;
    display:block;
  }
  .tab_menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }
  .tab_menu .hs-menu-wrapper>ul>li:hover>a {
    background-color: transparent!important;
    border: 0px!important;
    border-bottom: 0px solid #55af4f!important;
    color: #55af4f!important;
    border-radius: 0px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    background: #fff;
  }

  .tab_menu .hs-menu-wrapper>ul>li>a>span {
    font-style: italic;
    color: #55af4f;
    font-weight: bold;
    text-transform: uppercase;
  }
  .tab_menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a {
    font-size: 15px;
    padding: 0px;
    margin-left: -6px;
    margin-bottom: 3px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    padding: 7px 9px 7px 33px;
    display: block;
    text-decoration: none;
    width: auto ;
    color: #279d3c;
    line-height: 14px;
  }


  .child-trigger.nav-active:before {
    display: block;
    height: 1px;
    margin: 18px 0 0 20px;
    position: absolute;
    width: 10px;
    font-size: 5px;
  }
  body.search-open .search_field {
    margin-top: 25px;
  }

  .search_field .bottom_header_form .searchbox input{
    margin-left: 9.6%;
    width: 97%;
  }

  .search_field .bottom_header_form .searchbox form input{
    margin-left: 9.6%;
    width: 97%;
  }


  body.search-open .btn_wrapper a:first-child i:first-child:before {
    content: "\f00d";
  }
  /*   header.custom_header_group {
  position: fixed;
}
  */

  .tabnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }

  header.custom_header_group.header_no-nav .tabnav {
    min-height: 89px;
  }

  .fixed-header .right_content_wrapper {
    margin-top: 15px;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}

@media (max-width:934px){

  .tab_menu .hs-menu-wrapper>ul{
    height:100vh;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}

@media (max-width:767px){
  .tabnav .page-center {
    padding: 0 10px;
  }

  .right_content_wrapper {
    padding-left: 0;
  }

  .btn_wrapper {
    padding-right: 15px;
  }

  .tabnav .page-center {
    padding: 0 10px;
  }


  .hamburger_wrapper {
    width: 99.59px;
  }

  .search_field .bottom_header_form .searchbox input {
    margin-left: 8.6%;
    width: 82.5%;
  }
  .search_field .bottom_header_form .searchbox form input {
    margin-left: 8.6%;
    width: 82.5%;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}


@media (max-width:750px){
  .hamburger_wrapper {
    width: 97px;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}


@media (max-width:600px){
  .hamburger_wrapper {
    width: 77px;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}

@media (max-width:500px){
  .hamburger_wrapper {
    width: 63px;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}

@media (max-width:480px){
  .hamburger_wrapper {
    width: 60px;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}




@media (max-width:406px){


  .btn_wrapper {
    margin-left: 2px;
    padding-left: 0px;
    width: 100%;
    text-align: right;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}


@media (max-width:400px){
  .btn_wrapper a{ 
    font-size: 11px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .hamburger_wrapper{
    width: 82px;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}

@media (max-width:350px){
  .hamburger_wrapper {
    width: 70px;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}

@media (max-width:320px){
  .btn_wrapper{
    padding-right:23px;
  }

  .hamburger_wrapper{
    width:auto;
  }
  .search_field .bottom_header_form .searchbox input {
    margin-left: 17px;
    width: 87%;
  }


  .search_field .bottom_header_form .searchbox form input{
    margin-left: 17px;
    width: 87%;
  }
  .search_field .bottom_header_form .searchbox form input::placeholder {
    font-size:0;
  }
}
footer.custom_footer_group {
  color: #7f7f7f;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  z-index: 9;
}

footer.custom_footer_group .footer_top {
  background: #d9d9d9;
  padding: 40px 0 1px;
  font-size: 12px;
  line-height: 21px;
}

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


.left_column {
  width: 100%;
  float: left;
  padding:0 15px;
  margin-bottom:30px;
}

.title {
  margin: 0 0 15px;
  position: relative;
}

.title h3 {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 0 0 12px;
  border-bottom: 1px solid #ababab;
  margin-bottom:15px;
}

.title p {
  margin: 0 0 16px;
  color: #7f7f7f;
  font-size: 12px;

}



.bottom_text {
  margin: 0 0 16px;
  font-weight: bold;
  padding-top: 20px;
}

.bottom_text p {
  font-size: 12px;
  color: #7f7f7f;
  font-weight: 700;
  margin-bottom:0;
}




.right_column{
  width: 100%;
  float: left;
}



.footer_menu .hs-menu-wrapper>ul>li:first-child {
  float: left;
  padding:0 15px;
  margin-bottom:30px;
  width:100%;
}

.footer_menu .hs-menu-wrapper>ul>li:last-child {
  float: left;
  padding:0 15px;
  margin-bottom:30px;
  width:100%
}
.footer_menu .hs-menu-wrapper>ul>li>ul>li {
    padding-right: 0;
}
.footer_menu .hs-menu-wrapper>ul>li:first-child>ul>li {
  width: 50%;
  float: left;
}

.footer_menu {
  width: 100%;
}

.footer_menu .hs-menu-wrapper>ul>li>a {
  border-bottom: 1px solid #ababab;
  color: #1e1e1e;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 15px;
  padding: 0 0 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s linear;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
  line-height: 21px;
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}



.footer_bottom {
  background: #696969;
  color: #fff;
  order-top-width: 1px;
  font-size: 11px;
  line-height: 17px;
  padding: 21px 0 20px;
}

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

.copyright {
  padding:0 15px;
  float:left;
  width:100%;
}

.copyright a {
  color: #ffffff;
}


.phone{
  padding-left: 34px;
  padding-right:15px;
  position: relative;
  float:left;
  width:50%;

}

.phone svg {
  color: #c6c6c6;
  left: 16px;
  position: absolute;
  top: 0;
}

.phone a{
  color:#ffffff;
}

.address{
  padding-left: 34px;
  padding-right:15px;
  position: relative;
  float:left;
  width:50%;
}

.address svg{
  color: #c6c6c6;
  left: 16px;
  position: absolute;
  top: 0;
}

.address a{
  color:#ffffff;
}



.backtotop{
  padding:0 15px;
  float:left;
  width:100%;

}
.backtotop a {
  background: #8d8d8d;
  border-radius: 3px;
  display: block;
  float: right;
  height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #ffffff;
}

.backtotop a:hover {
  background: #ffffff;
}

.glyphicon-arrow-up {
  color: #696969;
  margin: 14px 0 0 -0.5px;
  vertical-align: top;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

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

.copyright.copyright_mobile{
  display:none;
}

.copyright a:hover,
.phone a:hover,
.address a:hover
{
  text-decoration: underline;
  color: #ffffff;
}

.footer_menu .hs-menu-wrapper>ul>li>ul li a:hover {
  color: #000;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}


.footer_menu .hs-menu-wrapper>ul>li:last-child>a {
  cursor: text;
}



.footer_no-nav .backtotop {
    float: right;
}





@media (max-width:767px){
  .footer_top .page-center {
    padding: 0 10px;
  }

  .left_column {
    margin-bottom: 36px;
    overflow: hidden;
  }

  .footer_menu .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: 36px;
    overflow: hidden;
  }

  .footer_menu .hs-menu-wrapper>ul>li:first-child>ul>li {
    width: 100%;
  }
  .footer_bottom .page-center {
    padding: 0 10px;
  }
  .phone {
    float: left;
    margin-bottom: 29px;
    width: 48%;
  }

  .address {
    margin-bottom: 29px;
    width: 48%;
    float: right;
    overflow: hidden;
  }
  .backtotop a {
    float: none;
    margin: 0 auto;
  }

  .copyright {
    padding: 17px 0;
    text-align: center;
  }


  .copyright.copyright_desktop {
    display: none;
  }

  .phone strong {
    display: block;
  }

  .copyright.copyright_mobile{
    display:block;
  }
}



@media (min-width:768px){
  .left_column {
    width: 50%;
  }

  .footer_menu .hs-menu-wrapper>ul>li:first-child{
    width:100%;
  }

  .footer_menu .hs-menu-wrapper>ul>li:last-child{
    width:50%;
  }

  .copyright{
    width:25%;
  }

  .phone{
    width:25%;
  }
  .address{
    width:25%;
  }

  .backtotop{
    width:25%;
  }


}

@media (min-width: 768px) and (max-width: 991px){

  .left_column {
    margin-bottom: 40px;
  }
  .footer_menu .hs-menu-wrapper>ul>li:last-child{
    margin-bottom: 40px;
  }

}




@media (min-width:992px){
  .copyright {
    width: 25%;
  }

  .phone{
    width:25%;
  }

  .address{
    width:25%;
  }

  .backtotop{
    width:25%;
  }

  .left_column {
    width: 25%;
  }

  .right_column{
    width: 75%;
  }

  .footer_menu .hs-menu-wrapper>ul>li:first-child{
    width: 66.66%;
  }
  .footer_menu .hs-menu-wrapper>ul>li:last-child{
    width: 33.33%;
  }

}
/* Menu and simple menu */

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