/* Minification failed. Returning unminified contents.
(4261,25): run-time error CSS1030: Expected identifier, found '.'
(4261,37): run-time error CSS1031: Expected selector, found ')'
(4261,37): run-time error CSS1025: Expected comma or open brace, found ')'
(4551,29): run-time error CSS1030: Expected identifier, found '.'
(4551,54): run-time error CSS1031: Expected selector, found ')'
(4551,54): run-time error CSS1025: Expected comma or open brace, found ')'
(4558,29): run-time error CSS1030: Expected identifier, found '.'
(4558,54): run-time error CSS1031: Expected selector, found ')'
(4558,54): run-time error CSS1025: Expected comma or open brace, found ')'
(4563,29): run-time error CSS1030: Expected identifier, found '.'
(4563,54): run-time error CSS1031: Expected selector, found ')'
(4563,54): run-time error CSS1025: Expected comma or open brace, found ')'
(4571,29): run-time error CSS1030: Expected identifier, found '.'
(4571,54): run-time error CSS1031: Expected selector, found ')'
(4571,54): run-time error CSS1025: Expected comma or open brace, found ')'
(5703,12): run-time error CSS1030: Expected identifier, found ','
(5703,52): run-time error CSS1031: Expected selector, found ')'
(5703,52): run-time error CSS1025: Expected comma or open brace, found ')'
(6681,63): run-time error CSS1034: 
(6681,63): run-time error CSS1045: Expected term, found *
(6681,63): run-time error CSS1019: Unexpected token, found '*'
(6681,63): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(6682,67): run-time error CSS1034: 
(6682,67): run-time error CSS1045: Expected term, found *
(6682,67): run-time error CSS1019: Unexpected token, found '*'
(6682,67): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(6716,63): run-time error CSS1034: 
(6716,63): run-time error CSS1045: Expected term, found *
(6716,63): run-time error CSS1019: Unexpected token, found '*'
(6716,63): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(6717,67): run-time error CSS1034: 
(6717,67): run-time error CSS1045: Expected term, found *
(6717,67): run-time error CSS1019: Unexpected token, found '*'
(6717,67): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
 */
/*! jQuery UI - v1.13.3 - 2024-06-05
* https://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?scope=&folderName=blitzer&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=10&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=333333&opacityOverlay=40&bgImgOpacityOverlay=65&bgTextureOverlay=dots_small&bgColorOverlay=a6a6a6&iconColorError=cc0000&fcError=2e2e2e&borderColorError=cc0000&bgImgOpacityError=75&bgTextureError=diagonals_thick&bgColorError=f3d8d8&iconColorHighlight=004276&fcHighlight=444444&borderColorHighlight=fcd3a1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf8ee&iconColorActive=cc0000&fcActive=cc0000&borderColorActive=eeeeee&bgImgOpacityActive=65&bgTextureActive=flat&bgColorActive=ffffff&iconColorHover=cc0000&fcHover=111111&borderColorHover=cdd5da&bgImgOpacityHover=100&bgTextureHover=highlight_hard&bgColorHover=f6f6f6&iconColorDefault=cc0000&fcDefault=004276&borderColorDefault=d8dcdf&bgImgOpacityDefault=100&bgTextureDefault=highlight_hard&bgColorDefault=eeeeee&iconColorContent=cc0000&fcContent=333333&borderColorContent=eeeeee&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=ffffff&fcHeader=ffffff&borderColorHeader=e3a1a1&bgImgOpacityHeader=15&bgTextureHeader=highlight_soft&bgColorHeader=cc0000&cornerRadius=6px&fsDefault=1.1em&fwDefault=bold&ffDefault=Arial%2Csans-serif
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d8dcdf;
}
.ui-widget-content {
	border: 1px solid #eeeeee;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e3a1a1;
	background: #cc0000 url("/styles/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #d8dcdf;
	background: #eeeeee url("/styles/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #004276;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #004276;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cdd5da;
	background: #f6f6f6 url("/styles/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #111111;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #111111;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #eeeeee;
	background: #ffffff;
	font-weight: bold;
	color: #cc0000;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #eeeeee;
	background-color: #cc0000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #cc0000;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcd3a1;
	background: #fbf8ee url("/styles/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png") 50% 50% repeat-x;
	color: #444444;
}
.ui-state-checked {
	border: 1px solid #fcd3a1;
	background: #fbf8ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cc0000;
	background: #f3d8d8 url("/styles/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat;
	color: #2e2e2e;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/styles/blitzer/images/ui-icons_cc0000_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/styles/blitzer/images/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/styles/blitzer/images/ui-icons_cc0000_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/styles/blitzer/images/ui-icons_cc0000_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/styles/blitzer/images/ui-icons_004276_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/styles/blitzer/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/styles/blitzer/images/ui-icons_cc0000_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #a6a6a6 url("/styles/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png") 50% 50% repeat;
	opacity: .4;
	-ms-filter: "alpha(opacity=40)"; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #333333;
	box-shadow: -8px -8px 8px #333333;
}

@charset "UTF-8";
@font-face {
  font-family: "Helotypo";
  src: url("/fonts/helotypo.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-weight: 300;
  src: url("/fonts/gotham-light.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-weight: 400;
  src: url("/fonts/gotham-medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-weight: 600;
  src: url("/fonts/gotham-bold.otf") format("opentype");
  font-display: swap;
}
/* General */
/* Media Queries */
.accordion {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.accordion__item {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}
.accordion__item-title {
  position: relative;
  padding: 12px 48px 12px 24px;
  cursor: pointer;
}
.accordion__item-title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-image: url("/images/icons/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion__item-content {
  opacity: 0;
  max-height: 0;
  padding: 0px 24px;
  border-top: 1px solid #e8e8e8;
  transition: all 200ms ease-in-out;
}
.accordion__item-content--open {
  opacity: 1;
  padding: 12px 24px;
  max-height: 500px;
  overflow-y: auto;
}
.accordion__item-content a[href] {
  text-decoration: underline;
}
.accordion__item-content a[href]:hover {
  color: #ef3e33;
}

.FAQCategory {
  display: grid;
  gap: 24px;
}

.banner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  align-items: flex-end;
  padding: 72px 1rem;
  text-align: center;
  color: #ffffff;
  background-color: #3c3c3b;
  background-image: url("/images/general/watermark.png");
  background-position: 33%;
  background-repeat: no-repeat;
  background-size: 200%;
}
@media (min-width: 1024px) {
  .banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 72px 0 72px 72px;
    text-align: left;
    background-position: right;
    background-size: 60%;
  }
}
.banner__content {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .banner__content {
    align-items: flex-start;
  }
}
.banner__title {
  font-size: 2rem;
  font-weight: 600;
}
.banner__image {
  margin: 0 auto;
  width: 256px;
}
@media (min-width: 768px) {
  .banner__image {
    width: 350px;
  }
}
@media (min-width: 1320px) {
  .banner__image {
    position: relative;
    top: 15px;
    width: 499px;
  }
}

#MiniBasketSummary {
  display: none;
}

#CTABasketView {
  display: none;
}
@media (min-width: 1024px) {
  #CTABasketView {
    display: block;
  }
}

#MiniBasketContainer {
  display: none;
  z-index: 10;
  border: solid 1px #e1e1e1;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
#MiniBasketContainer #MiniBasketTitle {
  color: #ef3e33;
  background-color: #ffffff;
  text-align: left;
  font-weight: 600;
  font-size: 1.5em;
  padding: 0.5em;
}

#BasketTable, .BasketTable {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
#BasketTable thead, .BasketTable thead {
  display: block;
}
@media (min-width: 900px) {
  #BasketTable thead, .BasketTable thead {
    display: table-header-group;
  }
}
#BasketTable tfoot, .BasketTable tfoot {
  border-top: solid 1px #f6f6f6;
}
#BasketTable th, .BasketTable th {
  display: none;
}
@media (min-width: 900px) {
  #BasketTable th, .BasketTable th {
    display: table-cell;
    background-color: #3c3c3b;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 5px;
  }
}
#BasketTable tr.Even, .BasketTable tr.Even {
  background-color: #ffffff;
}
#BasketTable tr.Odd, .BasketTable tr.Odd {
  background-color: #f6f6f6;
}
#BasketTable tr.Parent, .BasketTable tr.Parent {
  color: #ffffff;
  background-color: #ef3e33;
  font-weight: bold;
}
#BasketTable td, .BasketTable td {
  display: block;
}
@media (min-width: 900px) {
  #BasketTable td, .BasketTable td {
    display: table-cell;
    font-size: 0.9rem;
    padding: 12px;
  }
}
@media (min-width: 900px) {
  #BasketTable .RemoveLineCell, .BasketTable .RemoveLineCell {
    text-align: center;
    /*max-width: 52px;*/
    min-width: 52px;
  }
}
#BasketTable .RemoveLineCell img, .BasketTable .RemoveLineCell img {
  padding: 0.5em;
  float: right;
  border: 0 none;
  max-width: 40px;
}
#BasketTable .RemoveLineCell a, .BasketTable .RemoveLineCell a {
  cursor: pointer;
}
#BasketTable .ProductID *, .BasketTable .ProductID * {
  display: inline;
}
#BasketTable .BasketLineRef, .BasketTable .BasketLineRef {
  color: #027e11;
  display: block;
  text-transform: capitalize;
  font-weight: 300;
}
@media (min-width: 900px) {
  #BasketTable .BasketLineRef, .BasketTable .BasketLineRef {
    font-style: italic;
    font-size: 0.8em;
  }
}
#BasketTable .BasketProductDesc, .BasketTable .BasketProductDesc {
  font-weight: bold;
}
#BasketTable .BasketProductDesc ul, #BasketTable .BasketProductDesc li, .BasketTable .BasketProductDesc ul, .BasketTable .BasketProductDesc li {
  all: revert;
  font-weight: 300;
  line-height: 1.5em;
}
@media (min-width: 900px) {
  #BasketTable .BasketQtyCell, .BasketTable .BasketQtyCell {
    width: 125px;
    min-width: 100px;
    text-align: right;
  }
}
#BasketTable .BasketQtyCell input[type=text], .BasketTable .BasketQtyCell input[type=text] {
  text-align: center;
  width: 50px;
  border: solid 1px black;
  padding: 0.25em;
}
@media (min-width: 900px) {
  #BasketTable .BasketQtyCell input[type=text], .BasketTable .BasketQtyCell input[type=text] {
    margin-right: 0.25em;
  }
}
@media (min-width: 900px) {
  #BasketTable .BasketRowInlineKey, .BasketTable .BasketRowInlineKey {
    display: none;
  }
}
#BasketTable .BasketPrice, #BasketTable .BasketGrandTotal, #BasketTable .BasketQtyCol, .BasketTable .BasketPrice, .BasketTable .BasketGrandTotal, .BasketTable .BasketQtyCol {
  text-align: right;
}
#BasketTable .BasketDeliveryRow, #BasketTable .BasketTotalRow, .BasketTable .BasketDeliveryRow, .BasketTable .BasketTotalRow {
  font-size: 1.2em;
  background: none;
}
#BasketTable .BasketDeliveryRow td, #BasketTable .BasketTotalRow td, .BasketTable .BasketDeliveryRow td, .BasketTable .BasketTotalRow td {
  padding-top: 1em;
  padding-bottom: 1em;
  vertical-align: baseline;
}
#BasketTable .BasketDeliveryRow .Totals, #BasketTable .BasketDeliveryRow .BasketGrandTotal, #BasketTable .BasketTotalRow .Totals, #BasketTable .BasketTotalRow .BasketGrandTotal, .BasketTable .BasketDeliveryRow .Totals, .BasketTable .BasketDeliveryRow .BasketGrandTotal, .BasketTable .BasketTotalRow .Totals, .BasketTable .BasketTotalRow .BasketGrandTotal {
  font-weight: bold;
}
#BasketTable .BasketDeliveryRow .BasketGrandTotal, #BasketTable .BasketTotalRow .BasketGrandTotal, .BasketTable .BasketDeliveryRow .BasketGrandTotal, .BasketTable .BasketTotalRow .BasketGrandTotal {
  color: #027e11;
  font-size: 1.5em;
}
#BasketTable .BasketDeliveryRow .GrandBasketLabel, #BasketTable .BasketTotalRow .GrandBasketLabel, .BasketTable .BasketDeliveryRow .GrandBasketLabel, .BasketTable .BasketTotalRow .GrandBasketLabel {
  font-size: 1.5em;
}
#BasketTable .BasketTotalRow, .BasketTable .BasketTotalRow {
  font-weight: bold;
}
#BasketTable .BasketUnitPriceAdjust, .BasketTable .BasketUnitPriceAdjust {
  all: revert;
  width: 75px;
  outline: none;
  padding: 3px 0 3px 3px;
  margin: 5px 1px 3px 0;
  border: 1px solid #ddd;
}

