*, *: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 {}

/* 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 */
  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: "Font Awesome 6 Pro";
  src: url(https://370853.fs1.hubspotusercontent-na1.net/hubfs/370853/raw_assets/public/Bellingham_Electric_November2022/Font/fa-solid-900.woff2) format("woff2"), 
    url(https://370853.fs1.hubspotusercontent-na1.net/hubfs/370853/raw_assets/public/Bellingham_Electric_November2022/Font/fa-solid-900.ttf) format("truetype");
  font-style: normal; 
  font-weight: 900; 
  font-display: block;
}

@font-face { 
  font-family: "Font Awesome 6 Brands"; 
  src: url(https://370853.fs1.hubspotusercontent-na1.net/hubfs/370853/raw_assets/public/Bellingham_Electric_November2022/Font/fa-brands-400.woff2) format("woff2"),
    url(https://370853.fs1.hubspotusercontent-na1.net/hubfs/370853/raw_assets/public/Bellingham_Electric_November2022/Font/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400; 
  font-display: block;
}


@font-face { 
  font-family: "Glyphicons Halflings"; 
  src: url("https://370853.fs1.hubspotusercontent-na1.net/hubfs/370853/Bellingham_Electric_November2022/fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"),
    url(https://370853.fs1.hubspotusercontent-na1.net/hubfs/370853/raw_assets/public/Bellingham_Electric_November2022/Font/glyphicons-halflings-regular.woff2) format("woff2"),
    url(https://370853.fs1.hubspotusercontent-na1.net/hubfs/370853/raw_assets/public/Bellingham_Electric_November2022/Font/glyphicons-halflings-regular.woff) format("woff"), 
    url(https://370853.fs1.hubspotusercontent-na1.net/hubfs/370853/raw_assets/public/Bellingham_Electric_November2022/Font/glyphicons-halflings-regular.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400; 
  font-display: block;
}

html {
  font-size: 10px;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1.42857143;
  word-break: break-word;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}

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

/* Paragraphs */

p {
  margin: 0 0 10px;
}

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

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

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1{
  font-size:36px;
}

h2{
  font-size:30px;
}

h3{
  font-size:24px;
}

h4{
  font-size:20px;
}

h5{
  font-size:18px;
}

h6{
  font-size:14px;
}

/* 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;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

.hs-search-field form button {
  position: absolute !important;
  }
/* Form fields */

.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.section.post-footer form {
  max-width: 767px;
  padding: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 14px;
  margin-bottom: 0.35rem;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color:#555;
}

/* 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 {
  outline: none !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
  border-color: #0e1c87;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}


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 {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #F44336;
}

ul.no-list.hs-error-msgs.inputs-list li label{
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #F44336;
}

/* 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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  background: #3849c8;
  border: 1px solid #0e1c87;
  margin-top:20px;
  margin-bottom:20px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form .hs-richtext, form .hs-richtext p {
  font-size: 14px;
}
/* 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;
}
.responsive-menu .hs-menu-wrapper>ul>li.visible>ul {
  display: block !important;
}

.responsive-menu .hs-menu-wrapper>ul>li.visible {
  background-color: rgb(56, 73, 200);
}

header.cst-header {
  display: block;
  position: relative;
  z-index: 10;
}

.top-header-wrap {
  background-color: #efefef;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width:100%;
  float:left;
}

.top-header-wrap:before, .top-header-wrap:after {
  display: table;
  content: " ";
}


.top-header-inner {
  padding-right: 15px;
  padding-left: 15px;
}

.top-header-inner h3 {
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
  text-align:center;
}

.top-header-inner h3>a {
  color: #0e1c87;
}


.top-header-inner h3>a>i {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.top-header-inner h3>a>i:before{
  content: "\f0a1";
}

.mid-header-wrap {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.mid-header-wrap:before, .mid-header-wrap:after {
  display: table;
  content: " ";
}

.mid-header-inner {
  margin-right: -15px;
  margin-left: -15px;
}

.mid-header-inner:before, .mid-header-inner:after {
  display: table;
  content: " ";
}

.mid-header-inner .mid-content-wraper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
  width: 100%;
}

.mid-content-wraper:before, .mid-content-wraper:after {
  clear: both;
  content: " ";
  display: table;
}

.secondary-nav-container {
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  border: none;
  flex-flow: row;
}

.secondary-nav-container-inner {
  width: 100%;
  border: 1px solid transparent;
}

.secondary-nav-container-inner:before ,
.secondary-nav-container-inner:after{
  display: table;
  content: " ";
}
.secondary-nav-container-inner:after{
  clear: both;
}

.mid-left-menu {
  margin-left: -15px;
  float:left;
}

.mid-left-menu .hs-menu-wrapper>ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  float:left;
}

.mid-left-menu .hs-menu-wrapper>ul:before , mid-left-menu .hs-menu-wrapper>ul:after{
  display: table;
  content: " ";
}

.mid-left-menu .hs-menu-wrapper>ul>li {
  float: left;
  line-height: 1.75;
  position:relative;
}

.mid-left-menu .hs-menu-wrapper>ul>li>a{
  padding: 10px 10px;
  transition: all .3s ease-in-out;
  font-size: 11px;
  float:left;
  color: #525252;
}

.mid-right-link .hs_cos_wrapper>ul {
  padding: 0;
  margin: 0;
  display:flex;
  display: block;
}

.mid-right-link .hs_cos_wrapper>ul>li{
  list-style:none;
  position:relative;
  float: left;
  line-height: 1.75;
  display: block;
}

.mid-right-link .hs_cos_wrapper>ul>li>a{
  padding: 10px 10px;
  font-size: 11px;
  color: #525252;
  transition: all .3s ease-in-out;
  float:right;
}




.mid-right-link .hs_cos_wrapper>ul>a {
  display: inline-block;
  padding-left: 10px;
  color: #0e1c87;
}

.mid-right-link .hs_cos_wrapper>ul>a>span>i {
  font-family: "Font Awesome 6 Brands";
  font-size: 2em;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  padding-right: 10px;
  padding-top: 5px;
  text-rendering: auto;
  font-style: normal;
  display: inline-block;

}

.mid-right-link .hs_cos_wrapper>ul>a>span>i:before{
  content: "\f09a";
}

i.fa-shape-round.fa.fa-2x.fa-instagram.hidden-xs.p-t-5.p-r-10:before{
  content: "\f16d";
}

.header-logo {
  padding: 7px 15px;
  width:100%;
}

.header-logo .hs_cos_wrapper>a {
  display: inline-block;
}

.header-logo .hs_cos_wrapper>a>img {
  width: 330px !important;
  margin-bottom: 10px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.header_form {
  padding: 7px 15px;
  width: 100%;
}

.header_form .adress_details {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
}

.adress_details div>strong {
  font-weight: 700;
}

.adress_details div>strong>a{
  color: #0e1c87;
} 

.adress_details div>div>a {
  color: #0e1c87;
}

.only_form {
  width: 100%;
}

.only_form form.form-search>label {
  display: none;
}

form.form-search >.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  position: relative;
  display: table;
  border-collapse: separate;
  margin-bottom: 0;
  width: 100%;
}

.only_form input[type="text"] {
  outline: none !important;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 4px solid #0e1c87;
  border-radius: 4px !important;
  height: 48px;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
}

.only_form input[type="text"]:focus{
  box-shadow:none;
}

.only_form input[type="text"]::placeholder{
  color: #999;
}

.input-group-btn {
  display: table-cell;
  width: 1%;
  position: relative;
  font-size: 0;
  white-space: nowrap;
}


.only_form button {
  background: #0e1c87;
  border: 1px solid #0e1c87;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 12px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 7px;
  touch-action: manipulation;
  transition: all .3s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 9;
}

.hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  z-index: 99;
  top: 48px;
  width: 100%;
}

.hs-search-field__suggestions li#results-for,
.hs-search-field__suggestions li a { 
  padding: 5px 10px;
}

.hs-search-field__bar form {
  position: relative;
}



.only_form button .hs_cos_wrapper svg {
  height: 14px;
  fill: #fff;
  width: 14px;
}

.header-store-info {
  padding: 7px 15px;
  width: 100%;
  text-align:right;
}

.header-store-info-inner {
  padding-right: 15px;
  padding-left: 15px;
}

header.cst-header .last-header-wrap {
  display: block;
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  width: 100%;
  color: #FFFFFF;
  background: #0e1c87;
  z-index: 10;
  border: none;
}


.last-header-wrap:before, .last-header-wrap:after {
  display: table;
  content: " ";
}

.last-menu-wrap:before, .last-menu-wrap:after {
  display: table;
  content: " ";
  clear: both;
}


.last-menu-wrap nav.nav-primary-wrap {
  padding-right: 15px;
  padding-left: 15px;
  float:left;
  position:relative;
}

nav.nav-primary-wrap:before, nav.nav-primary-wrap:after {
  display: table;
  content: " ";
}

nav.nav-primary-wrap .hs-menu-wrapper>ul {
  padding-left: 0;
  width: 100%;
  list-style: none;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul:before, 
nav.nav-primary-wrap .hs-menu-wrapper>ul:after {
  display: table;
  content: " ";
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li {
  height: 100%;
  position: relative;
  float: none;
  white-space: nowrap;
  border-right: 1px solid #727fe6;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li>a {
  position: relative;
  display: block;
  line-height: 20px;
  padding-left: 2px;
  padding-right: 2px;
  color: #FFFFFF;
  font-weight: bold;
  transition: all .3s ease-in-out;
  text-decoration: none;
  text-align:center;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
  white-space: nowrap;
  font-family: "Font Awesome 6 Pro";
  content: "\f0d7";
  margin-left: 6px;
  display: inline-block;
}




nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;

  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  padding: 20px 0;
  min-width:387px;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li:hover>ul{
  display:block;
}




nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:first-child {
  width: 100%;
  float: left;
}


nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(1)>a {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.75em;
  color: #0e1c87;
  padding-right: 15px;
  padding-left: 15px;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: end;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
  border-radius: 0px;
  transition: all .3s ease-in-out;
  background: #0e1c87;
  color: #fff;
  border: 1px solid #0e1c87;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(3),  
nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(4)
nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(5){
  margin-bottom: 1em;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(3)>a,
nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(4)>a, 
nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(5)>a,
nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(6)>a{
  line-height: 1.42857143;
  display: block;

  color: #0e1c87;
  font-size: 16px;
  font-weight: bold;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(3)>ul{
  display:flex;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #f6f6f6;
  margin-right: -15px;
  margin-left: -15px;
}



nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.btn-toggle-wrap:before, .btn-toggle-wrap:after {
  display: table;
  content: '';
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a {
  display: block;
  padding: 3px 5px;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space:normal;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li>ul>li>a{
  font-size: 16px;
  font-weight: bold;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>a{
  font-weight:bold;
  white-space:nowrap;
}

.btn-toggle-wrap {
  display: none;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li:last-child {
  border-right: none;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(1)>ul {
  min-width: 594px;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(2)>ul {
  min-width: 960px;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(3)>ul{
  min-width: 266px;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(4)>ul{
  min-width: 337.16px;
}


nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(6)>ul{
  min-width: 765.44px;
  left: auto;
  right: -489px;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(7)>ul{
  min-width: 614.7px;
  left: auto;
  right: -323px;
}


nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(9)>ul{
  min-width: 442.47px;
  right: -14px !important;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(9)>ul li ul li ul li a {
  font-weight: normal;
}


/* >>>>>>>>>>>>>>>>>>>>>EDIT>>>>>>>>>>>>>>>> */


/* >>>>>>>MODULE>>>>>>>>>>>>>>>> */



section.header-featured-specials {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: -20px;
  background:#fff;
}

.row.boxed-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1440px;
}

.row.boxed-container:before, 
.row.boxed-container:after {
  clear: both;
  content: " ";
  display: table;
}


.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-4 a {
  color: rgb(14, 28, 135);
  font-size: 1.6em;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0px);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
  transition-duration: 0.3s;
  transition-property: transform;
}

.col-md-4 a:hover {
  transform: scale(1.1);
}


i.fa-shape-round.fa.fa-gift.hidden-xs.p-t-5.p-r-10 {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: Font Awesome\ 6 Pro;
  font-weight: 900;
  margin-right: 10px;
}




i.fa-shape-round.fa.fa-wrench.hidden-xs.p-t-5.p-r-10 {
  margin-right: 10px;
}

.col-md-4 p {
  color: #0e1c87;
  font-size: 1.6em;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(8)>a {
  color: #fcf374;
}

nav.nav-primary-wrap .hs-menu-wrapper>ul>li:last-child>a:after {
  margin-left: 3px;
}


.col-md-4 p>i {
  margin-right: 10px;
}

.mid-left-menu .hs-menu-wrapper>ul>li:nth-child(2)>a {
  display: none;
}
nav.nav-primary-wrap .hs-menu-wrapper>ul>li.hs-item-has-children:last-of-type>ul {
  right:0;
  left:auto;
}
nav.nav-primary-wrap .hs-menu-wrapper>ul>li.hs-item-has-children:last-of-type>ul ul {
  right:100%;
  left:auto;
} 

/* >>>>>>>>>>>>>>>>>MEDIA>>>>>>>>>>>>> */



@media (min-width:768px){
  .mid-left-menu {
    float:left;
  }
  .mid-right-link {
    float: right;
  }
  .header-logo {
    float: left;
    width: 25%;
  }
  .header-store-info {
    width: 33.33333333%;
    float: left;
  }
  .header-store-info-inner{
    width:100%;
    float:left;
  }
  .last-menu-wrap {
    width: 100%;
    max-width: 1440px;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .last-menu-wrap nav.nav-primary-wrap {
    width: auto;
    border-top: 0;
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
    margin-right: 0;
    margin-left: 0;
  }
  nav.nav-primary-wrap .hs-menu-wrapper>ul{
    float: left;
    margin: 0;
  }
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li{
    display: table-cell;
    width: 1%;
  }
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li {
    width: 100%;
    float:none;
  }

  nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(1) {
    width: 50%;
    float:left;
  }

  nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
    float: none;
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>a {
    float: none;
  }

  nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul ul {
    padding: 10px 0;
    padding-top:0px;
    padding-bottom:0;
  }

  nav.nav-primary-wrap .hs-menu-wrapper>ul>li>ul ul>li{
    display:block;
    width:100%;
    padding-right:15px;
    padding-left:15px;
  }

  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li{
    width: 60%;
  }

  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li>ul>li{
    width: 60%;
  }

  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li>ul>li{
    width: 60%;
  }

  .header_form {
    width: 33.33333333%;
    float: left;
  }
}

@media (min-width:992px){
  .col-md-4 {
    float: left;
    text-align: center;
    width: 33.3333%;
  }
  .responsive-menu {
    display:none;
  }
  .short-toggle-wrap{
    display:none;
  }
  .top-header-inner {
    width: 100%;
    float: left;
  }
  .header-logo {
    float: left;
    width: 25%;
  }
  .header_form{
    width: 33.33333333%;
    float:left;
  }
  .header_form .adress_details{
    width: 100%;
  }
  .header-store-info {
    width:25%;
    float: left;
  }
}

@media (min-width:1200px){
  .header_form {
    width: 44%;
  }

}

@media (max-width:1616px){
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(6)>ul {
    right:0;
    left:auto;
  }
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(6)>ul{
    left: auto;
    right: -392%; 
  } 
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(7)>ul{
    right: -186%;
    left:auto;
  } 
}

@media (max-width:1580px){
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(7)>ul{
    right:0;
    left:auto;
  }
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(7)>ul{
    right: -186%;
    left:auto;
  } 

}


@media (max-width:1550px){
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(7)>ul>li>ul {
    right: 100%;
    left: auto;
  }
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(7)>ul>li>ul ul {
    left: auto;
    right: 100%;
  }

}




@media (max-width:1037px){
  nav.nav-primary-wrap .hs-menu-wrapper>ul li:nth-child(2)>ul {
    right: -750%;
    left: auto;
  }
}


@media (max-width:1037px){
  nav.nav-primary-wrap .hs-menu-wrapper>ul li:nth-child(2)>ul {
    right: -783%;
    left: auto;
  }
}

@media (max-width:1124px){
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    min-width: 960px;
    left: auto;
    right: -721px;
  }
}




@media (max-width:1153px){
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(6)>ul>li>ul {
    right: 100%;
    left: auto;
  }
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(6)>ul>li>ul ul {
    left: auto;
    right: 100%;
  }

}

@media (max-width:1060px){
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul {
    right: 100%;
    left: auto;
  }
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul ul {
    left: auto;
    right: 100%;
  }

}


@media (max-width:1010px){
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    min-width: 960px;
    left: auto;
    right: -745px;
  }

}




@media (max-width:1120px){
  .btn-toggle-wrap {
    display: block;
  }
  .mid-left-menu {
    left: -60vw;
    top: 100%;
    top: 86px;
    width: 60vw;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    transition: left .4s;
    background: #fff;
    z-index: 999;

  }
  .mid-left-menu.open {
    left: 0vw;
  }
  .mid-left-menu .hs-menu-wrapper>ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    display: block;
    margin-left: 2px;
    margin-top: 1px;
    height: 100%;
  }

  .mid-left-menu .hs-menu-wrapper>ul>li {
    float: none;
    line-height: 1.75;
    position: relative;
    position: relative;
    display: block;
    height: 100%;
  }


  .btn-toggle-wrap {
    float: left;
  }
  .btn-toggle-wrap .btn {
    position: relative;
    float: right;
    padding: 9px 10px;
    display: block;
    border-radius: 0;
    color: #000000;
    background-image: none;
    border: 1px solid transparent;
    background-color: #f8f8ff;
  }
  .btn i.fa.fa-bars {
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    font-family: 'Font Awesome 6 Pro';
  }
  .btn i.fa.fa-bars:before{
    content: "\f0c9";
  }
  .secondary-nav-container {
    padding-left: 0;  
  }
  .mid-left-menu .hs-menu-wrapper>ul>li>a {
    float: none;
    display: block;
    padding: 10px;
    padding-left: 23px;
  }
}

@media (max-width:994px){
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li:nth-child(6)>ul {
    left: auto;

  }
}



@media (max-width:992px){
  nav.nav-primary-wrap .hs-menu-wrapper>ul>li>a{
    font-size:12px;
  }
}


@media (max-width:991px){
  .only_form button{
    top: 7px;
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:hover{
    background-color: rgba(245, 245, 245, 1.0);
  }
  ul.hs-menu-children-wrapper .hs-menu-depth-4>a {
    float: none;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
  }


  section.header-featured-specials{
    display:none;
  }
  .top-header-inner h3 {
    font-size: 18px;
  }

  header.cst-header .last-header-wrap{
    display:none;
  }
  .short-toggle-wrap {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    width: 100%;
    color: #FFFFFF;
    background: #0e1c87;
    z-index: 10;
    border: none;
  }
  .short-toggle-wrap:before, 
  .short-toggle-wrap:after {
    display: table;
    clear: both;
    content: " ";
  }
  .short-toggle-wrap .short-toggle-inner {
    max-width: 1170px;
    width: 90%;
    margin: 0 auto;

  }
  .short-toggle-inner:before, 
  .short-toggle-inner:after {
    display: table;
    content: " ";
  }
  .short-catergory-wrapper {
    float: none;
    margin-right: -15px;
    margin-left: -15px;
  }
  .short-catergory-wrapper:before, 
  .short-catergory-wrapper:after {
    display: table;
    content: " ";
    clear: both;
  }
  .short-catergory-wrapper  .short-catrgory-inner {
    border: none;
    border-radius: 0px;
    float: none;
    text-align: center;
    font-size: 22px;
    margin: 0;
    position: relative;
    color: #fff;
    background-color: transparent;
    width: 100%;
    display: block;
    padding: 10px 2.5px;

  }
  .header-logo .hs_cos_wrapper>a>img {
    width: 191.7px !important;
    margin-right: 10px;
    margin-left: 10px;
  }
  .header-store-info{
    text-align:center
  }
  span.caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transform-origin: center center;
    transition: all 0.2s ease 0s;
  }
  .responsive-menu {
    display: none;
  }

  .mobile-open .responsive-menu {
    overflow:visible !important;
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul {
    border-radius:0;
    margin:0;
  }



  .responsive-menu:before, 
  .responsive-menu:after {
    display: table;
    content: " ";
  }
  .responsive-menu .hs-menu-wrapper>ul {
    width: calc(100% + 30px);
    float: none !important;
    margin: 7.5px -15px;

  }
  .responsive-menu .hs-menu-wrapper>ul>li>a {
    text-align: left;
    position: relative;
    margin-bottom: 0px;
    padding: 10px 15px !important;
    border-left: none !important;
    border-right: none !important;
    color: rgb(255, 255, 255);
    display: block;
    font-weight: 700;
  }
  .responsive-menu .hs-menu-wrapper>ul>li>a:after {
    white-space: nowrap;
    font-family: "Font Awesome 6 Pro";
    content: "\f0d7";
    margin-left: 3px;
    display: inline-block;
    position: absolute;
    right: 15px;
  }

  .responsive-menu .hs-menu-wrapper>ul {
    padding-left: 0;
    list-style: none;
  }

  .responsive-menu .hs-menu-wrapper>ul:before, 
  .responsive-menu .hs-menu-wrapper>ul:after {
    display: table;
    content: " ";
  }

  .responsive-menu .hs-menu-wrapper>ul>li {
    list-style: none;
  }



  .responsive-menu .hs-menu-wrapper>ul>li>a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF;
    font-weight: bold;
    transition: all .3s ease-in-out;
    text-decoration: none;
    width:100%;
  }

  .responsive-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li:first-child {
    width: 100%;
  }

  .responsive-menu .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li:first-child {
    width: 100%;
  }
  .responsive-menu .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:first-child {
    width: 100%;
  }


  .responsive-menu .hs-menu-wrapper>ul>li>ul {

    left: 0;
    z-index: 1000;

    float: left;

    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    padding: 20px 0;
    width:100%;
    display:none !important;
  }


  .responsive-menu .hs-menu-wrapper>ul>li>ul:before, 
  .responsive-menu .hs-menu-wrapper>ul>li>ul:after {
    display: table;
    content: '';
  }
  .responsive-menu .hs-menu-wrapper>ul>li:nth-child(8)>a {
    color: #fcf374;
  }

  .responsive-menu .hs-menu-wrapper>ul>li:nth-child(8)>a:after{
    display:none;
  }


  .responsive-menu .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }


  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(1){
    width: 50%;
    float: left;
  }


  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(1)>a {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 1.75em;
    color: #0e1c87;
    padding-right: 15px;
    padding-left: 15px;
    display:block;
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
    width: 50%;
    float: right;
    margin-top: -16px;
    display: flex;
    justify-content: end;
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>a:hover{
    background-color: rgba(56, 73, 200, 1.0);
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    background: #0e1c87;
    color: #fff;
    border: 1px solid #0e1c87;
    margin:15px 0 0 15px;
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(3),  
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(4)
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(5){

    clear:both;
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(3)>a,
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(4)>a, 
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(5)>a,
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(6)>a{
    line-height: 1.42857143;
    display: block;
    padding: 3px 20px;
    color: #0e1c87;
    font-size: 16px;
    font-weight: bold;
    float: left;
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li>ul {
    border-top: 1px solid #f6f6f6;
    margin-top: 14px;
    padding-top: 14px;
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a{
    display: block;
    clear: both;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    white-space: normal;
    padding: 3px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #0e1c87;
  }

  .responsive-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li {
    width: 25%;
  }
  .responsive-menu .hs-menu-wrapper>ul>li:nth-child(6)>ul>li>ul>li {
    width: 33.333%;
  }

  .responsive-menu .hs-menu-wrapper>ul>li:nth-child(7)>ul>li>ul>li {
    width: 33.333%;
  }

  .responsive-menu .hs-menu-wrapper>ul>li:nth-child(9)>ul li ul li ul li a{
    font-weight:normal !important;
  }
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child {
    padding-left: 0 !important;
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li>ul>li:nth-child(2){
    padding-right: 0 !important;
  }
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
    padding-right: 29px!important;
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    white-space: nowrap;
  }
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1em;
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>a {
    font-weight: bold;
  }

  .responsive-menu .hs-menu-wrapper>ul>li:hover {
    background-color: #3849c8;
  }
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li>ul {
    border-top: 1px solid #f6f6f6;
    margin-top: 14px;
    padding-top: 14px;
  }



}


@media (max-width:767px){
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:first-child>a{
    font-size: 1.5em;
    white-space:nowrap;
    margin-bottom: 0em;
    padding-bottom: 1em;
  }
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2){
    padding-bottom: 1em;
  }
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li>ul>li{
    width:100%;
    padding-left: 0;
  }
  .responsive-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li{
    width:100%;
    padding-left: 0;
  }
  .responsive-menu .hs-menu-wrapper>ul>li:nth-child(6)>ul>li>ul>li, 
  .responsive-menu .hs-menu-wrapper>ul>li:nth-child(7)>ul>li>ul>li {
    width:100%;
    padding-left: 0;
  }

  .short-catergory-wrapper .short-catrgory-inner {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }

  .mid-left-menu .hs-menu-wrapper>ul>li:nth-child(2)>a {
    display: block;
  }
  .mid-right-link .hs_cos_wrapper>ul>li>a {
    display: none;
  }
  .header-logo {
    padding: 7px 15px;
    width: 100%;
    text-align: center;
  }
  .top-header-inner h3{
    font-size: 14px;
    line-height: 1.2;
  }
  .mid-right-link {
    float: right;
  }
  .mid-left-menu .hs-menu-wrapper>ul>li>a {
    font-size: 2vw;
  }
  .mid-right-link .hs_cos_wrapper>ul>a {
    display: none;
  }
  .mid-right-link .hs_cos_wrapper>ul>li>a i.fa.fa-map-marker{
    display:inline-block;
    font-size: 2vw;
  }
  i.fa.fa-map-marker:before {
    font-style: normal;
    line-height: 1;
    text-rendering: auto;
    font-variant: normal;
    display: inline-block;
    content: "";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
  }

  .short-toggle-wrap .short-toggle-inner {
    margin: 0 auto;
    max-width: 1170px;
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
  }

}


@media (max-width:921px){
  .mid-left-menu{
    top: 81px;
  }

}

@media (max-width:611px){
  .mid-left-menu{
    top: 78px;
  }

}

@media(max-width:576px){
  .mid-left-menu {
    background: #fff;
    height: 100vh;
    left: -60vw;
    overflow: hidden;
    position: absolute;
    top: 100%;
    top: 95px;
    transition: left .4s;
    width: 60vw;
    z-index: 999;
  }

}



@media (max-width:539px){
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2){
    width: 27.33333333%;
  }
}


@media (max-width:505px){
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2){
    width: 23.33333333%;
  }
}


@media(max-width:400px){
  .mid-left-menu .hs-menu-wrapper>ul>li>a {
    font-size: 11px;
  }

}

@media (max-width:480px){
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>a{
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
    white-space: nowrap;
  }
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:first-child>a{
    padding-bottom: 0.8em;
  }
}

@media (max-width:475px){
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
    width: 17.333333%;
  }
}

@media (max-width:452px){
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
    width: 17.333333%;
    padding:0;
    padding-right:20px;
  }
}

@media (max-width:446px){
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
    width: 17.333333%;
    padding:0;
    padding-right:27px;
  }
}
@media (max-width:438px){
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2){
    width: 26.333333%;
    padding:0;

  }


  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(1)>a{
    font-size: 1.45em;
  }

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(3)>a, 
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(4)>a, 
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(5)>a, 
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(6)>a{
    font-size: 14px;
  }

}




