*, *: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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper,
  .header__container,
  .footer__container {
    max-width: 100% !important;
  }
}
@font-face { 
  font-family: Font Awesome\5 Free;
  src: url("//info.huecu.org/hubfs/Huecu_January2022/fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url(//info.huecu.org/hubfs/raw_assets/public/Huecu_January2022/fonts/fa-solid-900.woff) format("woff2"), 
    url(//info.huecu.org/hubfs/raw_assets/public/Huecu_January2022/fonts/fa-solid-900.woff2) format("woff"),
    url(//info.huecu.org/hubfs/raw_assets/public/Huecu_January2022/fonts/fa-solid-900.ttf) format("truetype"); 
  font-style: normal;
  font-weight: 900; 
}

@font-face { 
  font-family: "Klinic";
  src: url(//info.huecu.org/hubfs/raw_assets/public/Huecu_January2022/fonts/KlinicSlabMedium.woff2) format("woff2"); 
  font-style: normal;
}

@font-face { 
  font-family: "CartoGothicStd";
  src: url(//info.huecu.org/hubfs/raw_assets/public/Huecu_January2022/fonts/CartoGothicStd-Book.woff) format("woff"); 
  font-style: normal;
  font-weight: 400; 
}

@font-face { 
  font-family: "CartoGothicStd"; 
  src: url(//info.huecu.org/hubfs/raw_assets/public/Huecu_January2022/fonts/CartoGothicStd-Bold.woff) format("woff");
  font-style: normal; 
  font-weight: 500;
}

@font-face {
  font-family: "CartoGothic";
  src: url("//info.huecu.org/hubfs/Huecu_January2022/fonts/cartogothicpro-bold-webfont.eot");
  src: url("//info.huecu.org/hubfs/Huecu_January2022/fonts/cartogothicpro-bold-webfont.eot") format("embedded-opentype"),
    url(//info.huecu.org/hubfs/raw_assets/public/Huecu_January2022/fonts/cartogothicpro-bold-webfont.woff) format("woff"),
    url(//info.huecu.org/hubfs/raw_assets/public/Huecu_January2022/fonts/cartogothicpro-bold-webfont.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face { 
  font-family: "AmsiProNarrow-Ultra"; 
  src: url(//info.huecu.org/hubfs/raw_assets/public/Huecu_January2022/fonts/AmsiProNarrow-Ultra.woff2) format("woff2"), 
    url(//info.huecu.org/hubfs/raw_assets/public/Huecu_January2022/fonts/AmsiProNarrow-Ultra.woff) format("woff"); 
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html, body {
  overflow-x: hidden;
}

body {
  line-height: 1.66;
  word-break: break-word;
}

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 1rem;
  line-height: 1.4;
}

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

/* Images */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
button,
.button {
  border: none;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 37px !important;
  width: auto;
  white-space: normal;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-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 {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-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 {
  border: 0;
  outline: 0;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px ;
  padding: 14px;
  padding-left: 24px;
  max-width: 750px;
  width: 100%;
}

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

form textarea {
  height: 120px;
  border: none !important;
}

@media only screen and (min-width: 641px) {
  form textarea {
    height: 160px;
  }
}

/* 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: 1px solid #790000;
}

.hs-error-msg,.hs-error-msgs label {
  clear: both;
  color: #790000;
  font-size: .813em;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: none;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 37px !important;
  width: auto;
  white-space: normal;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.body-container.migration .input a {
  margin-top: 18px;
}

.form-floating-alert-wrapper .form-floating-alert-error {
  max-width: 750px;
}

@media(max-width: 767px) {
  .actions input {
    margin-bottom: 18px;
  }
  .body-container-wrapper form.hs-form {
    margin-bottom: 20px;
  }
}
/* 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 */

header.header {
  z-index: 9999999999;
  min-height: 139px;
  height: auto;
}

.header-section {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.header-section .header__logo {
  display: flex;
  width: 100%;
  align-items: center;
}

.header__logo > div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.main-navigation .hs-menu-wrapper > ul,
.col-lg-3,.col-lg-4,.col-lg-8,.col-lg-9,.col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.header-section .header__logo a {
  width: 100%;
}

.header__logo img {
  max-width: 375px;
  width: 100% !important;
  transition: all 0.25s ease-in-out;
}

.navigation-top .menu-inner-row .header-link {
  padding-bottom: 10px;
  text-align: right;
}

.navigation-top .main-navigation {
  width: 100%;
  margin-left: 0;
}

.social-search-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: -31px;
}

.header__navigation {
  position: relative;
  padding: 0.3rem 0.56rem;
  padding-left: 20px;
  margin-bottom: -40px;
}

.social-search-wrap > span  {
  padding-right: 20px;
  width: auto;
  padding-top: 0px;
  text-align: right;
  vertical-align: bottom;
}

.search-icon-button {
  font-size: 17px;
  padding-right: 30px !important;
  cursor: pointer;
  float: none;
  margin-bottom: -5px;
}

.search-icon-button:hover img{
  filter: invert(1) sepia(1) saturate(155) hue-rotate(45deg);
}

.search-icon-button a { 
  color: inherit;
  text-decoration: none;
}

.search-icon-button img {
  width: 30px;
  margin-top: -10px;
  display: inline-block;
}

.header-btn {
  padding-right: 0 !important;
}

.header-btn a {
  font-family: "CartoGothicStd";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  padding: 5px 35px;
  border: 1px solid #822433;
  border-radius: 7px ;
  vertical-align: top;
  text-decoration: none;
}

.country-selector.weglot-dropdown .weglot-language:after {
  background: url(//info.huecu.org/hubfs/raw_assets/public/Huecu_January2022/images/wgarrowdown.png) no-repeat !important;
}

.mobile-container {
  display: none;
}

.mobile-container .nav-nav-mobile {
  display: none;
  overflow: overlay;
}

.mobile-btn > div {
  float: left;
  width: auto;
  text-align: right;
  vertical-align: middle;
}

.mobile-btn a {
  font-family: "CartoGothicStd";
  font-style: normal;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: inline-block;
  padding: 6px 35px 6px 35px;
  border: 1px solid #822433;
  border-radius: 7px;
  vertical-align: top;
}

.main-navigation .hs-menu-wrapper > ul > li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.21px;
  position: relative;
  background-color: transparent;
  border-top: 7px solid transparent;
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-navigation .hs-menu-wrapper > ul > li > a  {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-navigation .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: '\f078';
  display: inline-block;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  float: right;
  padding-left: 5px;
}

.main-navigation .hs-menu-wrapper .hs-menu-children-wrapper {
  display: none;
  position: static;
  z-index: 100;
  left: 0;
  top: 67px;
  opacity: 1;
  min-width: auto;
  background-color: #ffffff;
  padding: 0 30px 30px 30px;
  width: 100%;
}

.main-navigation .hs-menu-wrapper .hs-menu-children-wrapper li {
  margin: 0 0 0.84rem;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.21px;
}

.main-navigation .hs-menu-wrapper .hs-menu-children-wrapper li,
.main-navigation .hs-menu-wrapper .hs-menu-children-wrapper li > a {
  width: 100%;
  padding: 0;
}

.main-navigation .hs-menu-wrapper .hs-menu-children-wrapper li > a:hover {
  text-decoration: underline;
}

.fixed-header .header-section {
  position: fixed;
  top: 0px;
  z-index: 9999999999;
}

.header-search-container-wrapper {
  display: none;
  position: relative;
  bottom: -30px;
}

.header-search-container-wrapper .header-search-container {
  width: calc(100% + 30px);
  position: absolute;
  z-index: 9999;
  left: 0;
  top: -1px;
  min-height: 236px;
  background-color: rgba(227,227,227,0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -15px;
}

.header-search-container-wrapper .header-search-container .close-btn-search {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.07rem;
}

.header-search-container-wrapper .header-search-container .search-initial-position {
  padding: 0 20%;
  width: 100%;
}

.header-search-container-wrapper .search-initial-position > div {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 140px;  
  background-image: -moz-radial-gradient(center,ellipse cover,rgb(240,240,240),rgb(240,240,240));
  background-image: -webkit-gradient(radial,center center,0px,center center,100%,rgb(240,240,240),rgb(240,240,240));
  background-image: -webkit-radial-gradient(center,ellipse cover,rgb(240,240,240),rgb(240,240,240));
  background-image: -o-radial-gradient(center,ellipse cover,rgb(240,240,240),rgb(240,240,240));
  background-image: -ms-radial-gradient(center,ellipse cover,rgb(240,240,240),rgb(240,240,240));
  background-image: radial-gradient(ellipse at center,rgb(240,240,240),rgb(240,240,240));
  overflow: hidden;
  border: 0 none rgb(0,0,0);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 10px 18px -13px #fff;
}

.header-search-container-wrapper form {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  height: 60px;
  background-image: -moz-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
  background-image: -webkit-gradient(radial,center center,0px,center center,100%,rgb(255,255,255),rgb(255,255,255));
  background-image: -webkit-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
  background-image: -o-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
  background-image: -ms-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
  background-image: radial-gradient(ellipse at center,rgb(255,255,255),rgb(255,255,255));
  border: 1px none rgb(201,201,201);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 1px 0 6px -3px rgb(181 181 181) inset;
  width: auto;
  background: #FFF;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  direction: ltr;
  align-items: stretch;
}

.header-search-container-wrapper form .promagnifier {
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: transparent;
  -webkit-flex: 0 0 auto;
  order: 11;
  -webkit-order: 11;
  float: right;
  border: 0 solid rgb(201,201,201);
  border-radius: 0;
  box-shadow: -1px 1px 0 0 rgb(255 255 255 / 61%) inset;
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.header-search-container-wrapper form .promagnifier .innericon {
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  line-height: initial;
  text-align: center;
  overflow: hidden;
  width: 60px;
  height: 60px;
  float: right;
}

.header-search-container-wrapper form .promagnifier svg {
  fill: #363636;
  height: 100%;
  width: 22px;
  vertical-align: baseline;
  display: inline-block;
}

.header-search-container-wrapper .proinput {
  width: 1px;
  height: 100%;
  margin: 0 0 0 10px;
  padding: 0 20px;
  float: left;
  box-shadow: none;
  position: relative;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  z-index: 0;
  font-weight: normal;
  font-family: "Open Sans";
  color: rgb(0,0,0);
  font-size: 18px;
  line-height: 20px;
  text-shadow: none;
  line-height: normal;
  flex-grow: 1;
  order: 5;
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

.header-search-container-wrapper form .proinput input {
  font-weight: normal;
  font-family: "Open Sans";
  color: #000;
  font-size: 18px;
  text-shadow: none;
  line-height: normal;
  border: 0;
  box-shadow: none;
  height: 60px;
  position: relative;
  z-index: 2;
  padding: 0;
  padding-top: 2px;
  margin: -1px 0 0 -4px;
  min-width: 120px;
  max-width: 750px;
  width: 100%;
  background: transparent;
}

.header-search-container-wrapper form .proinput input::placeholder {
  color: #474747;
  font-family: Open Sans;
  font-weight: 700;
}

.header-search-container-wrapper .hs-search-field__suggestions {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  margin-bottom: 4px;
}

.header-search-container-wrapper.active-search {
  display: block;
}

.fixed-header .header__logo img {
  margin-top: 7px;
}

@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9,.main-navigation .hs-menu-wrapper > ul {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .fixed-header .header-section {
    z-index: inherit;
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c8c8;
  }
  .fixed-header .header-link {
    height: 0;
    width: 0;
    opacity: 0;
    padding: 0;
  }
  .fixed-header .header__logo img {
    width: 60% !important;
  }
  .fixed-header #hs_cos_wrapper_header_top_link {
    display: none;
  }
  .fixed-header .social-search-wrap {
    margin-bottom: -12px;
  }
  .fixed-header .header__navigation {
    margin-bottom: -20px;
  }
  .fixed-header .header-search-container-wrapper {
    bottom: -17px;
  }
}

@media screen and (min-width: 1600px) {
  .header__logo img {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-section .header__logo  {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    align-items: center;
  }
  .header-section .navigation-col {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .search-icon-button img {
    height: 30px;
  }
  .header-btn a {
    font-size: 16px;
    padding: 2px 30px 2px 30px;
  }
  .header-no-nav .header__logo img {
    margin-top: 11px;
  }
}

@media screen and (max-width: 1199px) {
  header.header {
    min-height: 123px;
  }
  .header-section {
    padding: 0;
    z-index: 9999999999;
  }
  .header-section .wrap.row {
    display: none;
  }
  .mobile-container {
    display: block;
  }
  .mobile-container .nav-brand-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
    -webkit-box-shadow: 0px -25px 60px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px -25px 60px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -25px 60px 0px rgb(0 0 0 / 75%);
  }
  .mobile-container .nav-nav-mobile {
    display: none;
    overflow: overlay;
  }
  .mobile-container .nav-brand-mobile .mobile-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 122px;
    font-weight: 500;
    font-family: "CartoGothic";
    font-size: 18px;
    color: #822433;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    z-index: 9999;
    cursor: pointer;
    text-transform: uppercase;
  }
  .mobile-container .nav-brand-mobile .mobile-trigger .burger-text {
    display: none;
    padding-left: 10px;
  }
  .mobile-container .bar1, .mobile-container .bar2, .mobile-container .bar3 {
    width: 20px;
    height: 2px;
    margin: 5px 0;
    background-color: #333333;
    transition: 0.4s;
  }
  .mobile-container .nav-brand-mobile .header__logo {
    display: inline-flex;
    align-items: flex-end;
    width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-container .nav-brand-mobile .header__logo a img {
    max-width: 410px;
  }
  .mobile-container .search-icon-button img {
    height: 25px;
  }
  .mobile-btn {
    width: 100%;
    max-width: 100%;
    padding: 21px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
  } 
  .mobile-container .nav-nav-mobile .main-navigation {
    display: block;
    width: 100%;
    margin: 0;
  }
  .main-navigation .hs-menu-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .main-navigation .hs-menu-wrapper > ul {
    display: flex!important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    width: 100%;
    max-width: 100%;
  }
  .main-navigation .hs-menu-wrapper > ul > li > a  { 
    width: 100%;
    font-size: 16px;
  }
  .main-navigation .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding: 20px 20px 13px 20px;
    border-top: 1px solid #e5e5e5;
    outline: 0;
  }
  .mobile-container .nav-brand-mobile .search-icon-button {
    width: 30%;
  }
  .mobile-container .header__logo > div  {
    text-align: center;
  }
  .menu-open .mobile-container .nav-brand-mobile .mobile-trigger {
    display: flex;
    background: #fff;
    color: #822433;
    border: none;
    border-radius: 0px;
    top: 0px;
    padding-top: 44px;
    border-top: 4px solid #822433;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    padding-bottom: 25px;
  }
  .menu-open .mobile-container .nav-brand-mobile .mobile-trigger .burger-text {
    display: inline-block;
  }
  .menu-open .mobile-trigger .burger-bars-wrapper {
    height: 29px;
  }
  .menu-open .mobile-trigger .bar1 {
    background-color: #822433;
    width: 12px;
    -webkit-transform: rotate(45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  .menu-open .mobile-trigger .bar2 {
    background-color: #822433;
    width: 12px;
    opacity: 0;
  }
  .menu-open .mobile-trigger .bar3 {
    background-color: #822433; 
    width: 12px;
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
  }
  .menu-open .nav-nav-mobile {
    display: block;
    border-top: 1px solid #c8c8c8;
    padding-top: 25px;
    --vh: 11px;
    height: calc(100vh - 122px);
    height: calc( (var(--vh, 1vh) * 100) - 122px);
  }
  .child-open {
    border-top: 5px solid #8c1831 !important;
  }
  .child-open > a {
    padding: 20px !important;
    border-top: 0 !important;
  }
  .child-open > a:after {
    transform: rotate(180deg);
    padding-left: 0 !important;
  }
  .child-open > .hs-menu-children-wrapper {
    display: block !important;
  }
  .header-search-container-wrapper {
    bottom: 0;
  }
  .header-no-nav .mobile-container .nav-brand-mobile .header__logo {
    align-items: center;
    min-height: 123px;
    margin: 0 auto;
  }
  .fixed-header .header__logo img {
    margin-top: 0; 
  }
}

@media (orientation: landscape) {
  .mobile-container .nav-brand-mobile .header__logo a img {
    max-width: 210px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-container .nav-brand-mobile .search-icon-button {
    text-align: center;
  }
}

@media (max-width: 780px) {
  .menu-open .mobile-trigger {
    padding-top: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  header.header {
    min-height: 10%;
  }
  .header-no-nav  .mobile-container .nav-brand-mobile .header__logo {
    min-height: 10%;
  }
  .mobile-container .nav-brand-mobile .mobile-trigger {
    width: 20%;
    height: 60px;
  }
  .mobile-container .nav-brand-mobile .header__logo {
    width: 60%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mobile-container .nav-brand-mobile .search-icon-button {
    width: 20%;
    padding-left: 15px;
    text-align: right;
  }
  .menu-open .mobile-container .nav-brand-mobile .mobile-trigger .burger-text {
    font-size: 14px;
    padding-left: 5px;
  }
  .header-search-container-wrapper.active-search .header-search-container {
    min-height: 170px;
  }
  .header-search-container-wrapper .header-search-container .search-initial-position {
    padding: 0 10%;
  }
  .menu-open .nav-nav-mobile {
    height: calc(100vh - 61px);
    height: calc( (var(--vh, 1vh) * 100) - 61px);
  }
}

@media screen and (max-width: 595px) {
  .mobile-btn {
    padding: 21px 20px 20px;
  }
  .mobile-container .nav-brand-mobile .mobile-trigger .burger-text {
    white-space: normal;
    word-break: initial;
  }
  .mobile-container .country-selector .weglot-language span,
  .mobile-container .header-link .header-button-text {
    white-space: normal;
    word-break: initial;
  }
  .mobile-container .country-selector.weglot-dropdown .weglot-language:after {
    top: 7px;
  }
}
.footer .top-footer {
  padding: 80px 0;
}

.footer__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.col-md-4,.col-md-8,.nav_menu {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .top-footer .social-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 35%;
}

.footer .top-footer .footer-menu-row {
  padding-right: 30%;
}

.footer .top-footer .social-row .footer-button {
  display: inline-block;
  flex: 1;
}

.footer .top-footer .social-row .footer-button > div {
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  min-height: 52px;
  min-width: 192px;
  font-size: 20px;
  font-weight: 400;
  line-height: 51px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.footer .top-footer .social-row .footer-social {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 3;
  border-radius: 5px;
  background-color: #ffffff;
  height: 52px;
  margin-left: 5px;
  padding: 0 40px;
}

.footer .top-footer .footer-menu-row > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.nav_menu {
  margin-top: 50px;
}

.nav_menu ul li a:hover {
  text-decoration: underline;
}

.nav_menu h2 {
  font-family: 'CartoGothicStd', 'Roboto Slab';
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.2px;
  text-transform: none;
  margin: 0;
}

.nav_menu ul {
  display: block !important;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav_menu ul li {
  margin: 0;
  padding: 0;;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.21px;
}

.nav_menu ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  word-break: break-word;
}

.application-row .app-listing {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.app-listing ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.app-listing ul li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.21px;
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-right: 6px;
}

.app-listing ul li:first-child {
  margin-left: 0;
}

.app-listing img {
  max-width: 244px;
  width: 100% !important;
  border: 1px solid #fff !important;
  border-radius: 7px;
  transition: all .3s ease-in-out;
}

.footer .footer-description {
  margin-top: 50px;
}

.footer .footer-description h3 {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.2px;
  margin-bottom: 0;
  padding: 0;
  text-transform: none;
}

.footer .footer-description p {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.21px;
  padding: 0;
  margin: 0;
}

.footer .footer__logo {
  margin-top: 30px;
}

.footer .footer__logo img {
  max-width: 244px;
  width: 100% !important;
}

.footer .bottom-footer {
  padding: 40px 0;
}

.footer-contact h6 {
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
  margin: 0;
}

.footer-contact ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 0.565rem;
  display: flex;
}

.footer-contact ul li {
  display: inline-block;
  margin: 0 0 .85rem;
  padding: 0;
  padding-left: 30px;
  color: #474747;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.21px;
}

.footer-contact ul li:first-child {
  padding-left: 0;
}

.footer-contact ul li:first-child span {
  color: #fff !important
}

.footer-contact ul li span,
.footer-contact ul li span a {
  font-size: 14px;
}

.footer-contact ul li:nth-child(2) > span:first-child,
.footer-contact ul li:nth-child(3) > span:first-child {
  font-size: 12px;
  padding-right: 5px;
}

.logo-element {
  text-align: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}

.logo-element li {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0;
  padding-left: 18px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.21px;
}

.logo-element li:first-child {
  padding-left: 0;
}

.logo-element li img {
  width: auto !important;
}

.footer .bottom-footer .site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-info .footer__copyright {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.21px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.site-info span,
.site-info .footer__copyright span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.site-info .footer__copyright span { 
  display: block;
}

.routing-nmls span.hs_cos_wrapper > span:first-of-type {
  margin-right: 50px;
}

.app-listing ul li:hover img {
  border: 1px solid #474747 !important;
  border-radius: 7px;
}

.site-details ul li a:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }  
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nav_menu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .nav_menu {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .nav_menu {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .logo-element .coop img {
    width: 46px !important;
  }
  .logo-element .msic img {
    width: 70px !important;
  }
  .logo-element .lender img {
    width: 34px !important;
  }
  .logo-element .ncua img {
    width: 90px !important;
  }
}

@media screen and (max-width: 1199px) {
  .footer-contact ul {
    flex-direction: column;
  }
  .footer-contact ul li {
    display: block;
    padding-left: 0px;
  }
}

@media (max-width: 880px) {
  .footer-contact ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .footer .top-footer .social-row {
    padding-right: 15%;
  }
  .footer .top-footer .footer-menu-row {
    padding-right: 10%;
  }
  .nav_menu {
    flex: 0 33%;
  }
  .footer .top-footer .social-row .footer-button {
    margin-right: 10px;
  }
  .footer .top-footer .social-row .footer-button > div {
    min-width: 130px;
  }
  .footer .top-footer .social-row .footer-social {
    margin-top: 0;
    margin-left: 0;
    padding: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .footer .logo-element {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .footer .logo-element li {
    padding-left: 9px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo-element .coop img {
    width: 29px !important;
  }
  .logo-element .msic img {
    width: 45px !important;
  }
  .logo-element .lender img {
    width: 21px !important;
  }
  .logo-element .ncua img {
    width: 58px !important;
  }
}

@media (max-width: 768px) {
  .footer .top-footer .footer-row-1 {
    display: flex;
    flex-direction: column;
  }
  .footer .top-footer .footer-row-1 .footer-col-2 {
    margin-top: 30px;
  }
  .footer .top-footer .footer-menu-row .widget-column {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-contact ul li {
    display: inline-block;
  }
  .footer .bottom-footer .site-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-info .footer__copyright {
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .top-footer {
    padding: 40px 0;
  }
  .footer .application-row,.footer .footer-description {
    margin-top: 30px;
  }
  .footer .footer__logo {
    margin: 35px 0 10px 0;
    text-align: left;
  }
  .nav_menu ul li a {
    font-size: 11px;
  }
  .footer .logo-element {
    text-align: left;
    display: flex;
    justify-content: flex-start;
  }
  .footer .bottom-footer .site-info {
    display: flex;
    flex-direction: column-reverse;
  }
  .nav_menu {
    margin-top: 30px;
  }
  .logo-element .coop img {
    width: 46px !important;
  }
  .logo-element .msic img {
    width: 70px !important;
  }
  .logo-element .lender img {
    width: 34px !important;
  }
  .logo-element .ncua img {
    width: 90px !important;
  }
}

@media (max-width: 590px) {
  .footer-contact ul li span,
  .footer-contact ul li span a {
    font-size: 12px;
  }
  .footer-contact ul li:first-child {
    flex: 0 100%;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .nav_menu {
    flex: 0 50%;
  }
  .application-row .app-listing ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: -55%;
    margin-left: 10%;
  }
  .app-listing ul li {
    margin: 5px 0;
  }
}

@media (max-width: 400px) {
  .application-row .app-listing ul {
    margin-left: 20%;
  }
}

@media screen and (max-width: 332px) {
  .app-listing ul li {
    padding-right: 0;
    padding-bottom: 6px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}