#MiniBasketEmpty, .CheckoutEmpty {
  display: flex;
  gap: 1em;
  padding: 1em;
}

@media (min-width: 900px) {
  .QuoteDetailContent {
    padding: 1em;
  }
}
.QuoteDetailContent table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px black;
}

.BasketNumberButtons {
  display: grid;
  gap: 1em;
}
.BasketNumberButtons div {
  position: relative;
}
.BasketNumberButtons .CheckoutNoOfItemsIcon {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  color: #ffffff;
  background-color: #000000;
  padding: 0.25em;
  font-weight: bold;
}
@media (min-width: 900px) {
  .BasketNumberButtons {
    display: flex;
    flex-direction: row;
  }
}

#ViewSampleServiceButtonPanel {
  display: flex;
  gap: 1em;
  padding: 1em;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 30px 0 0;
}
.breadcrumbs a:not(:first-of-type):before {
  content: ">";
  margin-right: 10px;
}
.breadcrumbs a.active {
  font-weight: 600;
}
.breadcrumbs a span {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid;
}

.nodecrumbs {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  padding: 30px 0 0;
}
.nodecrumbs a[href] {
  padding-bottom: 1px;
  border-bottom: 1px solid;
}

.button {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 47px;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: 4px solid currentColor;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.3s;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .button {
    min-width: 250px;
    width: fit-content;
  }
}
.button:before {
  content: attr(data-hover-content);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  color: #000000;
  background-color: #ffffff;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.2s ease-in-out;
}
.button:hover:not([disabled]):before {
  transform: translateY(0) scaleY(1);
}
.button--primary, .button--colour-red {
  background-color: #ef3e33;
  border-color: #ef3e33;
}
.button--primary:before, .button--colour-red:before {
  color: #ef3e33;
}
.button--primary.button--outline, .button--colour-red.button--outline {
  color: #ef3e33;
}
.button--primary.button--outline:before, .button--colour-red.button--outline:before {
  color: #ffffff;
  background-color: #ef3e33;
}
.button--primary[disabled], .button--colour-red[disabled] {
  background-color: #919191;
  border-color: #919191;
  cursor: not-allowed;
  transition-delay: 0s;
}
.button--outline {
  color: currentColor;
  background-color: transparent;
}
.button--full {
  width: 100%;
}
.button--colour--Accent {
  background-color: #ef3e33;
  border-color: #ef3e33;
}
.button--colour--Accent:before {
  color: #ef3e33;
}
.button--colour--DarkGrey {
  background-color: #757575;
  border-color: #757575;
}
.button--colour--DarkGrey:before {
  color: #757575;
}
.button--colour--DarkerGrey {
  background-color: #3c3c3b;
  border-color: #3c3c3b;
}
.button--colour--DarkerGrey:before {
  color: #3c3c3b;
}
.button--colour--Grey {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.button--colour--Grey:before {
  color: #e1e1e1;
}
.button--colour--LightGrey {
  background-color: #ededed;
  border-color: #ededed;
}
.button--colour--LightGrey:before {
  color: #ededed;
}
.button--colour--LighterGrey2 {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.button--colour--LighterGrey2:before {
  color: #f6f6f6;
}
.button--colour--DeFacto {
  background-color: #00b463;
  border-color: #00b463;
}
.button--colour--DeFacto:before {
  color: #00b463;
}
.button--colour--DarkGreen {
  background-color: #027e11;
  border-color: #027e11;
}
.button--colour--DarkGreen:before {
  color: #027e11;
}
.button--colour--Blue {
  background-color: #3386ee;
  border-color: #3386ee;
}
.button--colour--Blue:before {
  color: #3386ee;
}

.button-group {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .button-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .button-group:not(.button-group--auto) {
    align-items: start;
    justify-content: start;
  }
}

.micro-button {
  border: none;
  cursor: pointer;
  display: inline;
  font-weight: bold;
  padding: 0.5em;
  color: #ffffff;
  background-color: #ef3e33;
  min-width: 100px;
  font-family: "Gotham", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.micro-button:disabled {
  cursor: auto;
  background-color: #757575;
}

.usps {
  padding: 24px 0;
  text-align: center;
  background-color: #ededed;
}
@media (min-width: 1024px) {
  .usps {
    padding: 70px 0;
  }
}
.usps__inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 1024px) {
  .usps__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.usps__item {
  display: flex;
  flex-direction: row;
  gap: 0;
  flex-direction: column;
  align-items: center;
}
.usps__item-icon {
  width: 71px;
  height: 71px;
}
.usps__item-title {
  margin: 1rem 0;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .usps__item-description {
    max-width: 342px;
  }
}

.footer {
  padding-top: 70px;
  background-color: #ededed;
}
.footer__top .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
}
@media (min-width: 1320px) {
  .footer__top .container {
    grid-template-columns: 528px 1fr;
  }
}
.footer__brand {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1320px) {
  .footer__brand {
    align-items: start;
    text-align: left;
  }
}
.footer__title {
  font-family: "Gotham", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.footer__contact {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer__contact {
    gap: 16px;
  }
}
.footer__phone {
  font-family: "Helotypo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.344rem;
  letter-spacing: 0.08em;
  color: #ef3e33;
}
.footer__whatsapp {
  color: #ef3e33;
  font-weight: bold;
}
.footer__whatsapp:before {
  background-image: url(/images/action/icon-whatsapp.svg);
  margin-right: 0.5em;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 1;
}
.footer__opening-times {
  font-size: 0.875rem;
  font-weight: 600;
}
.footer__opening-times span {
  margin: 0 0.5rem;
}
.footer__email span {
  font-weight: 600;
}
.footer__address {
  width: 100%;
  max-width: 314px;
  margin: 0 auto;
  line-height: 25px;
}
@media (min-width: 1024px) {
  .footer__address {
    margin: 0;
  }
}
.footer__social-list {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.875rem;
}
.footer__nav {
  display: flex;
  flex-direction: row;
  gap: 48px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1320px) {
  .footer__nav {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: start;
    justify-content: space-between;
    text-align: left;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.563rem;
}
.footer__nav-title {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .footer__nav-title {
    margin-bottom: 1rem;
  }
}
.footer__bottom {
  padding: 70px 0;
}
.footer__bottom .container {
  display: flex;
  flex-direction: row;
  gap: 48px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1320px) {
  .footer__bottom .container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.footer__copyright {
  padding: 1rem;
  background-color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.form {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-direction: column;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
}

.form-consent {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  font-size: 14px;
  line-height: 23.52px;
}

.form input:not([type=checkbox]), .form textarea {
  width: 100%;
  min-height: 51px;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.header {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  grid-template-areas: "top" "nav" "usp";
  background-color: #ffffff;
}
.header__top {
  grid-area: top;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: center;
  grid-template-areas: "account brand cta2";
  width: 100%;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .header__top {
    gap: 0;
    grid-template-areas: "brand search account cta2";
    grid-template-columns: 1fr 1.5fr 100px 100px;
    text-align: left;
    position: relative;
  }
}
@media (min-width: 1320px) {
  .header__top {
    grid-template-columns: 1fr 1fr 100px 100px;
  }
}
.header__brand {
  grid-area: brand;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .header__brand {
    justify-content: start;
  }
}
.header__contact {
  display: none;
}
@media (min-width: 1320px) {
  .header__contact {
    display: block;
  }
}
.header__phone {
  font-family: "Helotypo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.344rem;
  letter-spacing: 0.08em;
  color: #ef3e33;
}
.header__opening-times {
  font-size: 0.875rem;
  font-weight: 600;
}
.header__opening-times span {
  color: #ef3e33;
  margin: 0 0.5rem;
}
.header__search {
  grid-area: search;
  display: none;
  align-items: center;
  width: 415px;
  height: 38px;
  padding-right: 0.5rem;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  position: relative;
  z-index: 11;
}
.header__search.mobile {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
}
.header__search input:not(.button) {
  min-height: 36px;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: inherit;
  color: #3c3c3b;
  border: none;
  transition: all 0.2s ease-in-out;
}
.header__search input:not(.button):focus, .header__search input:not(.button):active, .header__search input:not(.button):hover {
  outline: none;
}
.header__search [type=submit], .header__search .search-icon[type=button] {
  background-color: #ffffff;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header__search {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}
.header__button > a {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-direction: column;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.016rem;
  text-transform: uppercase;
  color: inherit;
}
.header__button > a p {
  line-height: 1.016rem;
}
.header__button > a img {
  margin: 0 auto;
}
.header__button--account {
  grid-area: account;
}
.header__button--contact {
  grid-area: cta2;
}
.header__button--checkout {
  grid-area: cta2;
  display: flex;
  justify-content: center;
  /*position: relative;*/
}
@media (min-width: 1024px) {
  .header__button--checkout {
    display: block;
  }
  .header__button--checkout:hover #MiniBasketContainer {
    display: block;
  }
}
.header__nav {
  grid-area: nav;
  background-color: #3c3c3b;
  /*overflow-x: hidden;*/
}
.header__nav nav:not(.open) {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}
@media (min-width: 1024px) {
  .header__nav nav:not(.open) {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
  }
}
.header__nav-control {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .header__nav-control {
    display: none;
  }
}
.header__nav-toggle {
  cursor: pointer;
}
.header__nav-list {
  background-color: #ededed;
}
.header__nav-list-item {
  display: block;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  cursor: default;
}
@media (min-width: 1024px) {
  .header__nav-list-item {
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.563rem;
    color: #f6f6f6;
  }
}
@media (min-width: 1200px) {
  .header__nav-list-item {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .header__nav-list {
    display: flex;
    flex-direction: row;
    gap: 0rem;
    background-color: inherit;
    overflow-x: auto;
  }
  .header__nav-list li {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-direction: column;
    flex: none;
  }
  .header__nav-list li:focus, .header__nav-list li:focus-visible, .header__nav-list li:focus-visible, .header__nav-list li:active, .header__nav-list li:hover {
    background-color: #ededed;
  }
  .header__nav-list li:focus > a, .header__nav-list li:focus-visible > a, .header__nav-list li:focus-visible > a, .header__nav-list li:active > a, .header__nav-list li:hover > a {
    background-color: #ededed;
    color: #ef3e33;
  }
}
.header__usp {
  grid-area: usp;
  background-color: #f6f6f6;
  overflow-x: hidden;
}
.header__usp-list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0.5rem 0;
  width: 100%;
  overflow-x: auto;
  user-select: none;
  scrollbar-width: none;
}
@media (min-width: 1024px) {
  .header__usp-list {
    gap: 2rem;
  }
}
@media (min-width: 1320px) {
  .header__usp-list {
    gap: 4rem;
    justify-content: center;
  }
}
.header__usp-list-item {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex: none;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.header #CTACheckoutLabel {
  position: absolute;
  top: 0;
  right: 0;
  color: #ef3e33;
  background-color: #ffffff;
}
.header__whatsapp {
  color: #ef3e33;
  font-weight: bold;
}
.header__whatsapp:before {
  background-image: url(/images/action/icon-whatsapp.svg);
  margin-right: 0.5em;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 1;
}

.InstantSearch, #dialog {
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 99999999;
  background: #ffffff;
}
.InstantSearch .InstantSearchClear, #dialog .InstantSearchClear {
  padding: 0.5em;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.InstantSearch .InstantSearchClear .button, #dialog .InstantSearchClear .button {
  min-width: revert;
}
.InstantSearch > *, #dialog > * {
  border-left: solid 1px #f6f6f6;
  border-right: solid 1px #f6f6f6;
}
.InstantSearch .InstantSearchSeparator, #dialog .InstantSearchSeparator {
  padding: 0.5em;
  color: #ef3e33;
  font-weight: bold;
  font-size: 1.5em;
}
.InstantSearch .InstantSearchItem, #dialog .InstantSearchItem {
  display: block;
  padding: 0.75em;
  border-bottom: solid 1px #f6f6f6;
  font-weight: bold;
}
.InstantSearch .InstantSearchItem.Product, #dialog .InstantSearchItem.Product {
  display: grid;
  grid-gap: 1em;
}
.InstantSearch .InstantSearchItem.Product > a, #dialog .InstantSearchItem.Product > a {
  display: flex;
  gap: 1em;
}
.InstantSearch .InstantSearchItem.Product .copyProdCodeIcon img, #dialog .InstantSearchItem.Product .copyProdCodeIcon img {
  margin: 0 0.25em;
  width: 12px;
  height: 12px;
}
.InstantSearch .InstantSearchImage a, #dialog .InstantSearchImage a {
  display: block;
  width: 64px;
}
.InstantSearch .InstantSearchSeller, #dialog .InstantSearchSeller {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
}
.InstantSearch .InstantSearchSeller .InstantSearchPrice, #dialog .InstantSearchSeller .InstantSearchPrice {
  display: flex;
  justify-content: flex-end;
  background-color: #f6f6f6;
  padding: 1em;
}
.InstantSearch .InstantSearchSeller .InstantSearchQuantity, #dialog .InstantSearchSeller .InstantSearchQuantity {
  border: solid 4px #ef3e33;
  border-right: none;
  height: 50px;
}
.InstantSearch .InstantSearchSeller .InstantSearchQuantity input, #dialog .InstantSearchSeller .InstantSearchQuantity input {
  text-align: center;
  font-weight: bold;
  color: #ef3e33;
  min-height: 36px;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: inherit;
  color: #3c3c3b;
  border: none;
  transition: all 0.2s ease-in-out;
}
.InstantSearch .InstantSearchSeller .InstantSearchAddButton, #dialog .InstantSearchSeller .InstantSearchAddButton {
  min-width: initial;
  width: 100%;
  height: 50px;
}
.InstantSearch .InstantSearchSeller input[type=button][value=Enquire], #dialog .InstantSearchSeller input[type=button][value=Enquire] {
  grid-column-start: 1;
  grid-column-end: 4;
  width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  align-items: center;
  padding: 50px 0;
  min-height: 610px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.83);
}
@media (min-width: 1024px) {
  .hero {
    padding: 100px;
  }
}
.hero__inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 828px;
}
.hero__description {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  font-size: 19px;
  line-height: 1.9;
}
.hero__description > p {
  margin: 0;
}
.hero .swiper-nav {
  margin: 40px auto 0;
}