@media (max-width:385px){

  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:first-child>a{
    padding-left: 0;
    padding-right: 0;
  }
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:first-child{
    margin-left: 14px;
  }
  ul.hs-menu-children-wrapper .hs-menu-depth-4>a{
    padding: 3px 14px;
    padding-left: 16px;
  }
}

@media (max-width:377px){
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:first-child {
    margin-left: 30px;
    padding: 0;
  }
}

@media (max-width:330px){
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>a {
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
    white-space: normal;
  }
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2){
    width:33.3333%;
  }
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:first-child{
    width:100%;
  }
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
    float: left;
    width: 100%;
    justify-content: start;
    margin-bottom: 7px;
    padding-left: 15px;
  }
}


@media (max-width:343px){
  .mid-left-menu{
    top: 110px;
  }
}


@media (max-width:320px){
  .responsive-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    padding: 3px 14px;
  }
}
footer.cst-footer:before,
footer.cst-footer:after {
  content: "";
  display: table;
}

footer.cst-footer .row {
  margin-right: -15px;
  margin-left: -15px;
}

footer.cst-footer .row:before,
footer.cst-footer .row:after {
  display: table;
  content: " ";
}

.footer-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1440px;
}

.footer-container:before,
.footer-container:after {
  clear: both;
  content: " ";
  display: table;
}

