*, *: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 {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family:azo-sans-web;
  src:url(//use.typekit.net/af/9aa4fe/000000000000000000013f4e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
    url(//use.typekit.net/af/9aa4fe/000000000000000000013f4e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
    url(//use.typekit.net/af/9aa4fe/000000000000000000013f4e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
}
@font-face {
  font-family:azo-sans-web;
  src:url(//use.typekit.net/af/90ca1f/000000000000000000013f4f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),
    url(//use.typekit.net/af/90ca1f/000000000000000000013f4f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),
    url(//use.typekit.net/af/90ca1f/000000000000000000013f4f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
  font-weight:700;
  font-style:italic;
}
@font-face {
  font-family:azo-sans-web;
  src:url(//use.typekit.net/af/b714ca/000000000000000000013f4b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),
    url(//use.typekit.net/af/b714ca/000000000000000000013f4b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),
    url(//use.typekit.net/af/b714ca/000000000000000000013f4b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
  font-weight:400;
  font-style:italic;
}
@font-face {
  font-family:azo-sans-web;
  src:url(//use.typekit.net/af/9dc3b1/000000000000000000013f8f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
    url(//use.typekit.net/af/9dc3b1/000000000000000000013f8f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
    url(//use.typekit.net/af/9dc3b1/000000000000000000013f8f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
}

body {
  line-height: 1.4;
  word-break: break-word;
  font-family:"azo-sans-web", "Open Sans", Nunito, "Helvetica Neue", Arial, sans-serif, -apple-system !important;
}

html{-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}


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

/* 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: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: red;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

ul.no-list.hs-error-msgs {
    padding-left: 0;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_container{
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;

}
.header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.header.no-navigation .bottom_header {
    border-top: 0;
}
.footer-center .connect .connect-img {
    padding-top: 22px;
}
.header_logo .hs_cos_wrapper > a > img {
  display: block;
}

.top_header {
  padding: 5.5px 0px 5.5px 0px;
}
.top_header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_right_links .hs-menu-wrapper > ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_right_links .hs-menu-wrapper>ul>li {
  width: 140px;
  text-align: center;
}

.header_right_links .hs-menu-wrapper>ul>li:last-child {
  width: 100px;
  text-align: end;
}

.header_right_links .hs-menu-wrapper>ul>li>a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(109, 110, 113);
}

.header_right_links .hs-menu-wrapper>ul>li>a:hover {
  color: #b12028;
  text-decoration: underline;
}


.header_menu div#hs_menu_wrapper_header_menu > ul {
    display: flex;
    margin-left: -32px;
}

.bottom_header {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 {
    display: block;
}

.header_menu div#hs_menu_wrapper_header_menu > ul > li.hs-menu-depth-1{
    position: relative;
    width: 180px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_menu div#hs_menu_wrapper_header_menu > ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper, .header_menu div#hs_menu_wrapper_header_menu>ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    color: #6d6e71;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    width: 285px;
    margin-right: 8px;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
}

.header_menu div#hs_menu_wrapper_header_menu>ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul{
   width: 900px;
   padding: 16px;
   left: 100%;
   top: 0;
}

.header_menu div#hs_menu_wrapper_header_menu > ul > li.hs-menu-depth-1:hover > ul, .header_menu div#hs_menu_wrapper_header_menu>ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2:hover > ul {
    display: block;
}

.header_menu div#hs_menu_wrapper_header_menu>ul li.hs-menu-depth-1:first-child>ul>li.hs-menu-depth-2 a {
    color: rgb(109,110,113);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 4px 48px 4px 16px;
    display: block;
    text-align: left;
    line-height: 28px;
}

.header_menu div#hs_menu_wrapper_header_menu>ul li.hs-menu-depth-1:first-child>ul>li.hs-menu-depth-2 a:hover, .header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:nth-child(2):hover > ul > li > a:hover{
   color: #b12028; 
   background-color: rgba(0,0,0,0.04);
}

.header_menu div#hs_menu_wrapper_header_menu>ul>li.hs-menu-depth-1>a {
    color: #6d6e71;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: 45px;
    line-height: 45px;
    padding-top: 1px;
}

.header_menu div#hs_menu_wrapper_header_menu>ul {
    display: flex;
}

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

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > li.menu-heading > a, .header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > li.menu-heading > a:hover, .header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:nth-child(2) > ul > .menu-anchor-after + li > ul > li:first-child > a, .header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:nth-child(2) > ul > .menu-anchor-after + li > ul > li:first-child > a:hover{
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    padding: 0;
    background: none;
    color: #6d6e71;
    cursor: text;
}

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:nth-child(2) > ul > .menu-anchor-after + li > ul > li:first-child > a, .header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:nth-child(2) > ul > .menu-anchor-after + li > ul > li:first-child > a:hover{
   padding-left: 16px;
   display: block;
       padding-top: 8px;
    padding-bottom: 16px;
}

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > li.menu-text> a, .header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > li.menu-text> a:hover {
    color: rgba(0,0,0,0.54);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    background: none;
    text-transform: none;
    cursor: text;
}

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > .hs-menu-depth-3.hs-item-has-children > ul {
    display: flex;
    padding: 8px 0;
}

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > .hs-menu-depth-3.hs-item-has-children > ul .hs-menu-depth-4 > a {
    padding: 0;
}

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > .hs-menu-depth-3.hs-item-has-children > ul > .hs-menu-depth-4 > ul > .hs-menu-depth-5 > a {
    padding: 2px 16px;
    text-align: left;
    display: block;
}

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > .hs-menu-depth-3.hs-item-has-children > ul .hs-menu-depth-4 > .hs-menu-depth-5 > a {
    padding: 6px 16px;
}

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > .hs-menu-depth-3.hs-item-has-children > ul > .hs-menu-depth-4 > ul > .hs-menu-depth-5 {
    width: 100%;
}

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:nth-child(2) > ul > .hs-menu-depth-2 > a {
    font-size: 14px;
    color: #6d6e71;
    padding: 6px 16px;
    line-height: 24px;
    display: block;
}

svg.MuiSvgIcon-root {
    fill: currentColor;
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.header_menu div#hs_menu_wrapper_header_menu>ul li.hs-menu-depth-1:first-child>ul>li.hs-menu-depth-2>a>.down-icon svg {
    height: 23px;
}

.header_menu div#hs_menu_wrapper_header_menu > ul > li.hs-menu-depth-1 > a {
    position: relative;
}

.header_menu div#hs_menu_wrapper_header_menu>ul>li.hs-menu-depth-1>a>.down-icon {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    position: relative;
    top: 4px;
}

.header_menu div#hs_menu_wrapper_header_menu>ul>li.hs-menu-depth-1:hover > a {
    text-decoration: underline;
    color: #b12028;
}

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > a {
    position: relative;
}

header.header {
    position: relative;
    z-index: 999;
}
body.activated .header-overlay {
    opacity: 1;
    visibility: visible;
}
.header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: opacity 0.3s ease;
}

.body-wrapper.activated .header-overlay {
    opacity: 1;
    visibility: visible;
}

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > a > .down-icon {
    top: 50%;
    right: 14px;
    position: absolute;
    transform: translateY(-50%) rotate(
-90deg);
}


.header_menu div#hs_menu_wrapper_header_menu>ul li.hs-menu-depth-1:first-child>ul>li.hs-menu-depth-2 .menu-anchor-after {
    position: absolute;
    left: -9px;
    height: 100%;
    top: 0;
    width: 15px;
}

.header_menu div#hs_menu_wrapper_header_menu>ul li.hs-menu-depth-1:first-child>ul>li.hs-menu-depth-2>ul {
    width: 900px;
    padding: 16px;
    left: calc(100% + 9px);
    top: -1px;
    min-height: 450px;
}

.header_menu div#hs_menu_wrapper_header_menu>ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper > .menu-anchor-after {
    position: absolute;
    left: 0;
    height: 15px;
    top: -16px;
    width: 100%;
}

.header_menu div#hs_menu_wrapper_header_menu>ul>li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    top: calc(100% + 16px);
}

.header_menu div#hs_menu_wrapper_header_menu>ul li.hs-menu-depth-1:first-child>ul>li.hs-menu-depth-2>ul>.hs-menu-depth-3.hs-item-has-children>ul > li {
    width: 33.333%;
}

.header_menu div#hs_menu_wrapper_header_menu > ul li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > a .down-icon1 {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.bottom_mobile_header_logo img {
    width: 54px!important;
}
a#hs-link-Mobile_logo_hs_logo_widget {
    display: block;
    height: 54px;
}
.bottom_mobile_header {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    background: #fff;
}
span.mobile_menu_title {
    color: rgb(76, 77, 79);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.menu_trigger_button svg {
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
.bottom_mobile_header_menu_area {
    display: flex;
    align-items: center;
    position: relative;
    left: 2px;
}
.menu_trigger_button {
    display: flex;
    padding-top: 3px;
}
span.mobile_menu_close {
    display: none;
}
.bottom_header.activated span.mobile_menu_close {
    display: block;
}
.bottom_header.activated span.mobile_menu_open {
    display: none;
}
.mobile-menu div#hs_menu_wrapper_header_menu > ul > li:first-child > ul > li.hs-menu-depth-2 > ul {
    display: none;
}
.mobile-menu div#hs_menu_wrapper_mobile_menu > ul > li.hs-menu-depth-1 > a, .mobile-menu div#hs_menu_wrapper_mobile_menu > ul > li.hs-menu-depth-1 > ul > li.hs-menu-depth-2 > a{
    display: block;
    color: #6d6e71;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    line-height: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mobile-menu div#hs_menu_wrapper_mobile_menu > ul > li.hs-menu-depth-1 > ul > li.hs-menu-depth-2 > a{
   padding: 8px 32px;
   border: 0;
}
.mobile-menu div#hs_menu_wrapper_header_menu ul>li.hs-menu-depth-1:nth-child(2)>ul>li:first-child {
    display: none;
}
.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_menu div#hs_menu_wrapper_header_menu > ul ul > li > a[href="javascript:;"] {
    cursor: text;
}
.mobile-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 64px; 
}
.bottom_mobile_header_area {
    display: block;
    position: relative;
}

.mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
    display:none;
}
.mobile-menu div#hs_menu_wrapper_header_menu ul > li.hs-menu-depth-1.activated:first-child > ul {
    height: auto;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}

.bottom_header.activated .mobile-menu div#hs_menu_wrapper_mobile_menu ul{
   height: auto;
}
.bottom_mobile_header_area {
    display: none;
}
.menu_trigger_button_dropdown span {
    height: 24px;
}
.menu_trigger_button_dropdown {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu div#hs_menu_wrapper_mobile_menu {
    display: none;
}
.mobile-menu div#hs_menu_wrapper_mobile_menu>ul>li.hs-menu-depth-1 > a {
    position: relative;
}
span.mobile_menu_close_dropdown {
    display: none;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-open span.mobile_menu_close_dropdown {
    display: block;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-open span.mobile_menu_open_dropdown {
    display: none;
}
.bottom_mobile_header_menu {
    border-radius: 32px;
    display: block;
    padding: 4.5px 6px;
    cursor: pointer;
}
.bottom_mobile_header_menu:hover{
     background: rgba(109, 110, 113, 0.04);   
}

header.header.activated .header_container {
    position: relative;
    z-index: 999;
}
header.header.activated .header-overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
body.activated {
    overflow: hidden;
}
.mobile-menu div#hs_menu_wrapper_mobile_menu > ul {
  max-height: calc(100vh - 105px);
  overflow-y: auto;
}
/*Mobile Responsive*/
@media screen and (max-width: 959.95px){
  .language {
    display: none;
}
    .mobile-menu div#hs_menu_wrapper_mobile_menu > ul > li.hs-menu-depth-1 > ul > li.hs-menu-depth-2:last-child > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
  .header_menu{
    display: none;
  }
  .bottom_mobile_header_area {
    display: block;
}
  .bottom_header {
    border-top: 0;
    border-bottom-color: rgb(96 97 99);
}
  .bottom_header.activated {
    border-bottom: 0;
}
  .bottom_mobile_header{
    padding: 0 24px;
  }
}

@media screen and (max-width: 595px){
  .bottom_mobile_header{
    padding: 0 16px;
  }
}

/* MEDIA QUERY */

@media (min-width: 600px){

  .header_container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 960px){
  .col_1 {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }

  .col_2{
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }

  .col_3{
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .top_header .button{
    display:none;
  } 

}

@media screen and (max-width: 1440px){
  .header_menu div#hs_menu_wrapper_header_menu > ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper{
  left: 20px;
  }  
}

@media (min-width: 1440px){
  .header_container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .col_1 {  
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }

  .col_2{
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%
  }

  .col_3{
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
    padding: 0px 0px 2px 0px;
    white-space: nowrap;
  }


} 

@media (min-width: 1920px){

  .header_container {
    max-width: 1920px;
  }
}


@media screen and (max-width: 1150px){
  .header_menu div#hs_menu_wrapper_header_menu>ul li.hs-menu-depth-1:nth-child(2) > ul {
    width: 750px;
}
  .header_menu div#hs_menu_wrapper_header_menu>ul li.hs-menu-depth-1:first-child>ul>li.hs-menu-depth-2>ul {
    width: calc(100vw - 320px);
}

} 

@media (max-width: 959.95px){
  .top_header .row{
    display:none;
  }

  .top_header .button {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 0px 0px;
  }
  .top_header .button div:first-child{
    background-color: #b12028;
  }
  .top_header .button div:last-child{
    background-color: #6d6e71;
  }

  .top_header .button div:first-child, .top_header .button div:last-child {
    width: 50%;
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;

  }
  .top_header .button div:first-child a, .top_header .button div:last-child a{
    /*       padding:10px 0px; */
    color: #fff;
    padding: 8px 16px 9px;
    display: block;
    line-height: 1.75;
    display:block;
    width:100%;
    font-size: 14px;
  }

  .header_container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .top_header {
    padding: 0px 0px;
  }

  .top_header .button div:first-child a:hover {
    background-color: rgb(123, 22, 28);
  }
  .top_header .button div:last-child a:hover{
    background-color: rgb(76, 77, 79);
  }

} 

@media (min-width:960px){
  .header_menu .language-inner .english:hover + .canada {
    display: block;
  }
  .header_menu .language-inner .canada {

  }
  .language {
    margin-right: 16px;
}
  
  
}

.canada-inner {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    width: 51px;
    height: 40px;
    display: flex;
    justify-content: center;
    padding-top: 3px;
    margin-left: -8px;
    margin-top: 2px;
}

.language {
    position: relative;
}

.canada {
    position: absolute;
    display: none;
}

.language-inner:hover .canada {
    display: block;
}

.english-inner {
    min-height: 45px;
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}
.canada-inner img {
    width: 33px!important;
    height: 17px!important;
}
.footer {
  background: linear-gradient(45deg, rgba(114,20,25,1) 0%, #b12028 75%);
  min-height: 300px;
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
}

.footer_container.content-wrapper {
  max-width: 1440px;
}

.footer-center {
  display: flex;
  width: calc(100% + 24px);
  margin: -12px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-center .logo{

  flex-grow: 0;
  max-width: 25%;
  flex-basis: 25%;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  min-height: 300px;
  width: calc(100% + 24px);
  margin: -12px;

}
.footer-center .connect .connect-img {
  max-width: 100%;
  flex-basis: 100%;
}


.footer-center .connect .contact_wrapper {
  width: 100%;

}

.footer-center .footer-menu > * {
  padding: 12px;
}

.footer-menu .social-link > * {
  width: calc(100% + 24px);
  margin: -12px;
}


.footer-center .footer-menu{

  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
  padding: 12px;

}

}
.icon-bg.icon-bg1 {
  width: 30px;
  height: 30px;
  background-position: 0px 0px;
}

.footer-center{

  display:flex


}
.footer-social-links {
  display: flex;
  justify-content: flex-end;
}

.footer-menu .hs-menu-wrapper> ul {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: center;
  width: calc(100% + 80px);
  margin: -40px;
  padding: 12px;
}


.footer-menu .hs-menu-wrapper >ul>li {
  padding: 40px;
  flex-grow: 0;
  max-width: none;
  flex-basis: auto;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 1.75;
  margin-bottom: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}

.footer-menu .hs-menu-wrapper >ul ul {
  list-style: none;
  padding: 0;
}
.footer-menu .hs-menu-wrapper>ul ul>li {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 1px;
  padding-bottom: 1px;
}


.footer-menu .hs-menu-wrapper >ul ul>li>a {
  color: white;
}



.footer-center .footer-menu > *:first-child {
  padding-bottom: 0px;
}

.footer-center .logo {
  margin: 0;
  width: 100%;
  padding: 0;
}



.footer-menu .hs-menu-wrapper > ul ul >li> a {
  font-size: 16px;
  font-family: "azo-sans-web","Open Sans","Nunito","Helvetica Neue",Arial,sans-serif,-apple-system;
  font-weight: 400;

  display: block;
  line-height: 1.75;
}



.footer-center .logo .contact_wrapper a {
  font-size: 0.75rem;
  font-family: "azo-sans-web","Open Sans","Nunito","Helvetica Neue",Arial,sans-serif,-apple-system;
  font-weight: 400;
  line-height: 20px;
  color: white;
  display: inline-block;
  margin-right: 8px;
}

.footer-center .logo .contact_wrapper i {
  color: white;
  font-size: .75rem;
  font-family: "azo-sans-web","Open Sans","Nunito","Helvetica Neue",Arial,sans-serif,-apple-system;
  font-weight: 400;
  line-height: 1.66;
  display:block;

  margin: 0;
}
}




.connect .contact_wrapper {
  padding: 12px;
}


.footer-menu .social-link {
  display: flex;
  justify-content: flex-end;
  padding: 12px;
  padding-right: 0;
  padding-bottom: 16px;
}


.footer .social-item {
  padding: 12px;
}

.footer-center .connect {
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  align-items: flex-end;
  height: 100%;
  justify-content: flex-start;

}
.icon-bg {

  background-image: url('//5541471.fs1.hubspotusercontent-na1.net/hubfs/5541471/raw_assets/public/Grimco_October2021%20Theme/images/Social_Media_Icons.png');

    }

.footer-center .connect {
  height: auto;
  padding-bottom: 0;
}
.footer-center .footer-menu{
  padding-top: 0;
  padding-bottom: 0;

}
.footer-menu img.hs-image-widget {
  display: block;
}
.footer-menu .hs-menu-wrapper>ul {
  padding-top: 0;
  flex-wrap:nowrap;
  white-space:nowrap;
}

.footer-center .logo .logo-wrapper {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  width:100%
}

.logo .logo-wrapper img{

  width:100% !important;

}
.footer-center .logo {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width:1440px){

  .footer-center .footer-menu{

    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;

  }

}



@media (min-width:960px){


  .footer-center .footer-menu{
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;



  }

}
@media (min-width:600px){

  .footer_container.content-wrapper{
    padding-left:24px;
    padding-right:24px;
  }

}

@media (max-width:959.95px){

  .footer-center {
    flex-direction: column-reverse;
  }

  .footer-menu .hs-menu-wrapper>ul {
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
  .footer-menu .hs-menu-wrapper >ul>li{
    padding: 12px;
  }
  .footer-menu .hs-menu-wrapper >ul>li {
    padding: 12px;
    align-items: center;
    text-align: center;
  }
  .footer {
    padding-top: 0;
  }
  .footer-center .footer-menu > *:first-child {
    padding-bottom: 0px;
    padding-top: 0;
  }
  .footer-center .connect {
    width: 100%;
    flex-wrap: nowrap;
    text-align: center;
    padding: 5px 0 0px 0px;
  }



  .footer-center .connect .contact_wrapper {
    padding-right: 90px;
  }

  .footer-center .logo .contact_wrapper i {
    padding-right: 0px;
  }
  .connect-img span#hs_cos_wrapper_footer_logo_hs_logo_widget{
    display: block;
    position: relative;
    top: 0px !important;
  }
  div#hs_cos_wrapper_footer_logo span#hs_cos_wrapper_footer_logo_hs_logo_widget {
    top: 0;
  }
  .logo-wrapper div#hs_cos_wrapper_footer_logo {
    padding-left: 0;
  }
  div#hs_cos_wrapper_footer_logo {
    text-align: center;
    padding-left: 0px;
  }
  .footer-center .logo .logo-wrapper {
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  .logo-wrapper div#hs_cos_wrapper_footer_logo {
    text-align: center;
  }
  .footer-center .logo .logo-wrapper{
    padding-bottom: 0 !important;
  }

  .footer-menu .hs-menu-wrapper>ul ul>li {
    text-align: center;


  }

  .footer-center .connect{
    width:100%;
    flex-wrap:nowrap;
    text-align:center;
    padding: 5px 0 0px 0px;


  }

  .footer-menu .hs-menu-wrapper>ul{

    flex-wrap: wrap;  


  }

  .footer-center .logo{

    min-height:0px;

  }  

  .footer-menu .hs-menu-wrapper>ul>li>a{

    text-align:center;
    font-size:19px;


  }

  .footer{
    padding-bottom:0px;
  }
  .footer_container.content-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer-center {
    width: 100%;
    margin: 0;
  }
  .footer-center .footer-menu {
    padding: 0;
  }
  .footer-center .footer-menu > * {
    padding: 0;
  }
  .footer-menu .hs-menu-wrapper> ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .footer-menu .hs-menu-wrapper >ul>li {
    padding: 12px;
  }
  .footer-menu .hs-menu-wrapper>ul>li>a {
    text-align: center;
    font-size: 22px;
  }
  .footer-menu .hs-menu-wrapper>ul>li>a {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 38px;
    margin-bottom: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
  }
  .footer-menu .hs-menu-wrapper >ul>li {
    padding: 12px;
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }

  .footer-social-links{
    margin-top: 12px;

  }
  .footer-center .logo .logo-wrapper{


    padding: 12px;

  }

  .footer-center .logo{
  }
  .footer {
    padding-top: 0;
  }
}



@media (max-width:959.95px){
  .footer-menu .hs-menu-wrapper>ul>li:not(:last-child) {
    justify-content: center;
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
    text-align:center;
  }
  .footer-center .connect .contact_wrapper span#hs_cos_wrapper_footer_content_ {
    margin-left: 8px;
  }
  .footer-center .connect .connect-img {
    max-width: 100%;
    flex-basis: auto;
  }
  .footer-center .connect .contact_wrapper {
    width: 100%;
    max-width: 371.16px;
    padding: 0;
  }
  .footer-social-links {

    justify-content: center;
  }

  .footer-center .logo .logo-wrapper{

    text-align:center ;


  }

  .footer-center .logo{

    max-width:100%;



  }
  .footer-center .logo .logo-wrapper img{

    width:320px !important;


  }
  .footer-center .connect {
    width: 100%;
    flex-wrap: nowrap;
    text-align: center;
    padding: 5px 0 0px 0px;
    justify-content: center;
  }

}

@media (max-width:1440px){

  .footer{

    padding-left: 24px;
    padding-right: 24px;
    margin-top: 3px;
  }


}


@media (max-width:1024px){

  .footer .social-item .icon-bg{


    height: 36.85px;

  } 



}

@media (max-width:768px){

  .footer-center .logo .contact_wrapper i {
    padding-right: 0px;
  }
  .connect-img span#hs_cos_wrapper_footer_logo_hs_logo_widget{
    display: block;
    position: relative;
    top: 1px !important;
  }
  div#hs_cos_wrapper_footer_logo span#hs_cos_wrapper_footer_logo_hs_logo_widget {
    top: 0;
  }
  .logo-wrapper div#hs_cos_wrapper_footer_logo {
    padding-left: 0;
  }
  div#hs_cos_wrapper_footer_logo {
    text-align: center;
    padding-left: 0px;
  }
  .footer-center .logo .logo-wrapper {
    padding-bottom: 0;
    margin-bottom: -8px;
  }
  .logo-wrapper div#hs_cos_wrapper_footer_logo {
    text-align: center;
  }
  .footer-center .logo .logo-wrapper{
    padding-bottom: 0 !important;
  }

  .footer-menu .hs-menu-wrapper>ul ul>li {
    text-align: center;


  }

  .footer-center .connect{
    width:100%;
    flex-wrap:nowrap;
    text-align:center;
    padding: 5px 0 0px 0px;
  }

  .footer-menu .hs-menu-wrapper>ul{

    flex-wrap: wrap;  


  }

  .footer-center .logo{

    min-height:0px;

  }  

  .footer-menu .hs-menu-wrapper>ul>li>a{

    text-align:center;
    font-size:19px;


  }

  .footer{
    padding-bottom:0px;
  }
  .footer_container.content-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer-center {
    width: 100%;
    margin: 0;
  }
  .footer-center .footer-menu {
    padding: 0;
  }
  .footer-center .footer-menu > * {
    padding: 0;
  }
  .footer-menu .hs-menu-wrapper> ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .footer-menu .hs-menu-wrapper >ul>li {
    padding: 12px;
  }
  .footer-menu .hs-menu-wrapper>ul>li>a {
    text-align: center;
    font-size: 22px;
  }
  .footer-menu .hs-menu-wrapper>ul>li>a {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 38px;
    margin-bottom: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
  }
  .footer-menu .hs-menu-wrapper >ul>li {
    padding: 12px;
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }

  .footer-social-links{
    margin-top: 12px;

  }
  .footer-center .logo .logo-wrapper{


    padding: 12px;

  }

  .footer-center .logo{
  }
  .footer {
    padding-top: 0;
  }

}


@media screen and (max-width: 692px){
  .footer-center .connect {
    flex-wrap: wrap;
    justify-content: center;
  }
  div#hs_cos_wrapper_footer_logo {
    text-align: center;
    padding-left: 0;
  }
  .footer-center .logo .contact_wrapper i {
    padding-right: 0;
  }
  .footer-center .logo .contact_wrapper a {
    margin-right: 4px;
    margin-left: 4px;
  }
  .footer-center .connect .contact_wrapper{
    padding-right: 0;
  }
  .footer-center .connect .connect-img {
    margin-bottom: -1px;
  }
  .footer-center .connect .contact_wrapper span#hs_cos_wrapper_footer_content_ {
    margin-left: 0;
  }
}

@media screen and (max-width: 599px){
  .footer-menu .hs-menu-wrapper >ul>li, .footer-menu .hs-menu-wrapper>ul>li:not(:last-child) {
    justify-content: center;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}


@media screen and (max-width: 479px){
  footer.footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer_container.content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-center .logo .logo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-center .logo .logo-wrapper img {
    width: 300px !important;
  }

  .footer-social-links {
    flex-wrap: wrap;
  }

  div#hs_cos_wrapper_footer_logo span#hs_cos_wrapper_footer_logo_hs_logo_widget img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
}
