*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: normal;
  font-size: 10px;
}

body {
  line-height: 1.42857143;
}



/* Paragraphs */

p {
  font-size: 18px;
  margin: 0 0 10px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.1;
}

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

img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  font-family: arial,helvetica,sans-serif;
  font-size: 13px;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  display: inline-block;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
  width: 100%;
  outline:none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

form label.hs-main-font-element{
  color: #f2545b;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin:15px 0;
  border:0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.blogListingCatagory .content-wrapper {max-width: 1190px;}
.blogHeaderInner {display: flex;flex-wrap: wrap; align-items: center;}
.blogHeaderInner >div {width: 33.333%;}
.blogHeaderSection  .bottom-header.clearfix { margin: 0 !important; padding: 0; text-align: center; }
.blogHeaderSection  .hedaer_logo { width: 100%; max-width: 546; margin: 0 auto; float: none; }
.blogHeaderSection  .hedaer_logo .desktop_logo img{margin-bottom: 0;margin-top: 0;}
.blogHeaderSection .nav-container{border:none !important;}
.blogHeaderInner .nav-container .desktop_menu .hs-menu-wrapper > ul{position: inherit;}
.blogHeaderInner .desktop_menu .hs-menu-wrapper>ul>li{width:auto;}
.blogHeaderInner .desktop_menu .hs-menu-wrapper>ul>li>a{padding: 12px 21px;line-height: 20px; position: relative; font-weight: 600; text-transform: uppercase; font-size:14px;}
.blogHeaderMain {padding: 0 40px;}
.blogSocialIconInner ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: we; flex-wrap: wrap; }
.blogHeaderSection .nav-container .nav-container_inner{position: inherit !important; padding:0;}
.blogSocialIconInner ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: we; flex-wrap: wrap; }
.headerSocailIcon { display: flex; flex-wrap: wrap; justify-content: right; } 
.blogSocialIconInner ul li { margin-left: 58px; }
.blogSocialIconInner ul li a svg path{transition:all 0.5s ease;}
header.header.blogHeaderSection {padding: 75px 0 0;}
.header_wrapper.blog_header_wrapper {min-height: 172px;}
.blogHeaderInner .desktop_menu .hs-menu-wrapper>ul>li>a:before {background-color: #fab60c; content: ""; height: 26px; left: 0; position: absolute; width: 2px; top: 50%; transform: translateY(-50%); }
.blogHeaderInner .desktop_menu .hs-menu-wrapper>ul>li:first-child >a:before{display:none;}
header.header.blogHeaderSection.headroom--unpinned{transform: translateY(-60px);box-shadow: -5px 0 20px 0 rgba(0,0,0,.1);}

/* .blogSocialIconInner ul li a:hover svg path{fill:#fab60c;} */





header.header {
  /*     position: fixed; */
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}


.navbar-fixed-top_nav-container {
  display: none;
}



.mobile_logo img {
  width: 255.31px !important; 
}

.top-visible-lg {
  display: none;
  margin-right: -15px;
  margin-left: -15px;
}


.top-visible-lg .top_links {
  padding-right: 15px;
  padding-left: 15px;
}

.top-visible-lg .top_links .hs-menu-wrapper ul li{
  display: inline;
  border-right: 1px solid #fab60c;
}
.top-visible-lg .top_links .hs-menu-wrapper ul li:last-child{
  border-right:0;
}


.top-visible-lg .top_links .hs-menu-wrapper ul li a {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #4d4d4d;
}
.top-visible-lg .top_links .hs-menu-wrapper ul li a:hover{
  color: #fab60c;
  text-decoration: underline;
}

.top-visible-lg .top_links .hs-menu-wrapper ul li:last-child a {
  padding-right: 0;
}

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

.header-buttons-container,
.hedaer_logo{
  display:inline-block;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}

.desktop_logo img {
  max-height: 90px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.icon-links {
  display: none;
}

.header-search {
  margin-top: 15px;
  width: 50%;
  position: relative;
}

.header-search .icon-links-lg{
  display: none;
}


.header-search form.searchform {
  float: right;
  width: 100%;
}
.header-search  .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.header-search .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.header-search button.btn.btn-default {
  background: #fff;
  border: 1px solid #ccc;
  margin-right: -1px;
  position: relative;
  color: #333;
  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: 4px;
  font-family: inherit;
  overflow: visible;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.header-search .fas.fa-search {
  color: #fab60c;
  font-size: 16px;
}
.header-search .form-control.searchterm.blurred{
  background: #fff;
  display: table-cell;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  height: 34px;
  padding: 6px 12px;
  -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;
  font-family: inherit;
  font-size: 14px;
}
.header-search .form-control.searchterm.blurred::-webkit-input-placeholder{
  color: #999;
}

.header-search .form-control.searchterm.blurred:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.hearch-container .dfd-searchbox-main input::-webkit-search-decoration,
.hearch-container .dfd-searchbox-main input::-webkit-search-cancel-button,
.hearch-container .dfd-searchbox-main input::-webkit-search-results-button,
.hearch-container .dfd-searchbox-main input::-webkit-search-results-decoration { 
  display: none; 
}

.header-search .icon-links-lg ul {
  margin-bottom: 10px;
}

.header-search .icon-links-lg ul li {
  display: inline;
  font-size: 3rem;
}

.header-search .icon-links-lg ul li a{
  color: #fab60c;
  padding-left: 15px;
}


.nav-container .nav-container_row {
  margin-right: -15px;
  margin-left: -15px;
}

.nav-container .nav-container_inner {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.nav-container .desktop_menu {
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid transparent;
}

.nav-container .desktop_menu ul {
  position: relative;
}

.desktop_menu .hs-menu-wrapper>ul>li{
  display: table-cell;
  width: 1%;
  text-align: center;
  /*   position: relative; */
}

.desktop_menu .hs-menu-wrapper>ul>li:hover>a{
  background: #fab60c;
  color: #fff;
}
.desktop_menu .hs-menu-wrapper>ul>li>a{
  padding: 15px 0;
  font-size: 18px;
  color: #4d4d4d;
  text-transform:uppercase;
  position: relative;
  display: block;
}

.desktop_menu .hs-menu-wrapper>ul>li>ul{
  position: absolute;
  z-index: 1000;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  border: 1px solid #bbb;
  padding: 30px 15px 15px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background: #fff;
  display: none;
  flex-wrap: wrap;
  left: 0;
  /*   overflow: auto;
  max-height: calC(100vh - 206px); */
}

.desktop_menu .hs-menu-wrapper>ul>li:hover>ul{
  display: flex;
  width: 100%;
}
.desktop_menu .hs-menu-wrapper>ul>li>ul>li>a:empty {
  display: none;
}


.desktop_menu .hs-menu-wrapper>ul>li>ul>li {
  text-align: left;
  padding: 0 15px;
  margin-bottom: 15px;
  width: 25%;
}

.desktop_menu .hs-menu-wrapper>ul>li>ul>li>a{
  border-bottom: 1px solid #bbb;
  padding-bottom: 3px;
  margin-bottom: 8px;
  display:block; 
  color: #4d4d4d;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}

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


.lp-header .top-visible-lg {
  height: 30.7px;
}



/* seARCH csS */


.hearch-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  all: revert;
  cursor: default;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  color:#e5e6e6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  isolation: isolate;
  pointer-events: all !important;
  touch-action: manipulation;
  scroll-behavior: smooth;
  display:none;

}

.hearch-container .dfd-backdrop {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0;
  transition: opacity .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: .75;
}


.hearch-container .dfd-layer {
  position: relative;
  display: grid;
  grid-template-rows: min-content 1fr min-content;
  grid-template-columns: 1fr;
  grid-template-areas: "dfd-header" "dfd-content" "dfd-footer";
  grid-gap: 32px 24px;
  gap: 32px 24px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  transition: max-height .5s cubic-bezier(0.25, 0.46, 0.45, 0.94),padding .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-height: 0;
  overflow: hidden;
  max-height: 100%;
  overflow-y: auto;
}

.hearch-container .dfd-header {
  grid-area: dfd-header;
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  grid-gap: 12px;
  gap: 12px;
  align-items: end;
  padding: 32px 48px 0
}

.hearch-container form.dfd-searchbox {
  grid-column: 1/span 2;
  border-bottom: 1px solid #4387f4;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #4387f4;
  max-width:100%;
}


.hearch-container .dfd-searchbox-slot {
  flex: 0 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
}

.hearch-container .dfd-searchbox-main {
  flex: 1 1 auto;
  position: relative;
}

.hearch-container .dfd-icon-xl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  flex: 0 0 auto;
  width: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 calc(48px/2);
  margin: 0;
  background-color: transparent;
}

.hearch-container .dfd-icon-xl svg{
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.hearch-container .dfd-searchbox-main input {
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  letter-spacing: inherit;
  padding: 0 0 0 4px;
  position: relative;
  z-index: 1;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  outline:none;
}

.hearch-container  button.dfd-close-button {
  --dfd-btn-font-size: 0;
  --dfd-btn-width: 32px;
  --dfd-btn-height: 32px;
  --dfd-btn-padding-x: 0;
  --dfd-btn-border-radius: 0;
  align-items: center;
  align-self: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #323334;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  gap: 4px;
  grid-column: 3;
  height: 32px;
  justify-content: center;
  line-height: 38px;
  margin: 0;
  opacity: .65;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 36px;
}

.hearch-container .dfd-close-button::before {
  transform: rotate(-45deg) translateX(0) scale(80%);
}

.hearch-container .dfd-close-button:after {
  transform: rotate(45deg) translateX(0)  scale(80%);
}
.hearch-container .dfd-close-button::before,
.hearch-container .dfd-close-button::after {
  background-color: #323334;
  content: " ";
  display: block;
  height: 34px;
  left: 50%;
  position: absolute;
  top: -2px;
  transition: background-color .125s ease-in;
  width: 3.5px;
}
.hearch-container .dfd-footer {
  grid-area: dfd-footer;
  display: flex;
  justify-content: flex-end;
  padding: 0 48px 32px;
}

.hearch-container .dfd-footer a{
  display: inline-block;
  width: 69.5px;
  height: 8px;
  background: transparent url(https://25149891.fs1.hubspotusercontent-eu1.net/hubfs/25149891/raw_assets/public/Frelan_Hardware_September2022/images/doofinder-logo-horizontal-black-sm.svg) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  opacity: .3;
}
.hearch-container .dfd-footer a:hover{
  opacity:1;
}
.header_wrapper {
  min-height: 232px;
}
.mobile_search {
  display: none;
}

body.Form-open {
  overflow: hidden;
}
.mobile_logo {
  display: none;
}

body.Form-open .hearch-container{
  display:block;
  opacity:1;
}

.header-mobile_search_container {
  display: none;
}

.hearch-container form.dfd-searchbox.mobile-search-form {
  display:none;
}

.hearch-container button.dfd-close-button:hover{
  opacity:1;
}

.hearch-container .dfd-searchbox-main input::-webkit-input-placeholder{
  color: #757575;
  opacity: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width:768px){

  .top-visible-lg{
    display:block;
  }
  .top-visible-lg .top_links {
    text-align: right;
    margin-top: 2px;
    width: 100%;
  }

  .hedaer_logo {
    width: 41.66666667%;
  }

  .header-search {
    width: 80%;
    float: right;
  }
  .header-buttons-container{
    width: 58.33333333%;
    float: left;
  }
  .headroom {
    will-change: transform;
    transition: transform 800ms linear;
  }

  .headroom--pinned {
    transform: translateY(0%);
  }

  .headroom--unpinned {
    transform: translateY(-233px);
  }
  header.header{
    position:fixed;
  }
  .top-visible-lg .top_links ul {
    font-size: 16px;
    margin-top: 5px;
  }
}

@media only screen and (min-width:1200px){
  .hedaer_logo,
  .header-buttons-container{
    width: 50%;
  }

  .mobile_search{
    display: none;
  }

  .header-search {
    width: 80%;
    float: right;
  }

  .header-search .icon-links-lg {
    float: right;
    display: block;
  }

  .header-search form.searchform {
    width: 55%;
    margin-top: 5px;
  }

  .nav-container {
    border-top: 1px solid #a8a8a8;
  }
  .mobile_navigation_menu {
    display: none !important;
  }
  .child-trigger {
    display: none;
  }
}



@media(max-width:1199px){
  .header_wrapper{
    min-height:155px;
  }
  .mobile_logo {
    display: block;
  }
  .nav-container {
    display: none;
  }
  .desktop_logo {
    display: none;
  }
  .mobile_logo img {
    max-height: 90px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .icon-links {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .icon-links.hs-menu-wrapper ul li {
    display: inline;
    font-size: 3rem;
  }
  .icon-links.hs-menu-wrapper ul{
    margin-bottom: 10px;
  }
  .icon-links.hs-menu-wrapper ul li a{
    color: #fab60c;
    padding-left: 25px;
  }
  .icon-links.hs-menu-wrapper ul li a i{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  }
  .icon-links.hs-menu-wrapper ul li:first-child a i:before{
    content: "\f1ec";
  }
  .icon-links.hs-menu-wrapper ul li:last-child a i:before{
    content: "\f0c9";
  }
  .header-search{
    margin-top: 0;
  }
  .mobile_navigation_menu {
    display: none;
  }
  .mobile_navigation_menu .hs-menu-wrapper>ul>li.hs-item-has-children{
    position: relative;
  }

  .mobile_navigation_menu .hs-menu-wrapper ul li {
    border-bottom: 1px solid #cacaca;
    background: #eeeeee;

  }

  .mobile_navigation_menu .hs-menu-wrapper ul li a{
    font-weight: 400;
    display: block;
    background: #eee;
    font-size: 14px;
    color: #333;
    padding:10px 10px 10px 30px;

  }

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

  .mobile_navigation_menu .hs-menu-wrapper ul li.home a,
  .mobile_navigation_menu .hs-menu-wrapper ul li.dl-back a{
    color: #fff;
    background: #fab60c;
    padding:15px 10px;
    font-weight: 600;
  }
  .mobile_navigation_menu .hs-menu-wrapper ul li.home a:hover,
  .mobile_navigation_menu .hs-menu-wrapper ul li.dl-back:hover a{
    color: #fff;
  }

  .mobile_navigation_menu .hs-menu-wrapper ul li.dl-back a:before{
    content: "\f053";
    width: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
    right: 0;
    opacity: 0;
    cursor: pointer;
  }

  .mobile_navigation_menu .hs-menu-wrapper ul li i {
    width: 20px;
  }
  .mobile_navigation_menu ul.hs-menu-children-wrapper {
    display: none;
    max-height: calc(100vh - 105px);
    overflow: auto;
  }

  .mobile_navigation_menu .hs-menu-wrapper>ul>li.hs-item-has-children.show {
    position: static;
  }
  .icon-links>div {
    display: inline;
    font-size: 3rem;
  }

  .icon-links>div i {
    color: #fab60c;
    padding-left: 25px;
    cursor: pointer;
  }

}


@media only screen and (max-width: 767px){
  header.header.headroom--not-top {
    position: fixed;
  }


  .header_wrapper{
    min-height:150px;
  }
  .bottom-header.clearfix {
    display: none;
  }
  .navbar-fixed-top_nav-container {
    background-color: #ffffff;
    padding: 20px 0;
    display: block;
    min-height: 50px;
    border-bottom: 1px solid #e7e7e7;
  }
  .navbar-fixed-top_nav-container .col-left {
    width: 41.66666667%;
    float: left;
    padding: 0 15px;
  }
  .navbar-fixed-top_nav-container .col-right {
    width: 58.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .social-icons-mobile {
    float: right;
    margin-bottom: 10px;
  }


  .navbar-fixed-top_nav-container .social-icons-mobile ul li a i{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  }

  .navbar-fixed-top_nav-container .social-icons-mobile ul li:first-child a i:before{
    content: "\f007";
  }

  .navbar-fixed-top_nav-container .social-icons-mobile ul li:nth-child(2) a i:before{
    content: "\f002";
  }   
  .navbar-fixed-top_nav-container .social-icons-mobile ul li:last-child a{
    margin-left: 4px;
  }
  .navbar-fixed-top_nav-container .social-icons-mobile ul li:last-child a i:before{
    content: "\f0c9";
  }

  .header_wrapper .content-wrapper{
    padding:0;
  }

  .social-icons-mobile>div {
    display: inline;
    font-size: 4rem;
  }

  .social-icons-mobile>div a {
    color: #fab60c;
    padding-left: 15px;
  }

  .menuwrap {
    color: #fab60c;
    padding-left: 15px;
    margin-left: 4px;
    cursor: pointer;
  }

  .hearch-container form.dfd-searchbox.tab-search-form {
    display: none;
  }
  .hearch-container  form.dfd-searchbox.mobile-search-form button.dfd-btn-icon {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  .hearch-container button.dfd-close-button:after,
  .hearch-container button.dfd-close-button:before{
    display:none;
  }
  .hearch-container  button.dfd-close-button.tab-search-buttn {
    display: none;
  }
  .hearch-container .dfd-header {
    padding: 4px 23px 0;
    display: block;
  }
  .hearch-container .dfd-layer{
    gap: 0;
  }

  .hearch-container .dfd-footer{
    padding: 16px 20px 24px;
  }
  .hearch-container .dfd-footer a{
    display:none;
  }
  .hearch-container .dfd-searchbox-main input{
    padding: 0 0 0 7px;
  }
  .hearch-container form.dfd-searchbox{
    line-height: 40px;
    height: 40px;
  }

  .hearch-container .dfd-searchbox-main input::-webkit-input-placeholder{
    color: rgb(117, 117, 117);
  }



  .hearch-container form.dfd-searchbox.mobile-search-form{
    display:flex;
  }

  .mobile-open header.header.headroom--not-top + .header-not-set {
    padding-top: 349px;
  }

  header.header.headroom--not-top + .header-not-set {
    padding-top: 93px;
  }


  .mobile_search {
    margin-bottom: 10px;
    padding: 0 15px;
    position: relative;
    margin-top: 10px;
  }

  .mobile_search form.searchform {
    width: auto;
  }

  .mobile_search .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    /* width: 100%; */
  }



  .mobile_search .form-control.searchterm {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-family: inherit;
  }

  .mobile_search .form-control.searchterm:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .mobile_search .form-control.searchterm:::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  .mobile_search .form-control.searchterm:l:-ms-input-placeholder {
    color: #999;
  }
  .mobile_search .form-control.searchterm::-webkit-input-placeholder {
    color: #999;
  }

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


  .mobile_search .input-group-btn button.btn.btn-default {
    background: #ffffff;
    border: 1px solid #ccc!important;
    padding: 0;
    z-index: 2;
    margin-left: -1px;
    position: relative;
    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;
  }
  .mobile_search .input-group-btn button.btn.btn-default i.fas.fa-search {
    color: #fab60c;
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px){
  .header_wrapper {
    min-height: 130px;
  }
  .mobile_navigation_menu ul.hs-menu-children-wrapper {
    max-height: calc(100vh - 130px);
  }
}



@media only screen and (max-width: 480px){
  .social-icons-mobile>div{
    font-size: 3rem;
  }
  .header_wrapper {
    min-height: 105px;
  }
  .mobile_navigation_menu ul.hs-menu-children-wrapper {
    max-height: calc(100vh - 105px);
  }

}


@media(max-width:360px){
  .header.lp-header .navbar-fixed-top_nav-container{
    padding-bottom: 31px;
  }
}

@media (max-width: 320px){
  .header.lp-header .navbar-fixed-top_nav-container {
    padding-bottom: 37px;
  }
}

@media(max-width:1280px){
  header.header.blogHeaderSection{padding: 15px 0 15px;}
  header.header.blogHeaderSection.headroom--unpinned{transform: translateY(0px);}
  .blogSocialIconInner ul li{margin-left: 30px;}
   .header_wrapper.blog_header_wrapper{min-height: 116px;}


}
@media(max-width:1199px){
  .header_wrapper.blog_header_wrapper{min-height: 82px;}
  header.header.blogHeaderSection .navbar-fixed-top_nav-container {display: flex !important;align-items: center; width: 100%; flex-wrap: wrap; }
  .bottom-header.clearfix {display: none;}
  .headerSocailIcon{display:none;}
  header.header.blogHeaderSection{box-shadow: -5px 0 20px 0 rgba(0,0,0,.1);}
  header.header.blogHeaderSection .navbar-fixed-top_nav-container >div { width:50%;}
  header.header.blogHeaderSection .navbar-fixed-top_nav-container .col-right {display: flex;justify-content: right;}
  header.header.blogHeaderSection .social-icons-mobile.hs-menu-wrapper{display: flex;flex-wrap: wrap;align-items: center;}
  header.header.blogHeaderSection .navbar-fixed-top_nav-container .col-right { display: flex; justify-content: right; }
   header.header.blogHeaderSection .menuwrap .fas { color: #fab60c; font-size: 3rem; margin-left: 40px; cursor: pointer; }
  header.header.blogHeaderSection .navbar-fixed-top_nav-container .col-left a img {width: 130px;}
  .mobile_navigation_menu {position: absolute;width: 100%;top: 100%;}
  
}
@media (min-width: 768px){
  .blogListingCatagory .content-wrapper{ max-width: 750.087px;}
}
@media (min-width: 992px){
  .blogListingCatagory .content-wrapper {max-width: 970.0469999999999px;}
}
@media (min-width: 1200px){
.blogListingCatagory .content-wrapper {max-width: 1190px;}
  
}



@media(max-width:767px){
  

header.header.blogHeaderSection .navbar-fixed-top_nav-container .col-right .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {display: none;}
  header.header.blogHeaderSection .navbar-fixed-top_nav-container{padding: 0;border: none;}
  .blogHeaderMain{padding: 0 15px;}
  .mobile_navigation_menu{position:relative}
  header.header.blogHeaderSection .navbar-fixed-top_nav-container .col-right{padding:0;}

}
.footer {
  position: relative;
}

.bottom_footer {
  background-color: #fab60c;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 30px 0;
}

.bottom_footer p {
  font-size: 1.5rem;
  font-weight: 600;
}




.footer-contact-container {
  background-color: #333;
  font-size: 2.5rem;
  display: block;
  padding: 30px 0;
}
.footer-contact-container .mail_left,
.footer-contact-container .contact_right{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-contact-container a,
.contact_right a{
  color: #fff;
  font-weight: 400;
}

.footer-contact-container a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer-contact-container i{
  color: #fab60c;
  font-size: 3rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.footer-contact-container .mail_left  i:before{
  content: "\f0e0";
}

.footer-contact-container .contact_right i:before{
  content: "\f095";
}


.footer-links-container {
  padding: 30px 0;
  background-color: #63666b;
  color: #fff;
  font-size: 18px;
}
.footer-links-container .footer_img {
  width: 100%;
  padding: 30px;
  text-align: center;
  float:left;
}

.footer-links-container .footer_menu {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer_menu .hs-menu-wrapper>ul>li>a{
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  display:block;
}

.footer_menu .hs-menu-wrapper>ul>li>ul{
  margin-bottom: 10px;
}
.footer_menu .hs-menu-wrapper>ul>li>ul>li>a{
  color: #fab60c;
  font-weight: normal;
}
.footer_menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  text-decoration: underline;
}

.sm-links-container {
  display: block;
  padding: 30px 0;
}

.footer .newsletter-container {
  border-top: 1px solid #a8a8a8;
  padding: 30px 0;
}
.footer .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0 0;
}

.footer .newsletter-container form{
  margin-bottom:16px;
}
.footer .newsletter-container .actions input.hs-button {
  background: #F0B941;
  border-color: #F0B941;
  color: #ffffff;
  font-size: 12px;
  border-radius: 0;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  padding: 13px 25px;
  border: 0;
}

.footer .newsletter-container .hs-input{
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  max-width: 100%;
  background-color: #f5f8fa;
  display: inline-block;
  width: 90%;
  height: 40px;
  border-radius: 0;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid #cbd6e2;
}

.footer .newsletter-container .hs-input:focus{
  outline: none;
  border-color: rgba(82,168,236,.8);
}

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

.footer .newsletter-container form label{
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.footer .newsletter-container form label.hs-main-font-element{
  color: #f2545b;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}

.footer .newsletter-container  form .inputs-list>li .hs-error-msg{
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: 400;
  color: #f2545b;
  font-size: 14px;
}
.footer .newsletter-container form .inputs-list>li{
  margin:0;
}

.footer .newsletter-container form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.footer .newsletter-container form  .hs_email.hs-fieldtype-text .hs-input{
  width: 100%;
}

.form_title h2 {
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.form_title h3 {
  text-transform: uppercase;
  font-size: 3rem;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #fab60c;
  font-weight: normal;
  text-align: center;
}


@media (min-width: 768px){
  .footer-contact-container .mail_left {
    width: 50%;
    float: left;
  }

  .footer-contact-container .contact_right {
    width: 50%;
    float: left;
  }
  .footer-links-container .footer_menu{
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 992px){
  .footer-contact-container .contact_right{
    text-align: right;
  }

  .footer-links-container .footer_menu {
    width: 25%;
    float: left;
  }
}


@media only screen and (max-width: 991px){
  .contact_right a, 
  .footer-contact-container a {
    display: block;
    text-align: center;
    margin: 10px auto;
  }
  .footer_menu.returns-menu {
    clear: left;
  }
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  .footer .newsletter-container .hs-input{
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px){
  .footer-contact-container .mail_left {
    padding-bottom: 2px;
  }
  .footer-links-container .footer_menu:not(:last-child){
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 480px){
  .form_title h2, 
  .form_title h3 {
    font-size: 3rem;
  }
}
/* Menu and simple menu */

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