*, *: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 ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper {
  width: 100%;
  padding-right: 0.75rem;
  padding-left:0.75rem;
  margin-right: auto;
  margin-left: auto;
}



.dnd-section .dnd-column {
  padding: 0 20px;
}
.dnd-section[class*="full-width-section"] {
  padding-top: 0;
  padding-bottom: 0;
}
.Banner-row-0-force-full-width-section > .row-fluid {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "BootstrapIcons";
  src: url(https://4249425.fs1.hubspotusercontent-na1.net/hubfs/4249425/raw_assets/public/Tensarcorp_April2022/fonts/GLYPHICONSHalflings-Regular.eot) format("embedded-opentype"), 
    url(https://4249425.fs1.hubspotusercontent-na1.net/hubfs/4249425/raw_assets/public/Tensarcorp_April2022/fonts/glyphicons-halflings-regular.woff) format("woff"), 
    url(https://4249425.fs1.hubspotusercontent-na1.net/hubfs/4249425/raw_assets/public/Tensarcorp_April2022/fonts/GLYPHICONSHalflings-Regular.ttf) format("truetype"),
    url(https://4249425.fs1.hubspotusercontent-na1.net/hubfs/4249425/raw_assets/public/Tensarcorp_April2022/fonts/GLYPHICONSHalflings-Regular.svg) format("svg"); 
  font-style: normal; 
  font-weight: 300; 
}

body {
  line-height: 1.5;
  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 */
img {
  vertical-align: middle;
  max-width: 100%;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 2.13;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
}

/* Headings */

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

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

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

/* Labels */

form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  font-family: helvetica;
  font-size: 15px;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: block !important;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
  position: relative;
  top: 10px;
}
li.hs-form-booleancheckbox {
  margin-top: -5px;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}
.form-title {
  font-size: 36px;
  font-weight: 300;
  color: #23323b;
  line-height: 1.2;
  margin-bottom: 30px;
}
/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  background-color: #f5f8fa;
  padding: 10px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  height: 40px;
  font-weight: normal;
  line-height: 22px;
  border: 1px solid #cbd6e2;
  border-radius: 15px;
  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;
  padding: 0;
  width: 100%;
  padding-top: 0;
}


ul.no-list.hs-error-msgs.inputs-list li label{
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: 400;
  color: #f2545b;
}
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.75rem;
  margin: 0 0 1.4rem;
  line-height: 1.5;
}

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-msg {
  color: #f2545b;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  white-space: normal;
  font-family: helvetica;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border: 1px solid #ccc;
  font-size: 14px;
  margin: 15px 0;
}
.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar, 
.hs_cos_wrapper_type_form, 
.widget-type-blog_subscribe, 
.widget-type-google_search, 
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset {
  padding: 40px 30px;
  display: block;
/*   border: solid 2px #e0eaef; */
  width: 100%;
  margin-bottom: 15px;
  max-width: 750px;
}
/* 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.header ul{
  margin:0;
  padding:0;
  list-style:none;
}
header.header  {
  background-image: linear-gradient(to bottom, #23323b, rgba(35, 50, 59, 0));
  position: relative;
  z-index: 3;
}
header.header .header-top {
  position: relative;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 500;
  background: #0c1317;
  z-index: 999;
}
.header .header-top .content-wrapper {
  max-width: 1340px;
}
body.no-banner .header .header-bottom {
  padding: 10px 0;
  z-index: 3;
  position: relative;
  transition: all 0.4s ease-in-out;
  background: #23323b;
}
.header .header-top .hs-menu-wrapper>ul>li>ul>li>ul>li {
  opacity: 0.5;
  transition: all 0.25s ease-in;
  margin-bottom: 15px;
  margin-left: 0;
  line-height: 1.07;
  display: flex;
  align-items: center;
}

header.header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
}
.header .header-top .hs-menu-wrapper>ul>li>ul {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  min-width: 455px;
  right: 114px;
  z-index: 100;
  top: 37px;
  padding: 25px;
}
.clicked .header .header-top .hs-menu-wrapper>ul>li>ul {
  display: block;
}
.header .header-top .hs-menu-wrapper>ul>li>ul {
  display: none;
}
.header .header-top .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.07;
  color: #ffffff;
  max-width: 105px;
  align-items: center;
}
.icons-inner img {
  width: 35px;
}
.icons-inner {
  display: inline-block;
  margin-right: 10px;
}
.header .header-top .hs-menu-wrapper>ul>li>ul>li {
  display: flex;
  flex-wrap: wrap;
  max-width: 134px;
  position: relative;
  border-right: solid 1px rgba(255, 255, 255, 0.6);
  padding-right: 15px;
  margin-right: 25px;
}

body.no-banner header.header.sticky .header-bottom {
  background: #24333b;
  padding: 8px 0;
}

header.header.sticky .custom-menu-primary {
  display: none;
}
.header .header-top .hs-menu-wrapper>ul {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  position: relative;
}

.header .header-top .hs-menu-wrapper>ul>li {
  margin: 0 15px;
}
header .header-top .hs-menu-wrapper>ul>li>a {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}
.header .header-top .hs-menu-wrapper>ul>li:nth-child(2)>a {
  padding: 4px 8px 4px 5px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  cursor: pointer;
}
.header .header-top .hs-menu-wrapper>ul>li:nth-child(2) .icons {
  max-width: 15px;
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 13px;
  transition: transform 0.2s ease-in-out;
}
.header .header-top .hs-menu-wrapper>ul>li:nth-child(2)>a:after {
  content: " ";
  background: url(https://4249425.fs1.hubspotusercontent-na1.net/hubfs/4249425/raw_assets/public/Tensarcorp_April2022/images/arrow-right.svg) 0 0 no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
  margin-left: 23px;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in;
}
body.clicked .header .header-top .hs-menu-wrapper>ul>li:nth-child(2)>a:after {
    transform: rotate(-90deg);
}
.header .header-top .hs-menu-wrapper>ul>li:first-child {
  margin-right: auto;
}
.header  .header-bottom {
  padding: 10px 0;
  z-index: 3;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.header  .header-bottom .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1340px;
  flex-wrap: wrap;
}
.header  .header-bottom  .header-logo {
  position: relative;
}

.header  .header-bottom  .header-logo a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.44px;
  text-align: center;
}
.header  .header-bottom .custom-menu-primary .navigation-primary>ul {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  transition: opacity 0.4s ease-in, visibility 0.4s;
  font-size: 16px;
}

.header  .header-bottom .custom-menu-primary .navigation-primary>ul>li {
  margin: 0 15px;
  position: relative;
}
.header .header-bottom .custom-menu-primary .navigation-primary>ul>li:hover ul {
  visibility: visible;
  opacity: 1;
}
.header  .header-bottom .custom-menu-primary .navigation-primary>ul>li>a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.44px;
  text-align: center;
  white-space: nowrap;
}
.header  .header-bottom .nav-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header  .header-bottom  .search {
  position: relative;
  height: 51px;
  display: flex;
  align-items: center;
  padding-right: 35px;
}

.header  .header-bottom  .header-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header  .header-bottom .form-control {
  width: 0;
  border: none;
  transition: width 0.4s linear;
  color: #ffffff;
  border-radius: 50px;
  background: transparent;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1.56px;
  display: block;
  padding: 0.375rem 0.75rem;
  padding-left: 22px;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 35px;
}
.custom-menu-primary ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 150px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
}
.custom-menu-primary ul ul li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .44px;
  text-align: center;
  white-space: nowrap;
  display: block;
  padding: 5px 0;
}
.header  .header-bottom .nav-actions button {
  background: transparent;
  border: none;
  border-radius: 50%;
  margin: 2px 0 2px -35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  justify-items: center;
  transition: all 0.4s ease-in-out;
  width: 33px;
  height: 33px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  padding: 1px 6px;
  font-family: "IBM Plex Sans", sans-serif;
}

.header  .header-bottom .nav-actions span.icon {
  margin-left: 3px;
}

.header  .header-bottom .nav-actions svg {
  width: 18px;
  vertical-align: middle;
}
.header  .header-bottom .nav-actions .menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.clicked .header .header-top .hs-menu-wrapper>ul>li:first-child>a:after {
  transform: rotate(90deg);
}
.header  .header-bottom .nav-actions input#expanded-menu-toggle {
  border: solid 2px #ffffff;
  color: #ffffff;
  border-radius: 50px;
  background: transparent;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1.56px;
  padding-left: 22px;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  z-index: 2;
}

.header  .header-bottom .nav-actions .menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 12px;
}

.header  .header-bottom .nav-actions .menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.header  .header-bottom .menu-icon span:first-of-type {
  top: 0;
}
.header  .header-bottom .menu-icon span:last-of-type {
  bottom: 0;
}



.toggle-menu-wrappepr .mobile-menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-blend-mode: multiply, multiply;
  background-image: radial-gradient(circle at 49% 49%, #344c5a, rgba(11, 16, 19, 0.66) 32%, rgba(0, 0, 0, 0.85) 64%), linear-gradient(to bottom, #23323b, #23323b80);
  height: 100vh;
  width: 100%;
  transition: opacity 0.4s, visibility 0.4s;
}



.toggle-menu-wrappepr .mobile-menu-wrap {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}


.toggle-menu-wrappepr .mobile-menu-wrap .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
  padding-top: 116px;
}
.toggle-menu-wrappepr .info-left {
  display: none;
}

.open-menu .header .header-top {
  z-index: 2;
}
.open-menu header.header {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.open-menu  .header .header-bottom {
  z-index: 999;
}
.open-menu  .header .header-bottom .custom-menu-primary {
  display:none;
}
.open-menu   .header .header-bottom .menu-icon span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}
.open-menu  .header .header-bottom .menu-icon:hover span:first-of-type,
.open-menu .header .header-bottom .menu-icon:hover span:last-of-type{
  width: 100%;
}
.open-menu  .header .header-bottom .menu-icon span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}
body.open-menu header.header.sticky .header-bottom {background-color: transparent;}

.mobile-menu-wrap {max-height: calc(100vh - 0px);overflow: auto;}
.open-menu  .header .header-bottom .form-control {
  width: 252px;
  border: solid 2px #e0eaef;
}

.open-menu  .header .header-bottom .form-control::placeholder {
  color: #fff;
}
.mobile-menu-wrap .hs-menu-wrapper>ul>li>a:hover:before {
  content: "/";
  position: absolute;
  left: -30px;
  font-weight: 300;
  font-size: 40px;
  line-height: 72px;
}
.mobile-menu-wrap .hs-menu-wrapper>ul>li>a:hover {color: #b12d3e;}
.search-open .header-bottom .form-control {
  width: 252px;
  border: solid 2px #e0eaef;
}
.additional-nav .hs-menu-wrapper>ul>li>a:hover {color: #fff;}

.additional-nav .hs-menu-wrapper>ul>li>a:hover:before {display: none;}
.search-open .custom-menu-primary {
  opacity: 0;
}

.header-bottom .form-control ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.toggle-menu-wrappepr {
  display:none;

}
.mobile-menu-wrap .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
  padding-bottom: 15px;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li>ul>li>a {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: .7px;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li>ul {
  padding-left: 20px;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li>ul>li:last-child {
  padding: 0;
}
.open-menu .toggle-menu-wrappepr {
  display: block;
}
.mobile-menu-wrap .hs-menu-wrapper>ul {
  line-height: 1;
  font-size: 16px;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li {
  position: relative;
  padding-bottom: 15px;
}
.additional-nav .hs-menu-wrapper>ul>li ul {
  display: none;
}
.mobile-menu-wrap .hs-menu-wrapper>ul>li>a {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: 0.7px;
}

.additional-nav .hs-menu-wrapper>ul>li>a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 1.14px;
}

.contact-info {
  display: block;
  margin: 70px 0 18px;
}

.open-menu .mobile-search-form {
  display: none;
}

.contact-info p {
  color: #fff;
}
.toggle-menu-wrappepr .social-icons {
  margin-left: 3px !important;
}
.toggle-menu-wrappepr  .social-icons li {
  padding-right: 24px;
  padding-bottom: 15px;
}


.mobile-search-form button span svg {
  width: 18px;
  vertical-align: middle;
}
.child-trigger {
  display: block !important;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0px;
  width: 55px !important;
  min-width: 55px !important;
  height: 40px !important;
  padding: 0 !important;
}
.child-trigger:hover {
  text-decoration: none
}
.mobile-menu-wrap .hs-menu-wrapper>ul>li>ul{
  display:none;
}
.child-trigger i {
  position: relative;
  top: 50%;
  margin: 0 auto !important;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.child-trigger i:after {
  position: absolute;
  content: ''
}
.child-trigger i,.child-trigger i:after {
  width: 10px;
  height: 1px;
  background-color: #fff;
  display: block
}
.child-trigger i:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.child-trigger.child-open i:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.child-trigger i,.child-trigger i:after {
  background-color: #fff;
}
header.header.sticky .header-bottom {
  background: #24333b;
  padding: 8px 0;
}
.mobile-menu-wrap .additional-nav .hs-menu-wrapper>ul>li:first-child>ul {
  padding: 25px 0;
  padding-bottom:0;
}
.clicked .mobile-menu-wrap .additional-nav ul.hs-menu-children-wrapper {
  display: block;
}
.mobile-menu-wrap .additional-nav .hs-menu-wrapper>ul>li:first-child>ul>li>ul> li.hs-menu-depth-3 {
  display: block;
  clear: both;
  opacity: 0.5;
}

.search-open .header-bottom .form-control::placeholder {
  color: #ffff;
}
.mobile-menu-wrap .additional-nav .hs-menu-wrapper>ul>li:first-child>ul>li>ul> li.hs-menu-depth-3>a {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.86px;
  max-width: 105px;
  display: inline-block;
  color: #ffffff;
}
header.header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

header.header.lp .header-bottom {
  min-height: 101px;
  display: flex;
  align-items: center;
}
header.header.lp.sticky .header-bottom {
  min-height: 67px;
}

@media only screen and (min-width: 768px){
  .header .header-bottom {
    padding: 25px 0;
  }
  .header  .header-bottom  .mobile-search {
    display: none;
  }
  .mobile-search-form {
    display: none;
  }
  header .header-top .hs-menu-wrapper>ul>li>a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1024px){
  .header  .header-bottom .menu-icon:hover span:first-of-type {
    width: 30px;
  }
  .header  .header-bottom .menu-icon:hover span:last-of-type {
    width: 20px;
  }

}
@media (max-width:991px){
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li{
    margin: 0 10px;
  }
}
@media screen and (max-height: 900px){
  .toggle-menu-wrappepr .mobile-menu-wrap {
    height: 100vh;
  }
}
@media screen and (max-width: 959px){
  .header .header-bottom .content-wrapper {
    flex-wrap: inherit;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li {
    margin: 0 5px;
  }
  .header .header-bottom .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 12px;
  }
  .header .header-bottom .search {
    padding-right: 0;
  }
  .header .header-bottom .form-control{
    padding-left: 0;
  }
}
.header .header-bottom .form-control{
  height: inherit;
}
@media screen and (max-width: 767px){
  header.header .header-top {
    display: none;
  }
  .header .header-bottom .custom-menu-primary {
    display: none;
  }
  .search-open .header-bottom .form-control {
    width: 0;
    border: 0;
  }
  .header .header-bottom .search {
    padding-right: 30px;
  }
  .header .header-bottom {
    background: #24333b;
    padding: 12px 0;
  }

  .custom-menu-primary {
    display: none;
  }
  .mobile-menu-wrap .hs-menu-wrapper>ul>li:nth-child(2){
    display:none;
  }
  .mobile-search-form {
    transform: translateY(-55px);
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    background: #24333b;
    padding: 12px;
    transition: all 0.25s ease-in-out;
  }

  body.search-open .mobile-search-form {
    transform: translateY(0px);
    z-index: 999;
  }

  .mobile-search-form .header-search-form {
    align-items: center;
    justify-content: center;
    display: flex
  }

  .mobile-search-form .form-control {
    border: solid 2px #23323b;
    border-radius: 50px;
    background: transparent;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1.56px;
    color: #fff;
    display: block;
    width: 100%;
    height: inherit;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 22px;
    padding-right: 35px;
  }

  .mobile-search-form button {
    background: transparent;
    border: 0;
    border-radius: 50%;
    margin: 2px 0 2px -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-items: center;
    transition: all .4s ease-in-out;
    width: 33px;
    height: 33px;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    padding: 1px 6px;
    font-family: "IBM Plex Sans",sans-serif;
  }
  .header .header-bottom .nav-actions svg {
    width: 20px;
  }
  .mobile-search-form button span {
    margin-left: 3px;
  }
  .header .header-bottom .header-logo {
    position: relative;
    margin-left: 10px;
  }
  .open-menu .header .header-bottom {
    z-index: 999;
    padding: 12px 0;
    background: #000;
  }
  .open-menu .header .header-bottom .form-control {
    width: 0;
    border: 0;
  }
  .clicked  .toggle-menu-wrappepr .mobile-menu-wrap .content-wrapper {
    padding-top: 100px;
  }
  .clicked  .mobile-menu-wrap .additional-nav .hs-menu-wrapper>ul>li:first-child>a:after {
    transform: rotate(90deg);
  }
  .toggle-menu-wrappepr .mobile-menu-wrap .content-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    padding-top: 50px;
  }
  .additional-nav {
    padding-left: 20px;
    border-bottom: 1px solid #24333b;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
  }
  .mobile-search-form .form-control::placeholder {
    color: #525d6d;
    font-family: "IBM Plex Sans", sans-serif;
  }


  .toggle-menu-wrappepr .info-right {
    display: none;
  }
  .toggle-menu-wrappepr .info-left {
    border-top: 1px solid #24333b;
    margin-top: 25px;
    padding-top: 25px;
    display: block;
    padding-left: 25px;
    width: 100%;
    margin-bottom: -7px;
  }
  .mobile-menu-wrap .hs-menu-wrapper>ul {
    padding-left: 25px;
  }
  .mobile-menu-wrap .additional-nav .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.86px;
  }
  .mobile-menu-wrap .hs-menu-wrapper>ul>li>a {
    font-size: 22px;
    font-weight: bold;
    line-height: 0.91;
    letter-spacing: 0.32px;
  }
  .additional-nav .hs-menu-wrapper>ul{
    padding-left:0;
  }
  .additional-nav .hs-menu-wrapper>ul>li:first-child .icons {
    max-width: 15px;
    display: inline-block;
    transform: rotate(-90deg);
    margin-right: 13px;
    transition: transform 0.2s ease-in-out;
  }
  .mobile-menu-wrap .additional-nav .hs-menu-wrapper>ul>li:last-child,
  .mobile-menu-wrap .hs-menu-wrapper>ul>li:last-child {
    padding-bottom: 0;
  }
  .toggle-menu-wrappepr .social-icons {
    margin-left: 0 !important; 
    position: relative;
    top: -4px;
  }
  .toggle-menu-wrappepr .social-icons li {
    padding-right: 18px;
  }
  .additional-nav .hs-menu-wrapper>ul>li.clicked > ul {
    display: block;
  }
  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 15px;
    font-weight: bold;
    line-height: .91;
    color: #fff;
    letter-spacing: .32px;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .additional-nav .hs-menu-wrapper>ul>li:first-child .child-trigger {
    display: none !important;
  }
  .child-trigger {
    top: -8px;
  }
  body.no-banner .header .header-bottom {
    padding: 12px 0;
  }



  header.header.lp .header-bottom {
    min-height: 75px;
  }
  header.header.lp.sticky  .header-bottom {
    min-height: 67px;
  }

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

footer.footer {
  background: linear-gradient(to bottom, #23323b 1%, rgba(0, 0, 0, 0.5)), linear-gradient(to bottom, #23323b, #23323b);
}

.footer  ul.no-list.hs-error-msgs.inputs-list li label {
  font-size: 14px;
}
.footer .footer-top {
  padding: 40px 0 35px;
  border-bottom: 1px solid #505D6D;
}
..footer .footer-top .content-wrapper{
  padding: 0 20px;
}
.footer .footer-top .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.footer .hs_cos_wrapper_type_password_prompt,
.footer .hs-search-field__bar, 
.footer .hs_cos_wrapper_type_form, 
.footer .widget-type-blog_subscribe, 
.footer .widget-type-google_search, 
.footer .widget-type-password_prompt.custom_error_message,
.footer .widget-type-email_simple_subscription,
.footer .section.post-footer form, 
.footer .hs_cos_wrapper_type_member_login, 
.footer .hs_cos_wrapper_type_member_register, 
.footer .hs_cos_wrapper_type_password_reset_request,
.footer .hs_cos_wrapper_type_password_reset {
  padding: inherit;
  display: inherit;
  border: inherit;
  width: inherit;
  margin-bottom: inherit;
  max-width: inherit;
}
.footer .footer-top  .footer-top-col {
  padding: 0 12px;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.footer .footer-bottom {
  text-align: center;
  font-size: 11px;
  line-height: 1.64;
  letter-spacing: 0.79px;
  padding: 45px 20px;
}

.footer .footer-menu-bottom {
  margin: 0 0 20px;
}

.footer .footer-menu-bottom .hs-menu-wrapper>ul {
  display: flex;
  justify-content: center;
  font-size: 16px;
  flex-wrap: wrap;
}

.footer .footer-menu-bottom .hs-menu-wrapper>ul>li {
  font-size: 8px;
}
.footer-top-col.footer-form .actions span.icon {display: none;}

.footer .footer-menu-bottom .hs-menu-wrapper>ul>li>a {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #fff;
  font-style: normal;
}
.footer .footer-menu-bottom .hs-menu-wrapper>ul>li:not(:last-child)>a:after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
}
.footer .copyright .hs_cos_wrapper p {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 8px;
  color: #fff;
  line-height: 1.64;
}

.footer .copyright {
  font-size: 16px;
}
.footer .footer-top .footer-logo {
  padding-bottom: 0;
  margin-bottom: 18px;
  position: relative;
  margin-top: 14px;
}

.footer .footer-top .footer-contact--details p {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.86px;
  margin-bottom: 30px;
  color:#fff;
}
.footer .footer-top .footer-contact--details p strong {
  color: #fff;
}
.footer .footer-top .footer-menu {
  display: flex;
  justify-content: center;
}
.footer .footer-top .footer-menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin: 0 38px;
  margin-top: 2px;


}

.footer .footer-top .footer-menu .hs-menu-wrapper>ul>li:first-child {
  margin-left: 0;
}

.footer .footer-top .footer-menu .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}
.footer .footer-top .footer-menu .hs-menu-wrapper>ul ul li {
  padding-bottom: 25px;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
}

.footer .footer-top .footer-menu .hs-menu-wrapper>ul ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 1.14px;
}
.footer .footer-top .footer-form h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 1.14px;
  color: #ffffff;
  margin-top: 2px;
  margin-bottom: 15px;
  font-family: "IBM Plex Sans", sans-serif;
}
.footer .footer-top .footer-form {
  font-size: 12px;
  line-height: 1.5;

}
.footer .footer-top .footer-form p{
  color: #ffffff;
  font-size: 12px;
}
.footer .footer-top form label span {
  display: inline-block;
  color: #fff;
}
.footer .footer-top form label{
  display: block;
  font-family: helvetica;
  font-size: 16px;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
.footer .footer-top form span.hs-form-required {
  color: red;
}
.footer .footer-top .content-wrapper {
  padding: 0 20px;
}
.footer .footer-top input.hs-button.primary.large {
  background: #B22C3E;
  border-color: #B22C3E;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  border-radius: 15px;
}
.footer .footer-top form .hs_email  input {
  padding: 0 15px;
  min-height: 27px;
  background-color: #f5f8fa;
  border-radius: 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  width: 100%;
  display: inline-block;
}

.footer .footer-top .footer-form  .hs-form-field {
  margin-bottom: 18px;
}
.footer .footer-top .footer-form  .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}

.footer .footer-top form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.footer .footer-top form  .hs-input.invalid.error {
  border-color: #c87872;
}
.footer .footer-top form .inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin: 0;
}
.footer .footer-top form .hs-error-msg {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.footer .footer-top form {
  position: relative;
  top: -1px;
}
@media only screen and (min-width: 768px){
  .footer  .footer-top {
    padding: 84px 0;
  }
  .footer .footer-top  .footer-top-col {
    flex: 0 0 auto;
    width: 25%;
  }
  .footer .footer-top  .footer-logo {
    padding-bottom: 50px;
  }
  .footer  .footer-menu-bottom .hs-menu-wrapper>ul>li {
    font-size: 14px;
  }
  .footer  .footer-menu-bottom .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    line-height: 1.29;
  }
  .footer .copyright .hs_cos_wrapper p {
    font-size: 14px;
  }
  .footer .footer-top .footer-menu {
    flex: 1 0 0%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px){
  .footer .footer-top .footer-menu{
    display:none;
  }
  .footer .footer-top .footer-form h2{
    margin-top:0;
  } 
  .footer .footer-top form {
    top: 0px;
  }
}
.header .header-top .hs-menu-wrapper>ul>li:nth-child(2)>a{
      color: #fff !important;
}