*, *:before, *:after {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
/*! 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 ;
    }
}
.page-center,
.container,
.content-wrapper,
.dnd-section > div {
	max-width: 1440px;
	margin: 0 auto;
}

.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: AGBookPro; 
	src: url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Regular.eot) format("embedded-opentype"),
		url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Regular.woff2) format("woff2"),
		url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Regular.woff) format("woff"),
		url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Regular.ttf) format("truetype");
}

@font-face {
	font-family: AGBookPro_Light;
	src: url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Light.eot) format("embedded-opentype"),
		url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Light.woff2) format("woff2"),
		url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Light.woff) format("woff");
}

@font-face {
	font-family: AGBookPro_Medium;
	src: url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Medium.eot) format("embedded-opentype"),
		url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Medium.woff2) format("woff2"),
		url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Medium.woff) format("woff"), 
		url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Medium.ttf) format("truetype");
}

@font-face {
	font-family: AGBookPro_Ultralight;
	src: url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Ultralight.eot) format("embedded-opentype"),
		url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Ultralight.woff2) format("woff2"),
		url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Ultralight.woff) format("woff"),
		url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/fonts/AGBookPro-Ultralight.ttf) format("truetype");
}

body {
	font-family: AGBookPro;
	line-height: 1.5;
	font-size: 1rem;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #444;
	letter-spacing: .25px;
}

blockquote, blockquote p {
	font-size: 22px;
	line-height: 29px;
}

a{
	-webkit-tap-highlight-color: transparent;
	transition: color .15s ease;
	color: #333;
	line-height: inherit;
	text-decoration: underline;
	background-color: transparent;
}
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;
}
.hs-form-field {
	margin-bottom: 1.4rem;
}

/* Labels */
.hs-form-field > label {
	
	font-size: 12px;
	color: #000000;
	display: block;
	float: none;
	width: auto;
	font-weight: 500;
	line-height: 20px;
	padding-top: 0;
	margin-bottom: 4px;
}
/* Help text - legends */

form legend {
	font-size: 0.875rem;
}
.hs-form-field .input {
	margin-right: 8px;
}
/* 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,
.hs-input{
	box-sizing: border-box;
	padding: 0 15px;
	min-height: 27px;
	border-color: #c87872;
	max-width: 100%;
	background-color: #f5f8fa;
	display: block;
	width: 100%;
	height: 40px;
	padding: 9px 10px;
	
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
	outline: none;
	border-color: #b9554d;
}

form input[type=submit], 
form .hs-button {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	transition: all .15s linear;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	padding: 12px 24px;
	
	text-decoration: 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;
	width: auto;
	height: unset;
}
/* 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;
}
/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
	font-size: 1rem;
}
.hs-error-msgs label.hs-main-font-element {
	color: red;
	font-size: 12px;
}

form .hs-error-msg {
	padding: 0px;
	margin: 0px;
	color: red;
	font-size:1rem;
}

form .hs-error-msgs {
	padding: 0px;
}
::-webkit-input-placeholder {
	color: #fff !important;
	opacity: 1;
}

@media (max-width: 767px) {
	.hs-form {
		margin-bottom: 30px;
	}
}
/* 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;
}
.top-header {
	background-color: #333;
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 0 40px;
	transition: none;
	width: 100%;
	z-index: 150;
}

.top-header a {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-decoration: none;
}

.top-header p:last-child {
	align-items: center;
	color: #fff;
	display: flex;
	
	font-size: 12px;
	letter-spacing: .9px;
	line-height: 15px;
}

.top-header p:nth-child(1),
.top-header p:nth-child(2),
.top-header p:nth-child(3) {
	display: none;
}

.top-header p:last-child:before {
	background: url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/images/icon-banner-shipping.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 24px;
	margin-right: 20px;
	position: relative;
	top: -1px;
	width: 35px;
	background-position: center -2px;
}
.custom-header-inner-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.main-header {
	background-color: #000000;
	min-height: 75px;
	padding-top: 15px;
	transition: background-color .5s ease;
	right:0;
	left:0;
}

.custom-header-wrapper {
	min-height: 48px;
}

.custom-header-wrapper {
	min-height: 123px;
	position: relative;
	z-index: 999;
}
.main-header .navbar {
	display: flex;
	height: 46px;
	justify-content: space-between;
	padding: 0;
	position: relative;
	transition: all .3s cubic-bezier(.445,.05,.55,.95);
	z-index: 15;
}

.primary-menu-and-logo {
	display: flex;
}

.header-logo {
	position: static;
	transform: translate(0);
	max-width: 150px;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0;
	padding-left: 40px;
	padding-right: 31.8px;
}

.header-logo img {
	display: none;
	min-height: 13.8px;
	padding: 17px 0 16.2px;
}

.header-logo svg {
	width: 47px;
	margin: 5px 0 0 0;
}

.main-header .primary-menu .hs-item-has-children {
	padding: 18px 11px 13px;
}

.main-header .primary-menu .hs-item-has-children>a {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .96px;
	color: #fff;
	text-decoration: none;
}

.main-header .secondary-menu ul {
	background: 0 0;
	min-width: 215px;
	min-height: 27px;
	padding-right: 30px;
	display: flex;
	align-items: baseline;
	margin:9px 0px;
	align-items: center;
}

.main-header .secondary-menu li {
	display: flex;
}

.main-header .secondary-menu a {
	color: #fff;
	font-size: 12px;
	padding: 0 13.5px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .15s ease;
	line-height: 1.25;
	letter-spacing: .96px;
	display: block;
}

.dropdown--quickSearch {
	top: 60px;
	height: 112px;
	background-color: rgba(0,0,0,.8);
	padding: 0;
	left: 0;
	right: 0;
	width: 100%;
	position: absolute;
}
.header-search-wrapper{
	display:none;

}

.header-search-wrapper .container {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 30px 0 40px;
}

.header-search-wrapper .form {
	max-width: 285.1px;
	position: relative;
	animation-duration: 8s;
	animation-iteration-count: 1.2;
	animation-timing-function: ease-in;
	margin: auto;
}

.header-search-wrapper label {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.header-search-wrapper input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	
	font-size: 30px;
	font-weight: 200;
	height: auto;
	letter-spacing: 2.4px;
	line-height: 1.27;
	outline: 0;
	position: relative;
	text-align: left;
	padding: 3px 25px 0 0;
	width: 100%;
}
.header-search-wrapper input::placeholder {
	color: #fff;
	opacity: 1;
	padding-left: 5px;
}
.header-search-wrapper button {
	-webkit-tap-highlight-color: transparent;
	background: 0 0;
	border: 0;
	cursor: pointer;
	overflow: visible;
	position: absolute;
	top: 3px;
	padding: 0;
	right: -8px;
}

.header-search-wrapper button svg {
	transform: rotate(90deg);
	height: 32px;
}

.header-search-wrapper button svg .cls-1 {
	fill: #fff;
}

.header-search-wrapper .form-fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.primary-menu ul ul {
	background: rgba(0,0,0,.9)!important;
	display: flex;
	-ms-flex-direction: row;
	padding-top: 7px;
}

.primary-menu ul ul .hs-item-has-children >a {
	border: 0;
	
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: .96px;
	text-align: left;
	color: #808285;
	margin: 0;
	text-transform: capitalize;
	transition: all .3s ease-out;
	background-color: unset;
	cursor: pointer;
}

.main-header .primary-menu .hs-item-has-children::before {
	content: "";
	position: absolute;
	top: 40px;
	height: 47px;
	width: 100%;
}

.primary-menu ul ul .hs-menu-children-wrapper {
	position: absolute;
	left: 100% !important;
	margin: 0px;
	top: 0 !important;
	padding: 10px	0px
}

.primary-menu ul ul .hs-menu-children-wrapper li >a {
	text-decoration: none;
	font-weight: 400;
	
	text-transform: uppercase
}
.main-header .primary-menu .hs-menu-children-wrapper >li {
	padding: 10px 10px 10px 10px;
}

.top-header a:nth-child(2) {
	display: none;
}

.scrolled .header-logo svg {
	display: none;
}

.scrolled .header-logo img {
	display: block;
	box-sizing: content-box;
}

.scrolled .main-header {
	min-height: 46px;
	top: 33px;
}

.scrolled .main-header .primary-menu .hs-menu-depth-1 {
	padding: 17px 11px 13px;
}

.main-header .primary-menu .hs-item-has-children>a:hover {
	
}

.primary-menu ul ul .hs-menu-children-wrapper li>a:hover {
	
}

.main-header .secondary-menu a:hover {
	
}

.Search-mask {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(65,64,66,.7);
	z-index: 9;
	transition: all .5s ease;
	cursor: pointer;
	overscroll-behavior: contain;
}

.Search-mask.searchOverlay {
	display: block;
}
.header-search-wrapper {
	display: block;
	transition: visibility .5s ease;
	z-index: 120;
	visibility: hidden;
}

.search-active .header-search-wrapper {
	visibility: visible;
	z-index: 120;
}

.dropdown--quickSearch {
	height: 0;
	transition: height .3s ease-in;
	overflow: hidden;
}

.search-active .dropdown--quickSearch {
	height: 112px;
}

.search-active {
	overflow: hidden;
}

.search-active .Search-mask {
	display: block;
}

.scrolled .main-header {
	padding-top: 0;
}

.scrolled .dropdown--quickSearch {
	top: 45px;
}
.dropdown--quickSearch {
	position: fixed;
	top: 123px;
	z-index: 999;
	max-width: 1440px;
	margin: 0 auto;
}
.scrolled ~ div .dropdown--quickSearch {
	top: 94px;
}
span.close-banner {
	cursor: pointer;
}
/* lp_header */
.lp-header .mobile_logo a svg {
	margin-left: 47px;
}
.lp-header .top-header {
	display: none;
}
.lp-header .main-header {
	top: 0;
}

.child-trigger  {
	cursor: pointer;
}
.custom-header-wrapper.lp-header {
	min-height: 75px;
}

.primary-menu ul ul .hs-menu-children-wrapper {
	padding: 0;
	pointer-events: none;
	left: 0 !important;
}

.primary-menu ul ul li:hover > .hs-menu-children-wrapper {
	pointer-events: all;
	left: 100% !important;
}

.primary-menu ul ul {
	padding: 0;
	pointer-events: none;
}

.primary-menu ul li:hover > ul {
	pointer-events: all;
}

.main-header .primary-menu .hs-item-has-children:before {
	content: none;
}



@media (min-width: 768px){
	.preheader-banner {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
		min-height: 48px;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 40px;
	}
	.top-header p:last-child {
		font-size: 12px;
		line-height: 15px;
		letter-spacing: .9px;
		width: 100%;
	}
	.top-header a {
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
		width: calc(100% - 80px);
		display: block;
		width: 100%;
		text-align: center;
	}
	.top-header {
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
		min-height: 48px;
		-ms-flex-pack: start;
		justify-content: center;
		padding: 0 40px;
	}
	.main-header .secondary-menu a span {
		display: none;
	}
	.main-header .secondary-menu svg {
		display: block;
		height: 26.8px;
		fill: #333333;
		stroke: #333333;
		transition: all .15s ease;
	}
	.main-header .secondary-menu svg path {
		stroke: #fff;
		fill: #fff;
	}
	.close-canvas-btn {
		padding-left: 40px;
	}
	.close-banner {
		font-size: 11px;
		line-height: 15px;
		letter-spacing: .9px;
		right: 40px;
		top:35%;
	}
	.custom-mobile-menu-wrapper .mobile-menu-main ul {
		margin: 22px 40px 130px;
		display: flex;
		flex-direction: column;
	}
}





@media (min-width: 801px){
	.close-canvas-btn{
		display:none
	}
	.mobile-menu-main {
		margin: 0 auto;
		max-width: 85.71429rem;
		overflow-y: visible;
		text-align: center;
	}
}



@media (min-width: 1024px){
	span.close-banner {
		display: none;
	}
	.primary-menu ul ul .hs-item-has-children >a{
		
		color: #fff!important;
		padding: 0;
	}
	.primary-menu ul ul .hs-menu-children-wrapper li >a{
		
		font-size: 12px;
		font-weight: 400;
		line-height: 1.25;
		letter-spacing: .96px;
		text-align: left;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	.main-header .secondary-menu a span {
		display: block;
	}
	.main-header .secondary-menu svg {
		display: none;
	}
	.custom-mobile-menu-wrapper{
		display:none;
	}
	.mobile_logo{
		display:none;
	}


}

@media(max-width:1023px){
	.mobile-open {
		overflow: hidden;
	}
	.header-logo {
		display: none;
	}
	.primary-menu {
		display: none;
	}
	.close-canvas-btn .mobileMenu-toggle {
		background: #000;
		width: 34px;
		height: 45px;
		padding: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 20px;
		text-decoration: none;
	}
	.mobileMenu-toggleIcon {
		transition: background-color 10ms ease-in .1s;
	}
	.close-canvas-btn{
		display:block;
	}
	.custom-main-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobileMenu-toggleIcon {
		background: #ffffff;
		width: 14px;
		height: 1px;
		position: relative;
	}
	.mobileMenu-toggleIcon::before,.mobileMenu-toggleIcon:after {
		content: '';
		width: 14px;
		height: 1px;
		background: #ffffff;
		position: absolute;
	}
	.mobileMenu-toggleIcon::before {
		top: -5px;
	}
	.mobileMenu-toggleIcon:after {
		bottom: -5px;
	}
	.top-header p:last-child {
		font-size: 11px;
		font-weight: 400;
	}
	.close-banner {
		position: absolute;
		display: flex;
		width: 14px;
		height: 14px;
		z-index: 99;
	}
	.close-banner::before {
		content: '';
		background: #fff;
		content: "";
		display: block;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.close-banner::after {
		background: #fff;
		content: "";
		display: block;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}
	.main-header .secondary-menu a span {
		display: none;
	}
	.main-header .secondary-menu svg {
		display: block;
		height: 26.8px;
		fill: #333333;
		stroke: #333333;
		transition: all .15s ease;
	}
	.main-header .secondary-menu svg path {
		stroke: #fff;
		fill: #fff;
	}
	.custom-mobile-menu-wrapper {
		-webkit-overflow-scrolling: touch;
		position: fixed;
		right: 0;
		bottom: 0;
		height: 100%;
		transition: left .5s ease-in-out;
		z-index: 11;
		width: 50%;
		display: block;
		padding-top: 0;
		top: 93px;
		left: 0;
		background:#0f0f0f;
		left:-700px;
	}
	.mobile-menu-main {
		width: 100%;
		background: #0f0f0f;
		padding: 0;
	}
	.custom-mobile-menu-wrapper .mobile-menu-main ul a {
		font-size: 12px;
		margin-bottom: 20px;
		padding: 5px 0;
		font-weight: 400;
		line-height: 1.25;
		letter-spacing: .96px;
		text-align: left;
		color: #fff;
		position: relative;
		text-decoration: none;
		display: block;
		
		white-space: normal !important;
	}
	.custom-mobile-menu-wrapper .mobile-menu-main  .hs-item-has-children >  a {
		
	}
	.child-trigger {
		position: absolute;
		right: 0;
		top: 0;
		transition: all .3s ease-in-out;
		width: 419px;
		height: 25px;
	}
	.child-trigger i:after, .child-trigger i:before {
		background: #fff;
		content: "";
		height: 1px;
		position: absolute;
		right: 0;
		width: 7px;
	}
	.child-trigger i:before {
		transform: rotate(45deg);
		top: 50%;
	}
	.child-trigger i:after {
		transform: rotate(-45deg);
		bottom: 25%;
	}
	.custom-mobile-menu-wrapper .mobile-menu-main ul  ul {
		position: static !important;
		opacity: 1 !important;
		margin: 10px;
		display:none;
	}
	.custom-mobile-menu-wrapper .mobile-menu-main ul ul ul {
		opacity: 1!important;
		position: static!important;
		text-align: left;
		display:none;
	}
	.custom-mobile-menu-wrapper .mobile-menu-main ul ul ul li a {
		text-decoration: none;
		margin-bottom: 10px;
		padding: 5px 0;
		font-size: 11px;
		
		font-weight: 400;
		line-height: 1.25;
		letter-spacing: .96px;
		text-align: left;
		color: #fff;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
	}
	.custom-mobile-menu-wrapper.left {
		left: 0;
	}
	.nav-mask {
		background-color: rgba(65,64,66,.7);
		width: 100%;
		height: 100%;
		display: block;
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		transition: all .25s ease-in-out;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
	.nav-mask.overlay {
		visibility: visible;
		pointer-events: all;
		opacity: 1;
    z-index: 3;
	}
	.custom-mobile-menu-wrapper .mobile-menu-main ul ul ul {
		margin: 0px;
	}
	.mobile_logo a img {
		display: none;
	}
	.mobile_logo a  svg {
		margin: 10px 13px 2px;
		width: 35px;
	}
	.mobile_logo {
		width: 100%;
	}
	.custom-header-wrapper.scrolled + div {
		top: 94px;
	}
	.custom-header-wrapper {
		min-height: 105px;
	}
	header.main-header {
		top: 36px;
		padding-top: 11px;
		min-height:46px
	}
	.close-canvas-btn {
		padding-left: 21px;
	}
	.main-header .secondary-menu ul {
		padding-right: 23px;
	}
	.close-banner {
		top: 17px;
	}
	header.main-header {
		height: 45px;
		padding: 0;
		min-height: auto;
	}

	.main-header .secondary-menu ul {
		padding-right: 20px;
	}

	.close-canvas-btn {
		padding-left: 20px;
	}

	.close-canvas-btn .mobileMenu-toggle {
		height: 44px;
	}

	.custom-header-wrapper {
		min-height: 100px;
	}

	body.top-bar-removed .custom-header-wrapper {
		min-height: 46px;
	}

	.scrolled .main-header {
		min-height: auto;
	}
	.dropdown--quickSearch {
		top: 93px;
	}

	.top-bar-removed .dropdown--quickSearch {
		top: 45px;
	}
	span.close-text {
		display: none;
	}

	.mobile-open .mobile_logo,
	.search-active .mobile_logo{
		visibility: hidden;
		pointer-events: none;
	}

	.mobile-open span.close-text,
	.search-active span.close-text{
		display: block;
		color: #fff;
		
		font-size: 12px;
		font-weight: 400;
		line-height: 1.25;
		letter-spacing: .96px;
		text-align: left;
		margin-left: 22.5px;
		text-transform: uppercase;
	}

	.mobile-open .mobileMenu-toggleIcon:after,
	.search-active .mobileMenu-toggleIcon:after{
		transform: rotate(-45deg);
		bottom: 1px;
	}

	.mobile-open .mobileMenu-toggleIcon:before,
	.search-active .mobileMenu-toggleIcon:before{
		transform: rotate(45deg);
		top: -1px;
	}

	.mobile-open .mobileMenu-toggleIcon,
	.search-active .mobileMenu-toggleIcon{
		left: -2px;
	}
	.child-trigger {
		top: -2px;
		width: 100%;
	}
	.custom-mobile-menu-wrapper .mobile-menu-main ul ul {
		margin: 0;
		padding: 5px 0 0;
	}

	.child-trigger.child-open i {
		transform: rotate(-45deg);
	}

	.child-open.child-trigger i:before {
		transform: rotate(-45deg);
		top: 10px;
	}

	.child-open.child-trigger i:after {
		transform: rotate(45deg);
		bottom: 9px;
	}
	.custom-mobile-menu-wrapper .mobile-menu-main ul ul ul {
		padding: 0;
		margin: -12px 0 10px;
	}
	.custom-header-inner-wrapper {
		transition: all .3s ease;
	}
	.slideUp .custom-header-inner-wrapper {
		top: -93px;
	}
	.search-close-btn {
		display: none ;
	}
	body.search-active .search-close-btn {
		display: block;
	}
	body.search-active  .mobile-close-btn {
		display: none;
	}
	.top-bar-removed .custom-mobile-menu-wrapper {
		top: 45px;
	}
	.top-bar-removed .scrolled~div .dropdown--quickSearch {
		top: 45px;
	}
}


@media(max-width:767px){
	.top-header a:nth-child(1) {
		display: none;
	}
	.top-header a:nth-child(2) {
		display: block;
	}
	.preheader-banner {
		position: fixed;
		display: flex;
		-ms-flex-align: start;
		align-items: start;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		min-height: 58px;
		background-color: #333;
		color: #fff;
		text-align: left;
		padding: 0 40px 0 20px;
		position: relative;
		z-index: 150;
		transition: top .3s ease;
	}
	.top-header a:nth-child(2) {
		color: #fff;
		text-decoration: none;
		width: calc(100% - 40px);
		height: 100%;
		position: absolute;
		z-index: 9;
		top: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: start;
		left: 0;
	}
	.close-banner {
		right: 0;
	}
	.top-header a:nth-child(2) span {
		display: inline-block;
		
		font-size: 9px;
		line-height: 12px;
		letter-spacing: .68px;
	}
	.top-header{
		padding:0px 20px;
	}
	.top-header a:nth-child(2) span span {
		font-weight: 400;
		font-size: 9px;
		letter-spacing: 0.68px;
		line-height: 12px;
		
	}
	.custom-mobile-menu-wrapper .mobile-menu-main ul {
		margin: 22px 20px 130px;
	}
	.close-canvas-btn {
		padding-left: 0px;
	}
	.main-header .secondary-menu ul {
		padding-right: 0px;
		min-width: 0px;
	}
	.custom-mobile-menu-wrapper {
		top: 103px;
	}
	.close-banner {
		top: 22px;
	}
	.dropdown--quickSearch {
		top: 103px;
	}
	.slideUp .custom-header-inner-wrapper {
		top: -103px;
	}
}

@media(max-width:480px){
	.custom-mobile-menu-wrapper .mobile-menu-main ul ul {
		margin: 0px;
	}

}


.custom-header-wrapper.custom-blog-header {
	min-height: 75px;
}

.custom-header-wrapper.custom-blog-header .main-header .navbar,
.custom-header-wrapper.custom-blog-header header.main-header {
	height: 75px;
}

.custom-header-wrapper.custom-blog-header header.main-header {
	padding: 0
}

.custom-header-wrapper.custom-blog-header .main-header .navbar {
	align-items: center;
	padding: 0 40px;
}
.custom-header-wrapper.custom-blog-header .primary-menu-and-logo .header-logo {
	padding: 0;
	align-items: center;
	display: flex;
}
.custom-header-wrapper.custom-blog-header .primary-menu-and-logo .header-logo img,
.custom-header-wrapper.custom-blog-header .primary-menu-and-logo .header-logo svg {
	margin: 0;
	max-width: 112px;
	width: 100%;
	padding: 0;
}
.custom-header-wrapper.custom-blog-header .main-header .primary-menu .hs-menu-wrapper ul {
	margin-left: 60px;
}
.custom-header-wrapper.custom-blog-header .main-header .primary-menu .hs-menu-depth-1  {
	padding: 0;
	margin-right: 22px;
}
.custom-header-wrapper.custom-blog-header .main-header .primary-menu .hs-menu-depth-1:last-child  {
	margin-right: 0;
}
.custom-header-wrapper.custom-blog-header .main-header .primary-menu .hs-menu-depth-1 a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	transition: color 300ms ease;
}
.custom-header-wrapper.custom-blog-header .main-header .primary-menu .hs-menu-depth-1 a:hover {
	font-weight: bold;
}
.custom-header-wrapper.custom-blog-header .main-header .secondary-menu ul {
	margin: 0;
	padding: 0;
	min-width: 0;
}
.custom-header-wrapper.custom-blog-header .main-header .secondary-menu .back-to-main {
	padding: 0;
	display: flex;
	align-items: center;
	font-size: 12px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	transition: color 300ms ease;
}
.custom-header-wrapper.custom-blog-header .main-header .secondary-menu .back-to-main:hover {
	
	font-weight: bold;
}
.custom-header-wrapper.custom-blog-header .main-header .secondary-menu .back-to-main svg {
	display: block;
	height: auto;
	margin-right: 10px;
}

@media (max-width: 1023px) {
	.custom-header-wrapper.custom-blog-header .primary-menu-and-logo {
		display: none;
	}
	.custom-header-wrapper.custom-blog-header .main-header .navbar {
		padding: 0;
	}
	.custom-header-wrapper.custom-blog-header .main-header .custom-main-header {
		padding: 0 20px;
	}
	.custom-header-wrapper.custom-blog-header .main-header .custom-main-header .close-canvas-btn .mobileMenu-toggle {
		padding: 0;
	}
	.custom-header-wrapper.custom-blog-header .main-header .custom-main-header .mobile_logo {
		line-height: 0;
	}
	.custom-header-wrapper.custom-blog-header .main-header .custom-main-header .mobile_logo img,
	.custom-header-wrapper.custom-blog-header .main-header .custom-main-header .mobile_logo svg {
			padding: 0;
			margin: 0;
			width: 100%;
			height: 100%;
			max-width: 112px;
	}

	.custom-header-wrapper.custom-blog-header {
		min-height: 60px;
	}
	.custom-header-wrapper.custom-blog-header .main-header .navbar,
	.custom-header-wrapper.custom-blog-header header.main-header {
		height: 60px;
	}
	.custom-header-wrapper.custom-blog-header .main-header .secondary-menu .back-to-main svg {
		margin-right: 0;
	}
	.custom-header-wrapper.custom-blog-header + .custom-mobile-menu-wrapper {
		top: 60px;
		min-width: 280px;
	}
}
.custom-footer-wrapper {
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 0;
	border-top: 1px solid #e5e5e5;
	position: relative;
	z-index: 2;
}
.custom-footer-wrapper .container {
	max-width: 1440px;
	margin: 0 auto;
}
.footer-content-wrapper {
	padding: 26px 26px 0;
	margin: 0 auto;
}
.footer-content-left-side {
	display: block;
}
.left-side-inner-wrapper .info-col {
	color: #757575;
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
}
.custom-contact-help .hs-menu-wrapper ul{
	width: 100%;
}
.custom-contact-help .hs-menu-wrapper ul .hs-item-has-children > a,
.custom-company .hs-menu-wrapper ul .hs-item-has-children > a,
.custom-wholesale .hs-menu-wrapper ul .hs-item-has-children > a{
	
	font-size: 10px;
	font-weight: 400;
	line-height: 3;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	text-decoration: none;
	display:block;
}
.custom-contact-help .hs-menu-wrapper ul ul li a,
.custom-company .hs-menu-wrapper ul ul li a,
.custom-wholesale .hs-menu-wrapper ul ul li a{
	font-weight: 400;
	
	font-size: 10px;
	font-weight: 400;
	line-height: 3;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 0;
	text-decoration: none;
}
.custom-retail-store h5,
.custom-retail-store h5{
	
	font-size: 10px;
	font-weight: 400;
	line-height: 3;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	color: #fff;
	margin-bottom: 0;
}
.custom-retail-store p {
	font-size: 10px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	
	font-weight: 400;
	line-height: 2.08;
	letter-spacing: 1px
}
.custom-retail-store p a {
	color: #fff;
	
	font-weight: 400;
	text-decoration: none;
}
.custom-sign-social-wrapper {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.footer-form-section form h5 {
	
	font-size: 10px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 17px;
	margin-top:0;
}
.footer-form-section form .hs-form-field {
	margin: 0 0 35px;
}
.footer-form-section form .hs-form-field label {
	display: none;
}
.footer-form-section form .hs-form-field .input {
	margin: 0px;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	width: 202px;
	margin: 0 auto;
}
.footer-form-section form .hs-form-field .input input {
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	flex: 1;
	display: block;
	background: 0 0;
	border: 0;
	border-radius: 0;
	height: 30px;
	
	text-align: left;
	font-weight: 400;
	color: #fff;
	transition: border-color .1s ease-out;
	width: auto;
}
.footer-form-section {
	position: relative;
}
.footer-form-section form .actions .hs-button {
	font-size: 0;
	border: none;
	background-image:url(https://20447527.fs1.hubspotusercontent-na1.net/hubfs/20447527/raw_assets/public/Ascolour_May2023/images/arrow_icon.svg);
	background-repeat: no-repeat;
	position: absolute;
	right: -5px;
	top: 51px;
	height: 20px;
	padding: 0px;
	width: 20px;
	transform: rotate(90deg);
	transition: right .5s ease-out;
}
.footer-social-icon.wrapper h5 {
	text-transform: uppercase;
	color: #fff;
	
	font-size: 10px;
	font-weight: 400;
}
.footer-social-icon.wrapper {
	color: #757575;
	display: inline-block;
	font-size: 1rem;
}
.custom-footer-logo-wrapper {
	color: #757575;
	display: inline-block;
	font-size: 1rem;
}
.custom-footer-logo-wrapper .footer-logo {
	width: 51.5px;
	margin: 6px auto;
}
.footer-form-section form .hs-form-field .input input {
	background: 0 0;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #dcddde;
	color: #fff;
	
	font-size: 10px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	padding: 8.4px 0;
	display: block;
	max-width: 100%;
}
.footer-content-left-side .custom-wholesale {
	margin-right: 0px !important;
}
.footer-form-section form .hs-richtext {
	margin: 0px;
}
.custom-language-switcher li.active a:after,
.custom-language-switcher li:last-child a:after {
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	display: block;
	border-radius: 50%;
	margin-top: -1px;
	text-align: center;
	margin: 0 auto;
}

@media (min-width: 768px){
	.footer-content-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1440px;
		padding: 40px;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.left-side-inner-wrapper {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.left-side-inner-wrapper .info-col{
		width: auto;
		margin-bottom: 33px;
		text-align: left;
		padding: 0;
		margin-right: 40px;
	}
	.footer-content-left-side .custom-wholesale {
		width: 202px;
	}
	.custom-contact-help .hs-menu-wrapper ul .hs-item-has-children >a,
	.custom-company .hs-menu-wrapper ul .hs-item-has-children > a,
	.custom-wholesale .hs-menu-wrapper ul .hs-item-has-children > a{
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.custom-contact-help .hs-menu-wrapper ul ul li a,
	.custom-company .hs-menu-wrapper ul ul li a,
	.custom-wholesale .hs-menu-wrapper ul ul li a{
		line-height: 2.8;
	}
	.custom-retail-store h5,{
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.custom-retail-store p {
		line-height: 2.08;
		margin-top: 20px;
	}
	.custom-retail-store p:last-child {
		margin-top: 22px;
	}
	.footer-content-right-side {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		width: auto;
		text-align: left;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.custom-sign-social-wrapper{
		-ms-flex-order: 3;
		order: 3;
		width: 202px;
	}
	.footer-form-section form h5{
		margin-bottom: 11px;
	}
	.footer-form-section form .hs-form-field{
		margin-bottom: 11px;
	}
	.footer-form-section form .hs-form-field .input {
		width: 100%;
	}
	.footer-social-icon.wrapper h5{
		display: none;
		margin-bottom: 20px;
	}
	.footer-social-icon.wrapper{
		width: auto;
		margin-bottom: 33px;
		text-align: left;
		padding: 0;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.custom-footer-logo-wrapper{
		-ms-flex-order: 1;
		order: 1;
		width: auto;
		margin-bottom: 33px;
		text-align: left;
		padding: 0;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.custom-footer-flags{
		padding: 0;
		-ms-flex-item-align: end;
		align-self: flex-end;
		-ms-flex-order: 2;
		order: 2;
		width: auto;
		margin-bottom: 33px;
		text-align: left;
	}
	.footer-content-right-side.mobile{
		display:none;
	}
	.footer-form-section form .actions .hs-button {
		top: 31px;
	}
	.custom-lang-wrapper {
		order: 2;
		display: flex;
	}
	.footer-form-section form .actions .hs-button:hover {
		right: -10px;
	}
}

@media (min-width: 1024px){
	.footer-content-wrapper {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.footer-content-left-side {
		width: 57%;
	}
	.left-side-inner-wrapper {
		width: auto;
	}
	.left-side-inner-wrapper .info-col{
		min-width: 166px;
		margin-right: 0;
	}
	.footer-content-left-side .custom-wholesale {
		width: auto;
	}
	.custom-contact-help .hs-menu-wrapper ul .hs-item-has-children > a,
	.custom-company .hs-menu-wrapper ul  .hs-item-has-children > a,
	.custom-wholesale .hs-menu-wrapper ul  .hs-item-has-children > a{
		margin-bottom: 35px;
		font-size: 12px;
		line-height: 1.25;
		letter-spacing: 1.2px;
	}
	.custom-contact-help .hs-menu-wrapper ul ul li a,
	.custom-company .hs-menu-wrapper ul ul li a,
	.custom-wholesale .hs-menu-wrapper ul ul li a{
		font-size: 12px;
		line-height: 2.08;
		letter-spacing: 1.2px;
	}
	.custom-retail-store h5,
	.custom-retail-store h5 {
		margin-bottom: 35px;
		font-size: 12px;
		line-height: 1.25;
		letter-spacing: 1.2px;
	}
	.custom-retail-store p{
		font-size: 12px;
		line-height: 2.08;
		letter-spacing: 1.2px
	}
	.footer-content-right-side {
		ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 28%;
	}
	.custom-sign-social-wrapper{
		-ms-flex-order: 2;
		order: 2;
		width: auto;
	}.footer-form-section form h5{
		font-size: 12px;
		line-height: 1.25;
		letter-spacing: 1.2px;
		margin-bottom: 30px;
		display: block;
	}.footer-form-section form .hs-form-field{
		margin-bottom: 21px;
	}
	.footer-form-section form .hs-form-field .input input{
		border-bottom: 1px solid #fff;
		font-size: 12px;
		line-height: 1.25;
		letter-spacing: 1.2px;
		padding: 3px 0 12.4px 0;
		padding-right: 25px;
	}
	.footer-social-icon.wrapper h5{
		font-size: 12px;
		line-height: 1.25;
		letter-spacing: 1.2px;
		margin-bottom: 35px;
	}
	.footer-social-icon.wrapper{
		-ms-flex-item-align: start;
		align-self: flex-start;
	}	
	.custom-footer-logo-wrapper{
		width: 61.5px;
		margin-bottom: 40px;
		align-self: flex-start;
	}
	.custom-footer-logo-wrapper .footer-logo{
		margin: 0;
		width: 61.5px;
	}
	.custom-footer-flags{
		-ms-flex-order: 3;
		order: 3;
		align-self: flex-start;
	}
	.custom-lang-wrapper {
		-ms-flex-order: 3;
		order: 3;
	}
	.footer-form-section form .actions .hs-button {
		top: 51px;
	}
	.custom-retail-store p:nth-child(3) {
		margin-top: 25px;
	}
	.custom-retail-store p:nth-child(4) {
		margin-top: 25px;
	}
}

@media(min-width: 1261px){
	.footer-form-section form .hs-form-field .input input{
		width: auto;
	}
}

@media (max-width: 1023px){
	.custom-wholesale.info-col .hs-menu-wrapper > ul > li > ul > li:nth-child(1) {
		order: 1;
	}
	.custom-wholesale.info-col .hs-menu-wrapper > ul > li > ul > li:nth-child(2) {
		order: 2;
	}
	.custom-wholesale.info-col .hs-menu-wrapper > ul > li > ul > li:nth-child(5) {
		order: 3;
	}
	.custom-wholesale.info-col .hs-menu-wrapper > ul > li > ul > li:nth-child(4) {
		order: 4;
	}
	.custom-wholesale.info-col .hs-menu-wrapper > ul > li > ul > li:nth-child(3) {
		order: 5;
	}
	.custom-wholesale.info-col .hs-menu-wrapper > ul > li > ul > li:nth-child(6) {
		order: 6;
	}
	.custom-wholesale.info-col .hs-menu-wrapper > ul > li > ul > li:nth-child(7) {
		order: 7;
	}
	.custom-wholesale.info-col .hs-menu-wrapper > ul > li > ul > li:nth-child(8) {
		order: 8;
	}
	.custom-retail-store p:nth-child(3) {
		margin-top: 21px;
	}
	.custom-retail-store p:nth-child(4) {
		margin-top: 21px;
	}
	.custom-company.info-col .hs-menu-wrapper > ul > li > a,
	.custom-contact-help.info-col .hs-menu-wrapper > ul > li > a {
		cursor: text;
	}
}

@media(max-width:767px){
	.footer-content-wrapper {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.footer-content-right-side.desktop {
		order: 1;
		width:100%
	}
	.footer-content-right-side.mobile {
		order: 4;
	}
	.footer-content-left-side {
		order: 4;
	}
	.desktop .custom-sign-social-wrapper .footer-social-icon.wrapper {
		display: none;
	}
	.desktop .custom-social-wrapper {
		display: none;
	}
	.footer-form-section form .actions .hs-button {
		width: 202px;
		height: 30px;
		background: #414042;
		
		font-size: 10px;
		font-weight: 400;
		line-height: 1.3;
		letter-spacing: 1px;
		text-align: left;
		color: #fff;
		text-align: center;
		border: none;
		padding: 0px;
		border-radius: 0;
	}
	.footer-form-section form .actions .hs-button {
		transform: none;
		position: static;
	}
	.footer-form-section form .hs-form-field {
		margin-bottom: 20px;
	}
	.left-side-inner-wrapper {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.left-side-inner-wrapper .info-col {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.footer-content-left-side {
		width: 100%;
	}
	.footer-content-right-side.mobile {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.mobile .custom-sign-social-wrapper {
		width: 100%;
	}
	.mobile .custom-footer-logo-wrapper {
		width: 100%;
	}
	.mobile .custom-footer-flags {
		width: 100%;
	}
	.mobile .custom-footer-flags {
		width: 100%;
		margin-bottom: 19px;
		text-align: center;
	}
	.mobile .custom-footer-logo-wrapper {
		width: 100%;
		margin-bottom: 19px;
		text-align: center;
	}
	.mobile .footer-social-icon.wrapper h5 {
		margin: 0px;
		margin: 0;
		font-size: 10px;
		line-height: 30px;
		letter-spacing: 1px;
	}
	.mobile .custom-sign-social-wrapper {
		width: 100%;
		margin-bottom: 12px;
		text-align: center;
	}
	.left-side-inner-wrapper .info-col {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.custom-retail-store p {
		line-height: 13px;
	}
	.custom-retail-store h5 {
		
		font-size: 10px;
		font-weight: 400;
		line-height: 3;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 0;
		margin-top: 0;
	}
	.custom-retail-store p:nth-child(2) {
		margin-top: 0px;
	}
	.mobile .custom-sign-social-wrapper {
		margin-bottom: 6px;
	}
	.footer-social-links li:last-child {
		position: relative;
		top: -1px;
	}
	.mobile .footer-social-icon.wrapper h5 {
		line-height: 25px;
	}
	.left-side-inner-wrapper .info-col {
		margin-bottom: 21px;
	}
	.custom-company .hs-menu-wrapper ul ul li {
		font-size: 10px;
		letter-spacing: 1px;
		color: #fff;
		margin-bottom: 0;
	}
	.custom-company .hs-menu-wrapper ul ul li a {
		line-height: 2.8;
	}
	.footer-content-right-side.desktop .custom-footer-logo-wrapper,
	.footer-content-right-side.desktop .custom-lang-wrapper{
		display: none;
	}
	.custom-company.info-col {
		margin-bottom: 19px;
	}
	.custom-retail-store p {
		margin-top: 13px;
	}
	.custom-retail-store.info-col {
		margin-bottom: 19px;
	}
	.custom-contact-help.info-col {
		margin-bottom: 19px;
	}
	.footer-form-section .hs-form {
		margin-bottom: 35px;
	}
}




.custom-footer-wrapper.custom-blog-footer {
	padding: 85px 0 21px;
}
.custom-footer-wrapper.custom-blog-footer .container {
	padding: 0 40px;
}
.custom-footer-wrapper.custom-blog-footer .footer-content-main  {
	margin-bottom: 52px;
}
.custom-footer-wrapper.custom-blog-footer .footer-content-main #hs_cos_wrapper_footer_tagline {
	display: flex;
	justify-content: center;
}
.custom-footer-wrapper.custom-blog-footer .footer-content-main #hs_cos_wrapper_footer_tagline_ {
	display: flex;
	align-items: center;
}
.custom-footer-wrapper.custom-blog-footer .footer-content-main h4,
.custom-footer-wrapper.custom-blog-footer .footer-content-main h3 {
	margin: 0 30px 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	
	color: #fff;
}

.custom-footer-wrapper.custom-blog-footer .footer-content-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.custom-footer-wrapper.custom-blog-footer .footer-content-logo {
	margin-bottom: 15px;
}
.custom-footer-wrapper.custom-blog-footer #hs_cos_wrapper_footer_logo_ {
	text-align: left;
	line-height: 0;
}
.custom-footer-wrapper.custom-blog-footer #hs_cos_wrapper_footer_logo .logo-text {
	display: none;
}

.custom-footer-wrapper.custom-blog-footer .footer-content-bottom__right {
	display: flex;
	align-items: center;
}
.custom-footer-wrapper.custom-blog-footer .footer-content-bottom__right .footer-content-bottom__lang-label {
	margin-right: 20px;
}
.custom-footer-wrapper.custom-blog-footer .footer-content-bottom__right #hs_cos_wrapper_language_switcher_label_ p {
	margin: 0;
	
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 1.2px;
	color: #fff;
}
.custom-footer-wrapper.custom-blog-footer .footer-content-bottom__right .custom-language-switcher li:last-child a:after {
	content: none;
}

@media (max-width: 1023px) {
	.custom-footer-wrapper.custom-blog-footer {
		padding: 55px 0 20px;
	}
	.custom-footer-wrapper.custom-blog-footer .container {
		padding: 0 20px;
	}
	.custom-footer-wrapper.custom-blog-footer .footer-content-main #hs_cos_wrapper_footer_tagline_ {
		flex-direction: column;
	}
	.custom-footer-wrapper.custom-blog-footer .footer-content-main h4,
	.custom-footer-wrapper.custom-blog-footer .footer-content-main h3 {
		margin: 0 0 20px;
	}

	.custom-footer-wrapper.custom-blog-footer .footer-content-bottom {
		flex-direction: column;
    align-items: center;
    justify-content: center;
	}
	.custom-footer-wrapper.custom-blog-footer .footer-content-bottom__left {
		order: 1;
	}
	.custom-footer-wrapper.custom-blog-footer .footer-content-bottom__right {
		flex-direction: column;
    justify-content: center;
    align-items: center;
		margin-bottom: 50px;
	}
	.custom-footer-wrapper.custom-blog-footer .footer-content-bottom__right .footer-content-bottom__lang-label {
		margin: 0 0 10px;
	}
	.custom-footer-wrapper.custom-blog-footer .footer-content-bottom__right .custom-language-switcher {
		margin: 0;
	}
	.custom-footer-wrapper.custom-blog-footer #hs_cos_wrapper_footer_logo_ {
		text-align: center;
	}
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}