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



.dnd-section > .row-fluid {
  margin: 0 auto;
}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.5;
  word-break: break-word;
}

img{
  max-width:100%;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -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 {
  margin: 0 0 1.4rem;
}

h1 {
  letter-spacing: 1.94px;
  line-height: 1;
  font-weight: 200;
  text-transform: uppercase;
}

h2 {
  line-height: 1.2;
}

h3 {
  letter-spacing: -0.01em;
  line-height: 1.21;
}

h4 {
  letter-spacing: -0.01em;
  line-height: 1.21;
}

h5 {
  letter-spacing: -0.01em;
  line-height: 1.3846153846;
}

h6 {
  line-height: 1.21;
}


/* Lists */

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

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

ul.no-list {
  list-style: none;
  padding-left:0;
}

/* 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;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height:1.125;
  margin: 10px 10px 10px 10px;
  position: relative;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  transition: background-color 300ms ease-out;
}

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 {
  line-height: 1.4em;
  margin: 3px 5px;
  padding: 3px 2px;
}

form{
  max-width:767px;
  padding:20px;
  margin-bottom:30px;
}

/* Labels */

form label {
  display: block;
  background-image: none;
  padding: 10px 0px 0px 0px;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%; 
  line-height: 1em;
  font-family: inherit;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-size: 1rem;
  height: 47px;
  background-color: #FFF;
  border: 1px solid;
  margin: 5px 0px 5px 5px;
  display: inline-block;
  padding: 8px 5px 9px 4px;
  display: block;
  font-family: inherit;
  width: 100%;
  transition: border-color 0.25s linear, background 0.25s linear;
  transition-property: border-color, background;
  transition-duration: 0.25s, 0.25s;
  transition-timing-function: linear, linear;
}

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

form textarea{
  height:auto !important:
}
/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msgs label {
  font-weight: normal;
  margin: 0.2em 0.5em 0.6em 160px;
  color:#f04124;
  margin-left: 5px;
  font-size: .9rem;
  clear: left;
  line-height: 1.4em;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.125;
  margin: 10px 10px 10px 10px;
  position: relative;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  transition: background-color 300ms ease-out;
}

/* 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-wrap {
  position: relative;
  z-index:9;
}

header.header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
}

.header-navbar-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;    
  margin-bottom: 0;
  list-style: none;
}

.header-navbar-wrap .grow {
  flex-grow: 1;
}

.header-logo-wrap {
  list-style: none;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  letter-spacing: -0.28px;
  text-align: left;
  height: 70px;
  align-items: center;
  display: flex;
}

.header-logo-wrap a:hover svg {
  opacity: 0.85;
}

.header-logo-wrap a {
  transition: all 0.2s;
  text-transform: uppercase !important;
  display: block;
  padding: 0.5rem 1rem;
}

.header-logo-wrap a svg {
  margin-top: -0.25rem;
  overflow: hidden;
  vertical-align: middle;
}

.custom-menu-primary {
  height: 70px;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
  list-style: none;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  color: #002854;
  letter-spacing: -0.28px;
  text-align: left;
  height: 70px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: flex;
  align-items: center;
  list-style: none;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  color: #002854;
  letter-spacing: -0.28px;
  text-align: left;
  height: 70px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover, .login-link a:hover {
  text-decoration: underline;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a,.login-link  a {
  transition: all 0.2s;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem 1rem;
  color: #002854;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children> a:after {
  content: "";
  width: 10px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><polygon fill="rgb(0, 87, 154)" points="5,6 0,1.1 1.1,0 5,3.9 8.9,0 10,1.1 "></polygon></svg>');
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover.hs-item-has-children>a:after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><polygon fill="rgb(145, 20, 22)" points="5,6 0,1.1 1.1,0 5,3.9 8.9,0 10,1.1 "></polygon></svg>');
  transform: rotate(180deg);
}



.login-link {
  display: flex;
  align-items: center;
  list-style: none;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  letter-spacing: -0.28px;
  text-align: left;
  height: 70px;
}


.language-wrap {
  display: flex;
  align-items: center;
  list-style: none;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  color: #002854;
  letter-spacing: -0.28px;
  text-align: left;
  height: 70px;
}

.language-wrap .language-switch {
  padding-left: 4px;
  padding-right: 4px;
}

.language-wrap .language-links {
  /* background-color: white; */
  z-index: 9999;
  text-align: left;
  position: relative;
  display: inline-block;
  width: auto;
}

