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

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'Myriad Pro';
  src: url(https://5511530.fs1.hubspotusercontent-na1.net/hubfs/5511530/raw_assets/public/Hudson_Valley_April_2023/fonts/MyriadPro-Regular.eot) format("embedded-opentype"), 
		url(https://5511530.fs1.hubspotusercontent-na1.net/hubfs/5511530/raw_assets/public/Hudson_Valley_April_2023/fonts/MyriadPro-Regular.woff) format("woff"), 
		url(https://5511530.fs1.hubspotusercontent-na1.net/hubfs/5511530/raw_assets/public/Hudson_Valley_April_2023/fonts/MyriadPro-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro';
  src: url(https://5511530.fs1.hubspotusercontent-na1.net/hubfs/5511530/raw_assets/public/Hudson_Valley_April_2023/fonts/MyriadPro-Semibold.eot) format("embedded-opentype"), 
		url(https://5511530.fs1.hubspotusercontent-na1.net/hubfs/5511530/raw_assets/public/Hudson_Valley_April_2023/fonts/MyriadPro-Semibold.woff) format("woff"), 
		url(https://5511530.fs1.hubspotusercontent-na1.net/hubfs/5511530/raw_assets/public/Hudson_Valley_April_2023/fonts/MyriadPro-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro';
  src: url(https://5511530.fs1.hubspotusercontent-na1.net/hubfs/5511530/raw_assets/public/Hudson_Valley_April_2023/fonts/MyriadPro-Bold.eot) format("embedded-opentype"), 
		url(https://5511530.fs1.hubspotusercontent-na1.net/hubfs/5511530/raw_assets/public/Hudson_Valley_April_2023/fonts/MyriadPro-Bold.woff) format("woff"), 
		url(https://5511530.fs1.hubspotusercontent-na1.net/hubfs/5511530/raw_assets/public/Hudson_Valley_April_2023/fonts/MyriadPro-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; 
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-size:16px;
	font-family: "Myriad Pro";
	line-height: 1.4;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #fff;
	transition: all 0.3s ease-in-out;
}

/* Paragraphs */

p {
    margin: 0 0 1em;
}

/* 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{
	font-size: 37px;
	margin: 0 0 1em;
	font-family: "Myriad Pro";
	line-height: 1.4;
	font-weight:700;
	color: #000;
}

h2{
	font-size: 32px;
	margin: 0 0 1em;
	font-family: "Myriad Pro";
	line-height: 1.4;
	font-weight:700;
	color: #000;
}

h3{
	font-size: 28px;
	margin: 0 0 1em;
	font-family: "Myriad Pro";
	line-height: 1.4;
	font-weight:700;
	color: #000;
}

h4{
	font-size: 25px;
	margin: 0 0 1em;
	font-family: "Myriad Pro";
	line-height: 1.4;
	font-weight:700;
	color: #000;
}

h5{
	font-size: 22px;
	margin: 0 0 1em;
	font-family: "Myriad Pro";
	line-height: 1.4;
	font-weight:700;
	color: #000;
}


h6{
	font-size: 20px;
	margin: 0 0 1em;
	font-family: "Myriad Pro";
	line-height: 1.4;
	font-weight:700;
	color: #000;
}


/* 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 ,
form .hs-button, form input[type=submit] {
	min-height: 40px;
	margin-right: 15px;
	background: #00664F;
	color: #fff;
	transition: all 0.18s ease-in-out;
	padding: 0.47em 1.2em;
	border-radius: 6px;
	font-family: "Myriad Pro";
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	width: fit-content;
	border: 2px solid #00664F;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0px;
	width: auto;
	display: inline-block;
}

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

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

button:active,
.button:active {
	text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
	display:inline-block;
	font-weight: 600;
	font-size: 17px;
	font-family: "Myriad Pro";
	line-height: 1.4;
}

/* Help text - legends */

form legend {
	font-size: 0.875rem;
}

/* Inputs */

form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
	background-color: #F8F8F8;
	border: 1px solid #B2B2B2;
	border-radius: 6px;
	min-height: 36px;
	padding: 5px 10px;
	font-size: 1rem;
	max-width: 100%;
	transition: all 0.2s ease-in-out;
	font-family: "Myriad Pro";
	color: #000;
	outline:none;
	width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
	position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form .hs-button, form input[type=submit] {
	min-height: 40px;
	margin-right: 15px;
	background: #00664F;
	color: #fff;
	transition: all 0.18s ease-in-out;
	padding: 0.47em 1.2em;
	border-radius: 6px;
	font-family: "Myriad Pro";
	text-decoration: none ;
	text-align: center;
	cursor: pointer;
	width: fit-content;
	border: 2px solid #00664F;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin: 10px 0px;
	    width: auto;
    display: inline-block;
}

/* 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;
}
.hdr-wrp.header {
	position: relative;
	z-index: 999;
}

.header .inner-hdr-wrp {
	position: static;
}

.header .top-wrp {
	border-bottom: 2px solid rgba(0, 102, 79, 0.5);
}

.header .top-wrp .container {
	width: 100%;
	max-width: 90rem;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0.938em;
	padding-right: 0.938em;
}

.header .header-top-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0;
	width: 100%;
	position: relative;
}

.header .header-logo .cm-logo {
	font-size: 0;
	width: 220px;
	padding: 0 15px;
}

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


.header .header-logo .cm-logo a img {
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	width: 270px;
}

.header .header-top__right .hs-menu-wrapper > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;

}

.header .header-top__right .hs-menu-wrapper > ul > li:not(:first-child) {
	display: none;
}

.header .header-top__right{
	padding: 0px;
}

.header .header-top__right .hs-menu-wrapper > ul > li >a {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	background-color: transparent;
	font-family: "Myriad Pro";
	border: none;
	position: relative;
	line-height: 1;
	padding: 0;
	display: block;
}

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



.header .header-top__right .hs-menu-wrapper>ul>li.hs-item-has-children > a:before,
.header .header-top__right .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
	content: '';
	width: 8px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	transition: all .4s ease-in-out;
}

.header .header-top__right .hs-menu-wrapper>ul>li.hs-item-has-children > a:before {
	right: 16px;
	transform: rotate(45deg) translateY(-50%);
}

.header .header-top__right .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
	right: 10px;
	border: 0;
	transform: rotate(-45deg) translateY(-50%);
}



.header .header-top__right .hs-menu-wrapper>ul>li > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 5px 15px;
	margin: 0 -15px;
	position: absolute;
	background-color: #fff;
	top: 20px;
	z-index: 101;
	min-width: 250px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.header .header-top__right .hs-menu-wrapper>ul>li.hs-item-has-children > a {
	position: relative;
	padding-right: 30px !important;
}

.header .header-top__right .hs-menu-wrapper>ul>li > ul > li >a {
	color: #000;
}

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

.header .header-top__right .hs-menu-wrapper>ul>li {
	position:  relative;
}

@keyframes toggleTargetShow {
	0% {
		opacity: 0;
		transform: translateY(-10%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
@media(min-width: 961px) {
	.mobile_wrp {
		display: none;
	}
}
.header .btm-wrp {
	width: 100%;
	max-width: 90rem;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0.938em;
	padding-right: 0.938em;
}

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

.header .navigation-wrp {
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 30px 15px;
	display:none;
}

.header .nav-wrp {
	position: relative;
	z-index:9999;
}

.header .nav-wrp .hs-menu-wrapper > ul > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.header .nav-wrp .hs-menu-wrapper > ul > li > a {
	position: relative;
	padding-right: 30px;
	text-align: center;
	background: none;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	padding-left: 10px;
	display: block;
	width: 100%;
	border: 0;
	padding: 10px 0;
}

.header  button.header-search-trigger {
	vertical-align: middle;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: all 0.18s ease-in-out;
	display: block;
	height: 20px !important;
	width: 20px !important;
	font-size: 0;
	color: #000;
	flex: 0 0 auto;
	display: none;
}
.header .header-search-trigger svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.header .navigation-wrp.childForm form.header-search {
	display: block;
	animation-duration: .3s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-name: toggleTargetShow;
}


.header form.header-search {
	width: 100%;
	background: #fff;
}

.header .nav-wrp .hs-menu-wrapper > ul > li > ul {
	display:none;
}


.header form.header-search input[type=text] {
	display: block;
	width: 100%;
	height: 40px;
	background: none;
	padding: 10px 0.938em;
	color: #000;
	border-radius: 6px;
	border-color: #00664F;
	font-family: "Myriad Pro";
	font-size: 1rem;
	border: 2px solid #00664F;
	vertical-align: middle;
	max-width: 100%;
	transition: all 0.2s ease-in-out;
	line-height: 1.15;
}

.header form.header-search .header-search-submit {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: all 0.18s ease-in-out;
	position: absolute;
	top: 50%;
	right: 0.938em;
	transform: translateY(-50%);
	width: 20px !important;
	height: 20px !important;
	color: #000;
	margin: 0px;
}

.header form.header-search .header-search-submit svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
	overflow: visible;
}

.header .header-top__right .hs-menu-wrapper>ul>li:hover > ul {
	display:none;
}

.header .nav-wrp  .hs-menu-wrapper>ul>li.hs-item-has-children > a:before ,.header .nav-wrp  .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
	content: '';
	width: 8px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	transition: all .4s ease-in-out;
}

.header .nav-wrp  .hs-menu-wrapper>ul>li.hs-item-has-children > a:before {
	right: 16px;
	transform: rotate(45deg) translateY(-50%);
}

.header .nav-wrp  .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
	right: 10px;
	border: 0;
	transform: rotate(-45deg) translateY(-50%);
}



.header .header-top__right .hs-menu-wrapper>ul>li:hover >ul {
	display:none;
}

.header .header-top__right .hs-menu-wrapper>ul>li >ul {
	animation-duration: .3s;
	animation-fill-mode: both;
	animation-name: toggleTargetShow;
	animation-timing-function: ease-in-out;
	display:none;

}

.header .header-top__right .hs-menu-wrapper>ul>li:after {
	width: 100%;
	height: 10px;
	top: 84%;
	content:'';
	position: absolute;
}



.header .nav-wrp .hs-menu-wrapper>ul>li>ul li {
	padding: 0 20px 0 20px;
	width: 100%;
}

.header .nav-wrp .hs-menu-wrapper>ul>li>ul>li a {
	display: block;
	width: 100%;
	border: 0;
	padding: 10px 0;
	color: #000;
	text-align: left;
	background: none;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	border-bottom: 1px solid #B2B2B2;
}

.header .nav-wrp .hs-menu-wrapper>ul li>ul {
	background-color: #fff;
	box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%);
	font-size: inherit;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	max-width: 1000px;
	min-width: 15em;
	position: absolute;
	top: 100%;
	z-index: 55555;
	display: none;
	padding: 15px 0;
	width: max-content;
}



.header .nav-wrp .hs-menu-wrapper > ul li > ul >li ul {
	display: none;
	position: absolute;
	left: 100%;
	width: 100%;
	bottom: 0;
	height: fit-content;
	z-index: 99;
	top: 0;
	overflow: visible;
}

.header .nav-wrp .hs-menu-wrapper > ul li > ul >li ul li a{
	border:none;
}

.header .nav-wrp .hs-menu-wrapper>ul>li>ul li{
	position: relative;
}


@media (min-width: 961px){
	.header form.header-search {
		width: 100%;
		background: #fff;
		animation-duration: .3s;
		animation-fill-mode: both;
		animation-timing-function: ease-in-out;
		animation-name:toggleTargetHide;
	}

	.header .nav-wrp .hs-menu-wrapper>ul> li:nth-child(4) > ul > li>ul {
		left: -100%;
	}
	.header .header-top__right .hs-menu-wrapper>ul>li.sec-childOpen> a:before {
		transform: rotate(-45deg) translateY(-50%);
		right: 14.5px;
	}

	.header .header-top__right .hs-menu-wrapper>ul>li.sec-childOpen> a:after {
		transform: rotate(45deg) translateY(-50%);
		right: 11px;
	}
	.header .nav-wrp  .hs-menu-wrapper>ul>li.sec-childOpen > a:before {
		transform: rotate(-45deg) translateY(-50%);
		right: 14.5px;
	}

	.header .nav-wrp  .hs-menu-wrapper>ul>li.sec-childOpen > a:after {
		transform: rotate(45deg) translateY(-50%);
		right: 11px;
	}

	.header .nav-wrp .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:before {
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 12px;
		background-color: #000;
		position: absolute;
		transition: all .2s;
		transform: rotate(0deg);
	}

	.header .nav-wrp .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:after {
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 12px;
		background-color: #000;
		position: absolute;
		transform: rotate(90deg);
		transition: all .2s;
	}

	.header .nav-wrp .hs-menu-wrapper>ul>li>ul li {
		position: relative;
		margin-bottom: -2px;
	}

	.header .nav-wrp .hs-menu-wrapper>ul>li>ul>li:last-child a {
		border: none;
	}
	.header .nav-wrp .hs-menu-wrapper>ul>li.sec-childOpen>a:before {
		transform: rotate(-45deg) translateY(-50%);
		right: 14.5px;
	}

	.header .nav-wrp .hs-menu-wrapper>ul>li.sec-childOpen>a:after {
		transform: rotate(45deg) translateY(-50%);
		right: 11px;
	}
	.header .nav-wrp .hs-menu-wrapper>ul>li>ul li {
		padding-left: 0px;
	}
	.header .nav-wrp .hs-menu-wrapper>ul>li>ul>li.third-childOpen>a:after {
		transform: rotate(45deg);
		transition: all .2s;
		right: 11px;
	}

	.header .nav-wrp .hs-menu-wrapper>ul>li>ul>li.third-childOpen>a:before {
		transform: rotate(-45deg);
		transition: all .2s;
		right: 11px;
	}
	
	.header .nav-wrp .hs-menu-wrapper>ul>li>ul li {
    padding: 0 20px !important;
    width: 100%;
}
	
	.header .header-middle{
		display:none;
	}
	.header form.header-search {
		position: absolute;
		max-width: 600px;
		top: 70px;
		right: -10px;
		border-radius: 6px;
		margin: 0;
	}

	.header  button.header-search-trigger{
		display: block;
		margin: 0 0 0 32px;
	}

	.header .navigation-wrp {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		width: max-content;
		margin: auto;
		padding: 20px 0;
	}
	.header .header-top__right .hs-menu-wrapper > ul > li {
		display: block !important;
		padding: 0 0 0 1rem;
	}
	.header .header-top__right{
		padding: 0 15px;
	}
	.header .header-logo .cm-logo {
		margin: 0 20px 0 0;
		width: 270px;
	}
	.header .nav-wrp .hs-menu-wrapper > ul {
		display: flex;
		justify-content: space-between;
		position: relative;
		background: none;
	} 
	.header .nav-wrp .hs-menu-wrapper > ul > li {
		flex: auto;
		position: relative;
		margin: 0 22px;
		border: none;
	}
	.header .nav-wrp .hs-menu-wrapper>ul>li>a {
		text-align: center;
		background: none;
		color: #000;
		font-weight: 700;
		font-size: 20px;
		padding-left: 10px;
		position: relative;
		padding-right: 30px;
	}
}

@media (min-width: 1140px){
	.header .header-top__right .hs-menu-wrapper > ul > li {
		padding: 0 0 0 2rem;
	}

}

@media (min-width:960px) and (max-width:1200px){
	.header .header-top__right .hs-menu-wrapper>ul>li>a {
		font-size: 14px!important;
	}
	.header .header-top__right .hs-menu-wrapper>ul>li {
		padding: 0 0 0 9px !important;
	}
	.header .header-top__right .hs-menu-wrapper>ul>li>ul {
		min-width: 200px;
	}
	.header .header-top__right .hs-menu-wrapper>ul>li>ul>li>a{
		font-size:14px;
	}
	.header .header-top__right{
		padding:0px!important;
	}
}


@media(max-width:960px){
	.header .header-middle__menu {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		justify-content: flex-end;
	}

	.header .header-middle__menu .hs_cos_wrapper_type_rich_text li{
		padding-right: 15px;
	}

	.header .header-middle__menu .hs_cos_wrapper_type_rich_text li a {
		border: none;
		font-family: "Myriad Pro";
		font-weight: 600;
		background-color: transparent;
		color: #000;
		padding: 1px 6px;
		vertical-align: middle;
	}


	.header .header-middle__menu li .header-mobile-btn {
		display: inline-block;
		width: 20px;
		min-height: 15px !important;
		font-size: 0;
		overflow: visible;
		margin: 0;
		padding: 0;
		border: 0;
		cursor: pointer;
		background-color: transparent;
		vertical-align: middle;
	}

	.header .header-middle__menu li .header-mobile-btn svg {
		display: none;
		width: 23px;
		height: 23px;
		position: absolute;
		top: 35px;
		z-index: 110;
		left: -6px;
	}

	.header .header-middle__menu li .header-mobile-btn .hamburger__box {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 15px;
		transition: all 0.2s ease-in-out;
	}

	.header .header-middle__menu li .header-mobile-btn .hamburger__box .hamburger__inner {
		top: 50%;
		left: 0;
		display: block;
		margin-top: -1px;
		transition-duration: 75ms, 0.18s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19), ease-in-out;
		position: absolute;
		width: 20px;
		height: 2px;
		border-radius: 10px;
		background: #000;
		transition-property: transform, background;
	}

	.header .header-middle__menu li .header-mobile-btn .hamburger__box .hamburger__inner:before {
		top: -6px;
		transition: top 75ms ease 0.12s, opacity 75ms ease, background 0.18s ease-in-out;
		display: block;
		content: "";
		position: absolute;
		width: 20px;
		height: 2px;
		border-radius: 10px;
		background: #000;
	}

	.header .header-middle__menu li .header-mobile-btn .hamburger__box .hamburger__inner:after {
		bottom: -6px;
		transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.18s ease-in-out;
		display: block;
		content: "";
		position: absolute;
		width: 20px;
		height: 2px;
		border-radius: 10px;
		background: #000;
	}

	.header .header-middle__menu li.mobile-childOpen .header-mobile-btn {
		right: -5px;
		position: relative;
	}

	.header .header-middle__menu li.mobile-childOpen .header-mobile-btn .hamburger__inner {
		transition-delay: .12s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: rotate(45deg);
		margin-left: -3px;
		width: 16px;
	}

	.header .header-middle__menu li.mobile-childOpen .header-mobile-btn .hamburger__inner:before {
		top: 0;
		transition: top 75ms ease, opacity 75ms ease .12s;
		opacity: 0;
		width: 16px;
	}

	.header .header-middle__menu li.mobile-childOpen .header-mobile-btn .hamburger__inner:after {
		bottom: 0;
		transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		transform: rotate(-90deg);
		width: 16px;
	}

	.header .header-middle__menu li.mobile-childOpen .hamburger::after {
		content: "";
		width: 0;
		height: 0;
		color: #00664F;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 10px solid currentColor;
		left: -11.5px;
		top: 2px;
		position: relative;
	}

	.header .header-middle__menu li.mobile-childOpen  .header-mobile-btn svg {
		display: block;
	}

	.header .navigation-wrp.mobile-menu {
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		animation-duration: .3s;
		animation-fill-mode: both;
		animation-timing-function: ease-in-out;
		animation-name: toggleTargetShow;
		pointer-events: auto !important;
	}

	.header .navigation-wrp .hs-menu-wrapper > ul{
		display:block;
	}

	.header .nav-wrp .hs-menu-wrapper>ul>li>a{
		display: block;
		width: 100%;
		border: 0;
		padding: 10px 0;
		color: #000;
		text-align: left;
		background: none;
		cursor: pointer;
		font-size: 16px;
		font-weight: 600;
		position: relative;
	}

	.header form.header-search {
		position: relative;
		width: 100%;
		background: #fff;
		display: block;
		margin: 15px 0;
	}
	.header .nav-wrp .hs-menu-wrapper>ul li>ul {
		position: static;
		width: 100%;
		box-shadow: none;
	}
	.header .nav-wrp .hs-menu-wrapper>ul li>ul>li ul {
		position: static;
		width: 100%;
	}
	.header .nav-wrp .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:before {
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 12px;
		background-color: #000;
		position: absolute;
		transition: all .2s;
		transform: rotate(0deg);
	}

	.header .nav-wrp .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:after {
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 12px;
		background-color: #000;
		position: absolute;
		transform: rotate(90deg);
		transition: all .2s;
	}

	.header .nav-wrp .hs-menu-wrapper>ul>li>ul li {
		position: relative;
		margin-bottom: -2px;
	}

	.header .nav-wrp .hs-menu-wrapper>ul>li>ul>li:last-child a {
		border: none;
	}
	.header .nav-wrp .hs-menu-wrapper>ul>li.sec-childOpen>a:before {
		transform: rotate(-45deg) translateY(-50%);
		right: 14.5px;
	}

	.header .nav-wrp .hs-menu-wrapper>ul>li.sec-childOpen>a:after {
		transform: rotate(45deg) translateY(-50%);
		right: 11px;
	}
	.header .nav-wrp .hs-menu-wrapper>ul>li>ul li {
		padding-left: 0px;
	}
	.header .nav-wrp .hs-menu-wrapper>ul>li>ul>li.third-childOpen>a:after {
		transform: rotate(45deg);
		transition: all .2s;
		right: 11px;
	}

	.header .nav-wrp .hs-menu-wrapper>ul>li>ul>li.third-childOpen>a:before {
		transform: rotate(-45deg);
		transition: all .2s;
		right: 11px;
	}
	.header .nav-wrp .hs-menu-wrapper>ul>li>ul>li a {
		position: relative;
	}
	body.active .header .inner-hdr-wrp {
		height: 100vh;
		overflow-y: scroll;
	}
	body.active{
		overflow: hidden;
	} 
	.header .navigation-wrp{
		display:block;
		animation-duration: .3s;
		animation-fill-mode: both;
		animation-timing-function: ease-in-out;
		animation-name:toggleTargetHide;
		pointer-events: none;
	}
	.header .header-middle {
		position: relative;
		z-index: 99999;
	}
}

@media(min-width:960px){
	.header .nav-wrp .hs-menu-wrapper>ul>li.desk_hidden {
		display: none;
	}
}

@keyframes toggleTargetHide {
	from {
		opacity: 1;
		transform: translateY(0%); }
	to {
		opacity: 0;
		transform: translateY(-10%); } 
}



@media(max-width:340px){
	.header .header-logo .cm-logo {
		width: 168px;
	}

	.header .header-logo .cm-logo a img {
		width: 137px;
	}

	.header .header-top__right .hs-menu-wrapper>ul>li>a {
		text-align: center;
	}
}
footer {
  z-index: 10;
	position: relative;
}
footer .top_footer {
	background-color: #F8F8F8;
	padding: 82px 0 50px;
}
footer .footer_container {
	width: 100%;
	max-width: 90rem;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0.938em;
	padding-right: 0.938em;
}
.top_footer .top_footer_wrapper{
	display: flex;
	flex-direction: column;
	padding: 0 15px;
}
.top_footer .info_box {
	text-align: center;
	padding-bottom: 52px;
	order: 3;
}
.top_footer .info_content h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
.top_footer .info_content p {
	font-weight: 600;
	margin-bottom: 20px;
}
.top_footer .links_box{
	order: 1;
}
.top_footer .links_box .hs-menu-wrapper ul{
	margin: 0;
	padding-left: 0;
}
.top_footer .links_box .hs-menu-wrapper > ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.top_footer .links_box .hs-menu-wrapper ul li a,
.middle_footer ul li a,
.middle_footer div>p>a{
	text-decoration: underline;
}
.top_footer .links_box .hs-menu-wrapper>ul>li>a {
    text-decoration: none;
}
.top_footer .links_box .hs-menu-wrapper > ul > li{
	padding-bottom: 52px;
}
.top_footer .links_box .hs-menu-wrapper > ul > li >a{
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	display: block;
}

.top_footer .links_box .hs-menu-wrapper > ul > li > ul> li{
	display: block;
	width: 100%;
}
.top_footer .links_box .hs-menu-wrapper > ul > li > ul > li > a{
	color: #000000;
	line-height: 1.6;
}

.top_footer .logo_box {
	margin: auto;
	max-width: 250px;
	order: 4;
}
.top_footer .logo_box a img{
	vertical-align: middle;
	width: 250px;
	height: auto;
	max-width: 100%;
}
.top_footer .logo_box a:hover{
	opacity: .8;
}
.top_footer .subscribe_box {
	padding-bottom: 52px;
	order: 2;
}
.top_footer .subscribe_box h5 {
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
}
.middle_footer {
	background: #00664F;
	color: #fff;
	padding: 50px 15px;
	margin: 0;
}
.middle_footer ul{
	margin: 0;
	padding: 0;
}
.middle_footer ul > li {
	display: block;
	width: 100%;
	margin-bottom: 1.8rem;
}
.middle_footer ul > li a {
	position: relative;
	padding: 0;
	font-weight: 600;
	color: #fff;
}

.middle_footer ul > li > a svg {
	fill: currentColor;
	width: 40px;
	height: 30px;
	position: absolute;
	top: -5px;
}
.middle_footer div >p{
	margin-bottom: 1.8rem;
}
.middle_footer div > p > a{
	color: #ffffff;
}

footer .bottom_footer{
	background-color: #000;
	padding: 8px 0;
}
.bottom_footer .copy_right_wrapper {
	color: #F8F8F8;
	text-align: center;
}
.bottom_footer .copy_right_wrapper p{
	margin: 0 0 5px;
}





























@media (min-width: 30em){
	.top_footer .links_box {
		display: flex;
		flex-wrap: wrap;
	}
	.top_footer .links_box .hs-menu-wrapper > ul > li{
		flex-basis: 50%;
	}
	.top_footer .subscribe_box {
		max-width: 530px;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.top_footer .subscribe_box h5 {
		margin: 0;
		text-align: left;
	}
	.top_footer .subscribe_box .form_btn{
		margin: 0 0 0 20px;
	}
}
@media (min-width: 48em){
	.top_footer .links_box .hs-menu-wrapper > ul > li{
		flex-basis: 33.33%;
	}
}
@media (min-width: 60em){
	* {
		scroll-margin-top: 166px;
	}
	.top_footer .top_footer_wrapper {
		flex-wrap: wrap;
		flex-direction: row;
		padding: 0;
	}
	.top_footer .info_box {
		text-align: left;
		flex-basis: 25%;
		order: 1;
	}
	.top_footer .links_box {
		flex-basis: 75%;
		padding-left: 50px;
		order: 2;
	}
	.top_footer .links_box .hs-menu-wrapper > ul > li{
		flex-basis: 25%;
		padding: 0 15px 64px;
	}
	.top_footer .logo_box {
		flex-basis: 50%;
		margin-left: 0;
		margin-bottom: 0;
		order: 3;
	}
	.top_footer .subscribe_box{
		margin-right: 0;
		margin-left: auto;
		flex-basis: 50%;
		padding: 0;
		order: 4;
	}
	.middle_footer {
		padding: 50px 0;
	}
	footer .bottom_footer{
		padding: 15px 0;
	}
}
@media(max-width: 480px){
	.middle_footer ul>li>a svg {
		position: static;
	}
}
/* Menu and simple menu */

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


.banner-section .dnd-section {
	padding: 0px;
}