.one-col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
  align-items: center;
  text-align: center;
  /*justify-items: center;*/
}
.two-col img {
  order: 0;
}
@media (min-width: 1024px) {
  .two-col img {
    order: initial;
  }
}
@media (min-width: 1024px) {
  .two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    text-align: left;
  }
}
.two-col--align-start {
  align-items: flex-start;
}
.two-col__content {
  order: 1;
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .two-col__content {
    order: initial;
  }
}
.two-col__buttons {
  margin-top: 1rem;
}

.three-col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
}
.three-col__item, .three-col__content {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-direction: column;
}
.three-col__description {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .three-col__description {
    width: 342px;
  }
}

.has-mega-menu:not(.open) .mega-menu {
  display: none;
}
@media (min-width: 1024px) {
  .has-mega-menu:focus .mega-menu, .has-mega-menu:focus-visible .mega-menu, .has-mega-menu:focus-within .mega-menu, .has-mega-menu:active .mega-menu, .has-mega-menu:hover .mega-menu {
    display: block;
  }
}
.has-mega-menu.open {
  background-color: #e1e1e1;
}
.has-mega-menu.open > [data-toggle-mega-menu]::after {
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .has-mega-menu.open {
    background-color: initial;
  }
}
.has-mega-menu [data-toggle-mega-menu] {
  position: relative;
}
.has-mega-menu [data-toggle-mega-menu]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("/images/icons/chevron-right.svg") no-repeat;
}
@media (min-width: 1024px) {
  .has-mega-menu [data-toggle-mega-menu]::after {
    display: none;
  }
}

.mega-menu {
  padding-bottom: 1rem;
}
.mega-menu__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}
@media (min-width: 1024px) {
  .mega-menu__list {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: #ededed;
    display: block;
    columns: 5;
  }
  .mega-menu__list[data-sectioncount="4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    columns: 4;
  }
  .mega-menu__list[data-sectioncount="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    columns: 3;
  }
  .mega-menu__list[data-sectioncount="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    columns: 2;
  }
  .mega-menu__list[data-sectioncount="1"] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    columns: 1;
  }
}
.mega-menu__item {
  padding: 1rem;
}
.mega-menu__item:not(.open) .mega-menu__sub-list {
  display: none;
}
@media (min-width: 1024px) {
  .mega-menu__item:not(.open) .mega-menu__sub-list {
    display: block;
  }
}
@media (min-width: 1024px) {
  .mega-menu__item {
    padding-left: 0;
    padding-right: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.mega-menu__title {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  /*cursor: pointer;*/
}
.mega-menu__sub-list {
  padding-top: 1rem;
}
.mega-menu__sub-item {
  padding: 1rem;
}
@media (min-width: 1024px) {
  .mega-menu__sub-item {
    padding: 0.25rem;
  }
}
.mega-menu__link {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.mega-menu__link:hover {
  color: #ef3e33;
}
@media (min-width: 1024px) {
  .mega-menu {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    width: 100%;
  }
}

.pagination {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  margin: auto auto 0;
  background-color: #ffffff;
}
.pagination__links {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
}
.pagination__links li:not(:first-of-type),
.pagination__links li:not(:last-of-type) {
  display: none;
}
@media (min-width: 1024px) {
  .pagination__links li:not(:first-of-type),
  .pagination__links li:not(:last-of-type) {
    display: block;
  }
}
.pagination__links a {
  display: block;
  padding: 16px;
  user-select: none;
}
.pagination__links a.active {
  border-top: 2px solid #ef3e33;
}
.pagination__links a:not([disabled]) {
  cursor: pointer;
}
.pagination__links a[disabled] {
  cursor: not-allowed;
}
.pagination__button:not([disabled]) {
  font-weight: bold;
  color: #ef3e33;
  cursor: pointer;
}
.pagination__button[disabled] {
  cursor: not-allowed;
}
.pagination__records_per_page {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 24px 24px 24px;
}
.pagination__records_per_page select {
  font-size: 1.5rem;
}

.popup-window .popup-content h4 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  color: White;
  background-color: #00b463;
  font-size: 22px;
  font-weight: normal;
}
.popup-window .popup-content input[type=button] {
  background: #333333;
  color: white;
  border: none;
  height: 34px;
  width: 147px;
  cursor: pointer;
  font-size: 17px;
}
.popup-window .popup-content input[type=button].popup-close {
  float: right;
  cursor: pointer;
  color: white;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 40px;
  background-color: transparent;
  top: 0;
}

.product-range {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-direction: column;
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .product-range {
    gap: 48px;
    padding: 0;
  }
}
.product-range__title {
  text-align: center;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .product-range__title {
    text-align: left;
  }
}
.product-range__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 1024px) {
  .product-range__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .product-range__items_noswipe {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.product-range__item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 1024px) {
  .product-range__item {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .product-range__buttons {
    margin: 0 auto;
  }
}

.assoc-prod-buy {
  display: flex;
  flex-direction: row;
}
.assoc-prod-buy .assoc-prod-qty {
  text-align: center;
  color: #ef3e33;
  border-color: #ef3e33;
  border-width: 4px;
  border-radius: 0;
  border-style: solid;
  padding: 12px;
}
.assoc-prod-buy .assoc-prod-qty:focus {
  outline: none;
}
.assoc-prod-buy .assoc-prod-add {
  margin-left: -1px;
}

.product-status {
  font-weight: bold;
  padding: 0.5em;
  text-transform: uppercase;
  text-align: center;
}
.product-status--promo-clearance {
  background-color: #3c3c3b;
  color: #ffffff;
}

.rating {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.rating__text {
  font-size: 12px;
  line-height: 20.16px;
}
.rating .rating__stars {
  display: inline-block;
  width: 140px;
  height: 24px;
  background-image: url(/images/icons/rating-stars.svg);
  overflow: hidden;
}
.rating .rating__stars span {
  display: block;
  height: 24px;
  background-image: url(/images/icons/rating-stars.svg);
  background-position-y: 24px;
}

.ProductUserRatingStars {
  height: 24px;
  display: inline-block;
}
.ProductUserRatingStars input[type=button] {
  height: 24px;
  width: 28px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(/images/icons/rating-stars.svg);
  border: 0;
  cursor: pointer;
  display: inline-block;
  float: right;
}
.ProductUserRatingStars input[type=button]:hover,
.ProductUserRatingStars input[type=button]:hover ~ input[type=button],
.ProductUserRatingStars input[type=button].On {
  background-position-y: 24px;
}
.ProductUserRatingStars:hover input[type=button].On {
  background-position-y: 0;
}
.ProductUserRatingStars:hover input[type=button].On:hover {
  background-position-y: 24px;
}

/* Swiper */
.swiper {
  max-width: 100%;
}
.swiper-wrapper {
  height: fit-content !important;
}
.swiper-nav {
  display: flex;
  flex-direction: row;
  gap: 48px;
  padding: 48px 50px 48px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .swiper-nav--left {
    justify-content: start;
  }
}
@media (min-width: 1024px) {
  .swiper-nav--right {
    justify-content: end;
  }
}
.swiper-nav__control {
  position: relative;
  width: 15px;
  height: 27px;
}
.swiper-nav__control:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.swiper-nav__control--prev:after {
  background-image: url("/images/icons/swiper-left-white.svg");
}
.swiper-nav__control--prev.black:after {
  background-image: url("/images/icons/swiper-left-black.svg");
}
.swiper-nav__control--next:after {
  background-image: url("/images/icons/swiper-right-white.svg");
}
.swiper-nav__control--next.black:after {
  background-image: url("/images/icons/swiper-right-black.svg");
}
.swiper-nav--central-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  justify-content: space-between;
  width: calc(100% - 48px);
  padding: 0;
  transform: translateY(-50%) translateX(-50%);
}
.swiper-nav--bottom-overlay {
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 9;
}
.swiper-nav-hidden {
  display: none;
}
.swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 0;
  width: fit-content;
  padding: 6px 12px;
  font-weight: 600;
  color: #ffffff;
  background-color: #ef3e33;
  border-radius: 24px;
}
.swiper-pagination:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background: url("/images/icons/swiper-paginator.svg") no-repeat;
}

/* Default Carousel */
.carousel {
  display: flex;
  flex-direction: row;
  gap: 38px;
  flex-direction: column;
  max-width: 100vw;
  padding: 50px 0;
  background-color: #f6f6f6;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .carousel {
    gap: 69px;
    padding: 100px 0;
  }
}
.carousel--white {
  background-color: #ffffff;
}
.carousel--without-padding {
  padding: 0;
}
.carousel .item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  padding: 0 20px;
  text-align: center;
}
.carousel .item > * {
  margin: 0 auto;
}
.carousel .item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.carousel .swiper-nav {
  padding: 50px 50px 0;
}
.carousel .product-grid {
  display: flex;
  gap: 48px 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.carousel .product-grid .item {
  text-align: left;
  max-width: 400px;
}
.carousel .product-grid .item img {
  aspect-ratio: 1.2;
}

/* Two Col Carousel */
.two-col-carousel {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  align-items: center;
  color: #ffffff;
  background-color: #3c3c3b;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .two-col-carousel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    background-image: url("/images/general/watermark.png");
    background-position: 140%;
    background-repeat: no-repeat;
    background-size: 55%;
  }
}
.two-col-carousel--flex {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 1320px) {
  .two-col-carousel--flex {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
}
.two-col-carousel__item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  padding: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .two-col-carousel__item {
    padding: 50px;
    text-align: right;
  }
}
.two-col-carousel__item-buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .two-col-carousel__item-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: end;
    align-items: end;
  }
}
.two-col-carousel .swiper-nav {
  padding-top: 0;
}