.language-wrap .language-links .lauguage-toggle {
  border: 0;
  color: #627789;
  list-style: none;
  text-transform: uppercase;
  display: flex !important;
  align-items: center;
}

.language-wrap .language-links .lauguage-toggle span {
  display: block;
  height: 37px;
  line-height: 36px;
  font-size: 13px;
  padding: 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  padding-right: 24px;
  cursor: pointer;
}

.language-wrap .language-links .lauguage-toggle:before {
  display: inline-block;
  vertical-align: middle;
  background-image: url('//20712348.fs1.hubspotusercontent-na1.net/hubfs/20712348/raw_assets/public/NFIIndustries_February2022/images/globe-icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    width: 24px;
    height: 24px;
    margin-top: 4px;
    }

.language-wrap .language-links .lauguage-toggle:after {
  transform: rotate(0deg);
  top: 15px;
  display: inline-block;
  position: absolute;;
  right: 8px;
  width: 13px;
  height: 7px;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  background: url(../images/wgarrowdown.png) no-repeat;
  content: "";
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><polygon fill="rgb(98, 119, 137)" points="5,6 0,1.1 1.1,0 5,3.9 8.9,0 10,1.1 "></polygon></svg>');
}

.language-wrap .language-switch.link-active .lauguage-toggle:after{
  transform: rotate(180deg);
}



.language-wrap .language-links ul {
  position: absolute;
  min-width: 100%;
  z-index: 1010;
  list-style: none;
  margin: 0;
  border: 1px solid #ebeef0;
  background: white;
  left: 0;
  top: initial;
  box-sizing: border-box;
  padding: 0;
  display:none;
}

.language-wrap .language-switch.link-active .language-links ul{
  display:block;
}

.language-wrap .language-links ul li {
  height: 54px;
  text-transform: uppercase;
  display: flex !important;
  align-items: center;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.language-wrap .language-links ul li a {
  transition: all 0.2s;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem 1rem;
  color: #002854;
  height: 100%;
  line-height: 36px;
  font-size: 13px;
  width: 100%;
  outline: none;
  text-decoration: none;
  float: none !important;
  white-space: nowrap;
}

.language-wrap .language-links ul li a:hover{
  text-decoration:underline;
}

.search-wrap {
  list-style: none;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  letter-spacing: -0.28px;
  text-align: left;
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
}

.search-wrap .search-btn {
  cursor: pointer;
  -webkit-appearance: button;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin:0;
}

.search-wrap .search-btn .search-icon {
  overflow: hidden;
  vertical-align: middle;
}

.search-wrap .search-btn:hover .search-icon path {
  fill: #911416; 
}

.language-wrap .language-switch:focus,
.custom-menu-primary .hs-menu-wrapper>ul>li>a:focus, 
.login-link a:focus,.search-wrap .search-btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 87 154 / 25%);
  outline-color: #8a9198;
  outline-style: solid;
  outline-width: 1px;
}

.language-wrap .language-switch:focus-within,.language-wrap .language-switch:focus,
.language-wrap .language-switch.link-active{
  box-shadow: 0 0 0 0.2rem rgb(0 87 154 / 25%);
  outline-color: #8a9198;
  outline-style: solid;
  outline-width: 1px;
}

.language-wrap .language-links .lauguage-toggle:hover {
  color: #911416;
  text-decoration: underline;
}


.search-container {
  min-width: 550px;
  bottom: calc(-155%);
  right: 0;
  transition-timing-function: ease-out;
  z-index: 1;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: absolute;
  opacity: 0;
  transform: translateX(150px);
  visibility:hidden;
  transition: opacity 0.5s, transform 0.5s,visibility 0.5s;
}

.search-active .search-container {
  opacity: 1;
  transform: translateX(0);
  visibility:visible;
  transition: opacity .5s,transform .5s;
}

.search-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 10px;
  background: #d8ebf9;
  z-index: -1;
  transform: skewX(-20deg);
  transform-origin: 0 0;
}

.search-wrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.search-wrap .row .search-col {
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 3rem;
  position: relative;
  width: 100%;
}

.search-wrap .search-form {
  letter-spacing: -0.28px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  max-width: none;
  margin: 0;
  padding: 0;
}

.search-wrap .search-form .form-inner-row {
  flex-direction: row;
  display: flex;
}