.footer-container .upper-footer {
  padding-top: 2em;
  padding-bottom: 2em;
}

.upper-footer:before,
.upper-footer:after {
  content: "";
  display: table;
  clear: both;
}

.upper-footer .upper-inner-footer {
  margin-right: -15px;
  margin-left: -15px;
}

.footer-left-col {
  padding-left: 0;
  padding-right: 0;
}

.footer-left-col .title-box {
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
}

.title-box p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25em;
  color: #ffffff;
  margin-bottom: 10px;
}

.left-content-box {
  padding-right: 15px;
  padding-left: 15px;
}

.left-content-inner .hs_cos_wrapper > p {
  margin: 0 0 10px;
  color: #fff;
}

.left-content-inner p > span {
  display: inline-block;
  padding-top: 5px;
}

.left-content-inner .hs_cos_wrapper > p > a {
  color: #fff;
}

.left-content-inner .hs_cos_wrapper > p > a > span {
  font-weight: 700;
  /*   font-size:16px; */
}

.left-content-inner .hs_cos_wrapper > p:nth-child(2) > span,
.left-content-inner .hs_cos_wrapper > p:nth-child(4) > span {
  font-size: 16px;
}

.left-content-inner .hs_cos_wrapper > p:nth-child(3) {
  padding-left: 20px;
}