/* Contact Rep Carousel */
.contact-rep-carousel .two-col-carousel {
  background-image: url("/images/general/watermark.png");
  background-repeat: no-repeat;
  background-position: 30% 130%;
  background-size: 150%;
}
@media (min-width: 1024px) {
  .contact-rep-carousel .two-col-carousel {
    background-position: 120%;
    background-size: 65%;
  }
}
.contact-rep-carousel .two-col-carousel__item {
  padding-top: 70px;
  padding-bottom: 70px;
}
.contact-rep-carousel .swiper-nav--bottom-overlay {
  position: initial;
  padding-top: 24px;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .contact-rep-carousel .swiper-nav--bottom-overlay {
    position: absolute;
  }
}

/* Testimonial Carousel */
.testimonial-carousel {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  background-color: #3c3c3b;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .testimonial-carousel {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
}
.testimonial-carousel__image {
  background: url("/images/components/testimonial-carousel/background.png") no-repeat center/cover;
  width: 100%;
  height: 250px;
}
@media (min-width: 1024px) {
  .testimonial-carousel__image {
    height: 500px;
  }
}
.testimonial-carousel__item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  padding: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .testimonial-carousel__item {
    padding: 50px;
    text-align: left;
  }
}
.testimonial-carousel__item img {
  margin: 0 auto 1rem;
}
@media (min-width: 1024px) {
  .testimonial-carousel__item img {
    margin: 0 0 1rem;
  }
}
.testimonial-carousel .swiper-nav {
  padding-top: 0;
}

/* Product Carousel */
.product-carousel__content {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
}
.product-carousel__info {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  font-weight: 600;
}
.product-carousel__title {
  line-height: 25px;
  height: 2lh;
  overflow: hidden;
}
.product-carousel__code {
  color: #ef3e33;
}

.associated-product-swiper .item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .associated-product-swiper .item {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-direction: column;
  }
}
.associated-product-swiper .item img {
  width: 100px;
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .associated-product-swiper .item img {
    width: 500px;
  }
}
.associated-product-swiper .item > * {
  margin: revert;
}

.dash-group {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-direction: column;
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .dash-group {
    gap: 48px;
    padding: 0;
  }
}
.dash-group.anchor-tabs__content {
  gap: 48px;
}
.dash-group__title {
  font-size: 28px;
}
.dash-group__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 640px) {
  .dash-group__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .dash-group__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .dash-group__items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1320px) {
  .dash-group__items {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 24px;
  }
}
.dash-group__item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
}
.dash-group__item img {
  transition-duration: 0.2s;
}
.dash-group__item[href]:hover {
  color: #ef3e33;
}
.dash-group__item[href]:hover img {
  transform: scale(1.1);
}
.dash-group__item.UnreadSM > img {
  animation-name: bounce-1;
  animation-timing-function: ease;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

.DashNotice {
  padding: 1em;
  border: solid 5px #ef3e33;
  margin: 1em 0;
}

.DashNoticeContent {
  display: none;
  margin-top: 0.5em;
}
.DashNoticeContent.visible {
  display: grid;
  gap: 1em;
}

.DashNoticeTitle {
  cursor: pointer;
}

#SecureMessagingNotifier {
  border: solid 5px #ef3e33;
  margin: 1em 0;
  padding: 0.5em;
  font-size: 1.2em;
}
#SecureMessagingNotifier a {
  color: #ef3e33;
  font-weight: bold;
}
#SecureMessagingNotifier .MailIcon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 0.5em;
}
#SecureMessagingNotifier .bounce, #SecureMessagingNotifier .dash-group__item.UnreadSM > img {
  animation-name: bounce-1;
  animation-timing-function: ease;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
#CMS_EmulationBar {
  padding: 0.5em;
  color: #ffffff;
  background-color: #3c3c3b;
}
#CMS_EmulationBar .button {
  display: inline-block;
}
#CMS_EmulationBar #EmulationTitle {
  float: left;
  font-size: 1.5em;
  font-weight: bold;
}
#CMS_EmulationBar #EmulationSearchContainer {
  text-align: right;
}
#CMS_EmulationBar #EmulationSearch {
  font-size: 1.5em;
  max-width: 300px;
  margin: 0.1em;
  border-radius: 5px;
  padding: 0.25em;
}
#CMS_EmulationBar #EmulationResultContainer {
  display: none;
  margin-top: 0.5em;
}
#CMS_EmulationBar #EmulationCancelContainer {
  text-align: right;
}
#CMS_EmulationBar #EmulationLoggedInItems {
  text-align: right;
}
#CMS_EmulationBar #EndSessionBtn, #CMS_EmulationBar #EmulationCancelContainer {
  margin-top: 0.5em;
}
#CMS_EmulationBar .EmulationHeading, #CMS_EmulationBar .EmulationRow {
  margin: 0 auto;
  list-style: none;
  padding-left: 10px;
  padding: 0;
}
#CMS_EmulationBar .EmulationRow {
  background-color: #fff;
  color: #333;
  padding: 1em;
  line-height: 1.25;
}
#CMS_EmulationBar .EmulationRow:nth-child(even) {
  background-color: #e7f8f0;
}
#CMS_EmulationBar .EmulationRow .CompanyCol {
  float: left;
  width: 6em;
}
#CMS_EmulationBar .EmulationUL {
  padding: 0;
  margin: 0;
  border: solid 1px #c0c0c0;
}
#CMS_EmulationBar .ContactNameCol, #CMS_EmulationBar .BasketRef, #CMS_EmulationBar .CompanyCol {
  font-weight: bold;
}
#CMS_EmulationBar .CustomerBasketLbl {
  text-align: center;
  padding: 0.5em;
  border: solid 1px black;
  margin-top: 0.5em;
  background-color: #f0f0f0;
  max-width: 250px;
  cursor: pointer;
}
#CMS_EmulationBar .EmulationDeleteBasket, #CMS_EmulationBar .EmulationUseBtn {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.25em;
  border: solid 1px black;
  margin-right: 0.25em;
}

.EmulationWarning {
  font-weight: bold;
  color: #ee3e33;
  text-align: center;
  font-size: 2em;
}

.EmulationWarning, .EmulationInfo, .EmultionAction {
  padding: 5px;
}

.EmulationWarningButtonContainer {
  padding: 5px;
  display: flex;
  justify-content: space-evenly;
}

.register-form {
  padding: 50px 0;
  color: #ffffff;
  background-image: linear-gradient(rgba(60, 60, 59, 0.8980392157), rgba(60, 60, 59, 0.8980392157)), url("/images/components/register-form/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .register-form {
    padding: 75px 0;
  }
}
.register-form__container {
  display: flex;
  flex-direction: row;
  gap: 48px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1024px) {
  .register-form__container {
    display: flex;
    flex-direction: row;
    gap: 48px;
    text-align: left;
  }
}
.register-form__content {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-direction: column;
  flex: 1;
}
.register-form__image {
  display: none;
}
@media (min-width: 1024px) {
  .register-form__image {
    display: block;
    margin-top: auto;
  }
}
.register-form__form {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  width: 783px;
  max-width: 100%;
  padding: 24px;
  margin: 0 auto;
  color: initial;
  background-color: #ffffff;
  text-align: left;
}
@media (min-width: 1024px) {
  .register-form__form {
    width: 50%;
    padding: 48px;
  }
}
@media (min-width: 1320px) {
  .register-form__form {
    width: 783px;
  }
}
.register-form__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 1024px) {
  .register-form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.register-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.register-form__checkbox {
  margin-top: 3px;
}
.register-form__consent-text {
  font-size: 0.875rem;
  line-height: 1.4;
}
.register-form .g-recaptcha {
  /*overflow-x: auto;*/
  transform: scale(0.7);
  transform-origin: 0 0;
}
@media (min-width: 400px) {
  .register-form .g-recaptcha {
    transform: scale(1);
  }
}

.stats {
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  background-color: #757575;
}
.stats__inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 75px;
}
@media (min-width: 1024px) {
  .stats__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stats__count {
  font-family: "Helotypo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 64px;
  line-height: 51px;
  letter-spacing: 0.05rem;
}
.stats__label {
  margin-top: 1rem;
  font-size: 24px;
  line-height: 30px;
}

.anchor-tabs {
  position: sticky;
  top: 0;
  z-index: 9;
  display: flex;
  flex-direction: row;
  gap: 48px;
  padding: 24px;
  background-color: #ffffff;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .anchor-tabs {
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.anchor-tabs__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  scroll-margin-top: 144px;
}
@media (min-width: 1024px) {
  .anchor-tabs__content {
    gap: 100px;
  }
}
.anchor-tabs .anchor-tab {
  flex: none;
  position: relative;
  font-size: 20px;
  line-height: 19.14px;
  text-transform: uppercase;
  color: inherit;
  background-color: #ffffff;
  cursor: pointer;
}
.anchor-tabs .anchor-tab[aria-selected=true] {
  font-weight: 600;
  color: #ef3e33;
}
@media (min-width: 1024px) {
  .anchor-tabs .anchor-tab[aria-selected=true]:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 60%;
    height: 4px;
    background-color: #ef3e33;
    border-radius: 8px;
    transform: translateX(-50%);
  }
}

.tabs {
  overflow: hidden;
}
.tabs__list {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 48px;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .tabs__list {
    display: flex;
    flex-direction: row;
    gap: 48px;
    padding-top: 0;
    padding-bottom: 96px;
    justify-content: center;
  }
}
.tabs .tab {
  flex: none;
  position: relative;
  font-size: 20px;
  line-height: 19.14px;
  text-transform: uppercase;
  color: inherit;
  background-color: #ffffff;
  cursor: pointer;
}
.tabs .tab__small {
  font-size: 10px;
}
.tabs .tab[aria-selected=true] {
  font-weight: 600;
  color: #ef3e33;
}
@media (min-width: 1024px) {
  .tabs .tab[aria-selected=true]:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 60%;
    height: 4px;
    background-color: #ef3e33;
    border-radius: 8px;
    transform: translateX(-50%);
  }
}
.tabs .panel {
  display: none;
}
.tabs .panel:not([hidden]) {
  display: block;
}
.tabs .smalltabs {
  gap: 24px;
}
.tabs .smalltabs button {
  font-size: 1em;
}