.search-wrap .search-form .form-inner-row>div:first-child {
  margin-top: 45px;
  margin-right: 1rem;
  margin-left: -20px;
}

.search-wrap .search-form .form-inner-row>div:first-child > svg {
  overflow: hidden;
  vertical-align: middle;
}

.search-wrap .search-form .form-inner-row>div:first-child > svg path {
  fill: #c1d4e2;
}

.search-wrap .search-form .form-inner-row>div:last-child {
  width: 100%;
}

.search-wrap .search-form .form-inner-row>div:last-child label {
  color: #0a2851;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B", Helvetica, Roboto, Arial, sans-serif !important;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 16px;
  padding: 0;
  line-height: inherit;
}

.search-wrap .search-form .form-inner-row>div:last-child .input-group {
  margin-bottom: 0.25rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.search-wrap .search-form input#search {
  background: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  border-radius: 0;
  border-color: #8a9198;
  border-style: solid;
  border-width: 1px;
  height: calc(2.5rem + 0.75rem + 2px);
  margin-right: 1rem;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: inherit;
}


.search-wrap .search-form .input-group-append {
  margin-left: -1px;
  display: flex;
}

.search-wrap .search-form .input-group-append .nfi-button-primary {
  cursor: pointer;
  background: #075895;
  font-family: Oswald;
  font-size: 0.9375rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  border: 0;
  height: calc(2.5rem + 0.75rem + 2px);
  border-radius: 0 !important;
  padding: 1em 2em 1em 2em;
  text-transform: uppercase;
  transition: background-color 0.3s;
  text-decoration: none !important;
  margin: 0;
}

.search-wrap .search-form .input-group-append .nfi-button-primary:hover {
  background-color: #002854;
}