.footer-right-col {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-right-inner p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25em;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-right-inner .hs-menu-wrapper > ul {
  display: block;
  padding: 0px;
  margin: 0;
  margin-bottom: 10px;
}

.footer-right-inner .hs-menu-wrapper > ul > li {
  list-style: none;
}

.footer-right-inner .hs-menu-wrapper > ul > li > a {
  color: #fff;
}

.mid-footer-wrap {
  margin-right: -15px;
  margin-left: -15px;
}

.mid-footer-wrap:before,
.mid-footer-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.mid-footer-wrap .mid-footer-inner {
  text-align: center;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.mid-footer-inner p {
  margin-bottom: 10px;
  color: #9496a7;
  font-size: 11px;
  padding: 2em;
  border-top: 1px solid #9496a7;
}

.footer-copyright {
  padding: 1em;
  font-size: 10px;
  color: #ccc;
}

.footer-copyright-inner {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.footer-copyright-inner p {
  margin: 0;
  text-align: center;
}
.footer-copyright-inner p > a {
  color: #ccc;
}


footer.cst-footer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  z-index: 999;
  position: relative;
}

#page-go-to-top {
  position: fixed;
  bottom: 5em;
  right: 1em;
  cursor: pointer;
  display: none;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  font-size: 18px;
  line-height: 1.33333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 10px 16px;
  transition: all 0.3s ease 0s;
}

.fa-angle-up::before {
  content: "";
}


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.glyphicon-search:before {
  content: "";
}

.fa {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  font-variant: normal;
}

.fa-gift::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}