.trade-account {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  background-color: #ededed;
}
@media (min-width: 1024px) {
  .trade-account {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
}
.trade-account__full {
  background-image: linear-gradient(rgba(237, 237, 237, 0.8), rgba(237, 237, 237, 0.8)), url("/images/components/trade-account-cta/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.trade-account__full .trade-account__content {
  align-items: center;
  padding: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .trade-account__full .trade-account__content {
    padding: 100px 0;
  }
}
@media (min-width: 1024px) {
  .trade-account__full .trade-account__description {
    width: 720px;
  }
}
.trade-account__image {
  max-width: 100%;
  width: 100%;
  height: 300px;
  background-image: url("/images/components/trade-account-cta/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .trade-account__image {
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 1320px) {
  .trade-account__image {
    width: 720px;
  }
}
.trade-account__content {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .trade-account__content {
    padding: 72px;
    align-items: flex-end;
    text-align: right;
  }
}
.trade-account__title {
  font-size: 2rem;
}

.wayfinder {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .wayfinder {
    align-items: center;
    height: 650px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    display: flex;
    position: relative;
  }
}
.wayfinder__item {
  flex-grow: 1;
  position: relative;
  background-color: #c0c0c0;
  background-size: cover;
  background-position: center;
  border: 5px solid #fff;
  min-height: 200px;
}
@media (min-width: 1024px) {
  .wayfinder__item {
    width: 256px;
    height: 100%;
    transition: all 0.2s ease-in-out;
    border-top: 0;
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .wayfinder__item:hover {
    flex-grow: 3;
  }
}
@media (min-width: 1024px) {
  .wayfinder__item {
    flex: 1;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .wayfinder__item .overlay-holder {
    position: absolute;
    bottom: 0;
    height: 50%;
    left: 0;
    right: 0;
    display: flex;
    align-items: end;
  }
}
@media (min-width: 1024px) {
  .wayfinder__item .panel-content-holder {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
  }
}
.wayfinder__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 31.5px;
  text-transform: uppercase;
  pointer-events: none;
  padding: 24px;
}
@media (min-width: 1024px) {
  .wayfinder__title {
    flex-grow: 1;
    word-wrap: break-word;
    position: absolute;
    bottom: 0;
  }
}

.about .hero {
  background: linear-gradient(rgba(60, 60, 59, 0.831372549), rgba(60, 60, 59, 0.831372549)), url("/images/pages/about/hero.jpg") no-repeat center/cover;
}

.aspects .hero {
  background-color: rgba(54, 81, 114, 0.8980392157);
}
.aspects .hero h1 {
  font-size: 60px;
  line-height: 59.23px;
}
@media (min-width: 1024px) {
  .aspects .hero h1 {
    font-size: 88px;
    line-height: 86.87px;
  }
}
.aspects .hero .button--primary {
  color: rgba(54, 81, 114, 0.8980392157);
  background-color: #ffffff;
  border-color: #ffffff;
}
.aspects .hero .button--primary:before {
  color: #ffffff;
  background-color: rgba(54, 81, 114, 0.8980392157);
}
.aspects .tabs .tab[aria-selected=true] {
  color: rgba(54, 81, 114, 0.8980392157);
}
.aspects .tabs .tab[aria-selected=true]:before {
  background-color: rgba(54, 81, 114, 0.8980392157);
}
.aspects .anchor-tab[aria-selected=true] {
  color: rgba(54, 81, 114, 0.8980392157);
}
.aspects .anchor-tab[aria-selected=true]:before {
  background-color: rgba(54, 81, 114, 0.8980392157);
}
.aspects .hero {
  background: linear-gradient(rgba(54, 81, 114, 0.3), rgba(54, 81, 114, 0.3)), url("/images/pages/aspects/hero.png") no-repeat center/cover;
}

.aspire .hero {
  background-color: #3c3c3b;
}
.aspire .hero h1 {
  font-size: 60px;
  line-height: 59.23px;
}
@media (min-width: 1024px) {
  .aspire .hero h1 {
    font-size: 88px;
    line-height: 86.87px;
  }
}
.aspire .hero .button--primary {
  color: #3c3c3b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.aspire .hero .button--primary:before {
  color: #ffffff;
  background-color: #3c3c3b;
}
.aspire .tabs .tab[aria-selected=true] {
  color: #3c3c3b;
}
.aspire .tabs .tab[aria-selected=true]:before {
  background-color: #3c3c3b;
}
.aspire .anchor-tab[aria-selected=true] {
  color: #3c3c3b;
}
.aspire .anchor-tab[aria-selected=true]:before {
  background-color: #3c3c3b;
}
.aspire .hero {
  color: #3c3c3b;
  background: linear-gradient(rgba(79, 125, 111, 0.3), rgba(79, 125, 111, 0.3)), url("/images/pages/aspire/hero.png") no-repeat center/cover;
}
.aspire .hero .button {
  color: #ffffff;
  background-color: #3c3c3b;
  border: none;
}
.aspire .hero .button:before {
  padding: 15px 0 0;
  color: #3c3c3b;
  background-color: #ffffff;
}

.auth__wrapper {
  display: flex;
  flex-direction: row;
  gap: 38px;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  width: 720px;
  padding: 100px 24px;
}
.auth__content {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-direction: column;
  max-width: 100%;
  width: 500px;
}
.auth__heading {
  font-family: "Gotham", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.auth__card {
  height: 100%;
  padding: 50px 24px;
  background-color: #ffffff;
}
.auth__card-heading {
  font-size: 20px;
  line-height: 25px;
}
.auth__card .button {
  margin-top: auto;
}

.loginError {
  border: solid 2px #ef3e33;
  padding: 1em;
}
.loginError a {
  color: #ef3e33;
  font-weight: bold;
}

.accountBox {
  background-color: #ebffe8;
  border: 1px solid #00cc00;
  padding: 1em;
}
.accountBox a {
  color: #ef3e33;
  font-weight: bold;
}

.blog-archive .hero {
  background: linear-gradient(rgba(60, 60, 59, 0.831372549), rgba(60, 60, 59, 0.831372549)), url("/images/pages/blog-archive/hero.png") no-repeat center/cover;
}
.blog-archive__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .blog-archive__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.blog-archive__item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
}
.blog-archive__item-head {
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  .blog-archive__item-head img {
    display: table-cell;
    height: 300px;
  }
}
.blog-archive__item-content {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  text-align: center;
}
.blog-archive__item-title {
  color: #ef3e33;
  text-align: center;
}
.blog-archive__item-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 85%;
  margin-bottom: 24px;
}
.blog-archive__item .timestamp {
  /*margin-top: -56px;*/
  position: relative;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post__info {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .blog-post__info {
    width: 955px;
    margin: 0 auto;
  }
}
.blog-post__category {
  font-weight: 600;
  text-transform: uppercase;
}
.blog-post__subtitle {
  font-size: 48px;
  line-height: 51px;
}
.blog-post__content {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-direction: column;
  max-width: 100%;
}
.blog-post__content ul:not(.pagination__links), .blog-post__content ol {
  all: revert;
}
.blog-post__content li:not(:first-child) {
  margin-top: 1em;
}
.blog-post__content .pagination__links li, .blog-post__content .quick-links li {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .blog-post__content {
    max-width: 824px;
    margin: 0 auto;
  }
}
.blog-post__content subtitle, .blog-post__content excerpt, .blog-post__content youtube, .blog-post__content img[name]:not([src]) {
  display: none;
}
.blog-post__content .highlight a[href] {
  font-weight: bold;
  cursor: pointer;
}
.blog-post__content a[href] {
  color: #ef3e33;
}
.blog-post__content:has(.metricGroup) {
  max-width: revert;
}
.blog-post__content h3 {
  line-height: 1.9rem;
}

.category .two-col__content {
  order: 0;
}
.category .two-col__content p {
  margin: revert;
}
.category .two-col__content ul:not(.category__docs), .category .two-col__content ol {
  all: revert;
  line-height: 1.9rem;
  list-style-position: inside;
}
@media (min-width: 1024px) {
  .category .two-col__content ul:not(.category__docs), .category .two-col__content ol {
    list-style-position: outside;
  }
}
.category .two-col__content a[href] {
  text-decoration: underline;
}
.category .two-col__content a[href]:hover {
  color: #ef3e33;
}
.category__docs {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .category__docs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.category__docs-icon {
  width: 24px;
  height: 24px;
}
.category__docs li {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
}
.category__docs a {
  color: #ef3e33;
  font-weight: 600;
  text-decoration: underline;
}
.category__images {
  position: relative;
}
.category__images .swiper-pagination {
  position: absolute;
  left: auto;
  right: 24px;
  bottom: 24px;
  color: #ffffff;
  width: fit-content;
}
.category__inner {
  padding: 24px 0;
  background-color: #E1E1E1;
}
@media (min-width: 1024px) {
  .category__inner {
    padding: 50px 0;
  }
}
.category__filters {
  max-width: 100%;
  width: 100%;
  height: min-content;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .category__filters {
    width: 342px;
  }
}
.category__filters-toggle {
  position: relative;
  display: block;
  padding: 24px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .category__filters-toggle {
    display: none;
  }
}
.category__filters-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 20px;
  background: url("/images/icons/toggle.svg") no-repeat center/cover;
  cursor: pointer;
}
.category__filters--open .category__filters-content {
  display: block;
}
.category__filters-content {
  display: none;
  padding: 24px;
}
@media (min-width: 1024px) {
  .category__filters-content {
    display: block;
  }
}
.category__filters-content.show {
  display: block;
}
.category__filters-action {
  display: block;
  margin-bottom: 48px;
  font-weight: 600;
  text-align: right;
  color: #ef3e33;
  cursor: pointer;
}
.category__filters .accordion__item {
  border: none;
}
.category__filters .accordion__item-title {
  padding: 0;
  font-weight: bold;
  color: #656D74;
}
.category__filters .accordion__item-title:after {
  right: 0;
}
.category__filters .accordion__item-content {
  padding-left: 0;
  padding-right: 0;
  border-top: none;
  display: none;
}
.category__filters .accordion__item-content.accordion__item-content--open {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
}
.category__filters .accordion__item-content .MetricElementValue.OverflowValue {
  display: none;
}
.category__filters .accordion__item-content .MetricElementValue .MetricElementValueCheckbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 1px #b5b5b5;
  margin-right: 0.6em;
  vertical-align: bottom;
  cursor: pointer;
}
.category__filters .accordion__item-content .MetricElementValue .MetricElementValueCheckbox.FilterEnabled {
  background-color: #ef3e33;
}
.category__filters-form {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.category__filters-form input {
  width: 217px;
  margin-right: 0;
}
.category__filters-form [type=submit] {
  width: 100%;
  min-width: auto;
  flex: 1;
}
.category__filters [type=checkbox] {
  margin-right: 16px;
}
.category__flex {
  display: flex;
  flex-direction: row;
  gap: 42px;
}
.category__product {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-direction: column;
  padding: 24px;
  background-color: #ffffff;
}
.category__products {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  flex: 1;
}
.category__products-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 1024px) {
  .category__products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    grid-template-rows: max-content;
  }
}
.category__products #MetricFilteredProductsContainer {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 1024px) {
  .category__products #MetricFilteredProductsContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    grid-template-rows: max-content;
  }
}
@media (min-width: 1320px) {
  .category__products #MetricFilteredProductsContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    grid-template-rows: max-content;
  }
}
.category__products-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  height: fit-content;
  position: relative;
}
@media (min-width: 1024px) {
  .category__products-item {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-direction: column;
    max-height: 100%;
    justify-content: space-between;
  }
}
.category__products-item-new:before {
  content: "NEW";
}
.category__products-item-name {
  font-family: "Helotypo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.01rem;
}
@media (min-width: 1024px) {
  .category__products-item-name {
    padding-bottom: 0.25em;
  }
}
.category__products-item img {
  width: 100px;
}
@media (min-width: 1024px) {
  .category__products-item img {
    width: 100%;
    height: 100%;
  }
}
.category__products-item:is(a) {
  cursor: pointer;
}
.category__products-item:is(.MetricFilteredProductRow) {
  display: flex;
  gap: 24px;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.category__products-item:is(.MetricFilteredProductRow) img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.2;
}
.category__products-item:is(.MetricFilteredProductRow) {
  /*flex-wrap: wrap;
  justify-content: space-between;

  .category__products-item-name {
      width: 70%;
  }*/
}
.category__products-item:is(.MetricFilteredProductRow) .category__products-item-name {
  display: flex;
  height: 100%;
}
.category__products-item.New:before {
  content: "NEW";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ef3e33;
  color: #ffffff;
  font-weight: bold;
  align-content: center;
  font-size: 0.75rem;
  padding: 0.5em 3.5em 2.5em 0.5em;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}