.search-wrap .search-form input#search:focus,.search-wrap .search-form .input-group-append .nfi-button-primary:focus,
.search-wrap.search-active .search-form input#search{
  /* color: #495057; */
  border-color: #00579a;
  outline: 0;
  box-shadow: none;
  outline-offset: 3px;
  outline-color: #003363;
  outline-style: solid;
  outline-width: 1px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu {
  display: none;
  left: 0;
  top: 70px;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  position: absolute;
  background-color: #202b37;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover .sub-menu {
  animation: subnav-expand 0.3s;
  display: block;
  max-height: 100px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li {
  display: flex;
  align-items: center;
  list-style: none;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  color: #002854;
  letter-spacing: -0.28px;
  text-align: left;
  height: 70px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li a {
  transition: all 0.3s;
  display: block;
  position: relative;
  padding: 1.5rem 2rem;
  z-index: 1;
  text-transform: uppercase !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li a:before {
  display: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 10px;
  background: #2a3643;
  z-index: -1;
  transform: skewX(-20deg);
  transform-origin: 0 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li a:hover:before {
  display: block;
}


.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li a:focus {
  outline-color: #fff;
  outline-style: solid;
  outline-width: 1px;
  box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu {
  display: none;
  left: 0;
  top: 70px;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  position: absolute;
  background-color: #202b37;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover .sub-menu {
  animation: subnav-expand 0.3s;
  display: block;
  max-height: 100px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li {
  display: flex;
  align-items: center;
  list-style: none;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  color: #002854;
  letter-spacing: -0.28px;
  text-align: left;
  height: 70px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li a {
  transition: all 0.3s;
  display: block;
  position: relative;
  padding: 1.5rem 2rem;
  z-index: 1;
  text-transform: uppercase !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li a:before {
  display: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 10px;
  background: #2a3643;
  z-index: -1;
  transform: skewX(-20deg);
  transform-origin: 0 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li a:hover:before {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li a:hover {
  text-decoration: underline;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li a:focus {
  outline-color: #fff;
  outline-style: solid;
  outline-width: 1px;
  box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover .sub-menu ul li {
  animation: subnav-item-fade 0.3s;
  animation-fill-mode: both;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li:first-child {
  animation-delay: 0.05s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li:nth-child(2) {
  animation-delay: 0.1s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li:nth-child(3) {
  animation-delay: 0.15s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li:nth-child(4) {
  animation-delay: 0.2s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li:nth-child(5) {
  animation-delay: 0.25s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu ul li:nth-child(6) {
  animation-delay: 0.3s;
}


.mobile-menu-wrap .hs-menu-wrapper>ul>li>a>span {
  display: block;
  pointer-events: none;
  border: transparent 2px solid;
  padding: 0.25em;
  outline: none;
  font-weight: 500;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.03125rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.0625rem;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li>a>span .accordion-icon {
  border: solid #2a3643;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 3em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open>a {
  background-color: #00579a !important;
  color: #fff !important;
  border-bottom: 1px solid #1066a2 !important;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open>a>span .accordion-icon {
  border-color: #fff;
  transform: translateY(-50%) rotate(-135deg);
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li>ul {
  padding: 0.5em 1.5em;
  background-color: #00579a;
  display: none
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li>ul li a {
  font-family: Oswald, sans-serif;
  font-size: 0.875rem;
  padding-left: 0;
  animation-fill-mode: both;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem 1rem;
  padding-left: 0;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open>ul li a {
  animation: mobile-subnav-item-fade 0.3s;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open>ul {
  overflow: hidden;
  animation: accordion-expand 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  display: block;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open>ul li:first-child > a {
  animation-delay: 0.05s;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open>ul li:nth-child(2) > a {
  animation-delay: 0.1s;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open>ul li:nth-child(3) > a {
  animation-delay: 0.15s;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open>ul li:nth-child(4) > a {
  animation-delay: 0.2s;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open>ul li:nth-child(5) > a {
  animation-delay: 0.25s;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open>ul li:nth-child(6) > a {
  animation-delay: 0.3s;
}  

.mobile-menu-wrap .hs-menu-wrapper>ul>li>a:focus,.mobile-menu-wrap .hs-menu-wrapper>ul>li>a:hover {
  background-color: #e1f0fa;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li>a:focus>span {
  border-color: #8a9198;
}

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

.mobile-wrapper .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.mb-login-wrap {
  align-items: center;
  display: flex;
}

.mb-login-wrap a {
  margin: 21px 6px;
  display: block;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  color: #002854;
}
.mb-login-wrap a:hover{
  color: #002854;
}



@keyframes subnav-expand {

  from {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 100px;
    opacity: 1;
  }
}
@keyframes subnav-item-fade {

  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media(min-width:992px){
  .mobile-wrapper{
    display:none;
  }

  .menu-trigger-wrap{
    display:none;
  }
}

@media (max-width: 991.98px){

  .desktop-item{
    display:none;
  }

  header.header {
    transition: top 0.3s;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    background-color: #fff !important;
    min-height: 61px;
    max-height: 61px;
    overflow-y: hidden;
    max-height: 100%;
  }

  header.header .page-center {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  .header-logo-wrap {
    height: 61px;
    align-items: center;
  }

  .header-navbar-wrap {
    align-items: center;
    height: 61px;
    justify-content: space-between;
  }

  .header-navbar-wrap .login-link {
    display: none;
  }

  .header-navbar-wrap .grow {
    display: none;
  }

  .custom-menu-primary {
    display: none;
  }


  .header-logo-wrap a {
    padding-left: 0;
  }

  .header-logo-wrap a svg {
    height: 36px;
    width: 99px;
    margin: 0;
  }

  .mobile-nav-hamburger,.mobile-nav-hamburger:hover,
  .mobile-nav-hamburger:focus{
    border: 0;
    width: 27px;
    height: 34px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0 !important;
    background-color: transparent;
    cursor: pointer;
    margin: 0;
  }

  .mobile-nav-hamburger .mobile-nav-hamburger-icon {
    width: 100%;
    border: 1px solid #00579a;
    height: 0;
    background-color: #00579a;
    transition: border-color 0s 0.15s, background-color 0s 0.15s;
  }

  .show .mobile-wrapper {
    display: block;
    max-height: 100%;
  }

  .mobile-nav-hamburger .mobile-nav-hamburger-icon:before {
    width: 100%;
    top: calc(50% - 7px);
  }

  .mobile-nav-hamburger .mobile-nav-hamburger-icon:after,.mobile-nav-hamburger .mobile-nav-hamburger-icon:before {
    content: "";
    position: absolute;
    left: 0;
    border: 1px solid #00579a;
    height: 0;
    background-color: #00579a;
    transform: translateY(-50%);
    z-index: 1;
    will-change: transform, width, top;
    transition: transform 0.15s 0s cubic-bezier(0.4, 0, 0.2, 1), width 0s 0.15s, top 0.15s 0.15s;
  }

  .mobile-nav-hamburger .mobile-nav-hamburger-icon:after {
    width: 100%;
    top: calc(50% + 7px);
  }
  .header-logo-wrap a svg {
    height: 36px;
    width: 99px;
    margin: 0;
  }

  .mobile-wrapper {
    height: calc(100vh - 61px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    background-color: #d8ebf9;
    height: calc(100vh - 61px);
    display: none;
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    background-color: #d8ebf9;
    min-height: 61px;
  }

  .mobile-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  body.show {
    overflow: hidden;
    height: 100%;
  }

  .mobile-wrapper .row .col {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mobile-menu-wrap {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #8a9198;
  }

  .mobile-menu-wrap .hs-menu-wrapper > ul > li > a {
    padding: 1rem;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    color: #065895;
    position: relative;
    text-align: left !important;
    width: 100% !important;
    outline: none;
    background-color: #d8ebf9;
    transition: background-color 0.15s;
  }

  @keyframes accordion-expand {

    from {
      max-height: 0;
    }

    to {
      max-height: 600px;
    }
  }
  @keyframes accordion-expand-xl {

    from {
      max-height: 0;
    }

    to {
      max-height: 2500px;
    }
  }

  @keyframes mobile-subnav-expand {

    from {
      max-height: 0;
      opacity: 0;
    }

    to {
      max-height: 100%;
      opacity: 1;
    }
  }
  @keyframes mobile-subnav-item-fade {

    from {
      opacity: 0;
      transform: translateX(50px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .mobile-language-switch .col-12 {
    padding-left: 2rem;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mobile-wrapper .language-wrap {
    height: auto;
    display: block;
    font-family: inherit;
    letter-spacing: normal;
  }

  .mobile-language-switch .language-wrap .language-switch.link-active {
    box-shadow: none;
    outline: none;
  }

  .mobile-language-switch .language-wrap .language-switch .language-links ul {
    background: transparent;
    border: 0;
    position: relative !important;
    left: 0;
    top: initial;
  }

  .mobile-language-switch .language-wrap .language-switch .language-links ul li {
    line-height: 54px;
    height: 54px;
  }

  .mobile-language-switch .language-wrap .language-switch .language-links ul li a {
    font-size: 13px;
    padding: 0 10px;
    width: 100%;
    line-height: 54px;
    color: #627789;
  }

  .mobile-language-switch .language-wrap .language-switch .language-links ul li a:hover {
    color: #627789;
    text-decoration: underline;
  }

  .search-wrap.mobile-serach {
    letter-spacing: normal;
    font-family: inherit;
    height: auto;
    display: block;
    padding: 1.5rem;
  }

  .search-wrap .search-form {
    letter-spacing: normal;
    font-family: inherit;
  }

  .search-wrap .search-form .form-inner-row>div:last-child {
    width: auto;
  }

  .search-wrap .search-form .form-inner-row>div:first-child {
    margin-top: 35px;
    margin-right: 0.75rem;
    margin-left: 0;
  }

  .search-wrap .search-form .form-inner-row>div:first-child>svg path {
    fill: inherit;
  }

  .search-wrap .search-form input#search {
    height: calc(1.5rem + 0.75rem + 2px);
  }

  .search-wrap .search-form input#search:focus {
    background-color: #ffffff;
  }

  .search-wrap .search-form .input-group-append .nfi-button-primary {
    font-size: 0.875rem;
    padding: 0.75em 1.5em 0.75em 1.5em;
    height: calc(1.5rem + 0.75rem + 2px);
  }

  .show .mobile-nav-hamburger .mobile-nav-hamburger-icon {
    border-color: transparent;
    background-color: transparent;
  }

  .show .mobile-nav-hamburger .mobile-nav-hamburger-icon:before {
    transform: translateY(-50%) rotate(-45deg);
    border-color: #202b37;
    content: "";
    width: 90%;
    top: 50%;
    transition: transform 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0s 0.15s, top 0.15s 0s;
  }

  .show .mobile-nav-hamburger .mobile-nav-hamburger-icon:after {
    transform: translateY(-50%) rotate(45deg);
    border-color: #202b37;
    content: "";
    width: 90%;
    top: 50%;
    transition: transform 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0s 0.15s, top 0.15s 0s;
  }
}
footer.footer {
  max-width: none!important;
  margin: 0 auto;
  background-image: linear-gradient(180deg, #003a67 0%, #012b4b 100%);
  overflow: hidden;
}

footer.footer .page-center {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

footer.footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

footer.footer .row .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer .left-col {
  flex: 0 0 25%;
  max-width: 25%;
}

footer.footer .right-col {
  flex: 0 0 75%;
  max-width: 75%;
}

.footer-logo-wrap {
  margin-bottom: 2rem;
}

.footer-logo-wrap svg {
  overflow: hidden;
  vertical-align: middle;
}


.ft-address-wrap {
  font-size: 1rem;
}

.ft-address-wrap p {
  color: #fff;
  margin-bottom: 1rem;
}

.ft-address-wrap p a {
  color: inherit;
}
.ft-address-wrap p a:hover{
  text-decoration:underline;
}

.footer-menu-wrap {
  margin-bottom: 1.5rem;
}

.footer-menu-wrap .hs-menu-wrapper ul {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.footer-menu-wrap .hs-menu-wrapper ul li a {
  text-transform: uppercase;
  display: block;
  padding: 0.5rem 0rem;
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.21;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.footer-menu-wrap .hs-menu-wrapper ul li a:hover {
  color: #e6e6e6;
  text-decoration: underline;
}

footer.footer .right-col hr.seprator {
  border-color: #315977;
  color: #315977;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(32, 43, 55, 0.1);
  border-color: #315977;
  color: #315977;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

footer.footer .soical-wrap {
  display: flex;
}

footer.footer .soical-wrap .grow {
  flex-grow: 1;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer-social a {
  margin-right: 2rem;
  transition: none;
}

.footer-social a:hover {
  opacity: 0.6;
}

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

.footer-social a img {
  vertical-align: middle;
  border-style: none;
}

nav.footer-utils ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

nav.footer-utils ul li a {
  margin-right: 1rem;
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}

nav.footer-utils ul li:last-child> a {
  margin-right: 0;
  padding-right: 0;
}

nav.footer-utils ul li:first-child> a {
  padding-left: 0;
}

.copright-wrap {
  display: flex;
}

.copright-wrap .grow {
  flex-grow: 1;
}

.copyright-text-wrap {
  margin-top: 1rem;
  font-size: 0.8125rem;
  color: #ffffff;
}

.copyright-text-wrap {
  color: #ffffff;
}

nav.footer-utils ul li a:hover {
  text-decoration: underline;
}

@media(min-width:768px){
  .mobile-item{
    display:none !important;
  }
}


@media(min-width:1920px){
  footer.footer {
    max-width: 1800px;
  }
}

@media(max-width:1199px){
  footer.footer .page-center {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991.98px){
  footer.footer .left-col {
    border-right: 1px solid #004881;
  }

  .ft-address-wrap {
    font-size: 0.8125rem;
  }

  .ft-address-wrap p {
    font-size: inherit;
  }

  .footer-logo-wrap svg {
    width: 80%;
  }

  .footer-menu-wrap {
    margin-bottom: 0;
  }

  .footer-menu-wrap .hs-menu-wrapper ul li a {
    font-size: 0.875rem;
    line-height: 2;
    padding-top: 0.65rem;
  }

  .footer-social a {
    margin: 1rem 1.4rem 0 0;
  }

  .footer-social a img {
    max-height: 21px;
  }
}

@media(max-width:768px){
  footer.footer .page-center {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  footer.footer .left-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  footer.footer .right-col {
    flex: 0 0 50%;   
    max-width: 50%;
  }

  footer.footer .desktop-item {
    display: none;
  }

  footer.footer .right-col hr.seprator {
    display: none;
  }

  .footer-menu-wrap .hs-menu-wrapper ul {
    flex-direction: column;
  }

  .footer-logo-wrap {
    margin-bottom: 1rem;
  }

  .soical-wrap {      
    margin-top: 2rem;
  }

  .footer-social a:last-child {
    margin: 1rem 1.4rem 0 0;
  }

  .mobile-copyright-wrap {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mobile-copyright-wrap .mobile-copyright {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .mobile-copyright-wrap .footer-utils {
    margin-bottom: 1rem;
  }

  nav.footer-utils ul li a {
    display: block;
    padding: 0.5rem 1rem;
    margin: 0;
    opacity: 1;
  }

  .copyright-text-wrap {
    margin-top: 0;
  }

  nav.footer-utils ul li a {
    color: #ffffff !important;
  }
}
/* Menu and simple menu */

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