.modal {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal-open .modal-backdrop { 
  visibility: visible;
  opacity: 0.5;
  pointer-events: auto;
}

/* .fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
} */
/* .modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
} */
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-dialog {
  transform: translate(0px, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-open .modal-dialog {
  transform: translate(0px, 0px);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-delay: 0.2s;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-family: inherit;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: inherit;
  font-size: 18px;
  font-weight: normal;
}
.modal-body {
  position: relative;
  padding: 15px;
}

.modal .btn {
  font-family: inherit;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.modal .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  text-decoration: none;
}
.modal .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.modal .btn:active,
.modal .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.modal .btn:focus,
.modal .btn:active:focus,
.modal .btn.active:focus,
.modal .btn.focus,
.modal .btn:active.focus,
.modal .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.modal .btn-default:active,
.modal .btn-default.active,
.modal .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.modal .btn-default:active,
.modal .btn-default.active,
.modal .open > .dropdown-toggle.btn-default {
  background-image: none;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}


.modal .hs_cos_wrapper_type_form {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0;
  background: transparent;
  margin: 0;
  margin-bottom: 15px;
}

.modal-header h3 {
  line-height: 1.42857;
  margin: 0px;
  font-weight: bold;
  font-size: 24px;
  color: rgb(0, 0, 0);
  float: left;
}

.modal-header .close {
  margin-top: -2px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: rgb(0, 0, 0);
  text-shadow: rgb(255 255 255) 0px 1px 0px;
  opacity: 0.2;
}

.modal-body ul {
  margin: 0;
  margin-bottom: 10px;
}

.modal-body .hs-form-required {
  color: #f00;
  margin-left: 3px;
}

.modal-body .hs-form-field > label {
  color: #000;
}

.modal-body .hs-form-field {
  margin-bottom: 15px;
}

.modal-body form .hs-button {
  margin: 0;
  width: 100%;
}

.modal-body .grecaptcha-badge {
  margin-left: 0 !important;
}

.modal-header .close:hover {
  background: transparent;
  border: none;
  color: rgb(0, 0, 0);
  cursor: pointer;
  opacity: 0.5;
  text-decoration: none;
}

.modal-header .close:focus {
  background: transparent;
  border: none;
  color: rgb(0, 0, 0);
}

.modal-body p {
  color: #000;
}

@keyframes fadeInUp {

  0% {
    opacity: 0;
    transform: translate3d(0,100%,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}


@media (min-width: 768px) {
  .footer-left-col {
    float: left;
    width: 66.66666667%;
    display: flex;
    flex-wrap: wrap;
  }
  .left-content-box {
    float: left;
    width: 50%;
  }

  .left-content-box .left-content-inner {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
  }

  .footer-right-col {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .left-content-box {
    float: left;
    width: 33.33333333%;
  }
}
/* Menu and simple menu */

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