@media (min-width: 1024px) {
  .category__products-item.New:before {
    font-size: 1rem;
  }
}
.category__table thead {
  display: none;
}
@media (min-width: 1024px) {
  .category__table thead {
    display: block;
  }
}
.category__table tr {
  display: block;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .category__table tr {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
  }
}
.category__table tr:not(.show-associated-products) {
  border-bottom: 1px solid;
}
.category__table tr:nth-child(odd) {
  background-color: #ffffff;
}
.category__table tbody tr:last-child {
  border-bottom: none;
}
.category__table th {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  color: #ffffff;
  background-color: #3c3c3b;
  padding: 12px 8px;
}
.category__table th[data-metrickey], .category__table th[data-sortkey] {
  cursor: pointer;
}
.category__table th[data-metrickey]:after, .category__table th[data-sortkey]:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  left: 10px;
  width: 18px;
  height: 18px;
  background: url("/images/icons/table-filter.svg") no-repeat;
  vertical-align: middle;
}
.category__table th[data-metrickey][data-sortorder=ASC]:after, .category__table th[data-sortkey][data-sortorder=ASC]:after {
  background: url("/images/icons/table-filter-up.svg") no-repeat;
}
.category__table th[data-metrickey][data-sortorder=DESC]:after, .category__table th[data-sortkey][data-sortorder=DESC]:after {
  background: url("/images/icons/table-filter-down.svg") no-repeat;
}
.category__table th {
  display: block;
  flex: 1;
  text-align: left;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 0.8rem;
}
.category__table th:not(.drop) {
  display: inline-block;
  word-break: break-word;
}
.category__table th:not(.drop):first-of-type {
  display: block;
}
.category__table td {
  display: block;
  flex: 1;
  text-align: left;
  font-weight: 300;
  box-sizing: border-box;
}
.category__table td:not(.drop) {
  display: inline-block;
  word-break: break-word;
}
.category__table td:not(.drop):first-of-type {
  display: block;
}
.category__table td.GridRepeaterRowMetric {
  display: none;
}
@media (min-width: 1024px) {
  .category__table td.GridRepeaterRowMetric {
    display: block;
  }
}
.category__table .drop {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  flex: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .category__table .drop {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: baseline;
    justify-content: space-between;
  }
}
.category__table .drop .quick-links {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
  flex-direction: column-reverse;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .category__table .drop .quick-links {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .category__table .drop .quick-links li {
    display: initial;
  }
}
.category__table .drop .quick-links li * {
  vertical-align: middle;
}
.category__table .drop .product-status {
  margin-top: 1em;
}
.category__table .associated-product-row, .category__table .QtyBreakTable {
  background-color: #ffffff;
}
.category__table .associated-product-row tr, .category__table .QtyBreakTable tr {
  background-color: #F3F3F3;
  border-bottom: none;
}
.category__table .associated-product-row tr:nth-child(odd), .category__table .QtyBreakTable tr:nth-child(odd) {
  background-color: #E6E6E6;
}
.category__table .associated-product-row td > :first-child, .category__table .QtyBreakTable td > :first-child {
  padding-top: 0;
}
.category__table .associated-product-row td, .category__table .QtyBreakTable td {
  font-weight: 300;
}
.category__table .associated-product-row th, .category__table .QtyBreakTable th {
  cursor: auto;
}
.category__table .associated-product-row th:after, .category__table .QtyBreakTable th:after {
  content: none;
}
.category__table .QuantityBreakToggle {
  border: solid 2px black;
  margin: 1em 0;
  padding: 0.5em;
  text-align: center;
  cursor: pointer;
}
.category__table .QtyBreakTable {
  display: none;
}
.category__table .QtyBreakTable.Show {
  display: table;
}
.category__table .QtyBreakTable th, .category__table .QtyBreakTable td {
  text-align: right;
}
.category__table :not(.show-associated-products) + .associated-product-row {
  display: none;
}
.category--optional-filters .category__inner > div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .category--optional-filters .category__inner > div {
    display: flex;
    flex-direction: row;
    gap: 48px;
  }
}
.category--optional-filters .category__inner {
  background-color: #f6f6f6;
}
.category--optional-filters .category__inner .pagination {
  margin-top: 2em;
  background-color: transparent;
}
.category--full-grid .category__inner {
  padding-top: 0;
}
.category--repeating-grid .category__product-grid {
  display: flex;
  flex-direction: row;
  gap: 42px;
  flex-direction: column;
}
.category .swiper-slide {
  text-align: center;
  margin: 0 auto;
}
.category .GridProductStatusTitle {
  text-align: left;
  max-width: 150px;
  text-transform: uppercase;
  background-color: #ee3e33;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
}
.category .GridFeaturedListTitle {
  text-align: left;
  max-width: 150px;
  font-weight: bold;
  padding: 5px 0.5em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .category .GridRepeaterRowDesc {
    display: none !important;
  }
}
.category .GridRepeaterRowMetric {
  display: none;
}
@media (min-width: 1024px) {
  .category .GridRepeaterRowMetric {
    display: block;
  }
}
.category .GridRepeaterBodyRow .QuickOrderCode {
  margin-top: 0.5em;
  font-weight: bold;
  display: block;
}
.category a.SampleServiceAddButton {
  cursor: pointer;
}
.category a.ProductCode {
  cursor: pointer;
  text-transform: uppercase;
  color: #ef3e33;
}
.category #OOSButtonPopupWindow .EnquiryField, .category #EquiryButtonPopupWindow .EnquiryField {
  margin: 0;
}
.category #OOSButtonPopupWindow input.EnquiryInput, .category #OOSButtonPopupWindow textarea.EnquiryInput, .category #EquiryButtonPopupWindow input.EnquiryInput, .category #EquiryButtonPopupWindow textarea.EnquiryInput {
  padding: 0.5rem;
  border-radius: 5px;
  outline: none;
  caret-color: #ee3e33;
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  font-size: 1em;
  resize: none;
  margin: 0.25em 0;
}
.category [data-favstatus=off] > a:before, .category [data-favstatus=on] > a:before, .category [data-favstatus=loading]:before, .category [data-favstatus=updating]:before {
  content: "";
  background-image: url(/images/icons/favourite.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.category [data-favstatus=off], .category [data-favstatus=on] {
  cursor: pointer;
}
.category [data-favstatus=loading]:before, .category [data-favstatus=updating]:before {
  background-image: url(/images/loader.svg);
  animation: loadspin 0.75s infinite linear;
}
.category a[href].blum-resources {
  display: inline-block;
  background-color: #ff671f;
  color: white;
  font-weight: bold;
  padding: 1em;
  text-decoration: none;
}
.category a[href].blum-resources:hover {
  color: white;
}
.category__separator {
  border: none;
  border-bottom: 1px solid #cccccc;
}

a.EggerVisLinkGrid {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 0;
  margin: 0 5px;
  vertical-align: middle;
  background-image: none, url(/images/icon-3d.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

a.EggerVisLinkProduct, a.EggerDecor {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 0;
  margin: 0 5px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 1px gray;
  padding: 12px;
}

a.EggerVisLinkProduct {
  background-image: none, url(/images/icon-3d.svg);
}

a.EggerDecor.S {
  background-image: none, url(/images/icon-decor-s.svg);
}
a.EggerDecor.M {
  background-image: none, url(/images/icon-decor-m.svg);
}
a.EggerDecor.L {
  background-image: none, url(/images/icon-decor-l.svg);
}

.note {
  padding: 1em;
  border: solid 1px #cccccc;
}
.note a {
  text-decoration: underline;
}
.note:before {
  color: #ef3e33;
  font-weight: bold;
  content: "** Please note ** ";
}

.warning-msg {
  padding: 1em !important;
  border: solid 2px #ef3e33 !important;
  color: #ef3e33 !important;
}
.warning-msg a {
  text-decoration: underline !important;
}
.warning-msg:before {
  font-weight: bold !important;
  content: "** WARNING ** ";
}

.emphasize, .emphasise {
  font-weight: bold;
}

#ProductInfoPopUp {
  display: none;
  background-color: #c0c0c0;
  position: fixed;
  top: 80px;
  right: 50px;
  width: 320px;
  height: 480px;
  box-shadow: 1px 1px 5px 0px #484848;
  z-index: 998;
}
#ProductInfoPopUp.Open {
  display: block;
}
#ProductInfoPopUp #ProductInfoPopUpTitle {
  padding: 0.25em;
  background-color: #ee3e33;
  color: white;
  font-weight: bold;
  /*font-size: 0.8em;*/
}
#ProductInfoPopUp #ProductInfoPopUpContent {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 26px;
  background: #ffffff;
  padding: 5px;
  height: 438px;
  overflow-y: scroll;
}
#ProductInfoPopUp #ProductInfoPopUp.Loading > #ProductInfoPopUpContent {
  display: none;
}
#ProductInfoPopUp #ProductInfoPopUpClose {
  float: right;
  cursor: pointer;
}
#ProductInfoPopUp #ProductInfoPopUpClose:hover {
  color: #08c;
}
#ProductInfoPopUp .PIPDetailTitle {
  margin: revert;
  line-height: normal;
  font-size: 1em;
  border-bottom: 2px solid red;
  padding-left: 0.3em;
  padding-right: 0.2em;
  margin-top: 0.2em;
}
#ProductInfoPopUp .PIPSectionTitle {
  font-size: 1em;
  margin-bottom: 0;
}
#ProductInfoPopUp .PIPImageContainer {
  text-align: center;
}
#ProductInfoPopUp .ProductCode {
  color: #ee3e33;
  text-transform: uppercase;
}
#ProductInfoPopUp .QuickOrderCode {
  font-weight: bold;
}

.noStock {
  color: #ff9c00;
}

.lowStock {
  color: #e35628;
}

.inStock {
  color: #a4c324;
}

.StockCheckButton {
  cursor: pointer;
}

.checkout p * {
  vertical-align: baseline;
}
.checkout #BasketHeaderTable tr {
  background: none;
}
.checkout #BasketHeaderTable .CheckoutBasketRef {
  font-size: 1.2em;
  font-weight: bold;
}
.checkout #BasketHeaderTable input[type=text] {
  font-size: 1.2em;
}
.checkout #BasketHeaderTable input[type=text] {
  border: 1px solid #027e11;
  padding: 0.25em;
}
.checkout .BasketDeliveryNote {
  padding: 0.5em;
  background: #027e11;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.checkout #BasketHeaderTable {
  display: block;
}
.checkout #BasketHeaderTable tbody, .checkout #BasketHeaderTable tr, .checkout #BasketHeaderTable td {
  display: block;
}
@media (min-width: 900px) {
  .checkout #BasketHeaderTable {
    display: table;
  }
  .checkout #BasketHeaderTable tbody {
    display: table-row-group;
  }
  .checkout #BasketHeaderTable tr {
    display: table-row;
  }
  .checkout #BasketHeaderTable td {
    display: table-cell;
  }
}
.checkout .StandardCheckoutButtonPanel,
.checkout .ManufacturerSamplesButtonPanel,
.checkout .SampleServiceCheckoutButtonPanel {
  display: none;
}
.checkout {
  /*input {
      border: solid 5px hotpink;
  }*/
}
.checkout #DeliveryAddressForm {
  display: none;
}
.checkout .AddressFrame {
  font-size: 1.2em;
  margin-top: 10px;
  border: solid 1px silver;
  padding: 0.5em;
  background-color: #fff;
}
.checkout #ExpressSubmitBtn {
  margin-left: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.checkout input[type=file].DeliveryImageUpload {
  display: none;
}
.checkout #SampleServiceCheckoutButtonHolder {
  display: grid;
  grid-gap: 1em;
}
@media (min-width: 900px) {
  .checkout #SampleServiceCheckoutButtonHolder {
    display: flex;
    gap: 1em;
  }
}
.checkout .RefreshHidden {
  visibility: hidden;
}
.checkout #DeliveryNotes {
  all: revert;
  resize: vertical;
  width: 100%;
}
.checkout #DeliveryNotesImages {
  position: relative;
}
.checkout #DeliveryNotesImages #DeliveryImageDropZone {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0);
}
.checkout #DeliveryNotesImages #DeliveryImageDropZone.hover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
}
.checkout #DeliveryNotesImages #DeliveryImageContainer {
  display: grid;
  gap: 24px;
}
.checkout #DeliveryNotesImages #DeliveryImageContainer #DeliveryImagesList li {
  border-bottom: solid 1px #c0c0c0;
  padding: 0.5em;
  text-align: left;
}
.checkout #DeliveryNotesImages #DeliveryImageContainer #DeliveryImagesList li > * {
  margin: 0.5em;
}
.checkout #DeliveryNotesImages #DeliveryImageContainer #DeliveryImagesList li .FileUploadProgressContainer {
  width: 100%;
  background-color: silver;
  margin-top: 0.5em;
}
.checkout #DeliveryNotesImages #DeliveryImageContainer #DeliveryImagesList li .FileUploadProgressContainer .FileUploadProgressBar {
  background: #ef3e33;
  height: 1em;
  width: 0;
  -webkit-transition: width 200ms;
  -moz-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
}
.checkout #DeliveryDate {
  display: grid;
  grid-gap: 24px;
}
.checkout #DeliveryDate #SelectedDeliveryDate .HeaderMoney {
  color: #027e11;
  font-weight: bold;
}
.checkout #DeliveryDate #DeliveryCharge #DeliveryChargeValue {
  color: #027e11;
  font-size: 1.5em;
}
.checkout .VoucherInput {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  align-items: center;
}
@media (min-width: 1024px) {
  .checkout .VoucherInput {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.checkout #NoticeSection {
  padding: 1em;
  background-color: #ffafaf;
}
.checkout #NoticeSection .CheckoutSubSectionTitle {
  font-size: 1.5em;
  font-weight: bold;
}
.checkout #NoticeSection p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.checkout #SubmitOrderSection {
  padding: 1em;
  background-color: #f6f6f6;
  display: grid;
  grid-gap: 24px;
  justify-items: center;
}
.checkout #SubmitOrderSection #SubmitButtonCol {
  display: grid;
  grid-gap: 24px;
}
.checkout .OrderSubmitted {
  display: grid;
  gap: 24px;
  justify-items: center;
}

body {
  min-width: 320px;
}

#DeliveryAddressForm, #CustomAddressContainer {
  background-color: #ededed;
  padding: 1em;
}
#DeliveryAddressForm input, #CustomAddressContainer input {
  font-size: 1.2em;
  border: solid 1px #ccc;
  border-radius: 2px;
}
#DeliveryAddressForm input[readonly], #CustomAddressContainer input[readonly] {
  background-color: #e0e0e0;
}
#DeliveryAddressForm > div, #CustomAddressContainer > div {
  margin: 1em 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
#DeliveryAddressForm div.AddressSearch, #CustomAddressContainer div.AddressSearch {
  grid-auto-rows: 1fr;
}
#DeliveryAddressForm div.AddressSearch #DelFindPostcode, #CustomAddressContainer div.AddressSearch #DelFindPostcode {
  grid-column-start: 2;
  grid-column-end: 3;
}
#DeliveryAddressForm #addressPostcodeResult, #CustomAddressContainer #addressPostcodeResult {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
#DeliveryAddressForm #addressPostcodeResult select, #CustomAddressContainer #addressPostcodeResult select {
  font-size: 1.2em;
  grid-column-start: 2;
  grid-column-end: 3;
}

#DelAddrChange {
  display: grid;
  gap: 24px;
  margin: 1em 0;
}

.contact .hero {
  background: linear-gradient(rgba(60, 60, 59, 0.831372549), rgba(60, 60, 59, 0.831372549)), url("/images/pages/contact/hero.png") no-repeat center/cover;
}
.contact .contact-map__wrapper {
  order: 2;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .contact .contact-map__wrapper {
    order: 0;
  }
}

.glide .hero {
  background-color: rgba(76, 64, 89, 0.8980392157);
}
.glide .hero h1 {
  font-size: 60px;
  line-height: 59.23px;
}
@media (min-width: 1024px) {
  .glide .hero h1 {
    font-size: 88px;
    line-height: 86.87px;
  }
}
.glide .hero .button--primary {
  color: rgba(76, 64, 89, 0.8980392157);
  background-color: #ffffff;
  border-color: #ffffff;
}
.glide .hero .button--primary:before {
  color: #ffffff;
  background-color: rgba(76, 64, 89, 0.8980392157);
}
.glide .tabs .tab[aria-selected=true] {
  color: rgba(76, 64, 89, 0.8980392157);
}
.glide .tabs .tab[aria-selected=true]:before {
  background-color: rgba(76, 64, 89, 0.8980392157);
}
.glide .anchor-tab[aria-selected=true] {
  color: rgba(76, 64, 89, 0.8980392157);
}
.glide .anchor-tab[aria-selected=true]:before {
  background-color: rgba(76, 64, 89, 0.8980392157);
}
.glide .hero {
  background: linear-gradient(rgba(76, 64, 89, 0.3), rgba(76, 64, 89, 0.3)), url("/images/pages/glide/hero.png") no-repeat center/cover;
}
.glide .wardrobe-designer__heading {
  padding-bottom: 24px;
  color: #ef3e33;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
}
.glide .wardrobe-designer__description {
  max-width: 100%;
  width: 100%;
  margin: 30px auto 0;
}
@media (min-width: 1024px) {
  .glide .wardrobe-designer__description {
    width: 342px;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.general-form {
  display: grid;
  gap: 24px;
}
.general-form__field {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
.general-form__field input {
  font-size: 1.2em;
  border: solid 1px #ccc;
  border-radius: 2px;
}
.general-form__field input[readonly] {
  background-color: #e0e0e0;
}
.general-form__field textarea {
  width: 100%;
  resize: vertical;
  font-size: 1.5em;
  border: solid 1px #ccc;
  border-radius: 2px;
}

.home .hero {
  background: linear-gradient(rgba(60, 60, 59, 0.831372549), rgba(60, 60, 59, 0.831372549)), url("/images/pages/home/hero.jpg") no-repeat center/cover;
}

.manufacturing-automation .hero {
  background: linear-gradient(rgba(60, 60, 59, 0.831372549), rgba(60, 60, 59, 0.831372549)), url("/images/pages/manufacturing-automation/hero.png") no-repeat center/cover;
}
@media (min-width: 1024px) {
  .manufacturing-automation .video {
    margin-top: -150px;
  }
}

.product h1 {
  font-size: 38px;
  line-height: 51px;
  letter-spacing: 2%;
}
.product {
  /*.two-col__content {
      order: -1;
  }*/
}
.product__images {
  position: relative;
}
.product__images .swiper-wrapper {
  align-items: center;
}
.product__images .swiper-nav--central-overlay {
  pointer-events: none;
}
.product__images .swiper-nav__control {
  pointer-events: auto;
}
.product__images .swiper-pagination {
  position: absolute;
  left: auto;
  right: 24px;
  bottom: 24px;
  color: #ffffff;
  width: fit-content;
}
.product__code {
  font-weight: 600;
}
.product__code span {
  vertical-align: top;
}
.product__rating {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .product__rating {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
  }
}
.product__price {
  font-family: "Helotypo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.01em;
}
.product__price-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.product__add-to-cart {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-direction: row;
  gap: 0;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .product__add-to-cart {
    width: fit-content;
  }
}
.product__add-to-cart input {
  width: 50%;
  text-align: center;
  color: #ef3e33;
  border-color: #ef3e33;
  border-width: 4px;
  border-radius: 0;
  border-style: solid;
  padding: 12px;
}
@media (min-width: 1024px) {
  .product__add-to-cart input {
    width: 250px;
  }
}
.product__add-to-cart input:focus {
  outline: none;
}
.product__add-to-cart [type=submit] {
  width: 50%;
}
@media (min-width: 1024px) {
  .product__add-to-cart [type=submit] {
    width: auto;
  }
}
.product__detail td:nth-child(1) {
  font-weight: bold;
}
.product__detail td:nth-child(2) {
  width: 390px;
}
.product__docs {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  flex-direction: row;
  padding: 24px;
}
.product__docs li {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
}
.product__videos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  flex-direction: row;
  padding: 24px;
}
.product__account-cta {
  border: solid 1px black;
  text-align: center;
  padding: 1em;
}
.product .two-col {
  text-align: left;
}
@media (min-width: 1024px) {
  .product .two-col {
    align-items: start;
  }
}
.product .two-col__description * {
  all: revert;
  line-height: 1.9rem;
}
.product .two-col__description h3 {
  vertical-align: revert;
}
.product .two-col__description a {
  color: #ef3e33;
  cursor: pointer;
  text-decoration: none;
}
.product .two-col__description a:visited {
  color: #ef3e33;
  text-decoration: none;
}
.product .two-col__description a:hover {
  text-decoration: none;
  color: #08c;
}
.product .two-col .tabs__list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: start;
  gap: 0;
  padding: 0;
}
.product .two-col .tabs__list .tab {
  padding: 10px 24px;
  font-weight: bold;
  color: #3C3C3B;
  text-transform: none;
}
.product .two-col .tabs__list .tab:before {
  display: none;
}
.product .two-col .tabs__list .tab[aria-selected=true] {
  color: #ffffff;
  background-color: #3C3C3B;
}
.product .QuantityBreakToggle {
  border: solid 2px black;
  margin: 1em 0;
  padding: 0.5em;
  text-align: center;
  cursor: pointer;
}
.product .QtyBreakTable {
  display: none;
}
.product .QtyBreakTable.Show {
  display: table;
}
.product .QtyBreakTable th, .product .QtyBreakTable td {
  text-align: right;
}
.product .QtyBreakTable th {
  background-color: #3c3c3b;
  color: white;
}
.product .tabs__list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: start;
  gap: 0;
  padding: 0;
}
.product .tabs__list .tab {
  padding: 10px 24px;
  font-weight: bold;
  color: #3C3C3B;
  text-transform: none;
}
.product .tabs__list .tab:before {
  display: none;
}
.product .tabs__list .tab[aria-selected=true] {
  color: #ffffff;
  background-color: #3C3C3B;
}
.product [data-favstatus=off] > a:before, .product [data-favstatus=on] > a:before, .product [data-favstatus=loading]:before, .product [data-favstatus=updating]:before {
  content: "";
  background-image: url(/images/icons/favourite.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.product [data-favstatus=off], .product [data-favstatus=on] {
  cursor: pointer;
}
.product [data-favstatus=loading]:before, .product [data-favstatus=updating]:before {
  background-image: url(/images/loader.svg);
  animation: loadspin 0.75s infinite linear;
}

.catfilter__add-to-cart {
  /*display:flex;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.catfilter__add-to-cart input {
  /*width: 50%;*/
  text-align: center;
  color: #ef3e33;
  border-color: #ef3e33;
  border-width: 4px;
  border-radius: 0;
  border-style: solid;
  padding: 12px;
}
.catfilter__add-to-cart .FilterProductItemAddButton {
  min-width: initial;
  width: 100%;
  height: 50px;
}

.sign-in .auth__card {
  width: 100%;
  background-color: #ededed;
}
@media (min-width: 1024px) {
  .sign-in .auth__card {
    width: 342px;
  }
}
.sign-in form, .sign-in .form {
  width: 100%;
}
.sign-in form label, .sign-in .form label {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  text-align: left;
}
.sign-in form label.password, .sign-in .form label.password {
  justify-content: space-between;
}

.sign-up {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("/images/pages/sign-up/background.jpeg") no-repeat center/cover;
}

.trade-counters .hero {
  background: linear-gradient(rgba(60, 60, 59, 0.831372549), rgba(60, 60, 59, 0.831372549)), url("/images/pages/trade-counters/hero.png") no-repeat center/cover;
}

/* General Reset */
*:not(input, table, tbody, thead, tfoot, tr, th, td) {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

input {
  box-sizing: border-box;
}

header *, footer * {
  vertical-align: middle;
}

/* HTML5 Elements */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
spacing {
  display: block;
}

body {
  line-height: 1;
  font-family: "Gotham", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: #3c3c3b;
}

#PrintLogo {
  display: none;
}

a[data-productpreview] {
  cursor: pointer;
  color: #ef3e33;
}

ol,
ul {
  list-style: none;
}
ol.normal-list,
ul.normal-list {
  all: revert;
  line-height: 1.5em;
}
ol.normal-list ul, ol.normal-list > ol,
ul.normal-list ul,
ul.normal-list > ol {
  all: revert;
  line-height: 1.5em;
}

.list {
  display: flex;
  flex-direction: row;
  gap: 0;
  flex-direction: column;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1rem;
  line-height: 38.24px;
}
@media (min-width: 1024px) {
  .list {
    list-style-position: outside;
  }
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table tr:nth-child(odd) {
  background-color: #F6F6F6;
}
table th,
table td {
  padding: 12px;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}
a.anchor {
  text-decoration: underline;
}
a.anchor:hover {
  color: #ef3e33;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helotypo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02rem;
}

h1 {
  font-size: 36px;
  line-height: 38.52px;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 48px;
    line-height: 51px;
  }
}

h2 {
  font-size: 38px;
  line-height: 51px;
  letter-spacing: 2%;
}

main p {
  font-size: 1rem;
  line-height: 1.9rem;
}

main select {
  all: revert;
}

.text-accent, .text-accent-bad {
  color: #ef3e33;
}

.text-accent-good {
  color: #027e11;
}

/* Input Placeholders */
::-webkit-input-placeholder {
  font-family: inherit;
}

/* Utility Classes */
.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container--container-grey {
  background-color: #f6f6f6;
}

.spacing {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .spacing {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.spacing--with-narrow-gap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
.spacing--with-narrow-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.spacing--with-narrow-padding-top {
  padding-top: 50px;
}
.spacing--with-narrow-padding-bottom {
  padding-top: 50px;
}
.spacing--without-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.spacing--without-padding-top {
  padding-top: 0;
}
.spacing--without-padding-bottom {
  padding-bottom: 0;
}

.padding-vertical {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .padding-vertical {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.padding-vertical-narrow {
  padding-top: 24px;
  padding-bottom: 24px;
}

.margin-vertical {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .margin-vertical {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.margin-vertical-narrow {
  margin-top: 24px;
  margin-bottom: 24px;
}

.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.centered {
  text-align: center;
}
.centered > * {
  margin: 0 auto;
}

.highlight {
  width: 100%;
  padding: 24px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #ef3e33;
}
@media (min-width: 1024px) {
  .highlight {
    width: 80%;
  }
}

/* Inline Utilities */
.inline {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .inline {
    justify-content: start;
  }
}
.inline img {
  order: 0;
}

/* Quick Links */
.quick-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 1024px) {
  .quick-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.quick-links.flex {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .quick-links.flex {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
}
.quick-links a {
  padding-bottom: 5px;
  cursor: pointer;
}
.quick-links a:after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
  transition: all 200ms ease-in-out;
}
.quick-links a.expanded:after {
  transform: rotate(-90deg);
}
.quick-links a:hover {
  color: #ef3e33;
}

/* Quote */
.quote {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-direction: column;
  padding: 20px 0;
  font-style: italic;
  text-align: center;
}
@media (min-width: 1024px) {
  .quote {
    padding: 0 0 0 20px;
    text-align: left;
    border-left: 5px solid #ef3e33;
  }
}
.quote__title {
  font-size: 24px;
  font-weight: 400;
}
.quote__title:after {
  content: "";
  display: block;
  width: 60%;
  height: 5px;
  margin: 24px auto 0;
  background-color: #ef3e33;
}
@media (min-width: 1024px) {
  .quote__title:after {
    display: none;
  }
}
.quote__text {
  font-size: 20px;
}
.quote__author {
  font-weight: 600;
}

/* Masonry */
.masonry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.masonry .stacked {
  display: flex;
  flex-direction: row;
  gap: 48px;
  flex-direction: column;
}
.masonry .flex {
  display: flex;
  flex-direction: row;
  gap: 48px;
}

/* Timestamp */
.timestamp {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  max-width: 100%;
  /*width: 149px;*/
  width: 175px;
  padding: 6px 13px;
  color: #ef3e33;
  background-color: #ffffff;
  font-weight: 600;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}
.timestamp:before {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background-image: url("/images/icons/calendar.svg");
}

/* Clearfix compatibility for old pages dependant on float left / right*/
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background-color: #323232;
}
.embed-container--Aspect4-3 {
  padding-bottom: 75%;
}
.embed-container--Aspect3-4 {
  padding-bottom: 133.33%;
}
.embed-container--Aspect16-9 {
  padding-bottom: 56.25%;
}
.embed-container--Aspect9-16 {
  padding-bottom: 177.77%;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.margin--vertical {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin--top {
  margin-top: 50px;
}
.margin--bottom {
  margin-bottom: 50px;
}

.scroll--x-auto {
  overflow-x: auto;
}

.ProductID {
  color: #ef3e33;
  font-weight: bold;
}

input.general[type=text] {
  all: revert;
  font-size: 1.5em;
}

[data-mimetype]:before {
  background-image: url("/images/icons/pdf.svg");
  margin-right: 0.5em;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 1;
}
[data-mimetype]:after {
  content: " >";
}
[data-mimetype][data-mimetype=csv]:before {
  background-image: url("/images/icon-excel.svg");
}
[data-mimetype][data-mimetype=doc]:before {
  background-image: url("/images/icon-word.svg");
}
[data-mimetype][data-mimetype=docx]:before {
  background-image: url("/images/icon-word.svg");
}
[data-mimetype][data-mimetype=doct]:before {
  background-image: url("/images/icon-word.svg");
}
[data-mimetype][data-mimetype=pdf]:before {
  background-image: url("/images/icon-pdf.svg");
}
[data-mimetype][data-mimetype=xls]:before {
  background-image: url("/images/icon-excel.svg");
}
[data-mimetype][data-mimetype=xlsx]:before {
  background-image: url("/images/icon-excel.svg");
}
[data-mimetype][data-mimetype=xlsm]:before {
  background-image: url("/images/icon-excel.svg");
}
[data-mimetype][data-mimetype=video]:before {
  background-image: url(/images/icons/youtube.svg);
}

.swiper-nav--central-overlay {
  pointer-events: none;
}
.swiper-nav--central-overlay .swiper-nav__control {
  pointer-events: auto;
}

@media (min-width: 640px) {
  .hideDesktop {
    display: none;
  }
}

.hideMobile {
  display: none;
}
@media (min-width: 640px) {
  .hideMobile {
    display: block;
  }
}

.strikethrough {
  text-decoration: line-through;
}

.bg-grey {
  background-color: #f6f6f6;
}

.BoldHPPRed, a:link.BoldHPPRed, a:visited.BoldHPPRed, a:hover.BoldHPPRed, a:active.BoldHPPRed {
  font-weight: bold;
  color: #ef3e33;
}

.HPPRed, a:link.HPPRed, a:visited.HPPRed, a:hover.HPPRed, a:active.HPPRed {
  font-weight: normal;
  color: #ef3e33;
}

/*.button:not([class*=" "]) {
    background-color: hotpink;
}*/

/*# sourceMappingURL=main.css.map */

.Loading:not(.ImageGallery) {
  border: solid 1px #000000;
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  display: block;
}
.Loading--Clear:not(.ImageGallery) {
  background: none;
  border: none;
}
.Loading:not(.ImageGallery):after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block !important;
  border: 10px solid;
  border-radius: 500px;
  /*transition: all .5s ease;*/
  margin-left: -50px;
  margin-top: -50px;
  width: 80px;
  height: 80px;
  -webkit-animation-name: kfloader;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation: kfloader 1s infinite ease;
  -o-animation: kfloader 1s infinite ease;
  animation: kfloader 1s infinite ease;
  background: transparent !important;
  border-color: rgba(239, 62, 51, 0.75);
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.Loading:not(.ImageGallery) > * {
  display: none !important;
}

/* LOADER KEYFRAMES */
@-webkit-keyframes kfloader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes kfloader {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes kfloader {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes kfloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=neoloader.css.map */

body.GalleryOpen
{
    overflow:hidden;
}

div.ImageGallery {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    user-select: none;
}

div.ImageGallery .ImageGalleryClose {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5em;
    font-size: 1.25em;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
}

div.ImageGallery .ImageGalleryPosition {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.5em;
    font-size: 1.25em;
    box-sizing: border-box;
    z-index: 5;
}

div.ImageGallery .ImageGalleryFullscreen {
    position: absolute;
    left: 0;
    top: 3em;
    cursor: pointer;
    z-index: 999;
    width:48px;
    height:32px;
    background-image: url('/images/fullscreen.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
div.ImageGallery .ImageGalleryClose>a {
    cursor: pointer;
    z-index: 999;
}

div.ImageGallery>.CurrentImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    z-index: 1;
}

div.ImageGallery>.YTVideoFrame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:1;
}

/* 
    position:absolute;width: 100%;height: 100%;z-index: 2;
*/

div.ImageGallery>.CurrentImage>img {
    max-height:100%;
}

div.ImageGallery.Loading >.CurrentImage>img {
    display: none!important;
}

div.ImageGallery>.Loader {
    display:none;
}

div.ImageGallery.Loading>.Loader {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block!important;
    border: 10px solid;
    border-radius: 500px;
    transition: all 0.5s ease;
    margin-left: -50px;
    margin-top: -50px;
    width: 80px;
    height: 80px;

    /* Animation parts */
    -webkit-animation-name: loadspin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation: loadspin 1s infinite ease;
    -o-animation: loadspin 1s infinite ease;
    animation: loadspin 1s infinite ease;
}

div.ImageGallery.GalleryOpen {
    display:block;
}


div.ImageGallery > div.Navigation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    z-index: 4;
}

div.ImageGallery .NavPrev, div.ImageGallery .NavNext {
    opacity: 0.0;
    position: absolute;
    bottom: 0;
    width: 48%;
    margin: 0% 1%;
    height: 100%;
    cursor: pointer;

    text-align: center;
    font-size: 3em;
    font-weight: bold;
    border: solid 2px;
    border-radius: 10px;
    box-sizing: border-box;

    -moz-transform:translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);

    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

div.ImageGallery .NavPrev {
    left: 0;
    border-right: solid 1px;
}

div.ImageGallery .NavNext
{
    right: 0;
    border-left: solid 1px;
}

div.ImageGallery .CurrentImageTag {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    font-size:0.8em;
    padding:0.25em;
    box-sizing: border-box;
    z-index: 3;
}
@media(min-width:1024px) {
    div.ImageGallery .CurrentImageTag {
        font-size:1.2em;
    }
}

div.ImageGallery > div.Navigation.Show >.NavNext.Show, div.ImageGallery > div.Navigation.Show >.NavPrev.Show {
    -moz-transform:translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1.0;
}

div.GalleryMore {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,0.75);
    background-image: url('../Images/Site/search.svg');
    background-position:center center;
    background-size:contain;
    background-repeat:no-repeat;
}

div.ImageGallery {
    background-color: rgba(0,0,0,0.75);
}

div.ImageGallery .ImageGalleryClose, div.ImageGallery .ImageGalleryPosition, div.ImageGallery .ImageGalleryFullscreen{
    color: #ffffff;
    background-color: rgba(0,0,0,0.6);
}

div.ImageGallery .CurrentImageTag {
    background-color: rgba(0, 0, 0,0.4);
    color: #ffffff;
}

div.ImageGallery.Loading>.Loader {
    background: transparent!important;
    border-color: #c18b00!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
}

div.ImageGallery .NavPrev, div.ImageGallery .NavNext {
    /*Colour Scheme*/
    background-color: rgba(0, 0, 0,0.5);
    color:#ffffff;
}

/* Gallery Data Links */
[data-imageid]:not([href]), [data-productgallery]:not([href]), [data-categorygallery]:not([href]) {
   /* color: #ee3e33; */
}

[data-gallerylink]:not([href]), .VinylSwatchDetail [data-productgallery]:not([href])>span{
    color: #000000;
    border-color: #4C8EFA!important;
}

/* Gallery Links */
[data-imageid]:not([href]), [data-galleryimageurl]:not([href]), [data-gallerylink]:not([href]), [data-productgallery]:not([href]), [data-categorygallery]:not([href]), [data-videoid]:not([href]) {
    cursor: pointer;
}

[data-gallerylink]:not([href]), .VinylSwatchDetail [data-productgallery]:not([href])>span {
    /*font-weight: bold;
    border-bottom: 2px dotted;*/
}

.CategoryMainImage [data-gallerylink]:not([href]) {
    border-bottom: 0 none;
}

/* Loading Keyframes */

@-webkit-keyframes loadspin{
    0%  {-webkit-transform: rotate(0deg);}
    100%{-webkit-transform: rotate(360deg);}
}

@-moz-keyframes loadspin{
    0%  {-moz-transform: rotate(0deg);}
    100%{-moz-transform: rotate(360deg);}
}

@-o-keyframes loadspin{
    0%  {-o-transform: rotate(0deg);}
    100%{-o-transform: rotate(360deg);}
}

@keyframes loadspin {
    0%  {transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
.jGrowl {
  z-index: 9999;
  color: #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
}
.jGrowl.top-left {
  left: 0px;
  top: 0px;
}
.jGrowl.top-right {
  right: 0px;
  top: 0px;
}
.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}
.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}
.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}
.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}
.jGrowl-notification {
  background-color: #000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  min-height: 40px;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: 0.85em;
}
.jGrowl-notification .jGrowl-close {
  background-color: transparent;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}
.jGrowl-closer {
  background-color: #000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
/** Hide jGrowl when printing **/
@media print {
  .jGrowl {
    display: none;
  }
}

