/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

	a:active,
	a:hover {
		outline: 0;
	}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

input {
	line-height: normal;
}

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	input[type="search"] {
		-webkit-appearance: textfield;
		box-sizing: content-box;
	}

		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-decoration {
			-webkit-appearance: none;
		}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

		a[href]:after {
			content: " (" attr(href) ")";
		}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

		.table td,
		.table th {
			background-color: #fff !important;
		}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
	font-display: swap;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: '\002a';
}

.glyphicon-plus:before {
	content: '\002b';
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: '\20ac';
}

.glyphicon-minus:before {
	content: '\2212';
}

.glyphicon-cloud:before {
	content: '\2601';
}

.glyphicon-envelope:before {
	content: '\2709';
}

.glyphicon-pencil:before {
	content: '\270f';
}

.glyphicon-glass:before {
	content: '\e001';
}

.glyphicon-music:before {
	content: '\e002';
}

.glyphicon-search:before {
	content: '\e003';
}

.glyphicon-heart:before {
	content: '\e005';
}

.glyphicon-star:before {
	content: '\e006';
}

.glyphicon-star-empty:before {
	content: '\e007';
}

.glyphicon-user:before {
	content: '\e008';
}

.glyphicon-film:before {
	content: '\e009';
}

.glyphicon-th-large:before {
	content: '\e010';
}

.glyphicon-th:before {
	content: '\e011';
}

.glyphicon-th-list:before {
	content: '\e012';
}

.glyphicon-ok:before {
	content: '\e013';
}

.glyphicon-remove:before {
	content: '\e014';
}

.glyphicon-zoom-in:before {
	content: '\e015';
}

.glyphicon-zoom-out:before {
	content: '\e016';
}

.glyphicon-off:before {
	content: '\e017';
}

.glyphicon-signal:before {
	content: '\e018';
}

.glyphicon-cog:before {
	content: '\e019';
}

.glyphicon-trash:before {
	content: '\e020';
}

.glyphicon-home:before {
	content: '\e021';
}

.glyphicon-file:before {
	content: '\e022';
}

.glyphicon-time:before {
	content: '\e023';
}

.glyphicon-road:before {
	content: '\e024';
}

.glyphicon-download-alt:before {
	content: '\e025';
}

.glyphicon-download:before {
	content: '\e026';
}

.glyphicon-upload:before {
	content: '\e027';
}

.glyphicon-inbox:before {
	content: '\e028';
}

.glyphicon-play-circle:before {
	content: '\e029';
}

.glyphicon-repeat:before {
	content: '\e030';
}

.glyphicon-refresh:before {
	content: '\e031';
}

.glyphicon-list-alt:before {
	content: '\e032';
}

.glyphicon-lock:before {
	content: '\e033';
}

.glyphicon-flag:before {
	content: '\e034';
}

.glyphicon-headphones:before {
	content: '\e035';
}

.glyphicon-volume-off:before {
	content: '\e036';
}

.glyphicon-volume-down:before {
	content: '\e037';
}

.glyphicon-volume-up:before {
	content: '\e038';
}

.glyphicon-qrcode:before {
	content: '\e039';
}

.glyphicon-barcode:before {
	content: '\e040';
}

.glyphicon-tag:before {
	content: '\e041';
}

.glyphicon-tags:before {
	content: '\e042';
}

.glyphicon-book:before {
	content: '\e043';
}

.glyphicon-bookmark:before {
	content: '\e044';
}

.glyphicon-print:before {
	content: '\e045';
}

.glyphicon-camera:before {
	content: '\e046';
}

.glyphicon-font:before {
	content: '\e047';
}

.glyphicon-bold:before {
	content: '\e048';
}

.glyphicon-italic:before {
	content: '\e049';
}

.glyphicon-text-height:before {
	content: '\e050';
}

.glyphicon-text-width:before {
	content: '\e051';
}

.glyphicon-align-left:before {
	content: '\e052';
}

.glyphicon-align-center:before {
	content: '\e053';
}

.glyphicon-align-right:before {
	content: '\e054';
}

.glyphicon-align-justify:before {
	content: '\e055';
}

.glyphicon-list:before {
	content: '\e056';
}

.glyphicon-indent-left:before {
	content: '\e057';
}

.glyphicon-indent-right:before {
	content: '\e058';
}

.glyphicon-facetime-video:before {
	content: '\e059';
}

.glyphicon-picture:before {
	content: '\e060';
}

.glyphicon-map-marker:before {
	content: '\e062';
}

.glyphicon-adjust:before {
	content: '\e063';
}

.glyphicon-tint:before {
	content: '\e064';
}

.glyphicon-edit:before {
	content: '\e065';
}

.glyphicon-share:before {
	content: '\e066';
}

.glyphicon-check:before {
	content: '\e067';
}

.glyphicon-move:before {
	content: '\e068';
}

.glyphicon-step-backward:before {
	content: '\e069';
}

.glyphicon-fast-backward:before {
	content: '\e070';
}

.glyphicon-backward:before {
	content: '\e071';
}

.glyphicon-play:before {
	content: '\e072';
}

.glyphicon-pause:before {
	content: '\e073';
}

.glyphicon-stop:before {
	content: '\e074';
}

.glyphicon-forward:before {
	content: '\e075';
}

.glyphicon-fast-forward:before {
	content: '\e076';
}

.glyphicon-step-forward:before {
	content: '\e077';
}

.glyphicon-eject:before {
	content: '\e078';
}

.glyphicon-chevron-left:before {
	content: '\e079';
}

.glyphicon-chevron-right:before {
	content: '\e080';
}

.glyphicon-plus-sign:before {
	content: '\e081';
}

.glyphicon-minus-sign:before {
	content: '\e082';
}

.glyphicon-remove-sign:before {
	content: '\e083';
}

.glyphicon-ok-sign:before {
	content: '\e084';
}

.glyphicon-question-sign:before {
	content: '\e085';
}

.glyphicon-info-sign:before {
	content: '\e086';
}

.glyphicon-screenshot:before {
	content: '\e087';
}

.glyphicon-remove-circle:before {
	content: '\e088';
}

.glyphicon-ok-circle:before {
	content: '\e089';
}

.glyphicon-ban-circle:before {
	content: '\e090';
}

.glyphicon-arrow-left:before {
	content: '\e091';
}

.glyphicon-arrow-right:before {
	content: '\e092';
}

.glyphicon-arrow-up:before {
	content: '\e093';
}

.glyphicon-arrow-down:before {
	content: '\e094';
}

.glyphicon-share-alt:before {
	content: '\e095';
}

.glyphicon-resize-full:before {
	content: '\e096';
}

.glyphicon-resize-small:before {
	content: '\e097';
}

.glyphicon-exclamation-sign:before {
	content: '\e101';
}

.glyphicon-gift:before {
	content: '\e102';
}

.glyphicon-leaf:before {
	content: '\e103';
}

.glyphicon-fire:before {
	content: '\e104';
}

.glyphicon-eye-open:before {
	content: '\e105';
}

.glyphicon-eye-close:before {
	content: '\e106';
}

.glyphicon-warning-sign:before {
	content: '\e107';
}

.glyphicon-plane:before {
	content: '\e108';
}

.glyphicon-calendar:before {
	content: '\e109';
}

.glyphicon-random:before {
	content: '\e110';
}

.glyphicon-comment:before {
	content: '\e111';
}

.glyphicon-magnet:before {
	content: '\e112';
}

.glyphicon-chevron-up:before {
	content: '\e113';
}

.glyphicon-chevron-down:before {
	content: '\e114';
}

.glyphicon-retweet:before {
	content: '\e115';
}

.glyphicon-shopping-cart:before {
	content: '\e116';
}

.glyphicon-folder-close:before {
	content: '\e117';
}

.glyphicon-folder-open:before {
	content: '\e118';
}

.glyphicon-resize-vertical:before {
	content: '\e119';
}

.glyphicon-resize-horizontal:before {
	content: '\e120';
}

.glyphicon-hdd:before {
	content: '\e121';
}

.glyphicon-bullhorn:before {
	content: '\e122';
}

.glyphicon-bell:before {
	content: '\e123';
}

.glyphicon-certificate:before {
	content: '\e124';
}

.glyphicon-thumbs-up:before {
	content: '\e125';
}

.glyphicon-thumbs-down:before {
	content: '\e126';
}

.glyphicon-hand-right:before {
	content: '\e127';
}

.glyphicon-hand-left:before {
	content: '\e128';
}

.glyphicon-hand-up:before {
	content: '\e129';
}

.glyphicon-hand-down:before {
	content: '\e130';
}

.glyphicon-circle-arrow-right:before {
	content: '\e131';
}

.glyphicon-circle-arrow-left:before {
	content: '\e132';
}

.glyphicon-circle-arrow-up:before {
	content: '\e133';
}

.glyphicon-circle-arrow-down:before {
	content: '\e134';
}

.glyphicon-globe:before {
	content: '\e135';
}

.glyphicon-wrench:before {
	content: '\e136';
}

.glyphicon-tasks:before {
	content: '\e137';
}

.glyphicon-filter:before {
	content: '\e138';
}

.glyphicon-briefcase:before {
	content: '\e139';
}

.glyphicon-fullscreen:before {
	content: '\e140';
}

.glyphicon-dashboard:before {
	content: '\e141';
}

.glyphicon-paperclip:before {
	content: '\e142';
}

.glyphicon-heart-empty:before {
	content: '\e143';
}

.glyphicon-link:before {
	content: '\e144';
}

.glyphicon-phone:before {
	content: '\e145';
}

.glyphicon-pushpin:before {
	content: '\e146';
}

.glyphicon-usd:before {
	content: '\e148';
}

.glyphicon-gbp:before {
	content: '\e149';
}

.glyphicon-sort:before {
	content: '\e150';
}

.glyphicon-sort-by-alphabet:before {
	content: '\e151';
}

.glyphicon-sort-by-alphabet-alt:before {
	content: '\e152';
}

.glyphicon-sort-by-order:before {
	content: '\e153';
}

.glyphicon-sort-by-order-alt:before {
	content: '\e154';
}

.glyphicon-sort-by-attributes:before {
	content: '\e155';
}

.glyphicon-sort-by-attributes-alt:before {
	content: '\e156';
}

.glyphicon-unchecked:before {
	content: '\e157';
}

.glyphicon-expand:before {
	content: '\e158';
}

.glyphicon-collapse-down:before {
	content: '\e159';
}

.glyphicon-collapse-up:before {
	content: '\e160';
}

.glyphicon-log-in:before {
	content: '\e161';
}

.glyphicon-flash:before {
	content: '\e162';
}

.glyphicon-log-out:before {
	content: '\e163';
}

.glyphicon-new-window:before {
	content: '\e164';
}

.glyphicon-record:before {
	content: '\e165';
}

.glyphicon-save:before {
	content: '\e166';
}

.glyphicon-open:before {
	content: '\e167';
}

.glyphicon-saved:before {
	content: '\e168';
}

.glyphicon-import:before {
	content: '\e169';
}

.glyphicon-export:before {
	content: '\e170';
}

.glyphicon-send:before {
	content: '\e171';
}

.glyphicon-floppy-disk:before {
	content: '\e172';
}

.glyphicon-floppy-saved:before {
	content: '\e173';
}

.glyphicon-floppy-remove:before {
	content: '\e174';
}

.glyphicon-floppy-save:before {
	content: '\e175';
}

.glyphicon-floppy-open:before {
	content: '\e176';
}

.glyphicon-credit-card:before {
	content: '\e177';
}

.glyphicon-transfer:before {
	content: '\e178';
}

.glyphicon-cutlery:before {
	content: '\e179';
}

.glyphicon-header:before {
	content: '\e180';
}

.glyphicon-compressed:before {
	content: '\e181';
}

.glyphicon-earphone:before {
	content: '\e182';
}

.glyphicon-phone-alt:before {
	content: '\e183';
}

.glyphicon-tower:before {
	content: '\e184';
}

.glyphicon-stats:before {
	content: '\e185';
}

.glyphicon-sd-video:before {
	content: '\e186';
}

.glyphicon-hd-video:before {
	content: '\e187';
}

.glyphicon-subtitles:before {
	content: '\e188';
}

.glyphicon-sound-stereo:before {
	content: '\e189';
}

.glyphicon-sound-dolby:before {
	content: '\e190';
}

.glyphicon-sound-5-1:before {
	content: '\e191';
}

.glyphicon-sound-6-1:before {
	content: '\e192';
}

.glyphicon-sound-7-1:before {
	content: '\e193';
}

.glyphicon-copyright-mark:before {
	content: '\e194';
}

.glyphicon-registration-mark:before {
	content: '\e195';
}

.glyphicon-cloud-download:before {
	content: '\e197';
}

.glyphicon-cloud-upload:before {
	content: '\e198';
}

.glyphicon-tree-conifer:before {
	content: '\e199';
}

.glyphicon-tree-deciduous:before {
	content: '\e200';
}

.glyphicon-cd:before {
	content: '\e201';
}

.glyphicon-save-file:before {
	content: '\e202';
}

.glyphicon-open-file:before {
	content: '\e203';
}

.glyphicon-level-up:before {
	content: '\e204';
}

.glyphicon-copy:before {
	content: '\e205';
}

.glyphicon-paste:before {
	content: '\e206';
}

.glyphicon-alert:before {
	content: '\e209';
}

.glyphicon-equalizer:before {
	content: '\e210';
}

.glyphicon-king:before {
	content: '\e211';
}

.glyphicon-queen:before {
	content: '\e212';
}

.glyphicon-pawn:before {
	content: '\e213';
}

.glyphicon-bishop:before {
	content: '\e214';
}

.glyphicon-knight:before {
	content: '\e215';
}

.glyphicon-baby-formula:before {
	content: '\e216';
}

.glyphicon-tent:before {
	content: '\26fa';
}

.glyphicon-blackboard:before {
	content: '\e218';
}

.glyphicon-bed:before {
	content: '\e219';
}

.glyphicon-apple:before {
	content: '\f8ff';
}

.glyphicon-erase:before {
	content: '\e221';
}

.glyphicon-hourglass:before {
	content: '\231b';
}

.glyphicon-lamp:before {
	content: '\e223';
}

.glyphicon-duplicate:before {
	content: '\e224';
}

.glyphicon-piggy-bank:before {
	content: '\e225';
}

.glyphicon-scissors:before {
	content: '\e226';
}

.glyphicon-bitcoin:before {
	content: '\e227';
}

.glyphicon-btc:before {
	content: '\e227';
}

.glyphicon-xbt:before {
	content: '\e227';
}

.glyphicon-yen:before {
	content: '\00a5';
}

.glyphicon-jpy:before {
	content: '\00a5';
}

.glyphicon-ruble:before {
	content: '\20bd';
}

.glyphicon-rub:before {
	content: '\20bd';
}

.glyphicon-scale:before {
	content: '\e230';
}

.glyphicon-ice-lolly:before {
	content: '\e231';
}

.glyphicon-ice-lolly-tasted:before {
	content: '\e232';
}

.glyphicon-education:before {
	content: '\e233';
}

.glyphicon-option-horizontal:before {
	content: '\e234';
}

.glyphicon-option-vertical:before {
	content: '\e235';
}

.glyphicon-menu-hamburger:before {
	content: '\e236';
}

.glyphicon-modal-window:before {
	content: '\e237';
}

.glyphicon-oil:before {
	content: '\e238';
}

.glyphicon-grain:before {
	content: '\e239';
}

.glyphicon-sunglasses:before {
	content: '\e240';
}

.glyphicon-text-size:before {
	content: '\e241';
}

.glyphicon-text-color:before {
	content: '\e242';
}

.glyphicon-text-background:before {
	content: '\e243';
}

.glyphicon-object-align-top:before {
	content: '\e244';
}

.glyphicon-object-align-bottom:before {
	content: '\e245';
}

.glyphicon-object-align-horizontal:before {
	content: '\e246';
}

.glyphicon-object-align-left:before {
	content: '\e247';
}

.glyphicon-object-align-vertical:before {
	content: '\e248';
}

.glyphicon-object-align-right:before {
	content: '\e249';
}

.glyphicon-triangle-right:before {
	content: '\e250';
}

.glyphicon-triangle-left:before {
	content: '\e251';
}

.glyphicon-triangle-bottom:before {
	content: '\e252';
}

.glyphicon-triangle-top:before {
	content: '\e253';
}

.glyphicon-console:before {
	content: '\e254';
}

.glyphicon-superscript:before {
	content: '\e255';
}

.glyphicon-subscript:before {
	content: '\e256';
}

.glyphicon-menu-left:before {
	content: '\e257';
}

.glyphicon-menu-right:before {
	content: '\e258';
}

.glyphicon-menu-down:before {
	content: '\e259';
}

.glyphicon-menu-up:before {
	content: '\e260';
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #353535;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #10218b;
	text-decoration: none;
}

	a:hover,
	a:focus {
		color: #10218b;
		text-decoration: underline;
	}

	a:focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 0;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small,
	.h1 small,
	.h2 small,
	.h3 small,
	.h4 small,
	.h5 small,
	.h6 small,
	h1 .small,
	h2 .small,
	h3 .small,
	h4 .small,
	h5 .small,
	h6 .small,
	.h1 .small,
	.h2 .small,
	.h3 .small,
	.h4 .small,
	.h5 .small,
	.h6 .small {
		font-weight: normal;
		line-height: 1;
		color: #777777;
	}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

	h1 small,
	.h1 small,
	h2 small,
	.h2 small,
	h3 small,
	.h3 small,
	h1 .small,
	.h1 .small,
	h2 .small,
	.h2 .small,
	h3 .small,
	.h3 .small {
		font-size: 65%;
	}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

	h4 small,
	.h4 small,
	h5 small,
	.h5 small,
	h6 small,
	.h6 small,
	h4 .small,
	.h4 .small,
	h5 .small,
	.h5 .small,
	h6 .small,
	.h6 .small {
		font-size: 75%;
	}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 640px) {
	.lead {
		font-size: 21px;
	}
}

small,
.small {
	font-size: 85%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: 0.2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #47b6b1;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #39918d;
}

.text-success {
	color: #3e5983;
}

a.text-success:hover,
a.text-success:focus {
	color: #2e4160;
}

.text-info {
	color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #e02b25;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #b81f1a;
}

.bg-primary {
	color: #fff;
	background-color: #47b6b1;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #39918d;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

	ul ul,
	ol ul,
	ul ol,
	ol ol {
		margin-bottom: 0;
	}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

	.list-inline > li {
		display: inline-block;
		padding-left: 5px;
		padding-right: 5px;
	}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

@media (min-width: 640px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}

	blockquote p:last-child,
	blockquote ul:last-child,
	blockquote ol:last-child {
		margin-bottom: 0;
	}

	blockquote footer,
	blockquote small,
	blockquote .small {
		display: block;
		font-size: 80%;
		line-height: 1.42857143;
		color: #777777;
	}

		blockquote footer:before,
		blockquote small:before,
		blockquote .small:before {
			content: '\2014 \00A0';
		}

	.blockquote-reverse,
	blockquote.pull-right {
		padding-right: 15px;
		padding-left: 0;
		border-right: 5px solid #eeeeee;
		border-left: 0;
		text-align: right;
	}

		.blockquote-reverse footer:before,
		blockquote.pull-right footer:before,
		.blockquote-reverse small:before,
		blockquote.pull-right small:before,
		.blockquote-reverse .small:before,
		blockquote.pull-right .small:before {
			content: '';
		}

		.blockquote-reverse footer:after,
		blockquote.pull-right footer:after,
		.blockquote-reverse small:after,
		blockquote.pull-right small:after,
		.blockquote-reverse .small:after,
		blockquote.pull-right .small:after {
			content: '\00A0 \2014';
		}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 0;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

	kbd kbd {
		padding: 0;
		font-size: 100%;
		font-weight: bold;
		box-shadow: none;
	}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0;
}

	pre code {
		padding: 0;
		font-size: inherit;
		color: inherit;
		white-space: pre-wrap;
		background-color: transparent;
		border-radius: 0;
	}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 640px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.container {
		width: 1024px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1400px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 640px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1024px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1400px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
		padding: 8px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #e5e5e5;
	}

	.table > thead > tr > th {
		vertical-align: bottom;
		border-bottom: 2px solid #e5e5e5;
	}

	.table > caption + thead > tr:first-child > th,
	.table > colgroup + thead > tr:first-child > th,
	.table > thead:first-child > tr:first-child > th,
	.table > caption + thead > tr:first-child > td,
	.table > colgroup + thead > tr:first-child > td,
	.table > thead:first-child > tr:first-child > td {
		border-top: 0;
	}

	.table > tbody + tbody {
		border-top: 2px solid #e5e5e5;
	}

	.table .table {
		background-color: #fff;
	}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #e5e5e5;
}

	.table-bordered > thead > tr > th,
	.table-bordered > tbody > tr > th,
	.table-bordered > tfoot > tr > th,
	.table-bordered > thead > tr > td,
	.table-bordered > tbody > tr > td,
	.table-bordered > tfoot > tr > td {
		border: 1px solid #e5e5e5;
	}

	.table-bordered > thead > tr > th,
	.table-bordered > thead > tr > td {
		border-bottom-width: 2px;
	}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 639px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #e5e5e5;
	}

		.table-responsive > .table {
			margin-bottom: 0;
		}

			.table-responsive > .table > thead > tr > th,
			.table-responsive > .table > tbody > tr > th,
			.table-responsive > .table > tfoot > tr > th,
			.table-responsive > .table > thead > tr > td,
			.table-responsive > .table > tbody > tr > td,
			.table-responsive > .table > tfoot > tr > td {
				white-space: nowrap;
			}

		.table-responsive > .table-bordered {
			border: 0;
		}

			.table-responsive > .table-bordered > thead > tr > th:first-child,
			.table-responsive > .table-bordered > tbody > tr > th:first-child,
			.table-responsive > .table-bordered > tfoot > tr > th:first-child,
			.table-responsive > .table-bordered > thead > tr > td:first-child,
			.table-responsive > .table-bordered > tbody > tr > td:first-child,
			.table-responsive > .table-bordered > tfoot > tr > td:first-child {
				border-left: 0;
			}

			.table-responsive > .table-bordered > thead > tr > th:last-child,
			.table-responsive > .table-bordered > tbody > tr > th:last-child,
			.table-responsive > .table-bordered > tfoot > tr > th:last-child,
			.table-responsive > .table-bordered > thead > tr > td:last-child,
			.table-responsive > .table-bordered > tbody > tr > td:last-child,
			.table-responsive > .table-bordered > tfoot > tr > td:last-child {
				border-right: 0;
			}

			.table-responsive > .table-bordered > tbody > tr:last-child > th,
			.table-responsive > .table-bordered > tfoot > tr:last-child > th,
			.table-responsive > .table-bordered > tbody > tr:last-child > td,
			.table-responsive > .table-bordered > tfoot > tr:last-child > td {
				border-bottom: 0;
			}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #353535;
}

.form-control {
	display: block;
	width: 100%;
	height: 44px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #353535;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #90949c;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

	.form-control:focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	}

	.form-control::-moz-placeholder {
		color: #999;
		opacity: 1;
	}

	.form-control:-ms-input-placeholder {
		color: #999;
	}

	.form-control::-webkit-input-placeholder {
		color: #999;
	}

	.form-control::-ms-expand {
		border: 0;
		background-color: transparent;
	}

	.form-control[disabled],
	.form-control[readonly],
	fieldset[disabled] .form-control {
		background-color: #eeeeee;
		opacity: 1;
	}

	.form-control[disabled],
	fieldset[disabled] .form-control {
		cursor: not-allowed;
	}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 44px;
	}

	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 40px;
	}

	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 56px;
	}
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

	.radio label,
	.checkbox label {
		min-height: 20px;
		padding-left: 20px;
		margin-bottom: 0;
		font-weight: normal;
		cursor: pointer;
	}

	.radio input[type="radio"],
	.radio-inline input[type="radio"],
	.checkbox input[type="checkbox"],
	.checkbox-inline input[type="checkbox"] {
		position: absolute;
		margin-left: -20px;
		margin-top: 4px \9;
	}

	.radio + .radio,
	.checkbox + .checkbox {
		margin-top: -5px;
	}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

	.radio-inline + .radio-inline,
	.checkbox-inline + .checkbox-inline {
		margin-top: 0;
		margin-left: 10px;
	}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}

	.form-control-static.input-lg,
	.form-control-static.input-sm {
		padding-left: 0;
		padding-right: 0;
	}

.input-sm {
	height: 40px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

select.input-sm {
	height: 40px;
	line-height: 40px;
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}

.form-group-sm .form-control {
	height: 40px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

.form-group-sm select.form-control {
	height: 40px;
	line-height: 40px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 40px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg {
	height: 56px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0;
}

select.input-lg {
	height: 56px;
	line-height: 56px;
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}

.form-group-lg .form-control {
	height: 56px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0;
}

.form-group-lg select.form-control {
	height: 56px;
	line-height: 56px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 56px;
	min-height: 38px;
	padding: 16px 15px;
	font-size: 18px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

	.has-feedback .form-control {
		padding-right: 55px;
	}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 56px;
	height: 56px;
	line-height: 56px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3e5983;
}

.has-success .form-control {
	border-color: #3e5983;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

	.has-success .form-control:focus {
		border-color: #2e4160;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6d8bba;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6d8bba;
	}

.has-success .input-group-addon {
	color: #3e5983;
	border-color: #3e5983;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3e5983;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

	.has-warning .form-control:focus {
		border-color: #66512c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #e02b25;
}

.has-error .form-control {
	border-color: #e02b25;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

	.has-error .form-control:focus {
		border-color: #b81f1a;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed827e;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed827e;
	}

.has-error .input-group-addon {
	color: #e02b25;
	border-color: #e02b25;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #e02b25;
}

.has-feedback label ~ .form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #757575;
}

@media (min-width: 640px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-static {
		display: inline-block;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

		.form-inline .input-group .input-group-addon,
		.form-inline .input-group .input-group-btn,
		.form-inline .input-group .form-control {
			width: auto;
		}

		.form-inline .input-group > .form-control {
			width: 100%;
		}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

		.form-inline .radio label,
		.form-inline .checkbox label {
			padding-left: 0;
		}

		.form-inline .radio input[type="radio"],
		.form-inline .checkbox input[type="checkbox"] {
			position: relative;
			margin-left: 0;
		}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-left: -10px;
	margin-right: -10px;
}

@media (min-width: 640px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 10px;
}

@media (min-width: 640px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 16px;
		font-size: 18px;
	}
}

@media (min-width: 640px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.btn:focus,
	.btn:active:focus,
	.btn.active:focus,
	.btn.focus,
	.btn:active.focus,
	.btn.active.focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.btn:hover,
	.btn:focus,
	.btn.focus {
		color: #ffffff;
		text-decoration: none;
	}

	.btn:active,
	.btn.active {
		outline: 0;
		background-image: none;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.btn.disabled,
	.btn[disabled],
	fieldset[disabled] .btn {
		cursor: not-allowed;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #ffffff;
	background-color: #000000;
	border-color: #ccc;
}

	.btn-default:focus,
	.btn-default.focus {
		color: #ffffff;
		background-color: #000000;
		border-color: #8c8c8c;
	}

	.btn-default:hover {
		color: #ffffff;
		background-color: #000000;
		border-color: #adadad;
	}

	.btn-default:active,
	.btn-default.active,
	.open > .dropdown-toggle.btn-default {
		color: #ffffff;
		background-color: #000000;
		border-color: #adadad;
	}

		.btn-default:active:hover,
		.btn-default.active:hover,
		.open > .dropdown-toggle.btn-default:hover,
		.btn-default:active:focus,
		.btn-default.active:focus,
		.open > .dropdown-toggle.btn-default:focus,
		.btn-default:active.focus,
		.btn-default.active.focus,
		.open > .dropdown-toggle.btn-default.focus {
			color: #ffffff;
			background-color: #000000;
			border-color: #8c8c8c;
		}

	.btn-default:active,
	.btn-default.active,
	.open > .dropdown-toggle.btn-default {
		background-image: none;
	}

	.btn-default.disabled:hover,
	.btn-default[disabled]:hover,
	fieldset[disabled] .btn-default:hover,
	.btn-default.disabled:focus,
	.btn-default[disabled]:focus,
	fieldset[disabled] .btn-default:focus,
	.btn-default.disabled.focus,
	.btn-default[disabled].focus,
	fieldset[disabled] .btn-default.focus {
		background-color: #000000;
		border-color: #ccc;
	}

	.btn-default .badge {
		color: #000000;
		background-color: #ffffff;
	}

.btn-primary {
	color: #ffffff;
	background-color: #10218b;
	border-color: transparent;
}

	.btn-primary:focus,
	.btn-primary.focus {
		color: #ffffff;
		background-color: #0b165d;
		border-color: rgba(0, 0, 0, 0);
	}

	.btn-primary:hover {
		color: #ffffff;
		background-color: #0b165d;
		border-color: rgba(0, 0, 0, 0);
	}

	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		color: #ffffff;
		background-color: #0b165d;
		border-color: rgba(0, 0, 0, 0);
	}

		.btn-primary:active:hover,
		.btn-primary.active:hover,
		.open > .dropdown-toggle.btn-primary:hover,
		.btn-primary:active:focus,
		.btn-primary.active:focus,
		.open > .dropdown-toggle.btn-primary:focus,
		.btn-primary:active.focus,
		.btn-primary.active.focus,
		.open > .dropdown-toggle.btn-primary.focus {
			color: #ffffff;
			background-color: #070f3d;
			border-color: rgba(0, 0, 0, 0);
		}

	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		background-image: none;
	}

	.btn-primary.disabled:hover,
	.btn-primary[disabled]:hover,
	fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus,
	.btn-primary[disabled]:focus,
	fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled.focus,
	.btn-primary[disabled].focus,
	fieldset[disabled] .btn-primary.focus {
		background-color: #10218b;
		border-color: transparent;
	}

	.btn-primary .badge {
		color: #10218b;
		background-color: #ffffff;
	}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

	.btn-success:focus,
	.btn-success.focus {
		color: #fff;
		background-color: #449d44;
		border-color: #255625;
	}

	.btn-success:hover {
		color: #fff;
		background-color: #449d44;
		border-color: #398439;
	}

	.btn-success:active,
	.btn-success.active,
	.open > .dropdown-toggle.btn-success {
		color: #fff;
		background-color: #449d44;
		border-color: #398439;
	}

		.btn-success:active:hover,
		.btn-success.active:hover,
		.open > .dropdown-toggle.btn-success:hover,
		.btn-success:active:focus,
		.btn-success.active:focus,
		.open > .dropdown-toggle.btn-success:focus,
		.btn-success:active.focus,
		.btn-success.active.focus,
		.open > .dropdown-toggle.btn-success.focus {
			color: #fff;
			background-color: #398439;
			border-color: #255625;
		}

	.btn-success:active,
	.btn-success.active,
	.open > .dropdown-toggle.btn-success {
		background-image: none;
	}

	.btn-success.disabled:hover,
	.btn-success[disabled]:hover,
	fieldset[disabled] .btn-success:hover,
	.btn-success.disabled:focus,
	.btn-success[disabled]:focus,
	fieldset[disabled] .btn-success:focus,
	.btn-success.disabled.focus,
	.btn-success[disabled].focus,
	fieldset[disabled] .btn-success.focus {
		background-color: #5cb85c;
		border-color: #4cae4c;
	}

	.btn-success .badge {
		color: #5cb85c;
		background-color: #fff;
	}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

	.btn-info:focus,
	.btn-info.focus {
		color: #fff;
		background-color: #31b0d5;
		border-color: #1b6d85;
	}

	.btn-info:hover {
		color: #fff;
		background-color: #31b0d5;
		border-color: #269abc;
	}

	.btn-info:active,
	.btn-info.active,
	.open > .dropdown-toggle.btn-info {
		color: #fff;
		background-color: #31b0d5;
		border-color: #269abc;
	}

		.btn-info:active:hover,
		.btn-info.active:hover,
		.open > .dropdown-toggle.btn-info:hover,
		.btn-info:active:focus,
		.btn-info.active:focus,
		.open > .dropdown-toggle.btn-info:focus,
		.btn-info:active.focus,
		.btn-info.active.focus,
		.open > .dropdown-toggle.btn-info.focus {
			color: #fff;
			background-color: #269abc;
			border-color: #1b6d85;
		}

	.btn-info:active,
	.btn-info.active,
	.open > .dropdown-toggle.btn-info {
		background-image: none;
	}

	.btn-info.disabled:hover,
	.btn-info[disabled]:hover,
	fieldset[disabled] .btn-info:hover,
	.btn-info.disabled:focus,
	.btn-info[disabled]:focus,
	fieldset[disabled] .btn-info:focus,
	.btn-info.disabled.focus,
	.btn-info[disabled].focus,
	fieldset[disabled] .btn-info.focus {
		background-color: #5bc0de;
		border-color: #46b8da;
	}

	.btn-info .badge {
		color: #5bc0de;
		background-color: #fff;
	}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

	.btn-warning:focus,
	.btn-warning.focus {
		color: #fff;
		background-color: #ec971f;
		border-color: #985f0d;
	}

	.btn-warning:hover {
		color: #fff;
		background-color: #ec971f;
		border-color: #d58512;
	}

	.btn-warning:active,
	.btn-warning.active,
	.open > .dropdown-toggle.btn-warning {
		color: #fff;
		background-color: #ec971f;
		border-color: #d58512;
	}

		.btn-warning:active:hover,
		.btn-warning.active:hover,
		.open > .dropdown-toggle.btn-warning:hover,
		.btn-warning:active:focus,
		.btn-warning.active:focus,
		.open > .dropdown-toggle.btn-warning:focus,
		.btn-warning:active.focus,
		.btn-warning.active.focus,
		.open > .dropdown-toggle.btn-warning.focus {
			color: #fff;
			background-color: #d58512;
			border-color: #985f0d;
		}

	.btn-warning:active,
	.btn-warning.active,
	.open > .dropdown-toggle.btn-warning {
		background-image: none;
	}

	.btn-warning.disabled:hover,
	.btn-warning[disabled]:hover,
	fieldset[disabled] .btn-warning:hover,
	.btn-warning.disabled:focus,
	.btn-warning[disabled]:focus,
	fieldset[disabled] .btn-warning:focus,
	.btn-warning.disabled.focus,
	.btn-warning[disabled].focus,
	fieldset[disabled] .btn-warning.focus {
		background-color: #f0ad4e;
		border-color: #eea236;
	}

	.btn-warning .badge {
		color: #f0ad4e;
		background-color: #fff;
	}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

	.btn-danger:focus,
	.btn-danger.focus {
		color: #fff;
		background-color: #c9302c;
		border-color: #761c19;
	}

	.btn-danger:hover {
		color: #fff;
		background-color: #c9302c;
		border-color: #ac2925;
	}

	.btn-danger:active,
	.btn-danger.active,
	.open > .dropdown-toggle.btn-danger {
		color: #fff;
		background-color: #c9302c;
		border-color: #ac2925;
	}

		.btn-danger:active:hover,
		.btn-danger.active:hover,
		.open > .dropdown-toggle.btn-danger:hover,
		.btn-danger:active:focus,
		.btn-danger.active:focus,
		.open > .dropdown-toggle.btn-danger:focus,
		.btn-danger:active.focus,
		.btn-danger.active.focus,
		.open > .dropdown-toggle.btn-danger.focus {
			color: #fff;
			background-color: #ac2925;
			border-color: #761c19;
		}

	.btn-danger:active,
	.btn-danger.active,
	.open > .dropdown-toggle.btn-danger {
		background-image: none;
	}

	.btn-danger.disabled:hover,
	.btn-danger[disabled]:hover,
	fieldset[disabled] .btn-danger:hover,
	.btn-danger.disabled:focus,
	.btn-danger[disabled]:focus,
	fieldset[disabled] .btn-danger:focus,
	.btn-danger.disabled.focus,
	.btn-danger[disabled].focus,
	fieldset[disabled] .btn-danger.focus {
		background-color: #d9534f;
		border-color: #d43f3a;
	}

	.btn-danger .badge {
		color: #d9534f;
		background-color: #fff;
	}

.btn-link {
	color: #10218b;
	font-weight: normal;
	border-radius: 0;
}

	.btn-link,
	.btn-link:active,
	.btn-link.active,
	.btn-link[disabled],
	fieldset[disabled] .btn-link {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

		.btn-link,
		.btn-link:hover,
		.btn-link:focus,
		.btn-link:active {
			border-color: transparent;
		}

			.btn-link:hover,
			.btn-link:focus {
				color: #10218b;
				text-decoration: underline;
				background-color: transparent;
			}

			.btn-link[disabled]:hover,
			fieldset[disabled] .btn-link:hover,
			.btn-link[disabled]:focus,
			fieldset[disabled] .btn-link:focus {
				color: #90949c;
				text-decoration: none;
			}

.btn-lg,
.btn-group-lg > .btn {
	padding: 15px 15px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

.btn-block {
	display: block;
	width: 100%;
}

	.btn-block + .btn-block {
		margin-top: 5px;
	}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

	.fade.in {
		opacity: 1;
	}

.collapse {
	display: none;
}

	.collapse.in {
		display: block;
	}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

	.dropdown-menu.pull-right {
		right: 0;
		left: auto;
	}

	.dropdown-menu .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333333;
		white-space: nowrap;
	}

		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			text-decoration: none;
			color: #262626;
			background-color: #f5f5f5;
		}

	.dropdown-menu > .active > a,
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a:focus {
		color: #fff;
		text-decoration: none;
		outline: 0;
		background-color: #47b6b1;
	}

	.dropdown-menu > .disabled > a,
	.dropdown-menu > .disabled > a:hover,
	.dropdown-menu > .disabled > a:focus {
		color: #777777;
	}

		.dropdown-menu > .disabled > a:hover,
		.dropdown-menu > .disabled > a:focus {
			text-decoration: none;
			background-color: transparent;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
			cursor: not-allowed;
		}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 640px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

	.btn-group > .btn,
	.btn-group-vertical > .btn {
		position: relative;
		float: left;
	}

		.btn-group > .btn:hover,
		.btn-group-vertical > .btn:hover,
		.btn-group > .btn:focus,
		.btn-group-vertical > .btn:focus,
		.btn-group > .btn:active,
		.btn-group-vertical > .btn:active,
		.btn-group > .btn.active,
		.btn-group-vertical > .btn.active {
			z-index: 2;
		}

	.btn-group .btn + .btn,
	.btn-group .btn + .btn-group,
	.btn-group .btn-group + .btn,
	.btn-group .btn-group + .btn-group {
		margin-left: -1px;
	}

.btn-toolbar {
	margin-left: -5px;
}

	.btn-toolbar .btn,
	.btn-toolbar .btn-group,
	.btn-toolbar .input-group {
		float: left;
	}

	.btn-toolbar > .btn,
	.btn-toolbar > .btn-group,
	.btn-toolbar > .input-group {
		margin-left: 5px;
	}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

	.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

	.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0;
	}

	.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
	.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

	.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

	.btn-group.open .dropdown-toggle.btn-link {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

	.btn-group-vertical > .btn-group > .btn {
		float: none;
	}

	.btn-group-vertical > .btn + .btn,
	.btn-group-vertical > .btn + .btn-group,
	.btn-group-vertical > .btn-group + .btn,
	.btn-group-vertical > .btn-group + .btn-group {
		margin-top: -1px;
		margin-left: 0;
	}

	.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
		border-radius: 0;
	}

	.btn-group-vertical > .btn:first-child:not(:last-child) {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.btn-group-vertical > .btn:last-child:not(:first-child) {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0;
	}

	.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
	.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

	.btn-group-justified > .btn,
	.btn-group-justified > .btn-group {
		float: none;
		display: table-cell;
		width: 1%;
	}

		.btn-group-justified > .btn-group .btn {
			width: 100%;
		}

		.btn-group-justified > .btn-group .dropdown-menu {
			left: auto;
		}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

	.input-group[class*="col-"] {
		float: none;
		padding-left: 0;
		padding-right: 0;
	}

	.input-group .form-control {
		position: relative;
		z-index: 2;
		float: left;
		width: 100%;
		margin-bottom: 0;
	}

		.input-group .form-control:focus {
			z-index: 3;
		}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 56px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
	height: 56px;
	line-height: 56px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
	height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	height: 40px;
	padding: 9px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 0;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
	height: 40px;
	line-height: 40px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
	height: 40px;
	line-height: 40px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

	.input-group-addon:not(:first-child):not(:last-child),
	.input-group-btn:not(:first-child):not(:last-child),
	.input-group .form-control:not(:first-child):not(:last-child) {
		border-radius: 0;
	}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #353535;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #90949c;
	border-radius: 0;
}

	.input-group-addon.input-sm {
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 0;
	}

	.input-group-addon.input-lg {
		padding: 15px 15px;
		font-size: 18px;
		border-radius: 0;
	}

	.input-group-addon input[type="radio"],
	.input-group-addon input[type="checkbox"] {
		margin-top: 0;
	}

	.input-group .form-control:first-child,
	.input-group-addon:first-child,
	.input-group-btn:first-child > .btn,
	.input-group-btn:first-child > .btn-group > .btn,
	.input-group-btn:first-child > .dropdown-toggle,
	.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
	.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

	.input-group-addon:first-child {
		border-right: 0;
	}

	.input-group .form-control:last-child,
	.input-group-addon:last-child,
	.input-group-btn:last-child > .btn,
	.input-group-btn:last-child > .btn-group > .btn,
	.input-group-btn:last-child > .dropdown-toggle,
	.input-group-btn:first-child > .btn:not(:first-child),
	.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}

	.input-group-addon:last-child {
		border-left: 0;
	}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

	.input-group-btn > .btn {
		position: relative;
	}

		.input-group-btn > .btn + .btn {
			margin-left: -1px;
		}

		.input-group-btn > .btn:hover,
		.input-group-btn > .btn:focus,
		.input-group-btn > .btn:active {
			z-index: 2;
		}

	.input-group-btn:first-child > .btn,
	.input-group-btn:first-child > .btn-group {
		margin-right: -1px;
	}

	.input-group-btn:last-child > .btn,
	.input-group-btn:last-child > .btn-group {
		z-index: 2;
		margin-left: -1px;
	}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

	.nav > li {
		position: relative;
		display: block;
	}

		.nav > li > a {
			position: relative;
			display: block;
			padding: 10px 15px;
		}

			.nav > li > a:hover,
			.nav > li > a:focus {
				text-decoration: none;
				background-color: #eeeeee;
			}

		.nav > li.disabled > a {
			color: #777777;
		}

			.nav > li.disabled > a:hover,
			.nav > li.disabled > a:focus {
				color: #777777;
				text-decoration: none;
				background-color: transparent;
				cursor: not-allowed;
			}

	.nav .open > a,
	.nav .open > a:hover,
	.nav .open > a:focus {
		background-color: #eeeeee;
		border-color: #10218b;
	}

	.nav .nav-divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.nav > li > a > img {
		max-width: none;
	}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

	.nav-tabs > li {
		float: left;
		margin-bottom: -1px;
	}

		.nav-tabs > li > a {
			margin-right: 2px;
			line-height: 1.42857143;
			border: 1px solid transparent;
			border-radius: 0 0 0 0;
		}

			.nav-tabs > li > a:hover {
				border-color: #eeeeee #eeeeee #ddd;
			}

		.nav-tabs > li.active > a,
		.nav-tabs > li.active > a:hover,
		.nav-tabs > li.active > a:focus {
			color: #555555;
			background-color: #fff;
			border: 1px solid #ddd;
			border-bottom-color: transparent;
			cursor: default;
		}

	.nav-tabs.nav-justified {
		width: 100%;
		border-bottom: 0;
	}

		.nav-tabs.nav-justified > li {
			float: none;
		}

			.nav-tabs.nav-justified > li > a {
				text-align: center;
				margin-bottom: 5px;
			}

		.nav-tabs.nav-justified > .dropdown .dropdown-menu {
			top: auto;
			left: auto;
		}

@media (min-width: 640px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

		.nav-tabs.nav-justified > li > a {
			margin-bottom: 0;
		}
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 640px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0;
	}

	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}

.nav-pills > li {
	float: left;
}

	.nav-pills > li > a {
		border-radius: 0;
	}

	.nav-pills > li + li {
		margin-left: 2px;
	}

	.nav-pills > li.active > a,
	.nav-pills > li.active > a:hover,
	.nav-pills > li.active > a:focus {
		color: #fff;
		background-color: #47b6b1;
	}

.nav-stacked > li {
	float: none;
}

	.nav-stacked > li + li {
		margin-top: 2px;
		margin-left: 0;
	}

.nav-justified {
	width: 100%;
}

	.nav-justified > li {
		float: none;
	}

		.nav-justified > li > a {
			text-align: center;
			margin-bottom: 5px;
		}

	.nav-justified > .dropdown .dropdown-menu {
		top: auto;
		left: auto;
	}

@media (min-width: 640px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

		.nav-justified > li > a {
			margin-bottom: 0;
		}
}

.nav-tabs-justified {
	border-bottom: 0;
}

	.nav-tabs-justified > li > a {
		margin-right: 0;
		border-radius: 0;
	}

	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border: 1px solid #ddd;
	}

@media (min-width: 640px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0;
	}

	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

@media (min-width: 640px) {
	.navbar {
		border-radius: 0;
	}
}

@media (min-width: 640px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

	.navbar-collapse.in {
		overflow-y: auto;
	}

@media (min-width: 640px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

		.navbar-collapse.collapse {
			display: block !important;
			height: auto !important;
			padding-bottom: 0;
			overflow: visible !important;
		}

		.navbar-collapse.in {
			overflow-y: visible;
		}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -10px;
	margin-left: -10px;
}

@media (min-width: 640px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 640px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 640px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 15px 10px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}

	.navbar-brand:hover,
	.navbar-brand:focus {
		text-decoration: none;
	}

	.navbar-brand > img {
		display: block;
	}

@media (min-width: 640px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -10px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 10px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}

	.navbar-toggle:focus {
		outline: 0;
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}

		.navbar-toggle .icon-bar + .icon-bar {
			margin-top: 4px;
		}

@media (min-width: 640px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -10px;
}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}

@media (max-width: 639px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

		.navbar-nav .open .dropdown-menu > li > a,
		.navbar-nav .open .dropdown-menu .dropdown-header {
			padding: 5px 15px 5px 25px;
		}

		.navbar-nav .open .dropdown-menu > li > a {
			line-height: 20px;
		}

			.navbar-nav .open .dropdown-menu > li > a:hover,
			.navbar-nav .open .dropdown-menu > li > a:focus {
				background-image: none;
			}
}

@media (min-width: 640px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

		.navbar-nav > li {
			float: left;
		}

			.navbar-nav > li > a {
				padding-top: 15px;
				padding-bottom: 15px;
			}
}

.navbar-form {
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px 10px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 3px;
	margin-bottom: 3px;
}

@media (min-width: 640px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .form-control-static {
		display: inline-block;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

		.navbar-form .input-group .input-group-addon,
		.navbar-form .input-group .input-group-btn,
		.navbar-form .input-group .form-control {
			width: auto;
		}

		.navbar-form .input-group > .form-control {
			width: 100%;
		}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

		.navbar-form .radio label,
		.navbar-form .checkbox label {
			padding-left: 0;
		}

		.navbar-form .radio input[type="radio"],
		.navbar-form .checkbox input[type="checkbox"] {
			position: relative;
			margin-left: 0;
		}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width: 639px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}

		.navbar-form .form-group:last-child {
			margin-bottom: 0;
		}
}

@media (min-width: 640px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 3px;
	margin-bottom: 3px;
}

	.navbar-btn.btn-sm {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.navbar-btn.btn-xs {
		margin-top: 14px;
		margin-bottom: 14px;
	}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 640px) {
	.navbar-text {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (min-width: 640px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
		margin-right: -10px;
	}

		.navbar-right ~ .navbar-right {
			margin-right: 0;
		}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

	.navbar-default .navbar-brand {
		color: #777;
	}

		.navbar-default .navbar-brand:hover,
		.navbar-default .navbar-brand:focus {
			color: #5e5e5e;
			background-color: transparent;
		}

	.navbar-default .navbar-text {
		color: #777;
	}

	.navbar-default .navbar-nav > li > a {
		color: #777;
	}

		.navbar-default .navbar-nav > li > a:hover,
		.navbar-default .navbar-nav > li > a:focus {
			color: #333;
			background-color: transparent;
		}

	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav > .disabled > a,
	.navbar-default .navbar-nav > .disabled > a:hover,
	.navbar-default .navbar-nav > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}

	.navbar-default .navbar-toggle {
		border-color: #ddd;
	}

		.navbar-default .navbar-toggle:hover,
		.navbar-default .navbar-toggle:focus {
			background-color: #ddd;
		}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #888;
		}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: #e7e7e7;
	}

	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color: #e7e7e7;
		color: #555;
	}

@media (max-width: 639px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

		.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
			color: #333;
			background-color: transparent;
		}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #777;
}

	.navbar-default .navbar-link:hover {
		color: #333;
	}

.navbar-default .btn-link {
	color: #777;
}

	.navbar-default .btn-link:hover,
	.navbar-default .btn-link:focus {
		color: #333;
	}

	.navbar-default .btn-link[disabled]:hover,
	fieldset[disabled] .navbar-default .btn-link:hover,
	.navbar-default .btn-link[disabled]:focus,
	fieldset[disabled] .navbar-default .btn-link:focus {
		color: #ccc;
	}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

	.navbar-inverse .navbar-brand {
		color: #9d9d9d;
	}

		.navbar-inverse .navbar-brand:hover,
		.navbar-inverse .navbar-brand:focus {
			color: #fff;
			background-color: transparent;
		}

	.navbar-inverse .navbar-text {
		color: #9d9d9d;
	}

	.navbar-inverse .navbar-nav > li > a {
		color: #9d9d9d;
	}

		.navbar-inverse .navbar-nav > li > a:hover,
		.navbar-inverse .navbar-nav > li > a:focus {
			color: #fff;
			background-color: transparent;
		}

	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		color: #fff;
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav > .disabled > a,
	.navbar-inverse .navbar-nav > .disabled > a:hover,
	.navbar-inverse .navbar-nav > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}

	.navbar-inverse .navbar-toggle {
		border-color: #333;
	}

		.navbar-inverse .navbar-toggle:hover,
		.navbar-inverse .navbar-toggle:focus {
			background-color: #333;
		}

		.navbar-inverse .navbar-toggle .icon-bar {
			background-color: #fff;
		}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: #101010;
	}

	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
		background-color: #080808;
		color: #fff;
	}

@media (max-width: 639px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}

		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
			color: #fff;
			background-color: transparent;
		}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d;
}

	.navbar-inverse .navbar-link:hover {
		color: #fff;
	}

.navbar-inverse .btn-link {
	color: #9d9d9d;
}

	.navbar-inverse .btn-link:hover,
	.navbar-inverse .btn-link:focus {
		color: #fff;
	}

	.navbar-inverse .btn-link[disabled]:hover,
	fieldset[disabled] .navbar-inverse .btn-link:hover,
	.navbar-inverse .btn-link[disabled]:focus,
	fieldset[disabled] .navbar-inverse .btn-link:focus {
		color: #444;
	}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #353535;
	border-radius: 0;
}

	.breadcrumb > li {
		display: inline-block;
	}

		.breadcrumb > li + li:before {
			content: "\00a0";
			padding: 0 5px;
			color: #ffffff;
		}

	.breadcrumb > .active {
		color: #9ddfff;
	}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0;
}

	.pagination > li {
		display: inline;
	}

		.pagination > li > a,
		.pagination > li > span {
			position: relative;
			float: left;
			padding: 6px 12px;
			line-height: 1.42857143;
			text-decoration: none;
			color: #10218b;
			background-color: #fff;
			border: 1px solid transparent;
			margin-left: -1px;
		}

		.pagination > li:first-child > a,
		.pagination > li:first-child > span {
			margin-left: 0;
			border-bottom-left-radius: 0;
			border-top-left-radius: 0;
		}

		.pagination > li:last-child > a,
		.pagination > li:last-child > span {
			border-bottom-right-radius: 0;
			border-top-right-radius: 0;
		}

		.pagination > li > a:hover,
		.pagination > li > span:hover,
		.pagination > li > a:focus,
		.pagination > li > span:focus {
			z-index: 2;
			color: #353535;
			background-color: transparent;
			border-color: #ddd;
		}

	.pagination > .active > a,
	.pagination > .active > span,
	.pagination > .active > a:hover,
	.pagination > .active > span:hover,
	.pagination > .active > a:focus,
	.pagination > .active > span:focus {
		z-index: 3;
		color: #353535;
		background-color: #47b6b1;
		border-color: #47b6b1;
		cursor: default;
	}

	.pagination > .disabled > span,
	.pagination > .disabled > span:hover,
	.pagination > .disabled > span:focus,
	.pagination > .disabled > a,
	.pagination > .disabled > a:hover,
	.pagination > .disabled > a:focus {
		color: #a6a6a6;
		background-color: #fff;
		border-color: #ddd;
		cursor: not-allowed;
	}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 15px 15px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}

	.pager li {
		display: inline;
	}

		.pager li > a,
		.pager li > span {
			display: inline-block;
			padding: 5px 14px;
			background-color: #fff;
			border: 1px solid transparent;
			border-radius: 0;
		}

			.pager li > a:hover,
			.pager li > a:focus {
				text-decoration: none;
				background-color: transparent;
			}

	.pager .next > a,
	.pager .next > span {
		float: right;
	}

	.pager .previous > a,
	.pager .previous > span {
		float: left;
	}

	.pager .disabled > a,
	.pager .disabled > a:hover,
	.pager .disabled > a:focus,
	.pager .disabled > span {
		color: #a6a6a6;
		background-color: #fff;
		cursor: not-allowed;
	}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #353535;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	background-color: #777777;
}

	.label-default[href]:hover,
	.label-default[href]:focus {
		background-color: #5e5e5e;
	}

.label-primary {
	background-color: #47b6b1;
}

	.label-primary[href]:hover,
	.label-primary[href]:focus {
		background-color: #39918d;
	}

.label-success {
	background-color: #5cb85c;
}

	.label-success[href]:hover,
	.label-success[href]:focus {
		background-color: #449d44;
	}

.label-info {
	background-color: #5bc0de;
}

	.label-info[href]:hover,
	.label-info[href]:focus {
		background-color: #31b0d5;
	}

.label-warning {
	background-color: #f0ad4e;
}

	.label-warning[href]:hover,
	.label-warning[href]:focus {
		background-color: #ec971f;
	}

.label-danger {
	background-color: #d9534f;
}

	.label-danger[href]:hover,
	.label-danger[href]:focus {
		background-color: #c9302c;
	}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px;
}

	.badge:empty {
		display: none;
	}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #10218b;
	background-color: #fff;
}

.list-group-item > .badge {
	float: right;
}

	.list-group-item > .badge + .badge {
		margin-right: 5px;
	}

.nav-pills > li > a > .badge {
	margin-left: 3px;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee;
}

	.jumbotron h1,
	.jumbotron .h1 {
		color: inherit;
	}

	.jumbotron p {
		margin-bottom: 15px;
		font-size: 21px;
		font-weight: 200;
	}

	.jumbotron > hr {
		border-top-color: #d5d5d5;
	}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width: 640px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

	.thumbnail > img,
	.thumbnail a > img {
		margin-left: auto;
		margin-right: auto;
	}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #10218b;
}

.thumbnail .caption {
	padding: 9px;
	color: #353535;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0;
}

	.alert h4 {
		margin-top: 0;
		color: inherit;
	}

	.alert .alert-link {
		font-weight: bold;
	}

	.alert > p,
	.alert > ul {
		margin-bottom: 0;
	}

		.alert > p + p {
			margin-top: 5px;
		}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

	.alert-dismissable .close,
	.alert-dismissible .close {
		position: relative;
		top: -2px;
		right: -21px;
		color: inherit;
	}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3e5983;
}

	.alert-success hr {
		border-top-color: #c9e2b3;
	}

	.alert-success .alert-link {
		color: #2e4160;
	}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

	.alert-info hr {
		border-top-color: #a6e1ec;
	}

	.alert-info .alert-link {
		color: #245269;
	}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

	.alert-warning hr {
		border-top-color: #f7e1b5;
	}

	.alert-warning .alert-link {
		color: #66512c;
	}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #e02b25;
}

	.alert-danger hr {
		border-top-color: #e4b9c0;
	}

	.alert-danger .alert-link {
		color: #b81f1a;
	}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #47b6b1;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
	margin-top: 15px;
}

	.media:first-child {
		margin-top: 0;
	}

.media,
.media-body {
	zoom: 1;
	overflow: hidden;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}

	.media-object.img-thumbnail {
		max-width: none;
	}

.media-right,
.media > .pull-right {
	padding-left: 10px;
}

.media-left,
.media > .pull-left {
	padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}

.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

	.list-group-item:first-child {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

	.list-group-item:last-child {
		margin-bottom: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

a.list-group-item,
button.list-group-item {
	color: #555;
}

	a.list-group-item .list-group-item-heading,
	button.list-group-item .list-group-item-heading {
		color: #333;
	}

	a.list-group-item:hover,
	button.list-group-item:hover,
	a.list-group-item:focus,
	button.list-group-item:focus {
		text-decoration: none;
		color: #555;
		background-color: #f5f5f5;
	}

button.list-group-item {
	width: 100%;
	text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed;
}

	.list-group-item.disabled .list-group-item-heading,
	.list-group-item.disabled:hover .list-group-item-heading,
	.list-group-item.disabled:focus .list-group-item-heading {
		color: inherit;
	}

	.list-group-item.disabled .list-group-item-text,
	.list-group-item.disabled:hover .list-group-item-text,
	.list-group-item.disabled:focus .list-group-item-text {
		color: #777777;
	}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #47b6b1;
	border-color: #47b6b1;
}

	.list-group-item.active .list-group-item-heading,
	.list-group-item.active:hover .list-group-item-heading,
	.list-group-item.active:focus .list-group-item-heading,
	.list-group-item.active .list-group-item-heading > small,
	.list-group-item.active:hover .list-group-item-heading > small,
	.list-group-item.active:focus .list-group-item-heading > small,
	.list-group-item.active .list-group-item-heading > .small,
	.list-group-item.active:hover .list-group-item-heading > .small,
	.list-group-item.active:focus .list-group-item-heading > .small {
		color: inherit;
	}

	.list-group-item.active .list-group-item-text,
	.list-group-item.active:hover .list-group-item-text,
	.list-group-item.active:focus .list-group-item-text {
		color: #d9f0ef;
	}

.list-group-item-success {
	color: #3e5983;
	background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3e5983;
}

	a.list-group-item-success .list-group-item-heading,
	button.list-group-item-success .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-success:hover,
	button.list-group-item-success:hover,
	a.list-group-item-success:focus,
	button.list-group-item-success:focus {
		color: #3e5983;
		background-color: #d0e9c6;
	}

	a.list-group-item-success.active,
	button.list-group-item-success.active,
	a.list-group-item-success.active:hover,
	button.list-group-item-success.active:hover,
	a.list-group-item-success.active:focus,
	button.list-group-item-success.active:focus {
		color: #fff;
		background-color: #3e5983;
		border-color: #3e5983;
	}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}

	a.list-group-item-info .list-group-item-heading,
	button.list-group-item-info .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-info:hover,
	button.list-group-item-info:hover,
	a.list-group-item-info:focus,
	button.list-group-item-info:focus {
		color: #31708f;
		background-color: #c4e3f3;
	}

	a.list-group-item-info.active,
	button.list-group-item-info.active,
	a.list-group-item-info.active:hover,
	button.list-group-item-info.active:hover,
	a.list-group-item-info.active:focus,
	button.list-group-item-info.active:focus {
		color: #fff;
		background-color: #31708f;
		border-color: #31708f;
	}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}

	a.list-group-item-warning .list-group-item-heading,
	button.list-group-item-warning .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-warning:hover,
	button.list-group-item-warning:hover,
	a.list-group-item-warning:focus,
	button.list-group-item-warning:focus {
		color: #8a6d3b;
		background-color: #faf2cc;
	}

	a.list-group-item-warning.active,
	button.list-group-item-warning.active,
	a.list-group-item-warning.active:hover,
	button.list-group-item-warning.active:hover,
	a.list-group-item-warning.active:focus,
	button.list-group-item-warning.active:focus {
		color: #fff;
		background-color: #8a6d3b;
		border-color: #8a6d3b;
	}

.list-group-item-danger {
	color: #e02b25;
	background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #e02b25;
}

	a.list-group-item-danger .list-group-item-heading,
	button.list-group-item-danger .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-danger:hover,
	button.list-group-item-danger:hover,
	a.list-group-item-danger:focus,
	button.list-group-item-danger:focus {
		color: #e02b25;
		background-color: #ebcccc;
	}

	a.list-group-item-danger.active,
	button.list-group-item-danger.active,
	a.list-group-item-danger.active:hover,
	button.list-group-item-danger.active:hover,
	a.list-group-item-danger.active:focus,
	button.list-group-item-danger.active:focus {
		color: #fff;
		background-color: #e02b25;
		border-color: #e02b25;
	}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}

	.panel-heading > .dropdown .dropdown-toggle {
		color: inherit;
	}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

	.panel-title > a,
	.panel-title > small,
	.panel-title > .small,
	.panel-title > small > a,
	.panel-title > .small > a {
		color: inherit;
	}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}

	.panel > .list-group .list-group-item,
	.panel > .panel-collapse > .list-group .list-group-item {
		border-width: 1px 0;
		border-radius: 0;
	}

	.panel > .list-group:first-child .list-group-item:first-child,
	.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
		border-top: 0;
		border-top-right-radius: -1;
		border-top-left-radius: -1;
	}

	.panel > .list-group:last-child .list-group-item:last-child,
	.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
		border-bottom: 0;
		border-bottom-right-radius: -1;
		border-bottom-left-radius: -1;
	}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group + .panel-footer {
	border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}

	.panel > .table caption,
	.panel > .table-responsive > .table caption,
	.panel > .panel-collapse > .table caption {
		padding-left: 15px;
		padding-right: 15px;
	}

	.panel > .table:first-child,
	.panel > .table-responsive:first-child > .table:first-child {
		border-top-right-radius: -1;
		border-top-left-radius: -1;
	}

		.panel > .table:first-child > thead:first-child > tr:first-child,
		.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
		.panel > .table:first-child > tbody:first-child > tr:first-child,
		.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
			border-top-left-radius: -1;
			border-top-right-radius: -1;
		}

			.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
			.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
			.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
			.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
			.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
			.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
			.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
			.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
				border-top-left-radius: -1;
			}

			.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
			.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
			.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
			.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
			.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
			.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
			.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
			.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
				border-top-right-radius: -1;
			}

	.panel > .table:last-child,
	.panel > .table-responsive:last-child > .table:last-child {
		border-bottom-right-radius: -1;
		border-bottom-left-radius: -1;
	}

		.panel > .table:last-child > tbody:last-child > tr:last-child,
		.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
		.panel > .table:last-child > tfoot:last-child > tr:last-child,
		.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
			border-bottom-left-radius: -1;
			border-bottom-right-radius: -1;
		}

			.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
			.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
			.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
			.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
			.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
			.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
			.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
			.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
				border-bottom-left-radius: -1;
			}

			.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
			.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
			.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
			.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
			.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
			.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
			.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
			.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
				border-bottom-right-radius: -1;
			}

	.panel > .panel-body + .table,
	.panel > .panel-body + .table-responsive,
	.panel > .table + .panel-body,
	.panel > .table-responsive + .panel-body {
		border-top: 1px solid #e5e5e5;
	}

	.panel > .table > tbody:first-child > tr:first-child th,
	.panel > .table > tbody:first-child > tr:first-child td {
		border-top: 0;
	}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}

	.panel > .table-bordered > thead > tr > th:first-child,
	.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
	.panel > .table-bordered > tbody > tr > th:first-child,
	.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
	.panel > .table-bordered > tfoot > tr > th:first-child,
	.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.panel > .table-bordered > thead > tr > td:first-child,
	.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
	.panel > .table-bordered > tbody > tr > td:first-child,
	.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
	.panel > .table-bordered > tfoot > tr > td:first-child,
	.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.panel > .table-bordered > thead > tr > th:last-child,
	.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
	.panel > .table-bordered > tbody > tr > th:last-child,
	.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
	.panel > .table-bordered > tfoot > tr > th:last-child,
	.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.panel > .table-bordered > thead > tr > td:last-child,
	.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
	.panel > .table-bordered > tbody > tr > td:last-child,
	.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
	.panel > .table-bordered > tfoot > tr > td:last-child,
	.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.panel > .table-bordered > thead > tr:first-child > td,
	.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
	.panel > .table-bordered > tbody > tr:first-child > td,
	.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
	.panel > .table-bordered > thead > tr:first-child > th,
	.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
	.panel > .table-bordered > tbody > tr:first-child > th,
	.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
		border-bottom: 0;
	}

	.panel > .table-bordered > tbody > tr:last-child > td,
	.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
	.panel > .table-bordered > tfoot > tr:last-child > td,
	.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
	.panel > .table-bordered > tbody > tr:last-child > th,
	.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
	.panel > .table-bordered > tfoot > tr:last-child > th,
	.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0;
	}

.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 20px;
}

	.panel-group .panel {
		margin-bottom: 0;
		border-radius: 0;
	}

		.panel-group .panel + .panel {
			margin-top: 5px;
		}

	.panel-group .panel-heading {
		border-bottom: 0;
	}

		.panel-group .panel-heading + .panel-collapse > .panel-body,
		.panel-group .panel-heading + .panel-collapse > .list-group {
			border-top: 1px solid #ddd;
		}

	.panel-group .panel-footer {
		border-top: 0;
	}

		.panel-group .panel-footer + .panel-collapse .panel-body {
			border-bottom: 1px solid #ddd;
		}

.panel-default {
	border-color: #ddd;
}

	.panel-default > .panel-heading {
		color: #333333;
		background-color: #f2f4f7;
		border-color: #ddd;
	}

		.panel-default > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #ddd;
		}

		.panel-default > .panel-heading .badge {
			color: #f2f4f7;
			background-color: #333333;
		}

	.panel-default > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ddd;
	}

.panel-primary {
	border-color: #47b6b1;
}

	.panel-primary > .panel-heading {
		color: #fff;
		background-color: #47b6b1;
		border-color: #47b6b1;
	}

		.panel-primary > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #47b6b1;
		}

		.panel-primary > .panel-heading .badge {
			color: #47b6b1;
			background-color: #fff;
		}

	.panel-primary > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #47b6b1;
	}

.panel-success {
	border-color: #d6e9c6;
}

	.panel-success > .panel-heading {
		color: #3e5983;
		background-color: #dff0d8;
		border-color: #d6e9c6;
	}

		.panel-success > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #d6e9c6;
		}

		.panel-success > .panel-heading .badge {
			color: #dff0d8;
			background-color: #3e5983;
		}

	.panel-success > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #d6e9c6;
	}

.panel-info {
	border-color: #bce8f1;
}

	.panel-info > .panel-heading {
		color: #31708f;
		background-color: #d9edf7;
		border-color: #bce8f1;
	}

		.panel-info > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #bce8f1;
		}

		.panel-info > .panel-heading .badge {
			color: #d9edf7;
			background-color: #31708f;
		}

	.panel-info > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #bce8f1;
	}

.panel-warning {
	border-color: #faebcc;
}

	.panel-warning > .panel-heading {
		color: #8a6d3b;
		background-color: #fcf8e3;
		border-color: #faebcc;
	}

		.panel-warning > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #faebcc;
		}

		.panel-warning > .panel-heading .badge {
			color: #fcf8e3;
			background-color: #8a6d3b;
		}

	.panel-warning > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #faebcc;
	}

.panel-danger {
	border-color: #ebccd1;
}

	.panel-danger > .panel-heading {
		color: #e02b25;
		background-color: #f2dede;
		border-color: #ebccd1;
	}

		.panel-danger > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #ebccd1;
		}

		.panel-danger > .panel-heading .badge {
			color: #f2dede;
			background-color: #e02b25;
		}

	.panel-danger > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ebccd1;
	}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

	.embed-responsive .embed-responsive-item,
	.embed-responsive iframe,
	.embed-responsive embed,
	.embed-responsive object,
	.embed-responsive video {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		border: 0;
	}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

	.well blockquote {
		border-color: #ddd;
		border-color: rgba(0, 0, 0, 0.15);
	}

.well-lg {
	padding: 24px;
	border-radius: 0;
}

.well-sm {
	padding: 9px;
	border-radius: 0;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

	.modal.fade .modal-dialog {
		-webkit-transform: translate(0, -25%);
		-ms-transform: translate(0, -25%);
		-o-transform: translate(0, -25%);
		transform: translate(0, -25%);
		-webkit-transition: -webkit-transform 0.3s ease-out;
		-moz-transition: -moz-transform 0.3s ease-out;
		-o-transition: -o-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
	}

	.modal.in .modal-dialog {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

	.modal-backdrop.fade {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.modal-backdrop.in {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #10218b;
}

	.modal-header .close {
		margin-top: -2px;
	}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #10218b;
}

	.modal-footer .btn + .btn {
		margin-left: 5px;
		margin-bottom: 0;
	}

	.modal-footer .btn-group .btn + .btn {
		margin-left: -1px;
	}

	.modal-footer .btn-block + .btn-block {
		margin-left: 0;
	}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 640px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 1024px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}

	.tooltip.in {
		opacity: 0.9;
		filter: alpha(opacity=90);
	}

	.tooltip.top {
		margin-top: -3px;
		padding: 5px 0;
	}

	.tooltip.right {
		margin-left: 3px;
		padding: 0 5px;
	}

	.tooltip.bottom {
		margin-top: 3px;
		padding: 5px 0;
	}

	.tooltip.left {
		margin-left: -3px;
		padding: 0 5px;
	}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

	.popover.top {
		margin-top: -10px;
	}

	.popover.right {
		margin-left: 10px;
	}

	.popover.bottom {
		margin-top: 10px;
	}

	.popover.left {
		margin-left: -10px;
	}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: -1 -1 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

	.popover > .arrow:after {
		border-width: 10px;
		content: "";
	}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}

	.popover.top > .arrow:after {
		content: " ";
		bottom: 1px;
		margin-left: -10px;
		border-bottom-width: 0;
		border-top-color: #fff;
	}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}

	.popover.right > .arrow:after {
		content: " ";
		left: 1px;
		bottom: -10px;
		border-left-width: 0;
		border-right-color: #fff;
	}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}

	.popover.bottom > .arrow:after {
		content: " ";
		top: 1px;
		margin-left: -10px;
		border-top-width: 0;
		border-bottom-color: #fff;
	}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

	.popover.left > .arrow:after {
		content: " ";
		right: 1px;
		border-right-width: 0;
		border-left-color: #fff;
		bottom: -10px;
	}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

	.carousel-inner > .item {
		display: none;
		position: relative;
		-webkit-transition: 0.6s ease-in-out left;
		-o-transition: 0.6s ease-in-out left;
		transition: 0.6s ease-in-out left;
	}

		.carousel-inner > .item > img,
		.carousel-inner > .item > a > img {
			line-height: 1;
		}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
	}

		.carousel-inner > .item.next,
		.carousel-inner > .item.active.right {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
			left: 0;
		}

		.carousel-inner > .item.prev,
		.carousel-inner > .item.active.left {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
			left: 0;
		}

			.carousel-inner > .item.next.left,
			.carousel-inner > .item.prev.right,
			.carousel-inner > .item.active {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
				left: 0;
			}
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

	.carousel-inner > .next.left,
	.carousel-inner > .prev.right {
		left: 0;
	}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
}

	.carousel-control.left {
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
		background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	}

	.carousel-control.right {
		left: auto;
		right: 0;
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
		background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	}

	.carousel-control:hover,
	.carousel-control:focus {
		outline: 0;
		color: #fff;
		text-decoration: none;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}

	.carousel-control .icon-prev,
	.carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		z-index: 5;
		display: inline-block;
	}

	.carousel-control .icon-prev,
	.carousel-control .glyphicon-chevron-left {
		left: 50%;
		margin-left: -10px;
	}

	.carousel-control .icon-next,
	.carousel-control .glyphicon-chevron-right {
		right: 50%;
		margin-right: -10px;
	}

	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 20px;
		height: 20px;
		line-height: 1;
		font-family: serif;
	}

		.carousel-control .icon-prev:before {
			content: '\2039';
		}

		.carousel-control .icon-next:before {
			content: '\203a';
		}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

	.carousel-indicators li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 1px;
		text-indent: -999px;
		border: 1px solid #fff;
		border-radius: 10px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: rgba(0, 0, 0, 0);
	}

	.carousel-indicators .active {
		margin: 0;
		width: 12px;
		height: 12px;
		background-color: #fff;
	}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

	.carousel-caption .btn {
		text-shadow: none;
	}

@media screen and (min-width: 640px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.tab-panel__tab-bar--pinned .tab-panel__container:before,
.tab-panel__tab-bar--pinned .tab-panel__container:after,
.product-comparator__pinned-products:before,
.product-comparator__pinned-products:after {
	content: " ";
	display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.tab-panel__tab-bar--pinned .tab-panel__container:after,
.product-comparator__pinned-products:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 639px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 639px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 639px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 639px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1024px) and (max-width: 1399px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 1024px) and (max-width: 1399px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 1024px) and (max-width: 1399px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 1024px) and (max-width: 1399px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1400px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1400px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1400px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1400px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 639px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 1024px) and (max-width: 1399px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1400px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table !important;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}
/* jQuery */
/*! jQuery UI - v1.12.1 - 2017-08-06
* http://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 http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery 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;
	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: -0.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: 0.5em 0.5em 0.5em 0.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 0.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: 0.2em;
	margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-button {
	padding: 0.4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: 0.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: 0.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: 0.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 #cccccc;
	border-radius: 0.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: 0.2em 0.2em 0;
	display: none;
}

	.ui-datepicker .ui-datepicker-header {
		position: relative;
		padding: 0.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: 0.9em;
		border-collapse: collapse;
		margin: 0 0 0.4em;
	}

	.ui-datepicker th {
		padding: 0.7em 0.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: 0.2em;
			text-align: right;
			text-decoration: none;
		}

	.ui-datepicker .ui-datepicker-buttonpane {
		background-image: none;
		margin: 0.7em 0 0 0;
		padding: 0 0.2em;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}

		.ui-datepicker .ui-datepicker-buttonpane button {
			float: right;
			margin: 0.5em 0.2em 0.4em;
			cursor: pointer;
			padding: 0.2em 0.6em 0.3em 0.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 0.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: 0.5em;
	top: 0.3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em;
	outline: 0;
}

	.ui-dialog .ui-dialog-titlebar {
		padding: 0.4em 1em;
		position: relative;
	}

	.ui-dialog .ui-dialog-title {
		float: left;
		margin: 0.1em 0;
		white-space: nowrap;
		width: 90%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.ui-dialog .ui-dialog-titlebar-close {
		position: absolute;
		right: 0.3em;
		top: 50%;
		width: 20px;
		margin: -10px 0 0 0;
		padding: 1px;
		height: 20px;
	}

	.ui-dialog .ui-dialog-content {
		position: relative;
		border: 0;
		padding: 0.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: 0.5em;
		padding: 0.3em 1em 0.5em 0.4em;
	}

		.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
			float: right;
		}

		.ui-dialog .ui-dialog-buttonpane button {
			margin: 0.5em 0.4em 0.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%;
		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: default;
		-ms-touch-action: none;
		touch-action: none;
	}

	.ui-slider .ui-slider-range {
		position: absolute;
		z-index: 1;
		font-size: 0.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: 0.8em;
}

	.ui-slider-horizontal .ui-slider-handle {
		top: -0.3em;
		margin-left: -0.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: 0.8em;
	height: 100px;
}

	.ui-slider-vertical .ui-slider-handle {
		left: -0.3em;
		margin-left: 0;
		margin-bottom: -0.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: 0.222em 0;
	margin: 0.2em 0;
	vertical-align: middle;
	margin-left: 0.4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: 0.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: 0.2em;
}

	.ui-tabs .ui-tabs-nav {
		margin: 0;
		padding: 0.2em 0.2em 0;
	}

		.ui-tabs .ui-tabs-nav li {
			list-style: none;
			float: left;
			position: relative;
			top: 0;
			margin: 1px 0.2em 0 0;
			border-bottom-width: 0;
			padding: 0;
			white-space: nowrap;
		}

		.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
			float: left;
			padding: 0.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, Helvetica, sans-serif;
	font-size: 1em;
}

	.ui-widget .ui-widget {
		font-size: 1em;
	}

	.ui-widget input,
	.ui-widget select,
	.ui-widget textarea,
	.ui-widget button {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
	}

	.ui-widget.ui-widget-content {
		border: 1px solid #c5c5c5;
	}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

	.ui-widget-content a {
		color: #333333;
	}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}

	.ui-widget-header a {
		color: #333333;
	}
	/* Interaction states
----------------------------------*/
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-button,
	html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
		border: 1px solid #c5c5c5;
		background: #f6f6f6;
		font-weight: normal;
		color: #454545;
	}

		.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: #454545;
			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 #cccccc;
				background: #ededed;
				font-weight: normal;
				color: #2b2b2b;
			}

				.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: #2b2b2b;
					text-decoration: none;
				}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.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 #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

	.ui-icon-background,
	.ui-state-active .ui-icon-background {
		border: #003eff;
		background-color: #ffffff;
	}

	.ui-state-active a,
	.ui-state-active a:link,
	.ui-state-active a:visited {
		color: #ffffff;
		text-decoration: none;
	}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

	.ui-state-error a,
	.ui-widget-content .ui-state-error a,
	.ui-widget-header .ui-state-error a {
		color: #5f3f3f;
	}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.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: 0.7;
	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: 0.35;
	filter: alpha(opacity=35);
	/* support: IE8 */
	background-image: none;
}

	.ui-state-disabled .ui-icon {
		filter: alpha(opacity=35);
		/* support: IE8 - See #6059 */
	}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: 0.3;
	filter: alpha(opacity=30);
	/* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/* Misc visuals
----------------------------------*/
.ui-datepicker {
	border: 1px solid #e5e5e5;
	background: #ffffff;
	color: #353535;
}

	.ui-datepicker .ui-datepicker-header {
		color: #353535;
		background-color: transparent;
		border: none;
		font-weight: bold;
	}
/* Icons
----------------------------------*/
.ui-icon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	color: #10218b;
	cursor: pointer;
	font-family: 'Glyphicons Halflings', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 15px;
	line-height: 1;
	margin-top: 5px;
	width: 30px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 5px;
	float: left;
	text-align: left;
}

	.ui-datepicker .ui-datepicker-prev:before {
		content: '\e079';
	}

	.ui-datepicker .ui-datepicker-prev:before {
		content: '\e079' /*rtl:"\e080"*/;
	}

.ui-datepicker .ui-datepicker-next {
	right: 5px;
	float: right;
	text-align: right;
}

	.ui-datepicker .ui-datepicker-next:before {
		content: '\e080';
	}

	.ui-datepicker .ui-datepicker-next:before {
		content: '\e080' /*rtl:"\e079"*/;
	}

.ui-datepicker .ui-icon {
	display: none;
}

.ui-widget-header .ui-datepicker-prev-hover.ui-state-hover,
.ui-widget-header .ui-datepicker-next-hover.ui-state-hover {
	border: 0 none;
	background: transparent;
	color: #10218b;
	top: 2px;
}

.ui-datepicker th {
	font-weight: 400;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background-color: #f2f2f2;
	text-align: center;
	color: #353535;
}

	.ui-state-default a,
	.ui-state-default a:link,
	.ui-state-default a:visited {
		color: #454545;
		text-decoration: none;
	}

.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 {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background: #ec7205;
	color: #ffffff;
	border-color: #ec7205;
}

	.ui-state-highlight a,
	.ui-widget-content .ui-state-highlight a,
	.ui-widget-header .ui-state-highlight a {
		color: #777620;
	}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.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 {
	background: #47b6b1;
	color: #ffffff;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

	.ui-state-error a,
	.ui-widget-content .ui-state-error a,
	.ui-widget-header .ui-state-error a {
		color: #5f3f3f;
	}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.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: 0.7;
	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: 0.35;
	filter: alpha(opacity=35);
	/* support: IE8 */
	background-image: none;
}

	.ui-state-disabled .ui-icon {
		filter: alpha(opacity=35);
		/* support: IE8 - See #6059 */
	}
/* Auto-generated elements / classes
----------------------------------*/
.ui-menu .ui-menu-item-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

	.ui-menu .ui-menu-item-wrapper.ui-state-active {
		border: none;
		background: transparent;
		color: inherit;
		margin: 0;
	}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

	.owl-carousel .owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
		touch-action: manipulation;
		-moz-backface-visibility: hidden;
		/* fix firefox animation glitch */
	}

		.owl-carousel .owl-stage:after {
			content: '.';
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0;
		}

	.owl-carousel .owl-stage-outer {
		position: relative;
		overflow: hidden;
		/* fix for flashing background */
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	}

	.owl-carousel .owl-wrapper,
	.owl-carousel .owl-item {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
	}

	.owl-carousel .owl-item {
		position: relative;
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none;
	}

		.owl-carousel .owl-item img {
			display: block;
			width: 100%;
		}

	.owl-carousel .owl-nav.disabled,
	.owl-carousel .owl-dots.disabled {
		display: none;
	}

	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-dot {
		cursor: pointer;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel button.owl-dot {
		background: none;
		color: inherit;
		border: none;
		padding: 0 !important;
		font: inherit;
	}

	.owl-carousel.owl-loaded {
		display: block;
	}

	.owl-carousel.owl-loading {
		opacity: 0;
		display: block;
	}

	.owl-carousel.owl-hidden {
		opacity: 0;
	}

	.owl-carousel.owl-refresh .owl-item {
		visibility: hidden;
	}

	.owl-carousel.owl-drag .owl-item {
		touch-action: pan-y;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.owl-carousel.owl-grab {
		cursor: move;
		cursor: grab;
	}

#iconComponent .owl-carousel .owl-item img {
	display: inherit;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}

.pca {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
}

	.pca .pcaautocomplete.pcatext {
		border: 1px solid #90949c;
		max-width: calc(100% - 2 * (10px + 1px));
	}

		.pca .pcaautocomplete.pcatext .pcalist {
			border: 0;
			height: auto !important;
		}

		.pca .pcaautocomplete.pcatext .pcaitem {
			color: #353535;
			opacity: 1;
			white-space: normal;
		}

			.pca .pcaautocomplete.pcatext .pcaitem .pcadescription {
				color: #353535;
			}

			.pca .pcaautocomplete.pcatext .pcaitem.pcaselected {
				background-color: #353535;
				color: #ffffff;
			}

				.pca .pcaautocomplete.pcatext .pcaitem.pcaselected .pcadescription {
					color: #ffffff;
				}

	.pca .pcanotification.pcatext.pcavisible {
		display: none;
	}
/*
  amplience-sdk-client v{{VERSION}}
*/
.amp-hidden {
	display: none;
}

.amp-slide {
	list-style: none;
	display: block;
	position: absolute;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	/*
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  */
}

.amp-progress {
	position: absolute;
	top: 0;
	opacity: 0.5;
	width: 10%;
	height: 100%;
	background-color: white;
	z-index: 100;
}

.amp-frame,
.amp-layer,
.amp-zoomed-container {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.amp-zoom,
.amp-zoomed,
.amp-zoomed-clone,
.amp-zoomed-container {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.amp-frame img,
.amp-layer img {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.amp-main-img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.amp-layer {
	list-style: none;
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0;
}

.amp-stack,
.amp-carousel,
.amp-spin {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
}

.amp-spin {
	width: 100%;
	height: 100%;
}

	.amp-spin .amp-frame {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.amp-spin .amp-frame-clone {
		position: relative;
		z-index: -1;
		visibility: hidden;
	}

.amp-loading {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	background: url('assets/image/loading.gif') no-repeat center;
}

.amp-zoom {
	position: relative;
	max-width: 100%;
}

.amp-zoom-img {
	z-index: 10;
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.amp-zoom-overflow {
	position: relative;
	overflow: hidden;
}

.amp-zoom-lens {
	cursor: pointer;
	top: 0;
	left: 0;
	position: absolute;
	background: url('assets/image/spacer.gif');
	border: 1px solid #ccc;
	display: none;
}

.amp-zoom-container {
	position: relative;
	overflow: hidden;
}

	.amp-zoom-container img {
		display: block;
	}

.amp-zoom-map {
	position: relative;
}

.amp-zoom-wrapper {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.amp-zoom-map {
	position: relative;
	z-index: 9999;
}

	.amp-zoom-map img {
		display: block;
	}

.amp-progress-indicator {
	position: absolute;
	width: 400px;
	height: 100px;
	background: #686868;
	border: 1px solid #252525;
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	z-index: 101;
}

	.amp-progress-indicator .amp-progress-message {
		padding: 15px;
		color: #ffffff;
		text-align: left;
	}

	.amp-progress-indicator .amp-progress-bar-background {
		position: absolute;
		height: 30px;
		width: 350px;
		background: #ffffff;
		margin: 0 15px;
	}

	.amp-progress-indicator .amp-progress-bar {
		position: absolute;
		height: 30px;
		width: 0;
		background: #a9a9a9;
	}

.amp-zoomed,
.amp-zoomed-clone {
	display: block;
	position: absolute !important;
	max-width: none !important;
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-height: none !important;
}

.video-js.vjs-ended .vjs-poster {
	display: block;
}

@font-face {
	font-family: 'Neuzeit Regular';
	src: url('fonts/neuzeitgrot-webfont.woff') format('woff');
	font-style: normal;
}

@font-face {
	font-family: 'Neuzeit Light';
	src: url('fonts/neuzeitgrot-light-webfont.woff') format('woff');
	font-style: normal;
}

@font-face {
	font-family: 'Neuzeit Regular';
	src: url('fonts/neuzeitgrot-bold-webfont.woff') format('woff');
	font-weight: bold;
}

* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
}

.amp-no-scroll {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.amp-viewer-kit {
	font-family: 'Neuzeit Regular', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.amp-viewer-kit ul {
		list-style-type: none;
	}

	.amp-viewer-kit .icon {
		cursor: pointer;
		background-color: #c1bab0;
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
	}

		.amp-viewer-kit .icon.icon-left,
		.amp-viewer-kit .icon.icon-right {
			top: 50%;
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		.amp-viewer-kit .icon.icon-left {
			background-image: url('svg/ic_stepbackward_24px.svg');
		}

		.amp-viewer-kit .icon.icon-right {
			background-image: url('svg/ic_stepforward_24px.svg');
		}

		.amp-viewer-kit .icon.close {
			top: 0;
			right: 0;
			background-image: url('svg/ic_closeoverlay_24px.svg');
		}

		.amp-viewer-kit .icon.disabled {
			opacity: 0.25;
			cursor: default;
		}

	.amp-viewer-kit video::-webkit-media-controls-start-playback-button,
	.amp-viewer-kit video::-webkit-media-controls-panel {
		display: none;
	}

	.amp-viewer-kit .video-js {
		background-color: #fff;
		box-sizing: content-box;
		width: 100%;
	}

		.amp-viewer-kit .video-js * {
			-webkit-transform: translate3d(0, 0, 0);
		}

	.amp-viewer-kit .vjs-poster {
		background-color: #fff;
		background-size: cover;
	}

	.amp-viewer-kit .amp-video-skin .vjs-big-play-button {
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.amp-viewer-kit .amp-outer-spin > .amp-progress {
		display: none;
	}

	.amp-viewer-kit .desktop-normal-view .main-container,
	.amp-viewer-kit .desktop-full-view .main-container,
	.amp-viewer-kit .mobile-normal-view .main-container {
		-ms-touch-action: pan-x pan-y;
		touch-action: pan-x pan-y;
		position: relative;
		z-index: 2;
	}

		.amp-viewer-kit .desktop-normal-view .main-container .list,
		.amp-viewer-kit .desktop-full-view .main-container .list,
		.amp-viewer-kit .mobile-normal-view .main-container .list {
			cursor: pointer;
		}

			.amp-viewer-kit .desktop-normal-view .main-container .list .amp-slide .zoom-trap,
			.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .zoom-trap,
			.amp-viewer-kit .mobile-normal-view .main-container .list .amp-slide .zoom-trap {
				position: absolute;
				width: 100%;
				height: 100%;
				cursor: pointer;
			}

		.amp-viewer-kit .desktop-normal-view .main-container .icon,
		.amp-viewer-kit .desktop-full-view .main-container .icon,
		.amp-viewer-kit .mobile-normal-view .main-container .icon {
			width: 32px;
			height: 32px;
		}

			.amp-viewer-kit .desktop-normal-view .main-container .icon.icon-left,
			.amp-viewer-kit .desktop-full-view .main-container .icon.icon-left,
			.amp-viewer-kit .mobile-normal-view .main-container .icon.icon-left {
				left: 10px;
			}

			.amp-viewer-kit .desktop-normal-view .main-container .icon.icon-right,
			.amp-viewer-kit .desktop-full-view .main-container .icon.icon-right,
			.amp-viewer-kit .mobile-normal-view .main-container .icon.icon-right {
				right: 10px;
			}

		.amp-viewer-kit .desktop-normal-view .main-container .spin-trap,
		.amp-viewer-kit .desktop-full-view .main-container .spin-trap,
		.amp-viewer-kit .mobile-normal-view .main-container .spin-trap {
			position: absolute;
			width: 100%;
			height: 100%;
			z-index: 999999;
			display: block;
		}

			.amp-viewer-kit .desktop-normal-view .main-container .spin-trap.active-for-scrolling,
			.amp-viewer-kit .desktop-full-view .main-container .spin-trap.active-for-scrolling,
			.amp-viewer-kit .mobile-normal-view .main-container .spin-trap.active-for-scrolling {
				display: none;
			}

		.amp-viewer-kit .desktop-normal-view .main-container .tooltip,
		.amp-viewer-kit .desktop-full-view .main-container .tooltip,
		.amp-viewer-kit .mobile-normal-view .main-container .tooltip {
			font-family: 'Neuzeit Light';
			font-size: 20px;
			position: absolute;
			width: 230px;
			height: 42px;
			line-height: 42px;
			margin-left: -115px;
			margin-top: -21px;
			border-radius: 3px;
			right: auto;
			bottom: auto;
			padding: 0 10px;
			top: 50%;
			left: 50%;
			background-color: rgba(200, 200, 200, 0.5);
			color: white;
			text-align: center;
			pointer-events: none;
			display: inline-table;
			opacity: 1;
		}

			.amp-viewer-kit .desktop-normal-view .main-container .tooltip .tooltip-icon,
			.amp-viewer-kit .desktop-full-view .main-container .tooltip .tooltip-icon,
			.amp-viewer-kit .mobile-normal-view .main-container .tooltip .tooltip-icon {
				background-position: center;
				background-repeat: no-repeat;
				background-size: 100%;
				position: relative;
				margin-top: 2px;
				height: 38px;
				width: 38px;
				display: inline-block;
				float: right;
			}

			.amp-viewer-kit .desktop-normal-view .main-container .tooltip.image,
			.amp-viewer-kit .desktop-full-view .main-container .tooltip.image,
			.amp-viewer-kit .mobile-normal-view .main-container .tooltip.image {
				position: fixed;
			}

				.amp-viewer-kit .desktop-normal-view .main-container .tooltip.image .tooltip-icon,
				.amp-viewer-kit .desktop-full-view .main-container .tooltip.image .tooltip-icon,
				.amp-viewer-kit .mobile-normal-view .main-container .tooltip.image .tooltip-icon {
					background-image: url('svg/ic_enlarge_24px.svg');
				}

			.amp-viewer-kit .desktop-normal-view .main-container .tooltip.spin,
			.amp-viewer-kit .desktop-full-view .main-container .tooltip.spin,
			.amp-viewer-kit .mobile-normal-view .main-container .tooltip.spin {
				position: absolute;
			}

				.amp-viewer-kit .desktop-normal-view .main-container .tooltip.spin .tooltip-icon,
				.amp-viewer-kit .desktop-full-view .main-container .tooltip.spin .tooltip-icon,
				.amp-viewer-kit .mobile-normal-view .main-container .tooltip.spin .tooltip-icon {
					background-image: url('svg/ic_360spin_24px.svg');
				}

			.amp-viewer-kit .desktop-normal-view .main-container .tooltip.spin-3d,
			.amp-viewer-kit .desktop-full-view .main-container .tooltip.spin-3d,
			.amp-viewer-kit .mobile-normal-view .main-container .tooltip.spin-3d {
				position: absolute;
			}

				.amp-viewer-kit .desktop-normal-view .main-container .tooltip.spin-3d .tooltip-icon,
				.amp-viewer-kit .desktop-full-view .main-container .tooltip.spin-3d .tooltip-icon,
				.amp-viewer-kit .mobile-normal-view .main-container .tooltip.spin-3d .tooltip-icon {
					background-image: url('svg/ic_720spin_24px.svg');
				}

			.amp-viewer-kit .desktop-normal-view .main-container .tooltip.video,
			.amp-viewer-kit .desktop-full-view .main-container .tooltip.video,
			.amp-viewer-kit .mobile-normal-view .main-container .tooltip.video {
				width: 90px;
				height: 90px;
				border-radius: 50%;
				top: 50%;
				left: 50%;
				right: auto;
				bottom: auto;
				display: none;
			}

				.amp-viewer-kit .desktop-normal-view .main-container .tooltip.video .tooltip-icon,
				.amp-viewer-kit .desktop-full-view .main-container .tooltip.video .tooltip-icon,
				.amp-viewer-kit .mobile-normal-view .main-container .tooltip.video .tooltip-icon {
					background-image: url('svg/ic_play_24px.svg');
					height: 100%;
					width: 100%;
				}

	.amp-viewer-kit .desktop-normal-view .nav-container,
	.amp-viewer-kit .desktop-full-view .nav-container,
	.amp-viewer-kit .mobile-normal-view .nav-container {
		position: relative;
		z-index: 1;
		width: 100%;
		margin: auto;
		padding: 0 52px;
		overflow: hidden;
	}

		.amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide,
		.amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide,
		.amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide {
			overflow: visible;
			cursor: pointer;
		}

			.amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide .thumbnail,
			.amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide .thumbnail,
			.amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide .thumbnail {
				margin-top: 10px;
			}

		.amp-viewer-kit .desktop-normal-view .nav-container .icon,
		.amp-viewer-kit .desktop-full-view .nav-container .icon,
		.amp-viewer-kit .mobile-normal-view .nav-container .icon {
			width: 26px;
			height: 26px;
		}

			.amp-viewer-kit .desktop-normal-view .nav-container .icon.icon-left,
			.amp-viewer-kit .desktop-full-view .nav-container .icon.icon-left,
			.amp-viewer-kit .mobile-normal-view .nav-container .icon.icon-left {
				left: 13px;
			}

			.amp-viewer-kit .desktop-normal-view .nav-container .icon.icon-right,
			.amp-viewer-kit .desktop-full-view .nav-container .icon.icon-right,
			.amp-viewer-kit .mobile-normal-view .nav-container .icon.icon-right {
				right: 13px;
			}

		.amp-viewer-kit .desktop-normal-view .nav-container .tooltip,
		.amp-viewer-kit .desktop-full-view .nav-container .tooltip,
		.amp-viewer-kit .mobile-normal-view .nav-container .tooltip {
			position: absolute;
			top: 50%;
			left: 50%;
			border-radius: 50%;
			background-color: rgba(200, 200, 200, 0.5);
			color: white;
			text-align: center;
			-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
			pointer-events: none;
			display: block;
			opacity: 1;
		}

			.amp-viewer-kit .desktop-normal-view .nav-container .tooltip .tooltip-icon,
			.amp-viewer-kit .desktop-full-view .nav-container .tooltip .tooltip-icon,
			.amp-viewer-kit .mobile-normal-view .nav-container .tooltip .tooltip-icon {
				height: 100%;
				width: 100%;
				background-position: center;
				background-repeat: no-repeat;
				background-size: 75%;
				position: relative;
				display: inline-block;
				line-height: 100%;
				vertical-align: top;
			}

			.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.spin,
			.amp-viewer-kit .desktop-full-view .nav-container .tooltip.spin,
			.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.spin {
				width: 75%;
				height: 35%;
			}

				.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.spin .tooltip-icon,
				.amp-viewer-kit .desktop-full-view .nav-container .tooltip.spin .tooltip-icon,
				.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.spin .tooltip-icon {
					background-image: url('svg/ic_360spin_24px.svg');
				}

			.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.spin-3d,
			.amp-viewer-kit .desktop-full-view .nav-container .tooltip.spin-3d,
			.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.spin-3d {
				width: 75%;
				height: 35%;
			}

				.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.spin-3d .tooltip-icon,
				.amp-viewer-kit .desktop-full-view .nav-container .tooltip.spin-3d .tooltip-icon,
				.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.spin-3d .tooltip-icon {
					background-image: url('svg/ic_720spin_24px.svg');
					background-size: 60%;
				}

			.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.video,
			.amp-viewer-kit .desktop-full-view .nav-container .tooltip.video,
			.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.video {
				width: 50%;
				height: 40%;
			}

				.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.video .tooltip-icon,
				.amp-viewer-kit .desktop-full-view .nav-container .tooltip.video .tooltip-icon,
				.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.video .tooltip-icon {
					background-image: url('svg/ic_play_24px.svg');
				}

	.amp-viewer-kit .desktop-normal-view .main-container {
		margin-bottom: 20px;
	}

		.amp-viewer-kit .desktop-normal-view .main-container .list {
			margin: 0 52px;
		}

	.amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide {
		margin: 0 10px;
	}

		.amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide.amp-selected::after {
			content: '';
			position: absolute;
			height: 2px;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: #707175;
		}

	.amp-viewer-kit .desktop-full-view {
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99999;
	}

		.amp-viewer-kit .desktop-full-view .main-container {
			margin-bottom: 20px;
			height: calc(100% - 120px);
		}

			.amp-viewer-kit .desktop-full-view .main-container .list {
				margin: 0;
				width: 100%;
				max-height: 100%;
			}

				.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .amp-inner-spinset,
				.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .inner-element,
				.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .inner-element img {
					width: auto;
					max-width: 100%;
					max-height: 100%;
					height: auto;
					display: block !important;
					margin: auto;
					position: relative;
					top: 50%;
					-ms-transform: translateY(-50%);
					transform: translateY(-50%);
				}

				.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .amp-spin .amp-seen {
					height: 100%;
				}

			.amp-viewer-kit .desktop-full-view .main-container .icon {
				width: 32px;
				height: 32px;
			}

				.amp-viewer-kit .desktop-full-view .main-container .icon.icon-left {
					left: 0;
				}

				.amp-viewer-kit .desktop-full-view .main-container .icon.icon-right {
					right: 0;
				}

		.amp-viewer-kit .desktop-full-view .nav-container {
			float: left;
		}

			.amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide {
				margin: 0 10px;
			}

				.amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide.amp-selected::after {
					content: '';
					position: absolute;
					height: 2px;
					left: 0;
					right: 0;
					bottom: 0;
					background-color: #707175;
				}

		.amp-viewer-kit .desktop-full-view .panel {
			width: 96px;
			height: 100px;
			float: right;
			text-align: center;
		}

			.amp-viewer-kit .desktop-full-view .panel .icon {
				width: 32px;
				height: 32px;
				position: relative;
				display: inline-block;
				top: 50%;
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}

				.amp-viewer-kit .desktop-full-view .panel .icon.plus {
					background-image: url('svg/ic_zoomin_24px.svg');
				}

				.amp-viewer-kit .desktop-full-view .panel .icon.minus {
					background-image: url('svg/ic_zoomout_24px.svg');
				}

	.amp-viewer-kit .mobile-normal-view .main-container {
		margin-bottom: 20px;
	}

		.amp-viewer-kit .mobile-normal-view .main-container .tooltip.image {
			position: absolute;
		}

		.amp-viewer-kit .mobile-normal-view .main-container .close {
			display: none;
		}

	.amp-viewer-kit .mobile-normal-view .nav-container .list {
		height: 50px !important;
	}

		.amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide .mobile-thumbnail {
			width: 30px;
			height: 30px;
			position: absolute;
			top: 50%;
			left: 50%;
			-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
			background-color: #c1bab0;
			border-radius: 50%;
		}

		.amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide.amp-selected .mobile-thumbnail {
			width: 35px;
			height: 35px;
			background-color: #707175;
			-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
		}

	.amp-viewer-kit .amp-outer-spin .amp-progress-indicator {
		display: none;
	}

	.amp-viewer-kit .amp-margin-helper:before {
		content: '';
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -10px;
	}

	.amp-viewer-kit .amp-margin-helper:after {
		content: '';
		width: 10px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10px;
	}

	.amp-viewer-kit .amp-slide .video-js .vjs-big-play-button {
		transition: all 0s;
	}

@font-face {
	font-family: 'Neuzeit Regular';
	src: url('fonts/neuzeitgrot-webfont.woff') format('woff');
	font-style: normal;
}

@font-face {
	font-family: 'Neuzeit Light';
	src: url('fonts/neuzeitgrot-light-webfont.woff') format('woff');
	font-style: normal;
}

@font-face {
	font-family: 'Neuzeit Regular';
	src: url('fonts/neuzeitgrot-bold-webfont.woff') format('woff');
	font-weight: bold;
}

* {
	box-sizing: border-box;
}

.amp-viewer-kit .mobile-portrait-view .amp-spin {
	height: 100% !important;
}

.amp-viewer-kit .amp-portrait-view {
	position: relative;
}

	.amp-viewer-kit .amp-portrait-view.desktop-normal-view .amp-spin {
		height: 100% !important;
	}

	.amp-viewer-kit .amp-portrait-view .amp-main-img {
		max-height: 100%;
		width: auto;
	}

	.amp-viewer-kit .amp-portrait-view .main-container {
		margin: 0 0 0 100px;
	}

		.amp-viewer-kit .amp-portrait-view .main-container .icon.icon-right {
			right: 0;
		}

		.amp-viewer-kit .amp-portrait-view .main-container .icon.icon-left {
			left: 0;
		}

		.amp-viewer-kit .amp-portrait-view .main-container .list {
			margin: 0;
		}

			.amp-viewer-kit .amp-portrait-view .main-container .list .amp-slide {
				marign: 0;
			}

	.amp-viewer-kit .amp-portrait-view .nav-container {
		height: 100%;
		width: 90px;
		margin: 0;
		padding: 30px 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
	}

		.amp-viewer-kit .amp-portrait-view .nav-container.amp-without-thumbs {
			padding: 0;
		}

		.amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-right,
		.amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-left {
			margin-left: -13px;
			-ms-transform: translateY(0);
			transform: translateY(0);
		}

		.amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-right {
			bottom: 0;
			right: auto !important;
			left: 50% !important;
			top: auto;
			background-image: url('svg/ic_stepforward_vert_24px.svg');
		}

		.amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-left {
			top: 0;
			left: 50% !important;
			background-image: url('svg/ic_stepbackward_vert_24px.svg');
		}

		.amp-viewer-kit .amp-portrait-view .nav-container .amp-carousel {
			width: 90px !important;
		}

		.amp-viewer-kit .amp-portrait-view .nav-container .list .amp-slide {
			width: 70px !important;
			height: 90px;
			margin: 0 10px;
			padding: 6px;
		}

			.amp-viewer-kit .amp-portrait-view .nav-container .list .amp-slide.amp-selected::after {
				content: '';
				position: absolute;
				height: 94%;
				left: 0;
				right: 0;
				bottom: 0;
				border: 2px solid #707175;
				margin: 0px;
				background-color: transparent;
			}

			.amp-viewer-kit .amp-portrait-view .nav-container .list .amp-slide .thumbnail {
				margin: 0 0 10px 0;
			}

		.amp-viewer-kit .amp-portrait-view .nav-container .amp-margin-helper:before {
			width: 100%;
			height: 10px;
			top: 0px;
			left: 0;
		}

		.amp-viewer-kit .amp-portrait-view .nav-container .amp-margin-helper:after {
			width: 100%;
			height: 10px;
			top: auto;
			bottom: 0px;
			right: auto;
		}

.vjs-paused.vjs-has-started .vjs-big-play-button {
	display: block;
}

.video-js,
.vjs-icon-share {
	font-weight: 400;
	font-style: normal;
}

	.video-js .vjs-audio-button,
	.video-js .vjs-big-play-button,
	.video-js .vjs-captions-button,
	.video-js .vjs-chapters-button,
	.video-js .vjs-control.vjs-close-button,
	.video-js .vjs-descriptions-button,
	.video-js .vjs-fullscreen-control,
	.video-js .vjs-mouse-display,
	.video-js .vjs-mute-control,
	.video-js .vjs-mute-control.vjs-vol-0,
	.video-js .vjs-mute-control.vjs-vol-1,
	.video-js .vjs-mute-control.vjs-vol-2,
	.video-js .vjs-play-control,
	.video-js .vjs-play-control.vjs-playing,
	.video-js .vjs-play-progress,
	.video-js .vjs-subtitles-button,
	.video-js .vjs-volume-level,
	.video-js .vjs-volume-menu-button,
	.video-js .vjs-volume-menu-button.vjs-vol-0,
	.video-js .vjs-volume-menu-button.vjs-vol-1,
	.video-js .vjs-volume-menu-button.vjs-vol-2,
	.video-js.vjs-fullscreen .vjs-fullscreen-control,
	.vjs-icon-audio,
	.vjs-icon-audio-description,
	.vjs-icon-cancel,
	.vjs-icon-captions,
	.vjs-icon-chapters,
	.vjs-icon-circle,
	.vjs-icon-circle-inner-circle,
	.vjs-icon-circle-outline,
	.vjs-icon-cog,
	.vjs-icon-facebook,
	.vjs-icon-fullscreen-enter,
	.vjs-icon-fullscreen-exit,
	.vjs-icon-gplus,
	.vjs-icon-hd,
	.vjs-icon-linkedin,
	.vjs-icon-pause,
	.vjs-icon-pinterest,
	.vjs-icon-play,
	.vjs-icon-play-circle,
	.vjs-icon-replay,
	.vjs-icon-spinner,
	.vjs-icon-square,
	.vjs-icon-subtitles,
	.vjs-icon-tumblr,
	.vjs-icon-twitter,
	.vjs-icon-volume-high,
	.vjs-icon-volume-low,
	.vjs-icon-volume-mid,
	.vjs-icon-volume-mute {
		font-family: VideoJS;
		font-weight: 400;
		font-style: normal;
	}

.video-js,
.vjs-no-js {
	color: #fff;
	background-color: #000;
}

	.video-js .vjs-big-play-button:before,
	.video-js .vjs-control,
	.video-js .vjs-control:before,
	.vjs-menu li,
	.vjs-no-js {
		text-align: center;
	}

		.video-js .vjs-big-play-button:before,
		.video-js .vjs-control:before,
		.video-js .vjs-modal-dialog,
		.vjs-modal-dialog .vjs-modal-dialog-content {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

@font-face {
	font-family: VideoJS;
	src: url(font/VideoJS.eot?#iefix) format('eot');
}

@font-face {
	font-family: VideoJS;
	src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format('truetype');
	font-weight: 400;
	font-style: normal;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before,
.vjs-icon-play:before {
	content: '\f101';
}

.vjs-icon-play-circle:before {
	content: '\f102';
}

.video-js .vjs-play-control.vjs-playing:before,
.vjs-icon-pause:before {
	content: '\f103';
}

.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before,
.vjs-icon-volume-mute:before {
	content: '\f104';
}

.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before,
.vjs-icon-volume-low:before {
	content: '\f105';
}

.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before,
.vjs-icon-volume-mid:before {
	content: '\f106';
}

.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before,
.vjs-icon-volume-high:before {
	content: '\f107';
}

.video-js .vjs-fullscreen-control:before,
.vjs-icon-fullscreen-enter:before {
	content: '\f108';
}

.video-js.vjs-fullscreen .vjs-fullscreen-control:before,
.vjs-icon-fullscreen-exit:before {
	content: '\f109';
}

.vjs-icon-square:before {
	content: '\f10a';
}

.vjs-icon-spinner:before {
	content: '\f10b';
}

.video-js .vjs-subtitles-button:before,
.vjs-icon-subtitles:before {
	content: '\f10c';
}

.video-js .vjs-captions-button:before,
.vjs-icon-captions:before {
	content: '\f10d';
}

.video-js .vjs-chapters-button:before,
.vjs-icon-chapters:before {
	content: '\f10e';
}

.vjs-icon-share {
	font-family: VideoJS;
}

	.vjs-icon-share:before {
		content: '\f10f';
	}

.vjs-icon-cog:before {
	content: '\f110';
}

.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before {
	content: '\f111';
}

.vjs-icon-circle-outline:before {
	content: '\f112';
}

.vjs-icon-circle-inner-circle:before {
	content: '\f113';
}

.vjs-icon-hd:before {
	content: '\f114';
}

.video-js .vjs-control.vjs-close-button:before,
.vjs-icon-cancel:before {
	content: '\f115';
}

.vjs-icon-replay:before {
	content: '\f116';
}

.vjs-icon-facebook:before {
	content: '\f117';
}

.vjs-icon-gplus:before {
	content: '\f118';
}

.vjs-icon-linkedin:before {
	content: '\f119';
}

.vjs-icon-twitter:before {
	content: '\f11a';
}

.vjs-icon-tumblr:before {
	content: '\f11b';
}

.vjs-icon-pinterest:before {
	content: '\f11c';
}

.video-js .vjs-descriptions-button:before,
.vjs-icon-audio-description:before {
	content: '\f11d';
}

.video-js .vjs-audio-button:before,
.vjs-icon-audio:before {
	content: '\f11e';
}

.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.video-js:-moz-full-screen {
		position: absolute;
	}

	.video-js:-webkit-full-screen {
		width: 100% !important;
		height: 100% !important;
	}

	.video-js .vjs-tech,
	.video-js.vjs-fill {
		width: 100%;
		height: 100%;
	}

	.video-js *,
	.video-js :after,
	.video-js :before {
		box-sizing: inherit;
	}

	.video-js ul {
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		list-style-position: outside;
		margin: 0;
	}

.vjs-error .vjs-error-display:before,
.vjs-menu .vjs-menu-content,
.vjs-no-js {
	font-family: Arial, Helvetica, sans-serif;
}

.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
	width: 100%;
	max-width: 100%;
	height: 0;
}

.video-js.vjs-16-9 {
	padding-top: 56.25%;
}

.video-js.vjs-4-3 {
	padding-top: 75%;
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
}

body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.video-js.vjs-fullscreen {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important;
}

	.video-js.vjs-fullscreen.vjs-user-inactive {
		cursor: none;
	}

.vjs-hidden {
	display: none !important;
}

.vjs-disabled {
	opacity: 0.5;
	cursor: default;
}

.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px;
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible;
}

.vjs-no-js {
	padding: 20px;
	font-size: 18px;
	width: 300px;
	height: 150px;
	margin: 0 auto;
}

	.vjs-no-js a,
	.vjs-no-js a:visited {
		color: #66a8cc;
	}

.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: 0.06666em solid #fff;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, 0.7);
	border-radius: 0.3em;
	transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -0.75em;
	margin-left: -1.5em;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
	outline: 0;
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
	transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
	display: none;
}

.video-js button {
	background: 0 0;
	border: none;
	color: inherit;
	display: inline-block;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: 0.5em;
	z-index: 2;
}

.vjs-menu-button {
	cursor: pointer;
}

	.vjs-menu-button.vjs-disabled {
		cursor: default;
	}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
	display: none;
}

.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
	display: none;
}

.vjs-menu li {
	list-style: none;
	margin: 0;
	padding: 0.2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-transform: lowercase;
}

	.vjs-menu li:focus,
	.vjs-menu li:hover {
		outline: 0;
		background-color: #73859f;
		background-color: rgba(115, 133, 159, 0.5);
	}

	.vjs-menu li.vjs-selected,
	.vjs-menu li.vjs-selected:focus,
	.vjs-menu li.vjs-selected:hover {
		background-color: #fff;
		color: #2b333f;
	}

	.vjs-menu li.vjs-menu-title {
		text-align: center;
		text-transform: uppercase;
		font-size: 1em;
		line-height: 2em;
		padding: 0;
		margin: 0 0 0.3em;
		font-weight: 700;
		cursor: default;
	}

.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0;
	margin-bottom: 1.5em;
	border-top-color: rgba(43, 51, 63, 0.7);
}

	.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
		background-color: #2b333f;
		background-color: rgba(43, 51, 63, 0.7);
		position: absolute;
		width: 100%;
		bottom: 1.5em;
		max-height: 15em;
	}

	.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
	.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
		display: block;
	}

.video-js .vjs-menu-button-inline {
	transition: all 0.4s;
	overflow: hidden;
}

	.video-js .vjs-menu-button-inline:before {
		width: 2.22222222em;
	}

	.video-js .vjs-menu-button-inline.vjs-slider-active,
	.video-js .vjs-menu-button-inline:focus,
	.video-js .vjs-menu-button-inline:hover,
	.video-js.vjs-no-flex .vjs-menu-button-inline {
		width: 12em;
	}

	.video-js .vjs-menu-button-inline.vjs-slider-active {
		transition: none;
	}

.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	transition: all 0.4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
	display: block;
	opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto;
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
	width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
	display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table;
}

.video-js .vjs-control {
	outline: 0;
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	-ms-flex: none;
	flex: none;
}

	.video-js .vjs-control:before {
		font-size: 1.8em;
		line-height: 1.67;
	}

	.video-js .vjs-control:focus,
	.video-js .vjs-control:focus:before,
	.video-js .vjs-control:hover:before {
		text-shadow: 0 0 1em #fff;
	}

.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
	display: none;
}

.video-js .vjs-progress-control {
	-ms-flex: auto;
	flex: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-width: 4em;
}

.vjs-live .vjs-progress-control {
	display: none;
}

.video-js .vjs-progress-holder {
	-ms-flex: auto;
	flex: auto;
	transition: all 0.2s;
	height: 0.3em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.66666667em;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
	font-size: 0.6em;
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar {
	position: absolute;
	display: block;
	height: 0.3em;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0;
}

.video-js .vjs-mouse-display:before,
.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
	display: none;
}

.video-js .vjs-play-progress {
	background-color: #fff;
}

	.video-js .vjs-play-progress:before {
		position: absolute;
		top: -0.33333333em;
		right: -0.5em;
		font-size: 0.9em;
	}

	.video-js .vjs-mouse-display:after,
	.video-js .vjs-play-progress:after,
	.video-js .vjs-time-tooltip {
		visibility: hidden;
		pointer-events: none;
		position: absolute;
		top: -3.4em;
		right: -1.9em;
		font-size: 0.9em;
		color: #000;
		content: attr(data-current-time);
		padding: 6px 8px 8px;
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.8);
		border-radius: 0.3em;
	}

	.video-js .vjs-play-progress:after,
	.video-js .vjs-play-progress:before,
	.video-js .vjs-time-tooltip {
		z-index: 1;
	}

.video-js .vjs-load-progress {
	background: #bfc7d3;
	background: rgba(115, 133, 159, 0.5);
}

	.video-js .vjs-load-progress div {
		background: #fff;
		background: rgba(115, 133, 159, 0.75);
	}

.video-js.vjs-no-flex .vjs-progress-control {
	width: auto;
}

.video-js .vjs-time-tooltip {
	display: inline-block;
	height: 2.4em;
	position: relative;
	float: right;
	right: -1.9em;
}

.vjs-tooltip-progress-bar {
	visibility: hidden;
}

.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
	visibility: hidden;
	opacity: 0;
	transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
	display: none;
}

.video-js .vjs-progress-control .vjs-mouse-display:after,
.vjs-mouse-display .vjs-time-tooltip {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 0.45em;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
}

	.video-js .vjs-slider:focus {
		text-shadow: 0 0 1em #fff;
		box-shadow: 0 0 1em #fff;
	}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
	cursor: pointer;
	-ms-flex: none;
	flex: none;
}

.video-js .vjs-volume-control {
	width: 5em;
	-ms-flex: none;
	flex: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.video-js .vjs-volume-bar {
	margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
	width: 0.3em;
	height: 5em;
	margin: 1.35em auto;
}

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

	.video-js .vjs-volume-level:before {
		position: absolute;
		font-size: 0.9em;
	}

.vjs-slider-vertical .vjs-volume-level {
	width: 0.3em;
}

	.vjs-slider-vertical .vjs-volume-level:before {
		top: -0.5em;
		left: -0.3em;
	}

.vjs-slider-horizontal .vjs-volume-level {
	height: 0.3em;
}

	.vjs-slider-horizontal .vjs-volume-level:before {
		top: -0.3em;
		right: -0.5em;
	}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
	left: 0.5em;
	height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
	left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
	height: 0;
	width: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical:hover .vjs-menu-content {
	height: 8em;
	width: 2.9em;
}

.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
	height: 2.9em;
	width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
	background-color: transparent !important;
}

.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-color: #000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

	.vjs-poster img {
		display: block;
		vertical-align: middle;
		margin: 0 auto;
		max-height: 100%;
		padding: 0;
		width: 100%;
	}

.vjs-has-started .vjs-poster {
	display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
	display: block;
}

.vjs-controls-disabled .vjs-poster,
.vjs-using-native-controls .vjs-poster {
	display: none;
}

.video-js .vjs-live-control {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-ms-flex: auto;
	flex: auto;
	font-size: 1em;
	line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left;
}

.video-js .vjs-current-time,
.video-js .vjs-duration,
.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.vjs-no-flex .vjs-current-time,
.vjs-no-flex .vjs-duration {
	display: none;
}

.video-js .vjs-time-control {
	-ms-flex: none;
	flex: none;
	font-size: 1em;
	line-height: 3em;
	min-width: 2em;
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
}

.vjs-time-divider {
	display: none;
	line-height: 3em;
}

.video-js .vjs-play-control {
	cursor: pointer;
	-ms-flex: none;
	flex: none;
}

.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em;
}

.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.1em;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
	color: #fff;
}

.vjs-captions {
	color: #fc6;
}

.vjs-tt-cue {
	display: block;
}

video::-webkit-media-text-track-display {
	-ms-transform: translateY(-3em);
	transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	-ms-transform: translateY(-1.5em);
	transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
	cursor: pointer;
	-ms-flex: none;
	flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center;
}

.vjs-error .vjs-error-display:before {
	color: #fff;
	content: 'X';
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -0.5em;
	position: absolute;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%;
}

.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.85;
	text-align: left;
	border: 6px solid rgba(43, 51, 63, 0.7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
	display: block;
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
	content: '';
	position: absolute;
	margin: -6px;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: #fff transparent transparent;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
	animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
	border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
	border-top-color: #fff;
	animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes vjs-spinner-fade {
	0%, 100%, 20%, 60% {
		border-top-color: #73859f;
	}

	35% {
		border-top-color: #fff;
	}
}

.vjs-chapters-button .vjs-menu ul {
	width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-ms-flex: auto;
	flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button {
	display: none;
}

.vjs-caption-settings {
	position: relative;
	top: 1em;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, 0.75);
	color: #fff;
	margin: 0 auto;
	padding: 0.5em;
	height: 16em;
	font-size: 12px;
	width: 40em;
}

	.vjs-caption-settings .vjs-tracksettings {
		top: 0;
		bottom: 1em;
		left: 0;
		right: 0;
		position: absolute;
		overflow: auto;
	}

	.vjs-caption-settings .vjs-tracksettings-colors,
	.vjs-caption-settings .vjs-tracksettings-font {
		float: left;
	}

		.vjs-caption-settings .vjs-tracksettings-colors:after,
		.vjs-caption-settings .vjs-tracksettings-controls:after,
		.vjs-caption-settings .vjs-tracksettings-font:after {
			clear: both;
		}

	.vjs-caption-settings .vjs-tracksettings-controls {
		position: absolute;
		bottom: 1em;
		right: 1em;
	}

	.vjs-caption-settings .vjs-tracksetting {
		margin: 5px;
		padding: 3px;
		min-height: 40px;
		border: none;
	}

		.vjs-caption-settings .vjs-tracksetting label,
		.vjs-caption-settings .vjs-tracksetting legend {
			display: block;
			width: 100px;
			margin-bottom: 5px;
		}

		.vjs-caption-settings .vjs-tracksetting span {
			display: inline;
			margin-left: 5px;
			vertical-align: top;
			float: right;
		}

		.vjs-caption-settings .vjs-tracksetting > div {
			margin-bottom: 5px;
			min-height: 20px;
		}

			.vjs-caption-settings .vjs-tracksetting > div:last-child {
				margin-bottom: 0;
				padding-bottom: 0;
				min-height: 0;
			}

	.vjs-caption-settings label > input {
		margin-right: 10px;
	}

	.vjs-caption-settings fieldset {
		margin-top: 1em;
		margin-left: 0.5em;
	}

		.vjs-caption-settings fieldset .vjs-label {
			position: absolute;
			clip: rect(1px 1px 1px 1px);
			clip: rect(1px, 1px, 1px, 1px);
			padding: 0;
			border: 0;
			height: 1px;
			width: 1px;
			overflow: hidden;
		}

	.vjs-caption-settings input[type='button'] {
		width: 40px;
		height: 40px;
	}

.video-js .vjs-modal-dialog {
	background: rgba(0, 0, 0, 0.8);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1;
}

@media print {
	.video-js > :not(.vjs-tech):not(.vjs-poster) {
		visibility: hidden;
	}
}

@media \0screen {
	.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
		content: '';
	}

	.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
		visibility: hidden;
	}
}

.vjs-resolution-button {
	color: #ccc;
	font-family: VideoJS;
}

	.vjs-resolution-button .vjs-resolution-button-staticlabel:before {
		content: '\f110';
		font-size: 1.8em;
		line-height: 1.67;
	}

	.vjs-resolution-button .vjs-resolution-button-label {
		font-size: 1em;
		line-height: 3em;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		box-sizing: inherit;
		font-family: Arial, Helvetica, sans-serif;
	}

	.vjs-resolution-button ul.vjs-menu-content {
		width: 4em !important;
	}

	.vjs-resolution-button .vjs-menu {
		left: 0;
	}

		.vjs-resolution-button .vjs-menu li {
			text-transform: none;
			font-size: 1em;
			font-family: Arial, Helvetica, sans-serif;
		}

.amp-viewer-kit {
	display: block;
}

	.amp-viewer-kit .amp-loading {
		background: url('/_ui/responsive/common/images/spinner.gif') no-repeat center;
	}

	.amp-viewer-kit .icon {
		background-color: transparent;
	}

		.amp-viewer-kit .icon.icon-left,
		.amp-viewer-kit .icon.icon-right {
			background-image: none;
			display: none;
		}

		.amp-viewer-kit .icon.close {
			font-family: 'epson-icons';
			width: 20px;
			height: 20px;
			font-size: 20px;
			margin: 10px;
			background-image: none;
			right: 0 /*rtl: auto*/;
			left: auto /*rtl: 0*/;
		}

			.amp-viewer-kit .icon.close:before {
				content: '\e604';
			}

	.amp-viewer-kit .thumbnail {
		border: none;
	}

	.amp-viewer-kit .mobile-normal-view .main-container {
		margin-bottom: 0;
	}

	.amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide .mobile-thumbnail,
	.amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide.amp-selected .mobile-thumbnail {
		width: 11px;
		height: 11px;
		margin: 0 9px;
		left: 6px;
		right: 0px;
	}

	.amp-viewer-kit .desktop-normal-view .main-container .list {
		margin: 0 40px;
	}

	.amp-viewer-kit .desktop-normal-view .nav-container .icon.icon-right {
		text-align: right;
	}

	.amp-viewer-kit .desktop-normal-view .nav-container .icon.icon-left {
		text-align: left;
	}

	.amp-viewer-kit .desktop-normal-view .main-container .tooltip,
	.amp-viewer-kit .desktop-full-view .main-container .tooltip,
	.amp-viewer-kit .mobile-normal-view .main-container .tooltip {
		width: 250px;
		font-family: Helvetica, Arial, sans-serif;
	}

		.amp-viewer-kit .desktop-normal-view .main-container .tooltip.image,
		.amp-viewer-kit .desktop-full-view .main-container .tooltip.image,
		.amp-viewer-kit .mobile-normal-view .main-container .tooltip.image {
			position: fixed /*rtl: absolute*/;
		}

			.amp-viewer-kit .desktop-normal-view .main-container .tooltip.image .tooltip-icon,
			.amp-viewer-kit .desktop-full-view .main-container .tooltip.image .tooltip-icon,
			.amp-viewer-kit .mobile-normal-view .main-container .tooltip.image .tooltip-icon {
				background-image: url('https://epsonemear.a.bigcontent.io/v1/static/viewer-kit-magnifier-icon');
			}

		.amp-viewer-kit .desktop-normal-view .main-container .tooltip.spin .tooltip-icon,
		.amp-viewer-kit .desktop-full-view .main-container .tooltip.spin .tooltip-icon,
		.amp-viewer-kit .mobile-normal-view .main-container .tooltip.spin .tooltip-icon {
			background-image: url('https://epsonemear.a.bigcontent.io/v1/static/viewer-kit-360-icon');
		}

		.amp-viewer-kit .desktop-normal-view .main-container .tooltip.video .tooltip-icon,
		.amp-viewer-kit .desktop-full-view .main-container .tooltip.video .tooltip-icon,
		.amp-viewer-kit .mobile-normal-view .main-container .tooltip.video .tooltip-icon {
			background-image: none;
		}

	.amp-viewer-kit .desktop-normal-view .main-container .list .amp-slide .zoom-trap,
	.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .zoom-trap,
	.amp-viewer-kit .mobile-normal-view .main-container .list .amp-slide .zoom-trap {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.amp-viewer-kit .desktop-normal-view .main-container .list .amp-slide .amp-zoom,
	.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .amp-zoom,
	.amp-viewer-kit .mobile-normal-view .main-container .list .amp-slide .amp-zoom,
	.amp-viewer-kit .desktop-normal-view .main-container .list .amp-slide .amp-zoomed,
	.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .amp-zoomed,
	.amp-viewer-kit .mobile-normal-view .main-container .list .amp-slide .amp-zoomed,
	.amp-viewer-kit .desktop-normal-view .main-container .list .amp-slide .amp-zoomed-clone,
	.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .amp-zoomed-clone,
	.amp-viewer-kit .mobile-normal-view .main-container .list .amp-slide .amp-zoomed-clone,
	.amp-viewer-kit .desktop-normal-view .main-container .list .amp-slide .amp-zoomed-container,
	.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .amp-zoomed-container,
	.amp-viewer-kit .mobile-normal-view .main-container .list .amp-slide .amp-zoomed-container {
		background-color: #fff;
	}

@media (min-width: 1024px) {
	.amp-viewer-kit .desktop-normal-view .nav-container,
	.amp-viewer-kit .desktop-full-view .nav-container,
	.amp-viewer-kit .mobile-normal-view .nav-container {
		padding: 0 32px;
	}
}

@media (min-width: 1400px) {
	.amp-viewer-kit .desktop-normal-view .nav-container,
	.amp-viewer-kit .desktop-full-view .nav-container,
	.amp-viewer-kit .mobile-normal-view .nav-container {
		padding: 0 52px;
	}
}

.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.video,
.amp-viewer-kit .desktop-full-view .nav-container .tooltip.video,
.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.video {
	background: #ffffff;
	border: 0;
	height: 30px;
	line-height: 30px;
	opacity: 0.8;
	width: 30px;
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 1;
	border-radius: 0;
	top: 40%;
}

@media (min-width: 1024px) {
	.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.video,
	.amp-viewer-kit .desktop-full-view .nav-container .tooltip.video,
	.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.video {
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
}

.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.video::before,
.amp-viewer-kit .desktop-full-view .nav-container .tooltip.video::before,
.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.video::before {
	color: #969696;
	content: '\e072';
	display: block;
	font-family: 'Glyphicons Halflings', sans-serif;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	width: 30px;
	transform: none /*rtl:scaleX(-1)*/;
}

@media (min-width: 1024px) {
	.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.video::before,
	.amp-viewer-kit .desktop-full-view .nav-container .tooltip.video::before,
	.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.video::before {
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
}

.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.video:hover::before,
.amp-viewer-kit .desktop-full-view .nav-container .tooltip.video:hover::before,
.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.video:hover::before {
	background: #9ddfff;
	color: #07156c;
	text-decoration: none;
}

.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.video .tooltip-icon,
.amp-viewer-kit .desktop-full-view .nav-container .tooltip.video .tooltip-icon,
.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.video .tooltip-icon {
	background-image: none;
}

.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.spin,
.amp-viewer-kit .desktop-full-view .nav-container .tooltip.spin,
.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.spin {
	top: 40%;
}

	.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.spin .tooltip-icon,
	.amp-viewer-kit .desktop-full-view .nav-container .tooltip.spin .tooltip-icon,
	.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.spin .tooltip-icon {
		background-image: url('https://epsonemear.a.bigcontent.io/v1/static/viewer-kit-360-icon');
		background-repeat: no-repeat;
		background-position: center center;
	}

.amp-viewer-kit .desktop-normal-view .nav-container .tooltip.video .tooltip-icon,
.amp-viewer-kit .desktop-full-view .nav-container .tooltip.video .tooltip-icon,
.amp-viewer-kit .mobile-normal-view .nav-container .tooltip.video .tooltip-icon {
	background-image: none;
}

.amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide,
.amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide,
.amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide {
	right: unset /*rtl:ignore*/;
	left: 0 /*rtl:ignore*/;
}

	.amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide.amp-selected::after,
	.amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide.amp-selected::after,
	.amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide.amp-selected::after {
		background-color: #10218b;
		height: 3px;
	}

.amp-viewer-kit .desktop-full-view .panel .icon:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.amp-viewer-kit .desktop-full-view .panel .icon.plus {
	background-image: none;
}

	.amp-viewer-kit .desktop-full-view .panel .icon.plus:before {
		content: '\002b';
	}

.amp-viewer-kit .desktop-full-view .panel .icon.minus {
	background-image: none;
}

	.amp-viewer-kit .desktop-full-view .panel .icon.minus:before {
		content: '\2212';
	}

.amp-viewer-kit .desktop-full-view .main-container .zoom-trap {
	padding: 20px 20px 0 20px;
}

.amp-viewer-kit .desktop-full-view .main-container .product-summary__image-badge {
	right: 62px;
	top: 10px;
	width: auto;
	max-width: 100%;
}

.amp-viewer-kit .desktop-full-view .nav-container .thumbnail {
	margin: 0;
}

.amp-viewer-kit .amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-right {
	background-image: none;
}

.amp-viewer-kit .amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-left {
	background-image: none;
}

body {
	overflow-x: hidden;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

	body.offcanvas {
		overflow-y: hidden;
		height: calc(100vh - 1px);
	}

html {
	font-size: 14px;
}

@media (max-width: 1023px) {
	html.offcanvas {
		overflow-x: hidden;
	}
}

@media (max-width: 1023px) {
	main {
		-webkit-transition: transform 0.3s ease-out;
		-o-transition: transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
	}
}

@media (max-width: 1023px) {
	main.offcanvas {
		position: relative;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
}

@media (max-width: 639px) {
	main.offcanvas .sticky-nav-top {
		left: 0;
		position: absolute;
		height: 66px;
		width: 100vw;
	}
}

@media (max-width: 639px) {
	main.offcanvas .navigation--bottom {
		height: 100vh;
		height: calc(100vh - 1px);
		min-height: calc(100vh - 1px);
		-webkit-overflow-scrolling: touch;
		bottom: 0;
	}
}

main.staged-content {
	border-right: 4px solid #f68f39;
	border-bottom: 4px solid #f68f39;
	border-left: 4px solid #f68f39;
}

	main.staged-content::before {
		content: 'Staged Content';
		background-color: #f68f39;
		color: #ffffff;
		display: inline-block;
		font-size: 1rem;
		font-weight: bold;
		padding: 12px;
		text-align: center;
		width: 100%;
	}

ul,
ol {
	padding-left: 15px;
}

p {
	margin: 12px 0 0 0;
}

option {
	font-size: 0.875em;
	/* 14/16 */
	line-height: 18px;
	padding: 6px 13px;
	width: 100%;
}
/*
General
*****************************************************************/
a,
button {
	color: #10218b;
	text-decoration: none;
}

	a:not([href]) {
		cursor: pointer;
	}

	a:hover {
		color: #10218b;
		text-decoration: underline;
	}

@media print {
	a[href]:after {
		content: '';
	}
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #353535;
}

.page-title {
	font-size: 3.071rem;
	margin: 60px 0 0 0;
	padding: 0 0 2% 0;
	border-bottom: 1px solid #b5b7b9;
}

.page-title--product {
	font-size: 2.14285714rem;
	padding: 0 0 20px 0;
	margin: 4% 0 10px 0;
}

@media (min-width: 1024px) {
	.page-title--product {
		font-size: 2.85714286rem;
	}
}

.page-title--checkout {
	width: 83%;
	border-bottom: none;
}

@media (min-width: 1024px) {
	.page-title--checkout {
		width: 100%;
		padding-bottom: 0;
	}
}

.page-title--order-history {
	border: none;
	margin-bottom: 50px;
	padding-bottom: 0;
}

@media (min-width: 1400px) {
	.container-lg {
		float: none;
		margin: 0 auto !important;
		overflow: hidden;
	}
}

@media (max-width: 1023px) {
	.container {
		width: 100%;
	}
}

.overlay {
	position: absolute;
	background: #000000;
	opacity: 0.7;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1000;
}

.overlay--active {
	display: block;
}

[data-section^='cmsitem'] {
	word-break: break-word;
}

.amp-body-large {
	display: block !important;
}

@media (min-width: 1024px) {
	.container-fluid {
		padding-left: 11%;
		padding-right: 11%;
	}
}

.image-map-component img {
	width: 100%;
	height: auto;
}

.banner__link {
	display: block;
}

.banner__img {
	width: 100%;
	height: auto;
}

.tabs {
	margin: 60px 0 40px 0;
}

@media (max-width: 1023px) {
	.tabs {
		border-top: 1px solid #cccccc;
	}
}

.tabs .tabs-list {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 0;
	flex: 0 0 100%;
	margin: 0;
	padding: 0;
}

@media print {
	.tabs .tabs-list {
		display: block;
	}
}

.tabs .tabs-list .current-info {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.tabs .tabs-list li {
	display: flex;
	flex: 1;
	font-size: 1.5rem;
	height: 100%;
	justify-content: center;
	line-height: 30px;
	padding: 0;
}

	.tabs .tabs-list li a {
		padding: 10px 15px;
		width: 100%;
	}

		.tabs .tabs-list li a:focus,
		.tabs .tabs-list li a:hover {
			color: #ffffff;
			cursor: pointer;
			text-decoration: none;
		}

	.tabs .tabs-list li + li:before {
		content: '';
		height: 15px;
		left: 0;
		top: 2px;
		border-left: 1px solid #cccccc;
	}

.tabs .content {
	width: 100%;
}

.tabs .tabhead {
	height: 75px;
	display: table;
}

@media (max-width: 639px) {
	.tabs .tabhead {
		display: none !important;
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.tabs .tabhead {
		display: none !important;
	}
}

.tabs .tabhead + .tabbody {
	display: none;
	position: relative;
}

.tabs .tabhead.active {
	font-weight: bold;
}

	.tabs .tabhead.active + .tabbody {
		display: block;
	}

.tabs .tabhead a {
	padding: 0 10px;
	text-decoration: none;
	width: 100%;
	vertical-align: middle;
}

@media (max-width: 1024px) {
	.tabs .tabhead a {
		padding-left: 20px;
	}
}

.tabs .tabhead a:hover {
	color: #ffffff;
}

.tabs .tabhead .glyphicon {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}

	.tabs .tabhead .glyphicon:before {
		content: '\e072';
	}

	.tabs .tabhead .glyphicon:before {
		transform: none /*rtl:scaleX(-1)*/;
	}

	.tabs .tabhead .glyphicon:before {
		display: block;
	}

@media (max-width: 1024px) {
	.tabs .tabhead .glyphicon {
		padding-right: 20px;
	}
}

.tabs .tabhead.active .glyphicon {
	transform: rotate(90deg);
}

@media (max-width: 639px) {
	.tabs.tabs-responsive .tabs-list {
		display: none !important;
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.tabs.tabs-responsive .tabs-list {
		display: none !important;
	}
}

.tabs.tabs-responsive .tabhead {
	display: none !important;
}

	.tabs.tabs-responsive .tabhead.active {
		background-color: #000000;
	}

@media (max-width: 1023px) {
	.tabs.tabs-responsive .tabhead {
		display: flex !important;
	}
}

.tabs.tabs-accordion .tabs-list {
	display: none !important;
}

.tabs.tabs-accordion .tabhead {
	display: table !important;
	margin-bottom: 20px;
}

@media (max-width: 1023px) {
	.tabs--amplience {
		border-top: none;
	}
}

.tabs--amplience .tabs-list {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #90949c;
}

@media (min-width: 1024px) {
	.tabs--amplience .tabs-list {
		padding-left: 11%;
		padding-right: 11%;
	}
}

.tabs--amplience .tabs-list li + li:before {
	height: 100%;
}

.tabs--amplience .content {
	position: relative;
}

.tabs--amplience .tabhead {
	border-top: none;
	height: auto;
	text-transform: none;
}

	.tabs--amplience .tabhead a {
		font-size: 1.14285714rem;
		line-height: 1.71428571rem;
		font-weight: normal;
		margin-top: 16px;
		margin-bottom: 0;
		padding: 13px 20px 10px;
		margin-top: 0;
	}

@media (min-width: 1024px) {
	.tabs--amplience .tabhead a {
		padding: 10px 15px;
		font-size: 1rem;
		line-height: 1.42857143rem;
		font-weight: normal;
		margin-top: 16px;
		margin-bottom: 0;
		margin-top: 0;
	}
}

.tabs--amplience .tabhead .glyphicon {
	top: -1px;
	padding: 0;
	font-size: 0.78571429rem;
}

.tabs--amplience .tabhead + .tabbody {
	visibility: hidden;
	position: absolute;
	top: 0;
}

.tabs--amplience .tabhead.active {
	border-bottom: 1px solid #cccccc;
}

	.tabs--amplience .tabhead.active + .tabbody {
		display: flex !important;
		visibility: visible;
		position: relative;
	}

.ui-helper-hidden-accessible {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/**
 * INPUTS
 */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	color: #90949c;
	background-color: #f1f3f5;
	border: 1px solid #c7c9ca;
}

.form-control::-moz-placeholder {
	color: #b9bdc2;
	opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #b9bdc2;
}

.form-control--neutral {
	border: none;
}

.form-control:focus,
.form-control:focus-within {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px rgba(53, 65, 83, 0.6);
	outline: auto;
}

.form-control--checkout-input {
	font-size: 1.14285714rem;
}

.form-control--input-md {
	font-size: 1.14285714rem;
	line-height: 1.64285714rem;
	border: 1px solid #90949c;
	margin-bottom: 25px;
}

@media (max-width: 1023px) {
	.form-control--input-md {
		height: 45px;
		padding: 6px 12px;
	}
}

.form-control--input-xs {
	font-size: 1.14285714rem;
	border: 1px solid #90949c;
	height: 45px;
	padding: 10px 16px;
	color: #90949c;
}

	.form-control--input-xs:focus {
		border: 2px solid #101010;
		border-radius: 5px;
		box-shadow: none;
		outline: none;
	}

@media (min-width: 1024px) {
	.form-control--input-xs {
		border-width: 1px 0;
		float: left;
		width: 80%;
		padding: 6px 12px;
	}
}
/**
 * SELECTS
 */
select.form-control {
	appearance: none;
	background: url('/_ui/responsive/common/images/dropdown-arrow.png') #ffffff right top no-repeat scroll;
	background-position: 98% center;
	text-indent: 0.01px;
	text-overflow: '';
}

	select.form-control[disabled],
	select.form-control[readonly],
	fieldset[disabled] select.form-control {
		color: #90949c;
		background-color: #f1f3f5;
		border: 1px solid #c7c9ca;
	}

@media (max-width: 1023px) {
	select.form-control {
		height: 56px;
		line-height: 1.3333333;
	}
}

select.form-control--medium {
	font-size: 1.14285714rem;
}

select.form-control--support-filter {
	background-position: calc(100% - 12px) center;
	height: 35px;
}

@media (min-width: 1024px) {
	select.form-control--lg-third {
		background-position: 95% center;
	}
}
/**
 * CHECKBOXES & RADIO
 */
.checkbox input[type='checkbox'] {
	margin-left: 0px;
}

.checkbox--facet {
	margin: 0;
}

.checkbox-group {
	margin: 10px 0;
}

.checkbox-group__legend {
	font-size: 1.143rem;
	margin: 20px 0 10px;
}

.checkbox-group__legend--required:after {
	content: '*';
	color: #e02b25 !important;
	font-size: 1.14285714rem;
	font-weight: normal;
	line-height: 1.64285714rem;
}

.checkbox-group__input {
	position: relative;
	top: 1px;
}

.checkbox-group__label {
	padding-left: 5px;
	font-size: 1.14285714rem;
	line-height: 1.71428571rem;
}

.checkbox-group--inline .checkbox-group__section {
	display: inline-block;
	margin-right: 10%;
}

.checkbox-group--checkout {
	line-height: 1;
	margin: 40px 0;
}

	.checkbox-group--checkout .checkbox-group__legend {
		margin: 0 0 25px 0;
	}

	.checkbox-group--checkout .checkbox-group__section {
		margin-right: 30px;
	}

	.checkbox-group--checkout .checkbox-group__input,
	.checkbox-group--checkout .checkbox-group__label {
		margin-bottom: 0;
		margin-top: 0;
	}

.radio input[type='radio'] {
	margin-left: 0px;
}

.radio .helper {
	display: block;
	font-weight: normal;
	line-height: 1.42857143rem;
}

.radio--facet {
	margin: 0;
}

.radio--status {
	border-width: 1px;
	border-style: solid;
	border-color: #c7c9ca;
	background-color: #f1f3f5;
	margin: 0 0 10px 0;
	padding: 25px;
}

.radio--status-active {
	background-color: #ffffff;
}

.radio--status label {
	font-size: 1rem;
	font-weight: bold;
	padding-left: 26px;
}

.radio-group {
	margin: 10px 0;
}

.radio-group__legend {
	font-size: 1.143rem;
	margin: 20px 0 10px;
}

.radio-group__legend--required:after {
	content: '*';
	color: #e02b25 !important;
	font-size: 1.14285714rem;
	font-weight: normal;
	line-height: 1.64285714rem;
}

.radio-group__input {
	position: relative;
	top: 1px;
}

.radio-group__label {
	padding-left: 5px;
	font-size: 1.14285714rem;
	line-height: 1.71428571rem;
}

.radio-group--inline .radio-group__section {
	display: inline-block;
	margin-right: 10%;
}

.radio-group--checkout {
	line-height: 1;
	margin: 40px 0;
}

	.radio-group--checkout .radio-group__legend {
		margin: 0 0 25px 0;
	}

	.radio-group--checkout .radio-group__section {
		margin-right: 30px;
	}

	.radio-group--checkout .radio-group__input,
	.radio-group--checkout .radio-group__label {
		margin-bottom: 0;
		margin-top: 0;
	}

.radio-group--inline-flex {
	display: flex;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.radio-group--inline-flex {
		flex-direction: row;
	}
}

.radio-group--inline-flex .radio-group__section {
	flex-basis: auto;
	white-space: nowrap;
	margin-right: 30px;
}

	.radio-group--inline-flex .radio-group__section:not(:last-child) {
		margin-bottom: 20px;
	}

@media (min-width: 1024px) {
	.radio-group--inline-flex .radio-group__section {
		margin-bottom: 0px;
	}
}
/**
 * LABELS
 */
label {
	color: #353535;
	font-weight: normal;
	font-size: 16px;
}

	label.uncased {
		text-transform: none;
	}

legend {
	font-size: 18px;
	border-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
/**
 * VALIDATION
 */
.form-group {
	margin: 5px 0 15px 0;
	display: block;
}

.form-group__label {
	font-weight: normal;
	font-size: 1.14285714rem;
	line-height: 1.71428571rem;
	max-width: 90%;
	margin-bottom: 10px;
}

.form-group__label--required:after {
	content: '*';
	color: #e02b25 !important;
	font-size: 1.14285714rem;
	font-weight: normal;
	line-height: 1.64285714rem;
}

.form-group__label--checkbox {
	font-size: 1.14285714rem;
	line-height: 1.71428571rem;
	max-width: 90%;
}

.form-group__label--span {
	display: inline;
	max-width: none;
}

.form-group__message {
	display: none;
	margin: 10px 0 5px 0;
	font-weight: normal;
	font-size: 0.85714286rem;
	color: #e02b25;
	text-align: left;
}

.form-group__message--neutral {
	color: #707070;
}

.has-error .form-control {
	background-color: #fcf3f3;
	border-color: #c53131;
	color: #e02b25;
}

.has-error .form-control--neutral {
	border: 1px solid #c53131;
}

.has-error .help-block {
	font-size: 0.85714286rem;
	line-height: 1.14285714rem;
	color: #e02b25;
}

.has-error .help-block--neutral {
	color: #707070;
}

.has-success .form-control {
	background-color: transparent;
	border-color: #cccccc;
	color: #353535;
}

.has-success .form-control--neutral {
	border: 1px solid #cccccc;
}

.has-success .help-block {
	font-size: 0.85714286rem;
	line-height: 1.14285714rem;
	color: #353535;
}

.has-success .help-block--neutral {
	color: #707070;
}
/**
 * Misc
 */
.required-section {
	color: #e02b25;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	text-align: right;
}

.help-block {
	margin: 10px 0 5px 0;
	font-weight: normal;
	font-size: 0.85714286rem;
	color: #e02b25;
	text-align: left;
}

.help-block--neutral {
	color: #707070;
}

.form-text--small {
	font-size: 10px;
}

.input-group {
	z-index: 0;
}

	.input-group .form-control {
		position: static;
		z-index: unset;
	}

.input-group-btn {
	padding-left: 1px;
}

@media (max-width: 1023px) {
	textarea.form-control,
	select[multiple].form-control {
		height: auto;
	}
}

.form-element-icon {
	position: relative;
}

	.form-element-icon .glyphicon {
		position: absolute;
	}

	.form-element-icon.datepicker .glyphicon {
		top: 32px;
		right: 10px;
		color: #47b6b1;
		cursor: pointer;
	}

@media (max-width: 1023px) {
	.form-element-icon.datepicker .glyphicon {
		top: 38px;
	}
}

.form-control-radio {
	display: block;
}

	.form-control-radio input {
		margin-bottom: 0;
		float: left;
	}

	.form-control-radio .form-control-label {
		margin-left: 25px;
	}

textarea {
	min-height: 245px;
}

	textarea + .help-block {
		font-size: 12px;
		margin-bottom: 25px;
		text-align: right;
	}

.input-sm {
	height: 40px;
	padding: 9px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 0;
}

select.input-sm {
	height: 40px;
	line-height: 40px;
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}
/* Toggle Button */
.toggle-button {
	position: absolute;
	top: 19px;
	right: 73px;
}

	.toggle-button input[type='checkbox'] {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

		.toggle-button input[type='checkbox'][disabled] ~ label {
			color: #ffffff;
			pointer-events: none;
		}

			.toggle-button input[type='checkbox'][disabled] ~ label .toggle-button__switch {
				opacity: 0.4;
			}

		.toggle-button input[type='checkbox']:focus ~ label .toggle-button__switch,
		.toggle-button input[type='checkbox']:hover ~ label .toggle-button__switch {
			background-color: #ffffff;
			border-color: #999999;
		}

		.toggle-button input[type='checkbox']:checked ~ label .toggle-button__switch {
			background-color: #47b6b1;
		}

			.toggle-button input[type='checkbox']:checked ~ label .toggle-button__switch:after {
				content: '\00a0';
				background-color: #fff;
				transform: translate3d(22px, 0, 0);
			}

			.toggle-button input[type='checkbox']:checked ~ label .toggle-button__switch :before {
				content: '\00a0';
				left: 0;
			}

	.toggle-button label {
		user-select: none;
		position: relative;
		display: flex;
		align-items: center;
	}

		.toggle-button label .toggle-button__switch {
			position: relative;
			height: 33px;
			flex: 0 0 56px;
			border-radius: 60px;
			border: 1px solid #cccccc;
			background-color: #fff;
		}

			.toggle-button label .toggle-button__switch.is-checked {
				border-color: #47b6b1;
			}

			.toggle-button label .toggle-button__switch:before {
				left: 28px;
				font-size: 12px;
				line-height: 23px;
				width: 28px;
				padding: 0 12px;
				content: '\00a0';
				position: absolute;
				top: 0;
			}

			.toggle-button label .toggle-button__switch:after {
				top: 4px;
				left: 4px;
				border-radius: 30px;
				width: 23px;
				line-height: 23px;
				font-size: 12px;
				color: #fff;
				background-color: #cccccc;
				content: '\00a0';
				position: absolute;
				z-index: 5;
			}

	.toggle-button input[type='checkbox']:checked:focus ~ label .toggle-button__switch,
	.toggle-button input[type='checkbox']:checked:hover ~ label .toggle-button__switch {
		background-color: #8fd4d0;
		border-color: #8fd4d0;
	}
/* Webkit autofill overwrite */
.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:hover,
.form-group input:-webkit-autofill:focus,
.form-group input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.form-group--error input:-webkit-autofill,
.form-group--error input:-webkit-autofill:hover,
.form-group--error input:-webkit-autofill:focus,
.form-group--error input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fcf3f3 inset !important;
}

.open > .dropdown-menu {
	padding: 15px 0 0 0;
}

.dropdown-menu li {
	margin-top: 3px;
}

	.dropdown-menu li:first-child {
		margin-top: 0px;
	}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 25px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #353535;
	white-space: nowrap;
}

.form--spacing-small {
	padding: 10px 0;
}

.form--spacing-medium {
	margin-bottom: 50px;
}

.form--spacing-big {
	margin-bottom: 80px;
}

.form--overflow-auto {
	overflow: auto;
}
/**
 * Form blocks
 */
@media (max-width: 1023px) {
	.form-block__section {
		margin-bottom: 50px;
	}
}

.form-block__legend {
	padding: 10px 0;
	font-size: 1.286rem;
	font-weight: bold;
	margin: 0;
}

.form-block__intro {
	margin: 0 0 4% 0;
}

.form-block__link {
	font-size: 0.857rem;
	font-weight: bold;
}

.form-block--guest-checkout-login {
	border-top: 1px solid #90949c;
	padding-top: 50px;
}

@media (min-width: 1024px) {
	.form-block--guest-checkout-login {
		border-left: 1px solid #90949c;
		border-top: none;
		padding-top: 0;
		padding-left: 84px;
		margin-left: 90px;
		padding-bottom: 90px;
	}
}

footer {
	background: #f1f3f5;
	color: #353535;
	position: relative;
	clear: both;
}

.footer {
	position: relative;
}

.footer__title {
	font-size: 1.14285714rem;
	line-height: 1.71428571rem;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
}

.footer__title--border {
	padding-bottom: 5px;
	border-bottom: 2px solid #ffffff;
}

@media (max-width: 1023px) {
	.footer__title--xs-spacing {
		padding-top: 14px;
	}
}

.footer__copyright {
	background: #19212b;
	color: #ffffff;
	padding: 20px 0;
}

.footer__copyright-content {
	font-size: 1rem;
	line-height: 1.42857143rem;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0;
	display: inline-block;
	padding-bottom: 16px;
}

@media (min-width: 1024px) {
	.footer__copyright-content--lg-right {
		float: right;
	}
}

.footer__copyright li:first-child a {
	padding-left: 0;
}

.footer__copyright a {
	color: #ffffff;
	padding: 0 16px;
}

.footer-social {
	background-color: #d9e3ec;
	padding: 4px 20px 20px 20px;
	margin: 0 -10px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

@media (min-width: 1024px) {
	.footer-social {
		flex-direction: row;
		padding: 15px 30px 30px 30px;
		margin: 40px 0 0 0;
	}
}

.footer-social__col {
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.footer-social__col--one {
		width: 71%;
	}
}

@media (min-width: 1024px) {
	.footer-social__col--two {
		width: 26%;
	}
}

@media (min-width: 1024px) {
	.footer-social__col--full {
		width: 100%;
	}
}

.footer-social__notice {
	padding-top: 8px;
	display: block;
}

.footer-social__error,
.footer-social__confirmation {
	display: none;
}

.footer-social ul {
	padding: 12px 0 0 0;
	margin: 0;
}

	.footer-social ul li {
		list-style: none;
		margin: 0;
		padding: 0;
		display: inline-block;
	}

	.footer-social ul a {
		background-size: contain;
		background-repeat: no-repeat;
		color: transparent;
		display: inline-block;
		font-size: 0;
		margin: 0 20px 0 0;
		padding: 30px 0 0 30px;
	}

.footer-links {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f1f3f5;
}

@media (min-width: 1024px) {
	.footer-links {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.footer-links__heading--accordion {
	font-size: 1rem;
	line-height: 1.42857143rem;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0;
	display: inline-block;
	color: #10218b;
	margin: 0;
	cursor: pointer;
}

@media (min-width: 1024px) {
	.footer-links__heading--accordion {
		font-size: 1.14285714rem;
		line-height: 1.57142857rem;
		font-weight: bold;
		margin-top: 16px;
		margin-bottom: 0;
		cursor: initial;
		margin: 0;
	}
}

.footer-links__section {
	padding: 0;
}

@media (min-width: 1024px) {
	.footer-links__section {
		width: 15.66666667%;
	}

		.footer-links__section + .footer-links__section {
			margin-left: 1%;
		}
}

.footer-links__section p {
	margin-bottom: 0;
}

.footer-links__icon {
	display: inline-block;
	height: 35px;
	max-width: 60px;
}

.footer-links__list {
	padding: 0;
	margin: 0;
}

@media (min-width: 1024px) {
	.footer-links__list {
		padding: 0;
	}
}

.footer-links__list li {
	list-style: none;
}

.footer-links__list a {
	color: #10218b;
	text-decoration: none;
}

	.footer-links__list a:hover,
	.footer-links__list a:focus,
	.footer-links__list a:active {
		color: #10218b;
		text-decoration: underline;
	}

.navigation-top__list {
	margin: 0;
	padding: 0 0 0 10px;
}

.navigation-top__list--right {
	padding: 0 10px 0 0;
	float: right;
}

.navigation-top__list-item {
	position: relative;
	list-style-type: none;
	float: left;
	min-height: 38px;
}

	.navigation-top__list-item:not(:last-of-type) {
		border-left: 1px solid #cccccc;
	}

.navigation-top__list-item--greet .navigation-top__links-trigger {
	text-transform: none;
}

.navigation-top__links-trigger {
	display: inline-block;
	padding: 10px 12px 9px;
	font-size: 0.78571429rem;
	line-height: 1.35714286rem;
	text-transform: uppercase;
	color: #10218b;
	font-weight: 600;
}

	.navigation-top__links-trigger:hover {
		text-decoration: none;
	}

.navigation-top__links-trigger--active {
	background-color: #e2eced;
}

.navigation-top__links-trigger--cart {
	padding: 0 9px;
	min-height: 38px;
}

.navigation-top__links-trigger--caret {
	cursor: pointer;
	position: relative;
	padding-right: 22px;
}

	.navigation-top__links-trigger--caret:after {
		content: '';
		width: 6px;
		height: 6px;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 4px solid #10218b;
		position: absolute;
		margin: 0;
		margin-left: 10px;
		right: 10px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%) rotate(90deg) scale(1);
		transform-origin: center;
	}

.navigation-top__links-trigger--site-selector {
	background: url('https://i8.amplience.net/i/epsonemear/globe') no-repeat;
	background-position: left center;
	/*rtl: right center*/
	padding-left: 25px;
	/*rtl: 10px*/
	padding-right: 10px;
	/*rtl: 25px*/
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	font-weight: 600;
	display: inline-block;
}

.navigation-account__trigger,
.navigation__trigger,
.navigation-sub__trigger {
	display: block;
	position: relative;
}

@media (max-width: 1023px) {
	.navigation-account__trigger--arrow:before,
	.navigation__trigger--arrow:before,
	.navigation-sub__trigger--arrow:before {
		content: '\e080';
	}

	.navigation-account__trigger--arrow:before,
	.navigation__trigger--arrow:before,
	.navigation-sub__trigger--arrow:before {
		content: '\e080' /*rtl:"\e079"*/;
	}

	.navigation-account__trigger--arrow:before,
	.navigation__trigger--arrow:before,
	.navigation-sub__trigger--arrow:before {
		position: relative;
		top: 1px;
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #ffffff;
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		line-height: 70px;
	}
}

@media (max-width: 1023px) {
	.navigation-account__trigger a,
	.navigation__trigger a,
	.navigation-sub__trigger a {
		color: #ffffff;
		display: block;
		text-transform: uppercase;
		line-height: 50px;
		padding: 10px 30px 10px 15px;
		padding-left: 30px;
	}
}

.navigation-account__list-item,
.navigation__list-item,
.navigation-sub__list-item {
	list-style-type: none;
	border-bottom: 1px solid #46505e;
}

@media (min-width: 1024px) {
	.navigation-account__list-item,
	.navigation__list-item,
	.navigation-sub__list-item {
		float: left;
		border: none;
	}
}

.navigation-account__list-item.active,
.navigation__list-item.active,
.navigation-sub__list-item.active {
	border-top: none;
	border-bottom: none;
}

.navigation--top {
	background-color: #f2f6f6;
}

.navigation--middle {
	background-color: #19212b;
}

@media (min-width: 1024px) {
	.navigation--middle {
		border-top: 1px solid #d3d3d3;
	}
}

.navigation--middle .navigation__logo {
	padding: 11px 0;
	display: block;
}

	.navigation--middle .navigation__logo a {
		padding: 5px;
	}

		.navigation--middle .navigation__logo a img {
			width: auto;
			max-height: 30px;
		}

.navigation--middle button,
.navigation--middle a {
	color: #ffffff;
}

.navigation--bottom {
	background-color: #19212b;
	width: 100%;
	left: -100%;
	margin-left: 0;
}

@media (max-width: 1023px) {
	.navigation--bottom {
		position: absolute;
		z-index: 999;
		height: calc(100vh - 1px);
		min-height: calc(100vh - 1px);
		top: 0;
		bottom: 0;
		border-bottom: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		float: left;
	}
}

@media (max-width: 1023px) {
	.navigation__column {
		position: static;
		padding-left: 0;
		padding-right: 0;
	}
}

.navigation__btn {
	background: transparent;
	border: none;
	display: inline-block;
}

@media (max-width: 1023px) {
	.navigation__btn {
		padding: 13px 15px 33px 15px;
		line-height: 20px;
	}
}

.navigation__btn-icon {
	line-height: 0;
}

@media (max-width: 1023px) {
	.navigation__btn--close {
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
	}
}

.navigation__btn--close button {
	font-size: 1rem;
	color: #ffffff;
	line-height: 20px;
}

@media (max-width: 1023px) {
	.navigation__btn--close button {
		background-color: #19212b;
		height: 100%;
		width: 100%;
		display: inline-block;
		overflow: hidden;
		border: none;
	}
}

.navigation__btn--mobile {
	padding: 12px 8px;
	margin: 4px 0;
}

.navigation__hamburger {
	padding: 3px 7px;
}

.navigation__hamburger-item {
	display: block;
}

.navigation__hamburger-item--icon {
	margin-top: 9px;
}

.navigation__hamburger-item--txt {
	font-size: 0.571rem;
	top: -3px;
	position: relative;
}

.navigation__list {
	padding: 0;
	margin-bottom: 0;
	margin: 0;
	float: left;
}

@media (min-width: 1024px) {
	.navigation__list {
		font-size: 0.78571429rem;
		line-height: 1.35714286rem;
		float: right;
	}
}

@media (max-width: 1023px) {
	.navigation__list--offcanvas {
		z-index: 999;
		position: absolute;
		top: 66px;
		width: 100%;
		bottom: 0px;
	}
}

@media (max-width: 1023px) {
	.navigation__list-item:first-child {
		border-top: 1px solid #46505e;
	}
}

@media (min-width: 1024px) {
	.navigation__list-item--pipe .navigation__trigger:before {
		color: #707070;
		content: '|';
		left: -1px;
		padding: 45px 0;
		font-size: 1vw;
		line-height: 0.87vw;
		font-weight: 100;
		position: absolute;
		width: 1px;
	}
}

.navigation__trigger a,
.navigation__trigger button {
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #19212b;
}

@media (min-width: 1024px) {
	.navigation__trigger a,
	.navigation__trigger button {
		padding: 45px 2vw;
		font-size: 0.87vw;
		font-weight: 700;
	}
}

.navigation__trigger a:hover,
.navigation__trigger button:hover {
	text-decoration: none;
}

@media (min-width: 1024px) {
	.navigation__trigger a:hover,
	.navigation__trigger button:hover {
		color: #000000;
		background: #d9e3ec;
	}
}

@media (max-width: 1023px) {
	.navigation__trigger-wrap {
		color: #ffffff;
	}
}

.navigation__trigger-wrap--user {
	float: none;
	line-height: 1rem;
	margin-left: 10px;
}

@media (max-width: 1023px) {
	.navigation__trigger--site-selector a {
		display: block;
		cursor: pointer;
		background-image: url('https://i8.amplience.net/i/epsonemear/globe');
		background-repeat: no-repeat;
		background-position: left center;
		/*rtl:  right center*/
		padding-left: 30px;
		/*rtl: 0px*/
		padding-right: 0px;
		/*rtl: 30px*/
		margin-left: 30px;
		/*rtl: 0px*/
		margin-right: 0px;
		/*rtl: 30px*/
	}
}

.navigation__links-trigger--greet {
	display: block;
	padding: 10px 10px 10px 15px;
}

.navigation li.active > .navigation__sub {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 1000;
	left: 0;
	right: 0;
	padding: 0;
	top: 0;
}

@media (min-width: 1024px) {
	.navigation li.active > .navigation__sub {
		width: 18vw;
	}
}

.navigation li.active .navigation__trigger:before {
	display: none;
}

.navigation li.active .navigation__trigger a,
.navigation li.active .navigation__trigger button {
	color: #000000;
	background: #d9e3ec;
	text-decoration: none;
}

.navigation__sub {
	display: none;
}

.navigation-account__list {
	display: inline-block;
	width: 100%;
}

.navigation-sub__nodes {
	padding: 0;
}

.navigation-sub__list {
	display: inline-block;
	width: 100%;
}

@media (min-width: 1024px) {
	.navigation-sub__list-item {
		display: block;
		width: 100%;
	}

		.navigation-sub__list-item:last-child .navigation-sub__trigger a {
			border-bottom: none;
		}

		.navigation-sub__list-item > .navigation-sub__trigger a {
			color: #000000;
			position: relative;
		}

		.navigation-sub__list-item:hover {
			background-color: #333333;
		}

			.navigation-sub__list-item:hover > .navigation-sub__trigger a {
				border-color: transparent;
				color: #ffffff;
			}
}

@media (min-width: 1024px) and (min-width: 1024px) {
	.navigation-sub__list-item a {
		padding-right: 10px;
		display: block;
		border-bottom: 1px solid #cccccc;
		margin: 0 0 0 2vw;
		line-height: 30px;
		padding: 0.3em 50px 0.3em 0;
		font-size: 0.87vw;
	}

	.navigation-sub__list-item:hover a {
		text-decoration: none;
	}
}

@media (min-width: 1024px) {
	.navigation-sub__trigger--arrow:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #999999;
		position: absolute;
		margin: 0;
		margin-left: 10px;
		right: 30px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%) rotate(0deg) scale(1);
		transform-origin: center;
	}

	.navigation-sub__trigger--arrow:hover:after {
		border-left-color: #9ddfff;
	}
}

@media (min-width: 1024px) {
	.navigation-sub--one {
		background-color: #d9e3ec;
	}
}

@media (min-width: 1024px) {
	.navigation-sub-sub {
		background-color: #333333;
	}
}

.navigation-sub-sub__nodes {
	padding: 0;
}

.navigation-sub-sub__list {
	display: inline-block;
	width: 100%;
}

@media (min-width: 1024px) {
	.navigation-sub-sub__list-item a {
		padding-right: 10px;
		display: block;
		border-bottom: 1px solid #474747;
		margin: 0 0 0 2vw;
		line-height: 30px;
		padding: 0.3em 50px 0.3em 0;
		font-size: 0.87vw;
	}

	.navigation-sub-sub__list-item:hover a {
		text-decoration: none;
	}
}

@media (max-width: 1023px) {
	.navigation-sub-sub__list-item {
		border-bottom: 1px solid #46505e;
	}
}

.navigation-sub-sub__list-item > a:not(.navigation-sub-sub__back) {
	color: #ffffff;
	margin-right: 2vw;
}

@media (max-width: 1023px) {
	.navigation-sub-sub__list-item > a:not(.navigation-sub-sub__back) {
		color: #ffffff;
		display: block;
		text-transform: uppercase;
		line-height: 50px;
		padding: 10px 30px 10px 15px;
		padding-left: 30px;
	}
}

.navigation-sub-sub__list-item:hover > a {
	color: #9ddfff;
}

@media (max-width: 1023px) {
	.navigation-account__link-parent a,
	.navigation-sub__link-parent a,
	.navigation-sub-sub__link-parent a {
		color: #ffffff;
		display: block;
		text-transform: uppercase;
		line-height: 50px;
		padding: 10px 30px 10px 15px;
		padding-left: 30px;
	}
}

@media (max-width: 1023px) {
	.navigation-account__link-parent a,
	.navigation-sub__link-parent a,
	.navigation-sub-sub__link-parent a {
		padding-left: 15px;
	}
}

.navigation-account__list,
.navigation-sub__list,
.navigation-sub-sub__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

@media (min-width: 1024px) {
	.navigation-account__list,
	.navigation-sub__list,
	.navigation-sub-sub__list {
		padding: 34px 0;
	}
}

.navigation-account__list-item--back,
.navigation-sub__list-item--back,
.navigation-sub-sub__list-item--back {
	border-bottom: none;
}

.navigation-account__nodes-title,
.navigation-sub__nodes-title,
.navigation-sub-sub__nodes-title {
	display: none;
}

@media (max-width: 1023px) {
	.navigation-account__back,
	.navigation-sub__back,
	.navigation-sub-sub__back {
		color: #ffffff;
		padding: 0 10px;
		font-size: 1.286rem;
		font-weight: normal;
		line-height: 50px;
		display: block;
		text-transform: none;
	}

	.navigation-account__back-icon,
	.navigation-sub__back-icon,
	.navigation-sub-sub__back-icon {
		font-size: 0.8em;
		margin-right: 1em;
		top: 1px;
	}

	.navigation-account__back:hover,
	.navigation-sub__back:hover,
	.navigation-sub-sub__back:hover,
	.navigation-account__back:focus,
	.navigation-sub__back:focus,
	.navigation-sub-sub__back:focus {
		color: #ffffff;
		text-decoration: underline;
	}
}

@media (max-width: 1023px) {
	.navigation__list--offcanvas > .navigation__list-item {
		display: block;
	}

	.navigation__list--offcanvas.active > .navigation__list-item {
		display: none;
	}

		.navigation__list--offcanvas.active > .navigation__list-item.active {
			display: block;
		}

			.navigation__list--offcanvas.active > .navigation__list-item.active .navigation__trigger {
				display: none;
			}
}

@media (max-width: 1023px) {
	.navigation-sub__list.active > .navigation-sub__list-item {
		display: none;
	}

		.navigation-sub__list.active > .navigation-sub__list-item.active {
			display: block;
		}

			.navigation-sub__list.active > .navigation-sub__list-item.active .navigation-sub__trigger {
				display: none;
			}
}

.sub-navigation--active {
	background-color: #e2eced;
}

	.sub-navigation--active .sub-navigation__nav {
		display: block;
	}

.sub-navigation__nav {
	background: #f2f6f6;
	border-top: 1px solid #cccccc;
	display: none;
	padding: 10px 15px 0 10px;
	position: absolute;
	z-index: 1000;
	left: 0;
	right: 0;
}

.sub-navigation__nav-item {
	padding-bottom: 10px;
}

	.sub-navigation__nav-item a {
		font-size: 0.786rem;
		font-weight: 600;
	}

.sticky-nav-top {
	background-color: #19212b;
}

@media (max-width: 1023px) {
	.sticky-nav-top {
		position: sticky;
		left: 0px;
		top: 0;
		right: 0;
		width: 380px;
		height: 66px;
		padding: 0px;
		margin-bottom: 0;
		z-index: 999;
	}

	.sticky-nav-top__item {
		float: left;
		color: #ffffff;
		list-style: none;
	}

		.sticky-nav-top__item a,
		.sticky-nav-top__item button {
			color: #ffffff;
		}

	.sticky-nav-top__item--offset {
		margin-left: 42%;
	}
}

.back-text {
	font-family: sans-serif;
}

.glyphicon-chevron-left:before {
	font-family: 'Glyphicons Halflings';
}

.welcome-text {
	font-family: sans-serif;
	font-weight: bold;
}

.glyphicon-user:before {
	font-family: 'Glyphicons Halflings';
	margin-right: 10px;
}

.search-icon {
	margin-top: 8px;
}

.miniCartSlot > div[data-ng-transclude] {
	display: inline-block;
}

.mini-cart__displays {
	font-size: 0.857rem;
	padding-bottom: 10px;
}

.mini-cart__displays--border {
	border-bottom: 1px solid #e3ecec;
}

.mini-cart__list-item {
	margin-top: 10px;
	border-bottom: 1px solid #e3ecec;
}

	.mini-cart__list-item:first-child {
		margin-top: 0;
	}

	.mini-cart__list-item:last-child {
		border-bottom: none;
	}

.mini-cart__row {
	display: block;
	font-size: 0.857rem;
	border-width: 1px 0;
	margin: 10px -10px;
	padding: 10px;
}

.mini-cart__row--border-top {
	border-top: 1px solid #eee;
}

.mini-cart__row--border-bottom {
	border-bottom: 1px solid #eee;
}

.mini-cart__row:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.mini-cart-price {
	display: none;
}

@media (min-width: 640px) {
	.mini-cart-price {
		overflow: hidden;
		margin-left: 5px;
		margin-right: 5px;
		float: right;
		font-size: 16px;
		font-weight: 600;
		position: relative;
		top: 4px;
	}
}

.mini-cart-link {
	position: relative;
	color: #000000;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
}

.mini-cart-link--offcanvas {
	padding-top: 10px;
	padding-bottom: 35px;
}

	.mini-cart-link--offcanvas .mini-cart-icon {
		margin: -17px 0 0 0;
		color: #ffffff;
	}

		.mini-cart-link--offcanvas .mini-cart-icon .glyphicon-shopping-cart {
			font-size: 15px;
		}

	.mini-cart-link--offcanvas .mini-cart-count {
		z-index: 1;
		position: relative;
		margin-left: 5px;
		top: -7px;
	}

.mini-cart-count,
.mini-cart-icon {
	line-height: 10px;
	padding: 0;
	margin: 0;
}

.mini-cart-count {
	display: inline-block;
	background: #10218b;
	border-radius: 50%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	height: 15px;
	width: 15px;
	line-height: 13px;
	margin: 4px auto 2px auto;
	text-align: center;
}

	.mini-cart-count .nav-items-total {
		display: none;
	}

	.mini-cart-count .nav-items-total--active {
		display: inline-block;
	}

.mini-cart-icon {
	margin: -1px 0 0 0;
	position: relative;
}

	.mini-cart-icon .glyphicon-shopping-cart {
		font-size: 10px;
		transform: scaleX(-1);
		transform-origin: center;
	}

.site-selector {
	padding: 0;
	width: 312px;
	background-color: #ffffff;
	box-shadow: 0px 0px 0px #cccccc;
}

@media (min-width: 1024px) {
	.site-selector {
		background-color: #f2f6f6;
	}
}

.site-selector__header {
	display: block;
	background: #f2f4f7;
}

@media (min-width: 1024px) {
	.site-selector__header {
		background: none;
		padding: 25px 25px 0px 25px;
	}
}

.site-selector__header-text {
	width: auto;
	display: inline;
	float: left;
	font-size: 0.857rem;
	margin: 0;
	padding: 24px 10px;
}

@media (min-width: 1024px) {
	.site-selector__header-text {
		font-size: 1.286rem;
		margin: 0;
		padding: 0;
	}
}

.site-selector__header-btn {
	float: right;
	margin: 9px 10px;
	padding: 15px 14px;
}

@media (min-width: 1024px) {
	.site-selector__header-btn {
		display: none;
	}
}

.site-selector__content {
	padding: 10px 10px 20px 10px;
}

@media (min-width: 1024px) {
	.site-selector__content {
		padding: 12.5px 25px 25px 25px;
	}
}

.site-selector__label {
	font-size: 1.143rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.site-selector__form-group {
	margin-bottom: 20px;
}

.site-selector__bottom {
	padding: 25px 0 0 0;
}

.site-selector--offcanvas {
	position: absolute;
	top: 11%;
	left: 0;
	right: 0;
	z-index: 1001;
	margin: 0 auto;
}

header {
	background: #f8f8f8;
}

.page-cartPage header,
.page-homepage header,
.page-productGrid header,
.page-searchGrid header,
.page-search header,
.page-cartPage header,
.pageType-CategoryPage header {
	margin-bottom: 0;
}
/**
 * Site Logo
 */
.site-logo {
	min-width: 190px;
}

	.site-logo a {
		padding: 30px 0;
		display: inline-block;
	}

	.site-logo img {
		width: auto;
		max-width: 150px;
		max-height: 48px;
		display: inline-block;
		padding-left: 10px;
	}

@media (min-width: 1024px) {
	.site-logo img {
		padding-left: 0;
	}
}

.dropbtn {
	border: none;
	cursor: pointer;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

	.dropdown-content a {
		color: #10218b;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		font-size: 11px;
		font-weight: 600;
	}

.dropdown a:hover {
	background-color: #ddd;
}

.show {
	display: block;
}

.signin-bg {
	background-color: #ffffff;
}

	.signin-bg .dropbtn {
		background: transparent;
	}

.hidden {
	display: none;
}

.dropbtn-mobile {
	text-transform: uppercase;
	line-height: 50px;
	padding: 0px 30px;
	font-size: 14px;
	color: #ffffff;
	background-color: transparent;
	font-weight: 500 !important;
}

.signin-bg-mobile {
	background-color: transparent;
	box-shadow: none;
	min-width: 200px;
}

	.signin-bg-mobile a {
		color: white;
		margin-left: 20px;
		padding: 0px 16px;
	}

.border-btm-none {
	border-bottom: none;
}

.li-login-border {
	border-bottom: 1px solid #46505e;
}

.li-height-150 {
	height: 150px;
}

.li-height-100 {
	height: 100px;
}

.signinA a:hover {
	text-decoration: none;
}

.site-search {
	display: none;
}

	.site-search.active {
		display: block;
	}

.search-site {
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
	padding: 10px 11%;
	float: left;
	width: 100%;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

@media (max-width: 1023px) {
	.search-site {
		padding: 10px 0 10px 4%;
	}
}

.search-site__search-icon {
	padding: 3px 8px;
	background: #ffffff;
	font-size: 1rem;
	color: #353535;
	border: none;
}

	.search-site__search-icon:hover {
		color: #001a4d;
	}

.search-site__input {
	width: 93%;
	padding: 6px 12px;
	border-color: #4e3ba0;
	border-width: 0 0 0 1px;
	height: 34px;
}

@media (max-width: 1023px) {
	.search-site__input {
		width: 100%;
		height: 46px;
		font-size: 1.286rem;
		padding: 15px 15px;
	}
}

.search-site__close {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.search-site__close-icon {
	background: #ffffff;
	border: none;
	font-size: 1rem;
	color: #353535;
}

	.search-site__close-icon:hover {
		color: #10218b;
	}

.ui-autocomplete {
	left: 0;
	/*rtl: auto*/
}

	.ui-autocomplete .price {
		display: table-cell;
		vertical-align: middle;
		padding: 0 10px;
	}

.search-results-highlight {
	font-weight: bold;
}
/**
 * Import all mixin partials
 */
/**
 * Form Validations
 */
.mixin-help-block {
	margin: 10px 0 5px 0;
	font-weight: normal;
	font-size: 0.85714286rem;
	color: #e02b25;
	text-align: left;
}

.mixin-help-block--neutral {
	color: #707070;
}

.mixin-required-styles:after {
	content: '*';
	color: #e02b25 !important;
	font-size: 1.14285714rem;
	font-weight: normal;
	line-height: 1.64285714rem;
}

.mixin-disabled-styles[disabled],
.mixin-disabled-styles[readonly],
fieldset[disabled] .mixin-disabled-styles {
	color: #90949c;
	background-color: #f1f3f5;
	border: 1px solid #c7c9ca;
}

.mixin-static-nav {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 1000;
	left: 0;
	right: 0;
	padding: 0;
	top: 0;
}

@media (min-width: 1024px) {
	.mixin-static-nav {
		width: 18vw;
	}
}

@media (max-width: 1023px) {
	.mixin-nav-mobile-trigger {
		color: #ffffff;
		display: block;
		text-transform: uppercase;
		line-height: 50px;
		padding: 10px 30px 10px 15px;
		padding-left: 30px;
	}
}

.page-sub-headline {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.571;
}

.text-variant-bold {
	font-weight: 600;
}

.mixin-page-headline {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
	margin: 0;
}

	.mixin-page-headline.border {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 25px;
	}
/**
 * Creates the arrow for CTAs
 */
/** 
 * Re-usable rules for any CTA variant
 */
/** 
 * Mixin used for primary, secondary, tertiary
 */
/** 
 * Mixin used for btn links
 */
/** 
 * Mixin for defining the button size
 */
/** 
 * Mixin for links UI
 */
/**
 * Padding variations
 */
.full-width-padding {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 1024px) {
	.full-width-padding {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.half-width-padding {
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 1024px) {
	.half-width-padding {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.no-width-padding {
	padding-left: 0px;
	padding-right: 0px;
}

.mixin-close {
	font-family: 'epson-icons';
}

	.mixin-close:before {
		content: '\e604';
	}
/**
 * Flexbox
 */
.list--inline {
	list-style: none;
}

.list--no-pad {
	padding: 0;
}

.list__item {
	display: inline-block;
}

.list--no-mar {
	margin: 0;
}

.list--pipe .list__item + .list__item:before {
	content: '|';
	display: inline-block;
	font-weight: 100;
	font-size: 1.14285714rem;
}

.btn-formblock {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 25px;
}

.btn {
	padding: 8px 35px 7px 15px;
	font-size: 1.14285714rem;
	line-height: 1.42857143rem;
	border-radius: 0;
	text-align: left;
	transition: background-color 0.3s ease-in-out;
	white-space: normal;
}

	.btn,
	.btn:active,
	.btn.active {
		box-shadow: none;
	}

		.btn:focus,
		.btn:active:focus,
		.btn.active:focus {
			outline: 0;
		}

.btn-play {
	background: #ffffff;
	border: 0;
	height: 40px;
	line-height: 40px;
	opacity: 0.8;
	width: 40px;
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 1;
}

@media (min-width: 1024px) {
	.btn-play {
		height: 90px;
		line-height: 90px;
		width: 90px;
	}
}

.btn-play::before {
	color: #969696;
	content: '\e072';
	display: block;
	font-family: 'Glyphicons Halflings', sans-serif;
	font-size: 1.42857143rem;
	height: 40px;
	line-height: 40px;
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	width: 40px;
	transform: none /*rtl:scaleX(-1)*/;
}

@media (min-width: 1024px) {
	.btn-play::before {
		font-size: 3.07142857rem;
		height: 90px;
		line-height: 90px;
		width: 90px;
	}
}

.btn-play:hover::before {
	background: #9ddfff;
	color: #07156c;
	text-decoration: none;
}

.btn--center {
	text-align: center;
}

.btn-edit-confirm {
	width: 48%;
}

.btn-block + .btn-block {
	margin-top: 10px;
}

.btn-default {
	background-color: #000000;
	position: relative;
	color: #ffffff;
	border: none;
}

	.btn-default:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #ffffff;
		position: absolute;
		margin: 0;
		margin-left: 10px;
		right: 10px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%) rotate(0deg) scale(1);
		transform-origin: center;
	}

	.btn-default:hover:after,
	.btn-default:focus:after,
	.btn-default:active:after,
	.btn-default.active:after,
	.open .dropdown-toggle.btn-default:after {
		border-left-color: #000000;
	}

	.btn-default.disabled:after,
	.btn-default[disabled]:after,
	fieldset[disabled] .btn-default:after,
	.btn-default.disabled:hover:after,
	.btn-default[disabled]:hover:after,
	fieldset[disabled] .btn-default:hover:after,
	.btn-default.disabled:focus:after,
	.btn-default[disabled]:focus:after,
	fieldset[disabled] .btn-default:focus:after,
	.btn-default.disabled:active:after,
	.btn-default[disabled]:active:after,
	fieldset[disabled] .btn-default:active:after,
	.btn-default.disabled.active:after,
	.btn-default[disabled].active:after,
	fieldset[disabled] .btn-default.active:after {
		border-left-color: #ffffff;
	}

.btn-default--arrowless {
	padding: 8px 15px;
	font-size: 1.14285714rem;
	line-height: 1.42857143rem;
	border-radius: 0;
}

	.btn-default--arrowless::after {
		display: none;
	}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #000000;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	border: none;
	color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-color: #ffffff;
}

	.btn-default:hover:focus,
	.btn-default:focus:focus,
	.btn-default:active:focus,
	.btn-default.active:focus,
	.open .dropdown-toggle.btn-default:focus {
		color: #000000;
		background-color: #ffffff;
	}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #90949c;
	opacity: 1;
}

.btn-primary {
	background-color: #10218b;
	position: relative;
	color: #ffffff;
	border: none;
}

	.btn-primary:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #ffffff;
		position: absolute;
		margin: 0;
		margin-left: 10px;
		right: 10px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%) rotate(0deg) scale(1);
		transform-origin: center;
	}

	.btn-primary:hover:after,
	.btn-primary:focus:after,
	.btn-primary:active:after,
	.btn-primary.active:after,
	.open .dropdown-toggle.btn-primary:after {
		border-left-color: #10218b;
	}

	.btn-primary.disabled:after,
	.btn-primary[disabled]:after,
	fieldset[disabled] .btn-primary:after,
	.btn-primary.disabled:hover:after,
	.btn-primary[disabled]:hover:after,
	fieldset[disabled] .btn-primary:hover:after,
	.btn-primary.disabled:focus:after,
	.btn-primary[disabled]:focus:after,
	fieldset[disabled] .btn-primary:focus:after,
	.btn-primary.disabled:active:after,
	.btn-primary[disabled]:active:after,
	fieldset[disabled] .btn-primary:active:after,
	.btn-primary.disabled.active:after,
	.btn-primary[disabled].active:after,
	fieldset[disabled] .btn-primary.active:after {
		border-left-color: #ffffff;
	}

.btn-primary--arrowless {
	padding: 8px 15px;
	font-size: 1.14285714rem;
	line-height: 1.42857143rem;
	border-radius: 0;
}

	.btn-primary--arrowless::after {
		display: none;
	}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #10218b;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	border: none;
	color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #9ddfff;
}

	.btn-primary:hover:focus,
	.btn-primary:focus:focus,
	.btn-primary:active:focus,
	.btn-primary.active:focus,
	.open .dropdown-toggle.btn-primary:focus {
		color: #10218b;
		background-color: #9ddfff;
	}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #90949c;
	opacity: 1;
}

.btn-secondary {
	background-color: #90949c;
	position: relative;
	color: #ffffff;
	border: none;
}

	.btn-secondary:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #ffffff;
		position: absolute;
		margin: 0;
		margin-left: 10px;
		right: 10px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%) rotate(0deg) scale(1);
		transform-origin: center;
	}

	.btn-secondary:hover:after,
	.btn-secondary:focus:after,
	.btn-secondary:active:after,
	.btn-secondary.active:after,
	.open .dropdown-toggle.btn-secondary:after {
		border-left-color: #ffffff;
	}

	.btn-secondary.disabled:after,
	.btn-secondary[disabled]:after,
	fieldset[disabled] .btn-secondary:after,
	.btn-secondary.disabled:hover:after,
	.btn-secondary[disabled]:hover:after,
	fieldset[disabled] .btn-secondary:hover:after,
	.btn-secondary.disabled:focus:after,
	.btn-secondary[disabled]:focus:after,
	fieldset[disabled] .btn-secondary:focus:after,
	.btn-secondary.disabled:active:after,
	.btn-secondary[disabled]:active:after,
	fieldset[disabled] .btn-secondary:active:after,
	.btn-secondary.disabled.active:after,
	.btn-secondary[disabled].active:after,
	fieldset[disabled] .btn-secondary.active:after {
		border-left-color: #ffffff;
	}

.btn-secondary--arrowless {
	padding: 8px 15px;
	font-size: 1.14285714rem;
	line-height: 1.42857143rem;
	border-radius: 0;
}

	.btn-secondary--arrowless::after {
		display: none;
	}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	color: #ffffff;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	background-image: none;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
	border: none;
	color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	background-color: #353535;
}

	.btn-secondary:hover:focus,
	.btn-secondary:focus:focus,
	.btn-secondary:active:focus,
	.btn-secondary.active:focus,
	.open .dropdown-toggle.btn-secondary:focus {
		color: #ffffff;
		background-color: #353535;
	}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
	background-color: #90949c;
	opacity: 1;
}

.btn-tertiary {
	background-color: #f68f39;
	position: relative;
	color: #ffffff;
	border: none;
}

	.btn-tertiary:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #ffffff;
		position: absolute;
		margin: 0;
		margin-left: 10px;
		right: 10px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%) rotate(0deg) scale(1);
		transform-origin: center;
	}

	.btn-tertiary:hover:after,
	.btn-tertiary:focus:after,
	.btn-tertiary:active:after,
	.btn-tertiary.active:after,
	.open .dropdown-toggle.btn-tertiary:after {
		border-left-color: #ffffff;
	}

	.btn-tertiary.disabled:after,
	.btn-tertiary[disabled]:after,
	fieldset[disabled] .btn-tertiary:after,
	.btn-tertiary.disabled:hover:after,
	.btn-tertiary[disabled]:hover:after,
	fieldset[disabled] .btn-tertiary:hover:after,
	.btn-tertiary.disabled:focus:after,
	.btn-tertiary[disabled]:focus:after,
	fieldset[disabled] .btn-tertiary:focus:after,
	.btn-tertiary.disabled:active:after,
	.btn-tertiary[disabled]:active:after,
	fieldset[disabled] .btn-tertiary:active:after,
	.btn-tertiary.disabled.active:after,
	.btn-tertiary[disabled].active:after,
	fieldset[disabled] .btn-tertiary.active:after {
		border-left-color: #ffffff;
	}

.btn-tertiary--arrowless {
	padding: 8px 15px;
	font-size: 1.14285714rem;
	line-height: 1.42857143rem;
	border-radius: 0;
}

	.btn-tertiary--arrowless::after {
		display: none;
	}

.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
	color: #ffffff;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
	background-image: none;
}

.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
	border: none;
	color: #ffffff;
}

.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
	background-color: #d65f00;
}

	.btn-tertiary:hover:focus,
	.btn-tertiary:focus:focus,
	.btn-tertiary:active:focus,
	.btn-tertiary.active:focus,
	.open .dropdown-toggle.btn-tertiary:focus {
		color: #ffffff;
		background-color: #d65f00;
	}

.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
	background-color: #90949c;
	opacity: 1;
}

.btn-link {
	text-transform: uppercase;
	font-size: 1.14285714rem;
	font-weight: bold;
	padding: 8px 35px 7px 0;
	line-height: 1.71428571rem;
	position: relative;
	color: #10218b;
	border: none;
}

	.btn-link:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #10218b;
		position: absolute;
		margin: 0;
		margin-left: 10px;
		right: auto;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%) rotate(0deg) scale(1);
		transform-origin: center;
	}

	.btn-link:hover:after,
	.btn-link:focus:after,
	.btn-link:active:after,
	.btn-link.active:after,
	.open .dropdown-toggle.btn-link:after {
		border-left-color: #10218b;
	}

	.btn-link.disabled:after,
	.btn-link[disabled]:after,
	fieldset[disabled] .btn-link:after,
	.btn-link.disabled:hover:after,
	.btn-link[disabled]:hover:after,
	fieldset[disabled] .btn-link:hover:after,
	.btn-link.disabled:focus:after,
	.btn-link[disabled]:focus:after,
	fieldset[disabled] .btn-link:focus:after,
	.btn-link.disabled:active:after,
	.btn-link[disabled]:active:after,
	fieldset[disabled] .btn-link:active:after,
	.btn-link.disabled.active:after,
	.btn-link[disabled].active:after,
	fieldset[disabled] .btn-link.active:after {
		border-left-color: #10218b;
	}

.btn-link--arrowless {
	padding: 8px 15px;
	font-size: 1.14285714rem;
	line-height: 1.42857143rem;
	border-radius: 0;
}

	.btn-link--arrowless::after {
		display: none;
	}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
	color: #10218b;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
	background-image: none;
}

.btn-link.disabled,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.btn-link.disabled:hover,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link.disabled:focus,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus,
.btn-link.disabled:active,
.btn-link[disabled]:active,
fieldset[disabled] .btn-link:active,
.btn-link.disabled.active,
.btn-link[disabled].active,
fieldset[disabled] .btn-link.active {
	border: none;
	color: #10218b;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
	text-decoration: underline;
}

.btn-link.disabled,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.btn-link.disabled:hover,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link.disabled:focus,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus,
.btn-link.disabled:active,
.btn-link[disabled]:active,
fieldset[disabled] .btn-link:active,
.btn-link.disabled.active,
.btn-link[disabled].active,
fieldset[disabled] .btn-link.active {
	color: #90949c;
}

.btn-link--no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 1023px) {
	.btn-link--no-padding-sm {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.btn-link--no-padding .btn-link--arrow-left {
	padding-right: 0;
}

@media (max-width: 1023px) {
	.btn-link--no-padding .btn-link--arrow-left-sm {
		padding-right: 0;
	}
}

.btn-link--no-padding:not(.btn-link--arrow-left) {
	padding-left: 0;
}

@media (max-width: 1023px) {
	.btn-link--no-padding:not(.btn-link--arrow-left)-sm {
		padding-left: 0;
	}
}

.btn-link--arrow-left {
	padding-left: 26px;
	padding-right: 0;
}

	.btn-link--arrow-left::after {
		left: 0;
		transform: translateY(-50%) rotate(180deg) scale(1);
	}

.btn-link--tooltip {
	font-size: 1rem;
	line-height: 1.28571429rem;
}

.btn-link--large {
	text-transform: uppercase;
	font-size: 1.28571429rem;
	font-weight: bold;
	padding: 8px 35px 7px 0;
	line-height: 1.71428571rem;
	position: relative;
	color: #10218b;
	border: none;
}

	.btn-link--large:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #10218b;
		position: absolute;
		margin: 0;
		margin-left: 10px;
		right: auto;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%) rotate(0deg) scale(1);
		transform-origin: center;
	}

	.btn-link--large:hover:after,
	.btn-link--large:focus:after,
	.btn-link--large:active:after,
	.btn-link--large.active:after,
	.open .dropdown-toggle.btn-link--large:after {
		border-left-color: #10218b;
	}

	.btn-link--large.disabled:after,
	.btn-link--large[disabled]:after,
	fieldset[disabled] .btn-link--large:after,
	.btn-link--large.disabled:hover:after,
	.btn-link--large[disabled]:hover:after,
	fieldset[disabled] .btn-link--large:hover:after,
	.btn-link--large.disabled:focus:after,
	.btn-link--large[disabled]:focus:after,
	fieldset[disabled] .btn-link--large:focus:after,
	.btn-link--large.disabled:active:after,
	.btn-link--large[disabled]:active:after,
	fieldset[disabled] .btn-link--large:active:after,
	.btn-link--large.disabled.active:after,
	.btn-link--large[disabled].active:after,
	fieldset[disabled] .btn-link--large.active:after {
		border-left-color: #10218b;
	}

.btn-link--large--arrowless {
	padding: 8px 15px;
	font-size: 1.14285714rem;
	line-height: 1.42857143rem;
	border-radius: 0;
}

	.btn-link--large--arrowless::after {
		display: none;
	}

.btn-link--large:hover,
.btn-link--large:focus,
.btn-link--large:active,
.btn-link--large.active,
.open .dropdown-toggle.btn-link--large {
	color: #10218b;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link--large:active,
.btn-link--large.active,
.open .dropdown-toggle.btn-link--large {
	background-image: none;
}

.btn-link--large.disabled,
.btn-link--large[disabled],
fieldset[disabled] .btn-link--large,
.btn-link--large.disabled:hover,
.btn-link--large[disabled]:hover,
fieldset[disabled] .btn-link--large:hover,
.btn-link--large.disabled:focus,
.btn-link--large[disabled]:focus,
fieldset[disabled] .btn-link--large:focus,
.btn-link--large.disabled:active,
.btn-link--large[disabled]:active,
fieldset[disabled] .btn-link--large:active,
.btn-link--large.disabled.active,
.btn-link--large[disabled].active,
fieldset[disabled] .btn-link--large.active {
	border: none;
	color: #10218b;
}

.btn-link--large:hover,
.btn-link--large:focus,
.btn-link--large:active,
.btn-link--large.active,
.open .dropdown-toggle.btn-link--large {
	text-decoration: underline;
}

.btn-link--large.disabled,
.btn-link--large[disabled],
fieldset[disabled] .btn-link--large,
.btn-link--large.disabled:hover,
.btn-link--large[disabled]:hover,
fieldset[disabled] .btn-link--large:hover,
.btn-link--large.disabled:focus,
.btn-link--large[disabled]:focus,
fieldset[disabled] .btn-link--large:focus,
.btn-link--large.disabled:active,
.btn-link--large[disabled]:active,
fieldset[disabled] .btn-link--large:active,
.btn-link--large.disabled.active,
.btn-link--large[disabled].active,
fieldset[disabled] .btn-link--large.active {
	color: #90949c;
}

.btn-link--large--no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 1023px) {
	.btn-link--large--no-padding-sm {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.btn-link--large--no-padding .btn-link--large--arrow-left {
	padding-right: 0;
}

@media (max-width: 1023px) {
	.btn-link--large--no-padding .btn-link--large--arrow-left-sm {
		padding-right: 0;
	}
}

.btn-link--large--no-padding:not(.btn-link--large--arrow-left) {
	padding-left: 0;
}

@media (max-width: 1023px) {
	.btn-link--large--no-padding:not(.btn-link--large--arrow-left)-sm {
		padding-left: 0;
	}
}

.btn-link--large--arrow-left {
	padding-left: 26px;
	padding-right: 0;
}

	.btn-link--large--arrow-left::after {
		left: 0;
		transform: translateY(-50%) rotate(180deg) scale(1);
	}

.btn-link--long-text {
	position: relative;
	color: #10218b;
	border: none;
}

	.btn-link--long-text:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #10218b;
		position: absolute;
		margin: 0;
		margin-left: 10px;
		right: auto;
		top: auto;
		bottom: 0;
		transform: translateY(-50%) rotate(0deg) scale(1);
		transform-origin: center;
	}

	.btn-link--long-text:hover:after,
	.btn-link--long-text:focus:after,
	.btn-link--long-text:active:after,
	.btn-link--long-text.active:after,
	.open .dropdown-toggle.btn-link--long-text:after {
		border-left-color: #10218b;
	}

	.btn-link--long-text.disabled:after,
	.btn-link--long-text[disabled]:after,
	fieldset[disabled] .btn-link--long-text:after,
	.btn-link--long-text.disabled:hover:after,
	.btn-link--long-text[disabled]:hover:after,
	fieldset[disabled] .btn-link--long-text:hover:after,
	.btn-link--long-text.disabled:focus:after,
	.btn-link--long-text[disabled]:focus:after,
	fieldset[disabled] .btn-link--long-text:focus:after,
	.btn-link--long-text.disabled:active:after,
	.btn-link--long-text[disabled]:active:after,
	fieldset[disabled] .btn-link--long-text:active:after,
	.btn-link--long-text.disabled.active:after,
	.btn-link--long-text[disabled].active:after,
	fieldset[disabled] .btn-link--long-text.active:after {
		border-left-color: #10218b;
	}

.btn-link--long-text--arrowless {
	padding: 8px 15px;
	font-size: 1.14285714rem;
	line-height: 1.42857143rem;
	border-radius: 0;
}

	.btn-link--long-text--arrowless::after {
		display: none;
	}

.btn-link--long-text:hover,
.btn-link--long-text:focus,
.btn-link--long-text:active,
.btn-link--long-text.active,
.open .dropdown-toggle.btn-link--long-text {
	color: #10218b;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link--long-text:active,
.btn-link--long-text.active,
.open .dropdown-toggle.btn-link--long-text {
	background-image: none;
}

.btn-link--long-text.disabled,
.btn-link--long-text[disabled],
fieldset[disabled] .btn-link--long-text,
.btn-link--long-text.disabled:hover,
.btn-link--long-text[disabled]:hover,
fieldset[disabled] .btn-link--long-text:hover,
.btn-link--long-text.disabled:focus,
.btn-link--long-text[disabled]:focus,
fieldset[disabled] .btn-link--long-text:focus,
.btn-link--long-text.disabled:active,
.btn-link--long-text[disabled]:active,
fieldset[disabled] .btn-link--long-text:active,
.btn-link--long-text.disabled.active,
.btn-link--long-text[disabled].active,
fieldset[disabled] .btn-link--long-text.active {
	border: none;
	color: #10218b;
}

.btn-link--light {
	position: relative;
	color: #ffffff;
	border: none;
}

	.btn-link--light:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #ffffff;
		position: absolute;
		margin: 0;
		margin-left: 10px;
		right: 10px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%) rotate(0deg) scale(1);
		transform-origin: center;
	}

	.btn-link--light:hover:after,
	.btn-link--light:focus:after,
	.btn-link--light:active:after,
	.btn-link--light.active:after,
	.open .dropdown-toggle.btn-link--light:after {
		border-left-color: #ffffff;
	}

	.btn-link--light.disabled:after,
	.btn-link--light[disabled]:after,
	fieldset[disabled] .btn-link--light:after,
	.btn-link--light.disabled:hover:after,
	.btn-link--light[disabled]:hover:after,
	fieldset[disabled] .btn-link--light:hover:after,
	.btn-link--light.disabled:focus:after,
	.btn-link--light[disabled]:focus:after,
	fieldset[disabled] .btn-link--light:focus:after,
	.btn-link--light.disabled:active:after,
	.btn-link--light[disabled]:active:after,
	fieldset[disabled] .btn-link--light:active:after,
	.btn-link--light.disabled.active:after,
	.btn-link--light[disabled].active:after,
	fieldset[disabled] .btn-link--light.active:after {
		border-left-color: #ffffff;
	}

.btn-link--light--arrowless {
	padding: 8px 15px;
	font-size: 1.14285714rem;
	line-height: 1.42857143rem;
	border-radius: 0;
}

	.btn-link--light--arrowless::after {
		display: none;
	}

.btn-link--light:hover,
.btn-link--light:focus,
.btn-link--light:active,
.btn-link--light.active,
.open .dropdown-toggle.btn-link--light {
	color: #ffffff;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link--light:active,
.btn-link--light.active,
.open .dropdown-toggle.btn-link--light {
	background-image: none;
}

.btn-link--light.disabled,
.btn-link--light[disabled],
fieldset[disabled] .btn-link--light,
.btn-link--light.disabled:hover,
.btn-link--light[disabled]:hover,
fieldset[disabled] .btn-link--light:hover,
.btn-link--light.disabled:focus,
.btn-link--light[disabled]:focus,
fieldset[disabled] .btn-link--light:focus,
.btn-link--light.disabled:active,
.btn-link--light[disabled]:active,
fieldset[disabled] .btn-link--light:active,
.btn-link--light.disabled.active,
.btn-link--light[disabled].active,
fieldset[disabled] .btn-link--light.active {
	border: none;
	color: #ffffff;
}

.btn-close {
	background-color: #f0f0f0;
	position: relative;
	color: #10218b;
	border: none;
	padding-right: 15px;
	min-width: 52px;
	min-height: 47px;
	text-align: center;
}

	.btn-close:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid transparent;
		position: absolute;
		margin: 0;
		margin-left: 10px;
		right: 10px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%) rotate(0deg) scale(1);
		transform-origin: center;
	}

	.btn-close:hover:after,
	.btn-close:focus:after,
	.btn-close:active:after,
	.btn-close.active:after,
	.open .dropdown-toggle.btn-close:after {
		border-left-color: transparent;
	}

	.btn-close.disabled:after,
	.btn-close[disabled]:after,
	fieldset[disabled] .btn-close:after,
	.btn-close.disabled:hover:after,
	.btn-close[disabled]:hover:after,
	fieldset[disabled] .btn-close:hover:after,
	.btn-close.disabled:focus:after,
	.btn-close[disabled]:focus:after,
	fieldset[disabled] .btn-close:focus:after,
	.btn-close.disabled:active:after,
	.btn-close[disabled]:active:after,
	fieldset[disabled] .btn-close:active:after,
	.btn-close.disabled.active:after,
	.btn-close[disabled].active:after,
	fieldset[disabled] .btn-close.active:after {
		border-left-color: transparent;
	}

.btn-close--arrowless {
	padding: 8px 15px;
	font-size: 1.14285714rem;
	line-height: 1.42857143rem;
	border-radius: 0;
}

	.btn-close--arrowless::after {
		display: none;
	}

.btn-close:hover,
.btn-close:focus,
.btn-close:active,
.btn-close.active,
.open .dropdown-toggle.btn-close {
	color: #10218b;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-close:active,
.btn-close.active,
.open .dropdown-toggle.btn-close {
	background-image: none;
}

.btn-close.disabled,
.btn-close[disabled],
fieldset[disabled] .btn-close,
.btn-close.disabled:hover,
.btn-close[disabled]:hover,
fieldset[disabled] .btn-close:hover,
.btn-close.disabled:focus,
.btn-close[disabled]:focus,
fieldset[disabled] .btn-close:focus,
.btn-close.disabled:active,
.btn-close[disabled]:active,
fieldset[disabled] .btn-close:active,
.btn-close.disabled.active,
.btn-close[disabled].active,
fieldset[disabled] .btn-close.active {
	border: none;
	color: #10218b;
}

.btn-close:hover,
.btn-close:focus,
.btn-close:active,
.btn-close.active,
.open .dropdown-toggle.btn-close {
	background-color: #f0f0f0;
}

	.btn-close:hover:focus,
	.btn-close:focus:focus,
	.btn-close:active:focus,
	.btn-close.active:focus,
	.open .dropdown-toggle.btn-close:focus {
		color: #10218b;
		background-color: #f0f0f0;
	}

.btn-close.disabled,
.btn-close[disabled],
fieldset[disabled] .btn-close,
.btn-close.disabled:hover,
.btn-close[disabled]:hover,
fieldset[disabled] .btn-close:hover,
.btn-close.disabled:focus,
.btn-close[disabled]:focus,
fieldset[disabled] .btn-close:focus,
.btn-close.disabled:active,
.btn-close[disabled]:active,
fieldset[disabled] .btn-close:active,
.btn-close.disabled.active,
.btn-close[disabled].active,
fieldset[disabled] .btn-close.active {
	background-color: #90949c;
	opacity: 1;
}

.btn-close:after {
	display: none;
}

.input-group-btn .btn {
	height: 44px;
}

.btn--icon-only {
	padding: 8px 29px 7px 15px;
}

	.btn--icon-only:after {
		right: 36%;
	}

.btn-link--small {
	font-size: 1rem !important;
}

.alert {
	padding-left: 0px;
	padding-right: 0px;
}

.breadcrumb-section {
	background: #353535;
	line-height: 1.35;
}

.breadcrumb {
	margin: 0;
	padding: 0;
}

.breadcrumb__item {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.breadcrumb__item--active {
	color: #9ddfff;
	font-weight: 300;
	text-transform: initial;
}

.breadcrumb__link {
	color: #ffffff;
	display: inline-block;
	line-height: 1.668;
	padding: 14px 0;
	text-decoration: underline;
}

	.breadcrumb__link:after {
		border-bottom: 0.3em solid transparent;
		border-top: 0.3em solid transparent;
		border-left: 0.5em solid #ffffff;
		content: '';
		display: inline-block;
		position: relative;
		right: -10px /*rtl: 10px*/;
	}

	.breadcrumb__link:hover {
		color: #ffffff;
	}

.image-gallery {
	position: relative;
}

.image-gallery__image {
	width: 100%;
}

.image-gallery--discontinued {
	opacity: 0.4;
}

.add-to-cart__actions {
	display: inline-block;
}

.add-to-cart__actions--row {
	margin-left: -10px;
	margin-right: -10px;
}

.add-to-cart__actions-item {
	display: block;
}

@media (min-width: 1024px) {
	.add-to-cart__actions-item {
		display: inline-block;
	}
}

.image-gallery .image-gallery__image .owl-item .item {
	padding: 0;
}

.image-gallery .image-gallery__image .owl-item img {
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
}

@media (min-width: 1024px) and (max-width: 1399px) {
	.image-gallery .image-gallery__image .owl-controls {
		display: none !important;
	}
}

@media (min-width: 1400px) {
	.image-gallery .image-gallery__image .owl-controls {
		display: none !important;
	}
}

.image-gallery .gallery-carousel .owl-item img {
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
}

.carousel {
	padding: 43px 0;
}

.carousel__title {
	margin: 0 0 36px 0;
}

.owl-carousel {
	clear: both;
}

	.owl-carousel .owl-stage {
		margin-bottom: 40px;
	}

@media (max-width: 639px) {
	.owl-carousel .owl-stage {
		margin-bottom: 20px;
	}
}

.owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	width: 2rem;
	height: 4rem;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #797979;
	font-size: 2rem;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

@media print {
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		display: block;
	}
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev {
	left: -3.07142857rem;
}

.owl-carousel .owl-nav .owl-next {
	right: -3.07142857rem;
}

.owl-carousel .owl-dots {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

@media print {
	.owl-carousel .owl-dots {
		display: block;
	}
}

@media (max-width: 639px) {
	.owl-carousel .owl-dots {
		margin-bottom: 20px;
	}
}

.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-dots > :not(:last-child) {
	margin-right: 10px;
}

.owl-carousel .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background-color: #bbbbbb;
	border-radius: 8px;
}

	.owl-carousel .owl-dots .owl-dot.active {
		background-color: #717171;
	}

.owl-carousel--dark .owl-nav button.owl-prev,
.owl-carousel--dark .owl-nav button.owl-next {
	color: #ffffff;
}

.owl-carousel--dark .owl-dots .owl-dot {
	background-color: #ffffff;
}

	.owl-carousel--dark .owl-dots .owl-dot.active {
		background-color: #10218b;
	}

.owl-carousel--inset-dots .owl-stage,
.owl-carousel--inset .owl-stage {
	margin: 0;
}

.owl-carousel--inset-dots .owl-dots,
.owl-carousel--inset .owl-dots {
	bottom: 40px;
	left: 50%;
	margin: 0;
	position: absolute;
	transform: translate(0, -50%);
}

@media (max-width: 639px) {
	.owl-carousel--inset-dots .owl-dots,
	.owl-carousel--inset .owl-dots {
		bottom: 20px;
	}
}

@media (min-width: 640px) {
	.owl-carousel--big-arrows .owl-nav button.owl-prev,
	.owl-carousel--big-arrows .owl-nav button.owl-next {
		width: 6rem;
		height: 12rem;
		font-size: 6rem;
	}

	.owl-carousel--big-arrows .owl-nav .owl-prev {
		left: 3rem;
	}

	.owl-carousel--big-arrows .owl-nav .owl-next {
		right: 3rem;
	}
}

@media (min-width: 640px) {
	.owl-carousel--big-arrows:not(.owl-carousel--inset):not(.owl-carousel--inset-arrows):not(.owl-carousel--no-arrows) {
		padding: 0 12rem;
	}
}

.owl-carousel--series-products .owl-stage {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: stretch;
	margin-bottom: 50px;
}

@media print {
	.owl-carousel--series-products .owl-stage {
		display: block;
	}
}

.owl-carousel--series-products .owl-item {
	flex-shrink: 0;
}

.owl-carousel--series-products .owl-dots {
	margin-bottom: 50px;
}

.owl-carousel--dynamic-product .owl-dots {
	margin-bottom: 0;
}

.owl-carousel--dynamic-product .readyprint-box {
	padding-right: 1px;
}

.owl-carousel--series-products .owl-item .product-media__badge,
.owl-carousel--dynamic-product .owl-item .product-media__badge {
	width: 22.22222222%;
}

.owl-carousel--myproducts .owl-stage {
	margin-bottom: 60px;
}

.owl-carousel--stretch .owl-stage {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: stretch;
}

@media print {
	.owl-carousel--stretch .owl-stage {
		display: block;
	}
}

.owl-carousel--stretch .owl-item {
	display: flex;
	flex-shrink: 0;
}

.owl-carousel--amplience .owl-dots .owl-dot.active {
	background-color: #10218b;
}

.owl-carousel--arrows-dark-blue .owl-nav button.owl-prev,
.owl-carousel--arrows-dark-blue .owl-nav button.owl-next {
	color: #07156c;
}

.owl-carousel--arrows-epson-blue .owl-nav button.owl-prev,
.owl-carousel--arrows-epson-blue .owl-nav button.owl-next {
	color: #10218b;
}

.owl-carousel--arrows-light-blue .owl-nav button.owl-prev,
.owl-carousel--arrows-light-blue .owl-nav button.owl-next {
	color: #9ddfff;
}

.owl-carousel--arrows-light-grey-blue .owl-nav button.owl-prev,
.owl-carousel--arrows-light-grey-blue .owl-nav button.owl-next {
	color: #d9e3ec;
}

.owl-carousel--arrows-dark-black-blue .owl-nav button.owl-prev,
.owl-carousel--arrows-dark-black-blue .owl-nav button.owl-next {
	color: #001a4d;
}

.owl-carousel--arrows-black .owl-nav button.owl-prev,
.owl-carousel--arrows-black .owl-nav button.owl-next {
	color: #000000;
}

.owl-carousel--arrows-black-grey .owl-nav button.owl-prev,
.owl-carousel--arrows-black-grey .owl-nav button.owl-next {
	color: #353535;
}

.owl-carousel--arrows-white .owl-nav button.owl-prev,
.owl-carousel--arrows-white .owl-nav button.owl-next {
	color: #ffffff;
}

.owl-carousel--arrows-dark-grey .owl-nav button.owl-prev,
.owl-carousel--arrows-dark-grey .owl-nav button.owl-next {
	color: #4a4e51;
}

.owl-carousel--arrows-grey .owl-nav button.owl-prev,
.owl-carousel--arrows-grey .owl-nav button.owl-next {
	color: #90949c;
}

.owl-carousel--arrows-light-grey .owl-nav button.owl-prev,
.owl-carousel--arrows-light-grey .owl-nav button.owl-next {
	color: #f1f3f5;
}

.owl-carousel--arrows-orange .owl-nav button.owl-prev,
.owl-carousel--arrows-orange .owl-nav button.owl-next {
	color: #f68f39;
}

.owl-carousel--arrows-pink .owl-nav button.owl-prev,
.owl-carousel--arrows-pink .owl-nav button.owl-next {
	color: #c73687;
}

.owl-carousel--arrows-readyprint-green .owl-nav button.owl-prev,
.owl-carousel--arrows-readyprint-green .owl-nav button.owl-next {
	color: #2dac83;
}

.owl-carousel--arrows-readyprint-orange .owl-nav button.owl-prev,
.owl-carousel--arrows-readyprint-orange .owl-nav button.owl-next {
	color: #eb5c2a;
}

.owl-carousel--arrows-readyprint-purple .owl-nav button.owl-prev,
.owl-carousel--arrows-readyprint-purple .owl-nav button.owl-next {
	color: #6f2c87;
}

.owl-carousel--arrows-readyprint-magenta .owl-nav button.owl-prev,
.owl-carousel--arrows-readyprint-magenta .owl-nav button.owl-next {
	color: #e02c88;
}

.owl-carousel--dot-dark-blue .owl-dots .owl-dot {
	background-color: #07156c;
	opacity: 0.5;
}

	.owl-carousel--dot-dark-blue .owl-dots .owl-dot.active {
		background-color: #07156c;
		opacity: 1;
	}

.owl-carousel--dot-epson-blue .owl-dots .owl-dot {
	background-color: #10218b;
	opacity: 0.5;
}

	.owl-carousel--dot-epson-blue .owl-dots .owl-dot.active {
		background-color: #10218b;
		opacity: 1;
	}

.owl-carousel--dot-light-blue .owl-dots .owl-dot {
	background-color: #9ddfff;
	opacity: 0.5;
}

	.owl-carousel--dot-light-blue .owl-dots .owl-dot.active {
		background-color: #9ddfff;
		opacity: 1;
	}

.owl-carousel--dot-light-grey-blue .owl-dots .owl-dot {
	background-color: #d9e3ec;
	opacity: 0.5;
}

	.owl-carousel--dot-light-grey-blue .owl-dots .owl-dot.active {
		background-color: #d9e3ec;
		opacity: 1;
	}

.owl-carousel--dot-dark-black-blue .owl-dots .owl-dot {
	background-color: #001a4d;
	opacity: 0.5;
}

	.owl-carousel--dot-dark-black-blue .owl-dots .owl-dot.active {
		background-color: #001a4d;
		opacity: 1;
	}

.owl-carousel--dot-black .owl-dots .owl-dot {
	background-color: #000000;
	opacity: 0.5;
}

	.owl-carousel--dot-black .owl-dots .owl-dot.active {
		background-color: #000000;
		opacity: 1;
	}

.owl-carousel--dot-black-grey .owl-dots .owl-dot {
	background-color: #353535;
	opacity: 0.5;
}

	.owl-carousel--dot-black-grey .owl-dots .owl-dot.active {
		background-color: #353535;
		opacity: 1;
	}

.owl-carousel--dot-white .owl-dots .owl-dot {
	background-color: #ffffff;
	opacity: 0.5;
}

	.owl-carousel--dot-white .owl-dots .owl-dot.active {
		background-color: #ffffff;
		opacity: 1;
	}

.owl-carousel--dot-dark-grey .owl-dots .owl-dot {
	background-color: #4a4e51;
	opacity: 0.5;
}

	.owl-carousel--dot-dark-grey .owl-dots .owl-dot.active {
		background-color: #4a4e51;
		opacity: 1;
	}

.owl-carousel--dot-grey .owl-dots .owl-dot {
	background-color: #90949c;
	opacity: 0.5;
}

	.owl-carousel--dot-grey .owl-dots .owl-dot.active {
		background-color: #90949c;
		opacity: 1;
	}

.owl-carousel--dot-light-grey .owl-dots .owl-dot {
	background-color: #f1f3f5;
	opacity: 0.5;
}

	.owl-carousel--dot-light-grey .owl-dots .owl-dot.active {
		background-color: #f1f3f5;
		opacity: 1;
	}

.owl-carousel--dot-orange .owl-dots .owl-dot {
	background-color: #f68f39;
	opacity: 0.5;
}

	.owl-carousel--dot-orange .owl-dots .owl-dot.active {
		background-color: #f68f39;
		opacity: 1;
	}

.owl-carousel--dot-pink .owl-dots .owl-dot {
	background-color: #c73687;
	opacity: 0.5;
}

	.owl-carousel--dot-pink .owl-dots .owl-dot.active {
		background-color: #c73687;
		opacity: 1;
	}

.owl-carousel--dot-readyprint-green .owl-dots .owl-dot {
	background-color: #2dac83;
	opacity: 0.5;
}

	.owl-carousel--dot-readyprint-green .owl-dots .owl-dot.active {
		background-color: #2dac83;
		opacity: 1;
	}

.owl-carousel--dot-readyprint-orange .owl-dots .owl-dot {
	background-color: #eb5c2a;
	opacity: 0.5;
}

	.owl-carousel--dot-readyprint-orange .owl-dots .owl-dot.active {
		background-color: #eb5c2a;
		opacity: 1;
	}

.owl-carousel--dot-readyprint-purple .owl-dots .owl-dot {
	background-color: #6f2c87;
	opacity: 0.5;
}

	.owl-carousel--dot-readyprint-purple .owl-dots .owl-dot.active {
		background-color: #6f2c87;
		opacity: 1;
	}

.owl-carousel--dot-readyprint-magenta .owl-dots .owl-dot {
	background-color: #e02c88;
	opacity: 0.5;
}

	.owl-carousel--dot-readyprint-magenta .owl-dots .owl-dot.active {
		background-color: #e02c88;
		opacity: 1;
	}

.owl-carousel--full-carousel .owl-stage {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

	.owl-carousel--full-carousel .owl-stage .owl-item {
		display: flex;
		flex-direction: row;
		width: 100%;
	}

		.owl-carousel--full-carousel .owl-stage .owl-item .owl-carousel--banners {
			display: flex;
			flex-direction: column;
			width: 100%;
		}

		.owl-carousel--full-carousel .owl-stage .owl-item img {
			display: inline-block;
		}

.owl-carousel--full-carousel .owl-nav .owl-prev {
	left: 15px;
}

.owl-carousel--full-carousel .owl-nav .owl-next {
	right: 15px;
}

.owl-carousel--card-list .owl-stage {
	margin-bottom: 30px;
}

@media (min-width: 1024px) {
	.owl-carousel--card-list .owl-stage {
		margin-bottom: 40px;
	}
}

.owl-carousel--card-list .owl-dots {
	margin-bottom: 0;
}

.owl-carousel--disabled-lg {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.accordion-toggle {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.accordion-toggle--handle {
	cursor: pointer;
}

.accordion-toggle__trigger {
	cursor: pointer;
	line-height: 1.42857143rem;
	display: inline-block;
	width: 100%;
}

.accordion-toggle__content--opened > .accordion-toggle__trigger:before {
	display: none;
}

.accordion-toggle__content--opened > .accordion-toggle__inner {
	display: inline-block;
	padding-bottom: 10px;
}

.accordion-toggle__inner {
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.accordion-toggle--all .accordion-toggle__content > .accordion-toggle__inner {
	display: none;
}

.accordion-toggle--all .accordion-toggle__content--opened > .accordion-toggle__inner {
	display: inline-block;
}

@media (max-width: 1023px) {
	.accordion-toggle--xs .accordion-toggle__section {
		border-bottom: 1px solid #d9e3ec;
	}

		.accordion-toggle--xs .accordion-toggle__section:first-child .accordion-toggle__trigger {
			padding-top: 0;
		}

	.accordion-toggle--xs .accordion-toggle__trigger {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: center;
		padding: 15px 0px;
	}

		.accordion-toggle--xs .accordion-toggle__trigger::before {
			order: 2;
			font-family: 'epson-icons';
			font-size: 0.78571429rem;
			line-height: 1.42857143rem;
			color: #10218b;
			content: '\2b';
			padding-left: 10px;
		}

		.accordion-toggle--xs .accordion-toggle__trigger::after {
			display: none;
		}

	.accordion-toggle--xs .accordion-toggle__content--opened .accordion-toggle__trigger::before {
		display: flex;
		content: '\2212';
	}

	.accordion-toggle--xs .accordion-toggle__inner {
		border-top: 1px solid #d9e3ec;
		margin: 0 0 0 20px;
		padding: 0 0 16px 0;
	}
}

@media (max-width: 1023px) and print {
	.accordion-toggle--xs .accordion-toggle__trigger {
		display: block;
	}
}

.accordion-toggle--xs .accordion-toggle__content > .accordion-toggle__inner {
	display: none;
}

@media (min-width: 1024px) {
	.accordion-toggle--xs .accordion-toggle__content > .accordion-toggle__inner {
		display: flex;
	}
}

.accordion-toggle--xs .accordion-toggle__content--opened > .accordion-toggle__inner {
	display: flex;
}

@media (max-width: 1023px) {
	.accordion-toggle--footer {
		padding: 0 10px;
	}
}

.accordion-toggle--product .accordion-toggle__trigger {
	max-width: calc(100% - 6px);
}

.accordion-toggle--product .accordion-toggle__title {
	max-width: calc(100% - 10px - 11px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.accordion-toggle--product .accordion-toggle__group {
	padding: 30px 0 0 0;
	border-top: 1px solid #bbb7b0;
}

.accordion-toggle--product > .accordion-toggle__content > .accordion-toggle__trigger,
.accordion-toggle--product-subgroup > .accordion-toggle__content > .accordion-toggle__trigger {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
	border-bottom: 1px solid #bbb7b0;
	color: #10218b;
	font-size: 1.14285714rem;
	padding: 21px 0;
}

@media print {
	.accordion-toggle--product > .accordion-toggle__content > .accordion-toggle__trigger,
	.accordion-toggle--product-subgroup > .accordion-toggle__content > .accordion-toggle__trigger {
		display: block;
	}
}

.accordion-toggle--product > .accordion-toggle__content > .accordion-toggle__trigger::before,
.accordion-toggle--product-subgroup > .accordion-toggle__content > .accordion-toggle__trigger::before {
	width: 1px;
	height: 11px;
	content: '';
	order: 2;
	background-color: #10218b;
	margin-left: -6px;
}

.accordion-toggle--product > .accordion-toggle__content > .accordion-toggle__trigger::after,
.accordion-toggle--product-subgroup > .accordion-toggle__content > .accordion-toggle__trigger::after {
	width: 11px;
	height: 1px;
	content: '';
	background-color: #10218b;
	order: 1;
	margin-left: 10px;
}

.accordion-toggle--product > .accordion-toggle__content--opened,
.accordion-toggle--product-subgroup > .accordion-toggle__content--opened {
	border-bottom: 1px solid #bbb7b0;
	padding-bottom: 45px;
}

	.accordion-toggle--product > .accordion-toggle__content--opened > .accordion-toggle__trigger,
	.accordion-toggle--product-subgroup > .accordion-toggle__content--opened > .accordion-toggle__trigger {
		border: 0;
	}

		.accordion-toggle--product > .accordion-toggle__content--opened > .accordion-toggle__trigger::before,
		.accordion-toggle--product-subgroup > .accordion-toggle__content--opened > .accordion-toggle__trigger::before {
			content: none;
		}

@media (min-width: 1024px) {
	.accordion-toggle--product > .accordion-toggle__content--opened > .accordion-toggle__inner,
	.accordion-toggle--product-subgroup > .accordion-toggle__content--opened > .accordion-toggle__inner {
		padding: 0 0 0 70px;
	}

	.accordion-toggle--product > .accordion-toggle__content--opened > .accordion-toggle__inner--pdp,
	.accordion-toggle--product-subgroup > .accordion-toggle__content--opened > .accordion-toggle__inner--pdp {
		padding: 0 0 0 30px;
	}
}

.accordion-toggle--product-subgroup > .accordion-toggle__content > .accordion-toggle__trigger {
	color: #000000;
}

	.accordion-toggle--product-subgroup > .accordion-toggle__content > .accordion-toggle__trigger::before,
	.accordion-toggle--product-subgroup > .accordion-toggle__content > .accordion-toggle__trigger::after {
		background-color: #000000;
	}

.accordion-toggle--product-subgroup > .accordion-toggle__content:first-child > .accordion-toggle__trigger {
	padding-top: 0;
}

.accordion-toggle--support-category .accordion-toggle__group {
	padding: 0;
}

.accordion-toggle--support-category > .accordion-toggle__content {
	padding: 0;
}

@media (max-width: 1023px) {
	.accordion-toggle--support-category > .accordion-toggle__content > .accordion-toggle__inner {
		padding: 0 0 0 21px;
	}
}

.accordion-toggle--support-category > .accordion-toggle__content:first-child > .accordion-toggle__trigger {
	padding-top: 0;
}

.accordion-toggle--support-resource > .accordion-toggle__content {
	padding: 30px 0;
}

	.accordion-toggle--support-resource > .accordion-toggle__content:not(:last-child) {
		border-bottom: 1px solid #bbb7b0;
	}

.accordion-toggle--support-resource > .accordion-toggle__content--opened:last-child {
	border-bottom: 0;
}

.accordion-toggle--support-resource > .accordion-toggle__content > .accordion-toggle__trigger {
	border-bottom: 0;
	padding: 0;
}

.accordion-toggle--support-resource > .accordion-toggle__content--opened > .accordion-toggle__inner {
	padding: 0;
}

.accordion-toggle--facets .accordion-toggle__trigger {
	background: #f2f6f6;
	font-size: 0.85714286rem;
	font-weight: bold;
	padding: 10px 20px;
	text-transform: uppercase;
}

	.accordion-toggle--facets .accordion-toggle__trigger:before {
		content: '\e114';
	}

	.accordion-toggle--facets .accordion-toggle__trigger::before {
		font-family: 'Glyphicons Halflings', sans-serif;
		float: right;
		transition: transform 0.3s ease-in-out;
	}

.accordion-toggle--facets .accordion-toggle__content--opened .accordion-toggle__trigger::before {
	display: block;
	transform: rotate(-180deg);
	transition: transform 0.3s ease-in-out;
}

.pageType-CategoryPage .map img {
	min-width: 100%;
}

.searchEmptyPageMiddle-component {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 1024px) {
	.searchEmptyPageMiddle-component {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1024px) {
	.product__list--wrapper {
		padding: 0;
		margin: 0 0 0 -20px;
	}
}

@media (min-width: 640px) {
	.product__list--wrapper .pagination-wrap {
		padding-right: 0;
	}
}

.searchSpellingSuggestionPrompt {
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 640px) {
	.pagination-bar .sort-refine-bar button {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.results h1 {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
	margin: 0;
	margin-top: 20px;
	padding-left: 20px;
	padding-bottom: 0;
}

	.results h1.border {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 25px;
	}

.product {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: stretch;
}

@media print {
	.product {
		display: block;
	}
}

@media (min-width: 1024px) {
	.plp-container {
		margin-left: 40px;
	}
}

.highlights {
	margin-bottom: 15px;
}

.highlights__header {
	margin: 0;
	padding: 0;
}

.highlights__list ul {
	margin: 0 0 0 20px;
	padding: 0;
}

.highlights__list li {
	text-indent: -5px;
}

.search-empty {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

	.search-empty .headline {
		margin-bottom: 20px;
	}

	.search-empty .search-suggestions {
		margin-bottom: 20px;
	}

.product-category-page .product-categories .refine-bar {
	padding-bottom: 10px;
	padding-top: 10px;
}

.product-category-page .product-categories .pcp-prod,
.product-category-page .product-categories .pcp-banner {
	padding-left: 0;
	padding-right: 0;
}

	.product-category-page .product-categories .pcp-banner .simple-responsive-banner-component,
	.product-category-page .product-categories .pcp-banner .banner__component--responsive {
		margin-right: -20px;
	}

.product-category-page .product-categories .pcp-banner {
	padding-top: 10px;
}

@media (min-width: 1024px) {
	.search-list-page-right-result-list-slot {
		margin-left: -20px;
		margin-top: -20px;
	}

	.search-list-page-right-result-list-component {
		padding-left: 20px;
	}

	.product-list-right-slot {
		margin-left: -20px;
	}

	.product-list-right-component {
		margin-left: 0;
		padding-top: 20px;
	}

		.product-list-right-component .pagination-bar {
			margin-top: 0;
		}
}

.search-results-highlight {
	font-weight: bold;
}

.empty-search {
	padding: 0 0 20px;
}

.empty-search__title {
	font-size: 1.71428571rem;
	margin-bottom: 20px;
}

.empty-search__search {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: stretch;
}

@media print {
	.empty-search__search {
		display: block;
	}
}

.empty-search__search-icon {
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #90949c;
	border-right: 0;
	top: 0;
}

.empty-search__search-input {
	height: 44px;
	border: 1px solid #90949c;
	padding: 0 12px;
	width: 90%;
}

.empty-search__search-result {
	display: inline-block;
	padding-top: 5px;
}

.empty-search__search-result-query {
	display: inline-block;
	margin-left: 4px;
}

.empty-search__suggestions-desc {
	margin-bottom: 20px;
}

.empty-search__suggestions-list {
	padding-left: 40px;
}

.sort-refine-bar .form-group select {
	width: auto;
}

.page-toolbar {
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	border-top: 1px solid #10218b;
}

@media (min-width: 1024px) {
	.page-toolbar {
		padding-top: 10px;
	}
}

.page-toolbar--footer {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}

.page-toolbar--orders,
.page-toolbar--orders-footer {
	border-top: none;
}

@media (min-width: 1024px) {
	.page-toolbar--orders,
	.page-toolbar--orders-footer {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

.page-toolbar--orders-footer {
	border-bottom: none;
}

@media (min-width: 1024px) {
	.page-toolbar__container {
		display: flex;
	}
}

@media (min-width: 1024px) {
	.page-toolbar__sort-container {
		order: 2;
	}
}

.page-toolbar__sort {
	display: flex;
	justify-content: space-between;
}

.page-toolbar__count-container {
	margin: 0 10px;
}

@media (min-width: 1024px) {
	.page-toolbar__count-container {
		flex-grow: 1;
		margin: 0;
		padding-top: 5px;
	}
}

.page-toolbar__orders-container {
	justify-content: flex-end;
}

.sort {
	margin-bottom: 10px;
	background-color: #f2f4f7;
	padding: 10px;
	border-radius: 0;
}

.sort__label {
	font-size: 0.85714286rem;
	color: #353535;
}

.sort__select {
	display: inline-block;
	height: 30px;
	padding: 5px 20px 5px 5px;
	font-size: 0.85714286rem;
	border-radius: 0;
	color: #555555;
	border: 1px solid #cccccc;
}

	.sort__select:focus {
		border: 1px solid #354153;
	}

@media (min-width: 1024px) {
	.sort__select {
		height: 34px;
		padding: 6px 20px 5px 7px;
		font-size: 1rem;
	}
}

@media (min-width: 1024px) {
	.sort__select-option {
		font-size: 1rem;
	}
}

@media (min-width: 1024px) {
	.sort {
		margin-bottom: 0;
		background: none;
		padding: 0;
	}
}

.records-count {
	border-right: 1px solid #777979;
	font-size: 0.857rem;
	padding-right: 20px;
	float: left;
	margin: 6px 20px 0 0;
}

@media (max-width: 1023px) {
	.records-count {
		border-right: none;
		margin-right: 0;
	}
}

.pagination-count {
	display: inline-block;
}

.pagination-count__icon {
	background: #f2f6f6;
	color: #d9e3ec;
	padding: 6px;
	border: 1px solid #ddd;
}

.pagination-count__icon--prev {
	transform: scaleX(-1) /*rtl: scaleX(1)*/;
}

.pagination-count__icon--next {
	transform: scaleX(1) /*rtl: scaleX(-1)*/;
}

.pagination-count__icon:hover {
	background: #f2f6f6;
	color: #d9e3ec;
	text-decoration: none;
}

.pagination-count__icon--active {
	color: #969696;
	cursor: pointer;
}

	.pagination-count__icon--active:hover {
		background: #9ddfff;
		color: #039039;
		text-decoration: none;
	}

.pagination-count__icon:active,
.pagination-count__icon:visited,
.pagination-count__icon:focus {
	text-decoration: none;
}

.pagination-count__page-count {
	font-size: 0.857rem;
	vertical-align: text-bottom;
}

@media (max-width: 1023px) {
	.pagination-count {
		float: right;
	}
}

.pagination-bar {
	margin: 30px 0;
}

	.pagination-bar .pagination-toolbar {
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 30px;
		border-bottom: 1px solid #cccccc;
	}

@media (max-width: 1024px) {
	.pagination-bar .pagination-toolbar {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.pagination-bar .form-group {
	margin: 0;
}

.pagination-bar .pagination-bar-results {
	margin-top: 25px;
	padding: 0 20px;
	color: #929292;
}

.pagination-bar.bottom .pagination-toolbar {
	padding-top: 30px;
	border-top: 1px solid #cccccc;
	border-bottom-width: 1px;
}

@media (max-width: 1023px) {
	.pagination-bar button {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 639px) {
	.sort-refine-bar .form-group select {
		width: 100%;
	}

	.pagination-bar .pagination,
	.pagination-bar button {
		margin-top: 30px;
		width: 100%;
	}

	.pagination-bar .pagination {
		padding-top: 15px;
		padding-bottom: 15px;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
}

@media (min-width: 640px) {
	.pagination-bar .pagination-toolbar {
		border-bottom-width: 1px;
	}

	.pagination-bar .pagination,
	.pagination-bar button {
		margin-top: 25px;
	}
}

@media (max-width: 1023px) and (min-width: 640px) {
	.sort-refine-bar .form-group select {
		height: 37px;
	}

	.pagination-bar .pagination,
	.pagination-bar button {
		margin-top: 24px;
	}
}

.cart {
	margin-bottom: 60px;
}

.cart__banner-notes {
	margin: 70px 0 20px;
	font-size: 0.929rem;
	color: #353535;
	line-height: 2.429rem;
}

.cart__header {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	margin: 25px 0 32px 0;
}

@media print {
	.cart__header {
		display: block;
	}
}

@media (min-width: 1024px) {
	.cart__header {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
	}
}

@media (min-width: 1024px) and print {
	.cart__header {
		display: block;
	}
}

@media (max-width: 1023px) {
	.cart__header > :not(:last-child) {
		margin-bottom: 43px;
	}
}

.cart__header-container {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	width: 100%;
}

@media print {
	.cart__header-container {
		display: block;
	}
}

@media (min-width: 1024px) {
	.cart__header-container {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: center;
	}
}

@media (min-width: 1024px) and print {
	.cart__header-container {
		display: block;
	}
}

@media (max-width: 1023px) {
	.cart__header-container > :not(:last-child) {
		margin-bottom: 43px;
	}
}

.cart__header-container--buttons {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-end;
}

@media print {
	.cart__header-container--buttons {
		display: block;
	}
}

@media (min-width: 1024px) {
	.cart__header-container--buttons > :not(:last-child) {
		margin-right: 20px;
	}
}

@media (min-width: 1024px) {
	.cart__header-container--buttons {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-shrink: 0;
		width: 40%;
	}
}

@media (min-width: 1024px) and print {
	.cart__header-container--buttons {
		display: block;
	}
}

.cart__continue-shopping-link {
	margin-bottom: 37px;
	text-align: right;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.cart__continue-shopping-link {
		text-align: left;
	}
}

.cart__checkout-btn {
	text-align: right;
}

.cart__column-headers {
	border-top: 1px solid #c7c9ca;
	border-bottom: 1px solid #c7c9ca;
	float: left;
	width: 100%;
	padding: 18px 0;
	font-size: 1.286rem;
	color: #353535;
	font-weight: bold;
}

.cart__column-headers--alignright {
	text-align: right;
}

.cart__product-list {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.cart__help--checkout {
	padding-bottom: 7px;
}

.cart__help-link {
	color: #10218b;
	font-weight: bold;
	font-size: 0.857rem;
	margin: 20px 0 32px;
	float: left;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.cart__help-link--checkout {
		float: right;
	}
}

.cart__help-link::after {
	background: #f6f6f7;
	border: 1px solid #e0e0e1;
	border-radius: 50%;
	color: #353535;
	content: 'i';
	font-family: Georgia, serif;
	font-size: 0.857rem;
	display: inline-block;
	font-style: italic;
	line-height: 1.071rem;
	margin-left: 10px;
	text-align: center;
	text-indent: 0;
	text-transform: lowercase;
	width: 15px;
	height: 15px;
}

.cart__total-price {
	margin: 0 0 40px;
	float: left;
	width: 100%;
}

.cart__items-total {
	font-weight: bold;
	color: #353535;
	font-size: 1rem;
	margin-top: 25px;
}

@media (min-width: 1024px) {
	.cart__items-total {
		text-align: right;
		margin-top: 5px;
	}
}

.cart__items-total--discount {
	color: #ff0000;
}

.cart__items-total--all {
	font-size: 1.286rem;
}

.cart__items-total--tax {
	color: #7a828a;
}

.cart__items-total--spacing {
	margin-top: 25px;
}

.cart__pm-logos {
	margin-bottom: 35px;
}

@media (min-width: 1024px) {
	.cart__pm-logos {
		margin-bottom: 0;
	}
}

.cart__pm-img {
	margin-bottom: 5px;
}

@media (min-width: 1024px) {
	.empty-cart__text {
		float: left;
	}
}

.empty-cart__link {
	padding: 30px 30px 30px 0;
	float: right;
}

.coverplus-price {
	margin-top: 5px;
}

.coverplus-quantity {
	margin-top: 10px;
}

.coverplus-name {
	margin-top: 8px !important;
}

	.coverplus-name:first-child {
		margin-top: 0px !important;
	}

.popular-title {
	margin-bottom: 4px;
}

.login-page__headline,
.user-register__headline {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
	margin: 0;
}

	.login-page__headline.border,
	.user-register__headline.border {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 25px;
	}

form .forgotten-password {
	margin-bottom: 25px;
}

.forgotten-password.alert {
	padding-left: 0;
	padding-right: 0;
}

.forgotten-password .description {
	margin-bottom: 10px;
}

#colorbox .forgotten-password .btn-primary {
	margin-top: 35px;
}

.register-form-action,
.login-form-action {
	margin-top: 35px;
}

.forgotten-password + .login-form-action {
	margin-top: 0;
}

.alert-dismissable .close,
.alert-dismissible .close {
	right: 0;
}

.register__container {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 1024px) {
	.register__container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 639px) {
	.login-form-action .btn-default {
		margin-top: 30px;
	}
}

.place-order-form {
	font-size: 1.14285714rem;
}

	.place-order-form .checkbox label {
		color: #353535;
		text-transform: none;
	}

.place-order-message {
	margin-bottom: 20px;
}

.checkout-separator {
	position: absolute;
	background-color: #ffffff;
	padding: 15px;
	font-weight: bold;
	border-radius: 30px;
	font-size: 1.42857143rem;
	text-transform: uppercase;
	top: -30px;
	left: 40%;
	color: #353535;
}

@media (min-width: 1024px) {
	.checkout-separator {
		left: 70px;
		top: 17%;
	}
}

.checkout-banner {
	background-color: #19212b;
}

.checkout-section {
	margin: 0 0 60px;
}

.checkout-section__secure {
	padding: 25px 0;
}

@media (min-width: 1024px) {
	.checkout-section__secure {
		padding-bottom: 12px;
	}
}

.checkout-section__secure-msg {
	float: left;
}

.checkout-section__secure-icon {
	color: #d9e3ec;
}

.checkout-section__btn {
	margin: 50px 0 25px 0;
}

.checkout-section__review-container {
	margin: 58px 0 57px;
}

.checkout-section__review {
	background-color: #f1f3f5;
}

.checkout-section__certificate-link {
	text-align: right;
	padding-top: 10px;
}

.checkout-section__step-body {
	margin: 30px 0 25px;
}

.checkout-section__shipping-headline {
	font-weight: bold;
	font-size: 1.28571429rem;
	margin-bottom: 14px;
}

.checkout-section__shipping-msg {
	margin: 25px 0 20px;
}

.checkout-section__step > :not(:last-child) {
	margin-bottom: 25px;
}

.checkout-section__step-title {
	font-size: 1.28571429rem;
	font-weight: bold;
}

.checkout-section__step-content > :not(:last-child) {
	margin-bottom: 25px;
}

.checkout-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid #b5b7b9;
}

@media (min-width: 1024px) {
	.checkout-header {
		flex-direction: column;
	}
}

.payment-method__container {
	border: 1px solid #ddd;
}

.payment-method__header {
	font-weight: bold;
	font-size: 1.28571429rem;
	margin-bottom: 25px;
}

.payment-method__wrapper {
	padding: 22px 25px 20px;
	border-bottom: 1px solid #ddd;
}

	.payment-method__wrapper:last-child {
		border-bottom: none;
	}

.payment-method__radiobtn {
	transform: scale(1.25);
	vertical-align: text-top;
	margin-top: 6px !important;
}

.payment-method__label {
	font-size: 1rem;
	font-weight: bold;
	padding-left: 13px;
	vertical-align: text-top;
	margin-top: 2px;
}

.payment-method__logo {
	float: right;
}

.payment-method__btn {
	margin-top: 30px;
}

.payment-method__img {
	width: 44px;
	height: 30px;
}

.payment-method__details {
	padding: 0;
}

.adyen-checkout {
	padding-top: 25px;
}

	.adyen-checkout .adyen-checkout__input {
		border-radius: 0;
		padding: 0 12px;
		display: block;
		height: 44px;
		border: 1px solid #90949c;
	}

	.adyen-checkout .adyen-checkout__label__text {
		font-size: 1.14285714rem;
		color: #353535;
		padding-bottom: 7px;
	}

	.adyen-checkout .adyen-checkout-input__inline-validation {
		top: 45%;
	}

	.adyen-checkout .adyen-checkout__field,
	.adyen-checkout .adyen-checkout__card__exp-cvc {
		margin-bottom: 20px;
	}

	.adyen-checkout .adyen-checkout__card__holderName {
		margin-top: 0;
	}

	.adyen-checkout .adyen-checkout__error-text {
		color: #e02b25;
		margin-top: 10px;
		font-size: 0.85714286rem;
	}

	.adyen-checkout .adyen-checkout__card__cvc__hint__wrapper {
		margin-right: 12px;
	}

	.adyen-checkout .adyen-checkout__card__cardNumber__brandIcon {
		right: 12px;
	}

.basket-voucher__voucher-applied {
	border-bottom: 1px solid #cccccc;
	padding: 23px 0;
}

.basket-voucher__voucher-icon {
	color: #69be28;
}

.basket-voucher__voucher-code {
	color: #353535;
	font-size: 1.14285714rem;
}

.basket-voucher__voucher-remove {
	font-size: 1.14285714rem;
	margin: 0 10px;
	cursor: pointer;
}

	.basket-voucher__voucher-remove:hover {
		text-decoration: none;
	}

.basket-voucher__voucher-remove-icon {
	font-size: 0.71428571rem;
	color: #10218b;
	border: none;
	vertical-align: text-bottom;
	padding: 2px 5px;
	margin-left: 10px;
}

.basket-voucher__voucher-msg {
	font-size: 1rem;
}

.basket-voucher__voucher-msg--success {
	margin-top: 33px;
	color: #353535;
}

.basket-voucher__voucher-msg--failed {
	color: #e02b25;
	margin-bottom: 25px;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox {
	margin: 0 auto;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000000;
}

#colorbox {
	outline: 0;
}

#cboxTopLeft {
	width: 14px;
	height: 14px;
}

#cboxTopCenter {
	height: 14px;
}

#cboxTopRight {
	width: 14px;
	height: 14px;
}

#cboxBottomLeft {
	width: 14px;
}

#cboxBottomCenter {
	height: 43px;
}

#cboxBottomRight {
	width: 14px;
}

#cboxMiddleLeft {
	width: 14px;
}

#cboxMiddleRight {
	width: 14px;
}

#cboxContent {
	background: #ffffff;
	overflow: visible;
}

.cboxIframe {
	background: #ffffff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #cccccc;
}

#cboxCurrent {
	position: absolute;
	bottom: -25px;
	left: 58px;
	font-weight: bold;
	color: #7c7c7c;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	position: absolute;
	bottom: -29px;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
}
	/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
	#cboxPrevious:active,
	#cboxNext:active,
	#cboxSlideshow:active,
	#cboxClose:active {
		outline: 0;
	}

#cboxPrevious {
	left: 0px;
	background-position: -51px -25px;
}

	#cboxPrevious:hover {
		background-position: -51px 0px;
	}

#cboxNext {
	left: 27px;
	background-position: -75px -25px;
}

	#cboxNext:hover {
		background-position: -75px 0px;
	}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -125px 0px;
	right: 27px;
}

	.cboxSlideshow_on #cboxSlideshow:hover {
		background-position: -150px 0px;
	}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -150px -25px;
	right: 27px;
}

	.cboxSlideshow_off #cboxSlideshow:hover {
		background-position: -125px 0px;
	}

#cboxTitle {
	background: transparent;
	position: absolute;
	top: 0;
	padding: 43px 40px 15px;
	height: 88px;
	display: table;
	width: 100%;
}

	#cboxTitle .headline {
		font-size: 24px;
		line-height: 24px;
		font-weight: bold;
		width: 100%;
		vertical-align: middle;
	}

#cboxClose {
	position: absolute;
	right: 13px;
	top: 10px;
	background: transparent;
	border: 0 none;
	color: #797979;
	padding: 5px;
	font-size: 25px;
}

#cboxLoadedContent {
	margin-top: 88px;
	padding: 15px 40px 30px 40px;
}

	#cboxLoadedContent .add-to-cart-item {
		margin-bottom: 40px;
	}

	#cboxLoadedContent .addressEntry + .addressEntry,
	#cboxLoadedContent .saved-payment-entry + .saved-payment-entry {
		margin-top: 55px;
	}

	#cboxLoadedContent .addressEntry ul,
	#cboxLoadedContent .saved-payment-entry ul {
		margin-top: -10px;
		margin-bottom: 20px;
	}

	#cboxLoadedContent .modal-details {
		line-height: 1.8em;
	}

	#cboxLoadedContent .modal-actions {
		margin-top: 20px;
	}

		#cboxLoadedContent .modal-actions .btn {
			margin-top: 20px;
		}

@media (max-width: 639px) {
	#cboxTitle {
		height: 112px;
		padding-left: 20px;
		padding-right: 20px;
	}

		#cboxTitle:before,
		#cboxTitle:after {
			content: " ";
			display: table;
		}

		#cboxTitle:after {
			clear: both;
		}

		#cboxTitle:before,
		#cboxTitle:after {
			content: " ";
			display: table;
		}

		#cboxTitle:after {
			clear: both;
		}

	#cboxLoadedContent {
		margin-top: 112px;
		padding: 15px 20px 30px 20px;
	}

		#cboxLoadedContent .addressEntry ul {
			margin-top: -25px;
		}
}

.modal__top {
	padding-bottom: 32px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
}

	.modal__top .modal__top--label {
		color: #353535;
		font-weight: bold;
		font-style: italic;
	}

	.modal__top .modal__top--text {
		font-style: italic;
	}

.modal__text--bold {
	font-weight: bold;
}

.modal__bottom {
	margin-bottom: 40px;
	font-size: 15px;
}

.quote-discount__modal--label {
	font-size: 15px;
	font-weight: 600;
	color: #353535;
	text-transform: capitalize;
	vertical-align: middle;
	display: table-cell;
	height: 40px;
}

.quote-discount__modal--input {
	margin-bottom: 17px;
	width: 100%;
}

	.quote-discount__modal--input input[type='number'] {
		-moz-appearance: textfield;
	}

		.quote-discount__modal--input input[type='number']::-webkit-inner-spin-button,
		.quote-discount__modal--input input[type='number']::-webkit-outer-spin-button {
			-webkit-appearance: none;
			margin: 0;
		}

.quote-discount__modal--input__label {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	padding-right: 10px;
	width: 25px;
	text-align: right;
}

.quote-discount__modal--original__total {
	font-size: 15px;
	font-style: italic;
	border-bottom: 1px solid #f2f2f2;
	color: #353535;
	padding-bottom: 13px;
	margin-bottom: 9px;
	margin-top: 10px;
}

.quote-discount__modal--new__total {
	color: #353535;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 47px;
}

.manage-account {
	margin: 60px 0;
}

.manage-account__header {
	margin-bottom: 20px;
	margin-top: 0px;
}

@media (min-width: 1024px) {
	.manage-account__header {
		margin-bottom: 30px;
	}
}

.manage-account__sub-header {
	line-height: 24px;
	margin-bottom: 35px;
	margin-top: 0px;
}

.myaccount {
	border: 1px solid #cccccc;
	text-align: center;
	margin: 0 10px;
}

.myaccount__title {
	margin-bottom: 12px;
	margin-top: 0px;
}

.myaccount__order-info,
.myaccount__account-info,
.myaccount__myproduct-info {
	padding: 50px 30px;
}

.myaccount__account-info {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

@media (min-width: 1024px) {
	.myaccount__account-info {
		border-top-width: 0;
		border-bottom-width: 0;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
}

.myaccount__link {
	font-size: 1.14285714rem;
	margin-bottom: 12px;
}

	.myaccount__link:last-child {
		margin-bottom: 0;
	}

.myaccount__img {
	margin-bottom: 40px;
}

.myproducts {
	margin-bottom: 60px;
}

.myproducts__product-img {
	margin-bottom: 10px;
}

.myproducts__product-name,
.myproducts__buy-btn,
.myproducts__support-link {
	margin-bottom: 20px;
}

.myproducts__product-name {
	font-size: 1.57142857rem;
}

.myproducts__support {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.myproducts__link {
	margin-top: 30px;
	margin-bottom: 40px;
}

	.myproducts__link::after {
		margin-left: 0;
	}

.myproducts__noproducts {
	margin-bottom: 25px;
}

table {
	width: 100%;
}

	table th {
		font-size: 0.92857143rem;
		font-weight: 400;
		text-transform: uppercase;
		background-color: #128a9e;
		color: #ffffff;
		padding: 8px 10px;
		vertical-align: top;
	}

		table th:last-child {
			text-align: right;
		}

	table td {
		padding: 20px 10px;
		vertical-align: top;
	}

.table-unbordered {
	border: 1px solid transparent;
}

	.table-unbordered > thead > tr > th,
	.table-unbordered > tbody > tr > th,
	.table-unbordered > tfoot > tr > th,
	.table-unbordered > thead > tr > td,
	.table-unbordered > tbody > tr > td,
	.table-unbordered > tfoot > tr > td {
		border: 1px solid transparent;
	}

	.table-unbordered > thead > tr > th,
	.table-unbordered > thead > tr > td {
		border-bottom-width: 2px;
	}

.tabs-responsive .tab-container {
	float: none;
	padding: 0;
}

@media (max-width: 1023px) {
	.tabs-responsive .tabhead:first-of-type {
		border-top: none;
	}
}

.tab-review .review-pagination-bar {
	margin: 10px 0;
}

	.tab-review .review-pagination-bar:before,
	.tab-review .review-pagination-bar:after {
		content: " ";
		display: table;
	}

	.tab-review .review-pagination-bar:after {
		clear: both;
	}

	.tab-review .review-pagination-bar:before,
	.tab-review .review-pagination-bar:after {
		content: " ";
		display: table;
	}

	.tab-review .review-pagination-bar:after {
		clear: both;
	}

	.tab-review .review-pagination-bar .right {
		float: right;
	}

		.tab-review .review-pagination-bar .right .pager {
			float: left;
			margin: 0 10px;
		}

.tab-review .review-list {
	padding-left: 0;
	list-style: none;
}

	.tab-review .review-list .review-entry {
		margin: 10px 0;
	}

		.tab-review .review-list .review-entry .title {
			font-weight: bold;
		}

		.tab-review .review-list .review-entry .autor {
			color: #777777;
		}

.tab-review .write-review {
	display: none;
}

.textpage-faqs th:last-child {
	text-align: left;
}

.faqs__form {
	display: flex;
	margin-bottom: 5px;
}

.faqs__search-input {
	height: 46px;
	padding: 10px 16px;
	line-height: 26px;
}

@media (min-width: 1024px) {
	.faqs__search-input {
		height: 34px;
		padding: 6px 15px;
		line-height: 22px;
	}
}

.faqs__search-btn {
	margin-top: 0;
	height: 46px;
}

@media (min-width: 1024px) {
	.faqs__search-btn {
		height: 34px;
		white-space: nowrap;
	}
}

@media (min-width: 1024px) {
	.faqs__container {
		display: flex;
		margin-top: 30px;
	}
}

@media (min-width: 1024px) {
	.faqs__categories {
		width: 30%;
		margin-right: 5%;
	}
}

.faqs__categories-wrapper {
	padding: 0 15px;
}

.faqs__categories-list {
	background: transparent;
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.faqs__categories-xs-list {
	margin-top: 35px;
}

.faqs__categories-item {
	font-weight: 600;
	font-size: 1rem;
}

.faqs__categories-text {
	display: block;
	padding: 10px 15px;
}

	.faqs__categories-text:hover {
		text-decoration: none;
		background: #f4f5f7;
		border-left: 2px solid #10218b;
		color: #90939a;
		padding: 10px 15px 10px 13px;
	}

.faqs__categories-active {
	background: #f4f5f7;
	border-left: 2px solid #9c4f4f;
	color: #90939a;
	display: block;
	padding: 10px 15px 10px 13px;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
}

	.faqs__categories-active:hover {
		text-decoration: none;
	}

	.faqs__categories-active:focus {
		text-decoration: none;
		color: #90939a;
	}

.faqs__links-wrapper {
	width: 70%;
}

.faqs__links-header {
	font-size: 0.85714286rem;
	font-weight: 100;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.faqs__links-header {
		margin-top: 12px;
	}
}

.faqs__links-list {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.faqs__category-item {
	display: block;
	padding: 20px 35px 20px 0;
	font-size: 1.14285714rem;
}

	.faqs__category-item::after {
		content: '\2013';
		padding-right: 35px;
		position: absolute;
		right: 0px;
		font-size: 1.28571429rem;
	}

.faqs__category-item--collapse::after {
	content: '\2b';
}

.faqs__links-item {
	margin-left: 14px;
	padding-bottom: 10px;
	position: relative;
}

	.faqs__links-item::before {
		color: #10218b;
		content: '\2022';
		display: inline-block;
		left: -14px;
		position: absolute;
		top: -2px;
		font-size: 1.42857143rem;
	}

.faqs__links-text {
	font-size: 1rem;
}

#homepage_slider.stripViewer {
	position: relative;
	overflow: hidden;
	margin: 0;
}

	#homepage_slider.stripViewer ul {
		margin: 0;
		padding: 0;
		position: relative;
		left: 0;
		top: 0;
		width: 1%;
		list-style-type: none;
	}

		#homepage_slider.stripViewer ul li {
			float: left;
		}

#homepage_slider .svw {
	width: 50px;
	height: 20px;
	background-color: #ffffff;
}

	#homepage_slider .svw ul {
		position: relative;
		left: -999em;
	}

#homepage_slider .tooltip {
	padding: 0.5em;
	background-color: #ffffff;
	color: #000000;
	border: 5px solid #dedede;
}

.readyprint-box {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.readyprint-box {
		display: block;
	}
}

.readyprint-box__content {
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #b5b7b9;
	font-size: 1rem;
	padding: 20px 20px 20px 25px;
	width: 100%;
	flex-grow: 1;
}

.readyprint-box__image {
	height: 25px;
}

.readyprint-box__cta {
	cursor: pointer;
}

.readyprint-box--dark-blue {
	position: static;
}

	.readyprint-box--dark-blue::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--dark-blue::before {
		background-color: #07156c;
	}

	.readyprint-box--dark-blue:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--dark-blue:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--dark-blue:not(.readyprint-box--ribbon)::before {
			background-color: #07156c;
		}

.readyprint-box--epson-blue {
	position: static;
}

	.readyprint-box--epson-blue::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--epson-blue::before {
		background-color: #10218b;
	}

	.readyprint-box--epson-blue:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--epson-blue:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--epson-blue:not(.readyprint-box--ribbon)::before {
			background-color: #10218b;
		}

.readyprint-box--light-blue {
	position: static;
}

	.readyprint-box--light-blue::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--light-blue::before {
		background-color: #9ddfff;
	}

	.readyprint-box--light-blue:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--light-blue:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--light-blue:not(.readyprint-box--ribbon)::before {
			background-color: #9ddfff;
		}

.readyprint-box--light-grey-blue {
	position: static;
}

	.readyprint-box--light-grey-blue::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--light-grey-blue::before {
		background-color: #d9e3ec;
	}

	.readyprint-box--light-grey-blue:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--light-grey-blue:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--light-grey-blue:not(.readyprint-box--ribbon)::before {
			background-color: #d9e3ec;
		}

.readyprint-box--dark-black-blue {
	position: static;
}

	.readyprint-box--dark-black-blue::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--dark-black-blue::before {
		background-color: #001a4d;
	}

	.readyprint-box--dark-black-blue:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--dark-black-blue:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--dark-black-blue:not(.readyprint-box--ribbon)::before {
			background-color: #001a4d;
		}

.readyprint-box--black {
	position: static;
}

	.readyprint-box--black::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--black::before {
		background-color: #000000;
	}

	.readyprint-box--black:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--black:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--black:not(.readyprint-box--ribbon)::before {
			background-color: #000000;
		}

.readyprint-box--black-grey {
	position: static;
}

	.readyprint-box--black-grey::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--black-grey::before {
		background-color: #353535;
	}

	.readyprint-box--black-grey:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--black-grey:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--black-grey:not(.readyprint-box--ribbon)::before {
			background-color: #353535;
		}

.readyprint-box--white {
	position: static;
}

	.readyprint-box--white::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--white::before {
		background-color: #ffffff;
	}

	.readyprint-box--white:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--white:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--white:not(.readyprint-box--ribbon)::before {
			background-color: #ffffff;
		}

.readyprint-box--dark-grey {
	position: static;
}

	.readyprint-box--dark-grey::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--dark-grey::before {
		background-color: #4a4e51;
	}

	.readyprint-box--dark-grey:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--dark-grey:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--dark-grey:not(.readyprint-box--ribbon)::before {
			background-color: #4a4e51;
		}

.readyprint-box--grey {
	position: static;
}

	.readyprint-box--grey::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--grey::before {
		background-color: #90949c;
	}

	.readyprint-box--grey:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--grey:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--grey:not(.readyprint-box--ribbon)::before {
			background-color: #90949c;
		}

.readyprint-box--light-grey {
	position: static;
}

	.readyprint-box--light-grey::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--light-grey::before {
		background-color: #f1f3f5;
	}

	.readyprint-box--light-grey:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--light-grey:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--light-grey:not(.readyprint-box--ribbon)::before {
			background-color: #f1f3f5;
		}

.readyprint-box--orange {
	position: static;
}

	.readyprint-box--orange::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--orange::before {
		background-color: #f68f39;
	}

	.readyprint-box--orange:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--orange:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--orange:not(.readyprint-box--ribbon)::before {
			background-color: #f68f39;
		}

.readyprint-box--pink {
	position: static;
}

	.readyprint-box--pink::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--pink::before {
		background-color: #c73687;
	}

	.readyprint-box--pink:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--pink:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--pink:not(.readyprint-box--ribbon)::before {
			background-color: #c73687;
		}

.readyprint-box--readyprint-green {
	position: static;
}

	.readyprint-box--readyprint-green::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--readyprint-green::before {
		background-color: #2dac83;
	}

	.readyprint-box--readyprint-green:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--readyprint-green:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--readyprint-green:not(.readyprint-box--ribbon)::before {
			background-color: #2dac83;
		}

.readyprint-box--readyprint-orange {
	position: static;
}

	.readyprint-box--readyprint-orange::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--readyprint-orange::before {
		background-color: #eb5c2a;
	}

	.readyprint-box--readyprint-orange:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--readyprint-orange:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--readyprint-orange:not(.readyprint-box--ribbon)::before {
			background-color: #eb5c2a;
		}

.readyprint-box--readyprint-purple {
	position: static;
}

	.readyprint-box--readyprint-purple::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--readyprint-purple::before {
		background-color: #6f2c87;
	}

	.readyprint-box--readyprint-purple:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--readyprint-purple:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--readyprint-purple:not(.readyprint-box--ribbon)::before {
			background-color: #6f2c87;
		}

.readyprint-box--readyprint-magenta {
	position: static;
}

	.readyprint-box--readyprint-magenta::before {
		width: 5px;
		height: 100%;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
	}

	.readyprint-box--readyprint-magenta::before {
		background-color: #e02c88;
	}

	.readyprint-box--readyprint-magenta:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--readyprint-magenta:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--readyprint-magenta:not(.readyprint-box--ribbon)::before {
			background-color: #e02c88;
		}

.readyprint-box--rainbow {
	position: static;
}

	.readyprint-box--rainbow::before {
		width: 100%;
		height: 2px;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.readyprint-box--rainbow::before {
		background: linear-gradient(90deg, #2dac83 10%, #f4a518 30%, #eb5c2a 50%, #de2f8b 70%, #23a8e0 90%) 0% 0% no-repeat;
	}

	.readyprint-box--rainbow:not(.readyprint-box--ribbon) {
		position: relative;
	}

		.readyprint-box--rainbow:not(.readyprint-box--ribbon)::before {
			width: 5px;
			height: 100%;
			content: '';
			position: absolute;
			left: 0;
			top: 0;
		}

		.readyprint-box--rainbow:not(.readyprint-box--ribbon)::before {
			background: linear-gradient(180deg, #2dac83 10%, #f4a518 30%, #eb5c2a 50%, #de2f8b 70%, #23a8e0 90%) 0% 0% no-repeat;
		}

.readyprint-box--ribbon {
	width: 100%;
	height: 45px;
	background-color: #ffffff;
}

	.readyprint-box--ribbon .readyprint-box__content {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: center;
		border: 0;
		margin: 0 0 2px 0;
		padding: 10px 0;
	}

@media print {
	.readyprint-box--ribbon .readyprint-box__content {
		display: block;
	}
}

.readyprint-box--ribbon .readyprint-box__image {
	border-right: 1px solid #b5b7b9;
	margin-right: 10px;
	padding-right: 10px;
}

.readyprint-box--bold .readyprint-box__text {
	font-weight: bold;
}

.readyprint-box--plp {
	margin-bottom: 15px;
}

.readyprint-box--entry {
	margin-top: 18px;
	margin-bottom: 18px;
}

@media (min-width: 1024px) {
	.readyprint-box--entry {
		max-width: 293px;
	}
}

.readyprint-box--entry .readyprint-box__content {
	padding: 18px 15px 15px 20px;
	background-color: #ffffff;
}

.readyprint-box--entry .readyprint-box__cta {
	display: block;
}

.readyprint-box--cart {
	margin-top: 16px;
	margin-bottom: 16px;
}

.readyprint-box--plp .readyprint-box__content,
.readyprint-box--product-comparator .readyprint-box__content {
	color: #353535;
	line-height: 1.429rem;
	padding: 18px 15px 15px 20px;
}

.readyprint-box--plp .readyprint-box__information,
.readyprint-box--product-comparator .readyprint-box__information {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.readyprint-box--plp .readyprint-box__information,
	.readyprint-box--product-comparator .readyprint-box__information {
		display: block;
	}
}

.readyprint-box--product-comparator {
	margin-top: 15px;
}

@media (max-width: 1023px) {
	.readyprint-box--product-comparator {
		display: none;
	}
}

.readyprint-box--pdp .readyprint-box__image {
	margin-bottom: 15px;
}

.readyprint-box--tab-panel-ribbon .readyprint-box__content {
	padding-left: 15px;
}

.forgotten-password {
	width: 300px;
}

.forgotten-password__description {
	font-size: 1.143rem;
	margin-bottom: 20px;
}

.forgotten-password .form-group {
	margin-bottom: 30px;
}

.forgotten-password-link {
	margin: 15px 0 25px 0;
}

.autocomplete {
	background: #ffffff;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
	font-size: 1.07142857rem;
	padding: 36px 0;
	z-index: 10;
	right: 0;
	overflow: auto;
}

@media (min-width: 1024px) {
	.autocomplete {
		background: linear-gradient(90deg, #f1f3f5 50%, #ffffff 50%);
		font-size: 1.28571429rem;
		padding: 36px 11%;
	}
}

.autocomplete:before {
	box-shadow: 2px 0 2px rgba(15, 98, 136, 0.1);
	content: '';
	height: 1px;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
}

.autocomplete.active {
	display: block;
}

.autocomplete.autocomplete_ul {
	border-top: none;
}

.autocomplete__menu-item {
	border-top: 1px solid #e5e5e5;
	display: block;
}

	.autocomplete__menu-item:first-of-type {
		border-top: none;
	}

.autocomplete__suggestions.autocomplete__menu-item {
	margin: 0 30px;
	width: auto;
}

@media (min-width: 1024px) {
	.autocomplete__suggestions.autocomplete__menu-item {
		margin: 0 0 0 30px;
		width: calc(50% - 30px);
	}
}

.autocomplete__suggestions + .autocomplete__menu-item.autocomplete__products {
	border-top: none;
}

@media (min-width: 1024px) {
	.autocomplete__suggestions + .autocomplete__menu-item.autocomplete__products:nth-of-type(1) {
		margin-top: -15px;
	}

	.autocomplete__suggestions + .autocomplete__menu-item.autocomplete__products:nth-of-type(2) {
		margin-top: -57px;
	}

	.autocomplete__suggestions + .autocomplete__menu-item.autocomplete__products:nth-of-type(3) {
		margin-top: -99px;
	}

	.autocomplete__suggestions + .autocomplete__menu-item.autocomplete__products:nth-of-type(4) {
		margin-top: -141px;
	}

	.autocomplete__suggestions + .autocomplete__menu-item.autocomplete__products:nth-of-type(5) {
		margin-top: -183px;
	}

	.autocomplete__suggestions + .autocomplete__menu-item.autocomplete__products:nth-of-type(6) {
		margin-top: -225px;
	}

	.autocomplete__suggestions + .autocomplete__menu-item.autocomplete__products:nth-of-type(7) {
		margin-top: -267px;
	}

	.autocomplete__suggestions + .autocomplete__menu-item.autocomplete__products:nth-of-type(8) {
		margin-top: -309px;
	}

	.autocomplete__suggestions + .autocomplete__menu-item.autocomplete__products:nth-of-type(9) {
		margin-top: -351px;
	}

	.autocomplete__suggestions + .autocomplete__menu-item.autocomplete__products:nth-of-type(10) {
		margin-top: -393px;
	}
}

.autocomplete__products.autocomplete__menu-item {
	display: block;
	margin: 0 30px;
}

@media (min-width: 640px) {
	.autocomplete__products.autocomplete__menu-item {
		padding-right: 10px;
	}
}

@media (min-width: 1024px) {
	.autocomplete__products.autocomplete__menu-item {
		margin-left: calc(50% + 30px);
		margin-right: 30px;
		padding: 15px 0;
		width: calc(50% - 2 * 30px);
	}
}

.autocomplete__product-info {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-self: center;
	flex-grow: 1;
	flex-wrap: wrap;
	max-width: calc(100% - 2 * 50px);
}

@media print {
	.autocomplete__product-info {
		display: block;
	}
}

.autocomplete__thumb {
	display: block;
	max-width: 90px;
	margin-right: 10px;
}

@media (min-width: 640px) {
	.autocomplete__thumb {
		display: flex;
	}
}

.autocomplete__thumb .autocomplete__img {
	max-height: 90px;
	max-width: 90px;
}

.autocomplete__thumb + .autocomplete__product-info .autocomplete__product-title:hover,
.autocomplete__thumb + .autocomplete__product-info .autocomplete__product-title:focus {
	color: #10218b;
	text-decoration: underline;
}

.autocomplete__product-title {
	width: 100%;
}

.autocomplete__links {
	display: flex;
	flex-grow: 1;
}

@media (min-width: 1024px) {
	.autocomplete__links {
		display: flex;
	}
}

.autocomplete__sublink:after {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #10218b;
	content: '';
	display: inline-block;
	margin-top: 6px;
	margin-left: 4px;
}

@media (min-width: 1024px) {
	.autocomplete__sublink:after {
		margin-top: 8px;
	}
}

.autocomplete .autocomplete__suggestions .autocomplete__product-title {
	padding: 8px 10px;
}

.autocomplete .autocomplete__product-info .autocomplete__product-title,
.autocomplete .autocomplete__product-info .autocomplete__sublink {
	color: #10218b;
}

	.autocomplete .autocomplete__product-info .autocomplete__product-title:hover,
	.autocomplete .autocomplete__product-info .autocomplete__sublink:hover,
	.autocomplete .autocomplete__product-info .autocomplete__product-title:focus,
	.autocomplete .autocomplete__product-info .autocomplete__sublink:focus {
		color: #10218b;
		text-decoration: underline;
	}

.autocomplete--ink-finder {
	padding: 0 2.1vw;
	background: #ffffff;
	border-color: #90949c !important;
	border-style: solid !important;
	border-width: 0 1px 1px !important;
	box-shadow: 0 13px 32px #000000;
	font-size: 1.28571429rem;
}

@media (min-width: 1024px) {
	.autocomplete--ink-finder {
		font-size: 1.14285714rem;
	}
}

.autocomplete--ink-finder .autocomplete__products.autocomplete__menu-item {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #90949c;
}

	.autocomplete--ink-finder .autocomplete__products.autocomplete__menu-item:last-child {
		border-bottom: none;
	}

.autocomplete--ink-finder .autocomplete__product-info {
	padding-left: 2.1vw;
}

.autocomplete--ink-finder .autocomplete__links,
.autocomplete--ink-finder .autocomplete__suggestions {
	display: none;
}

	.autocomplete--ink-finder .autocomplete__suggestions + .autocomplete__menu-item.autocomplete__products {
		margin-top: 0;
	}

.autocomplete.autocomplete_ul.autocomplete--support {
	background: #f2f4f7;
	border: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
	position: static;
}

	.autocomplete.autocomplete_ul.autocomplete--support::before {
		display: none;
	}

.autocomplete--support .autocomplete__products {
	font-size: 1.14285714rem;
	padding: 26px 40px;
}

	.autocomplete--support .autocomplete__products:not(:last-child) {
		border-bottom: 1px solid #dce5ed;
	}

.amp-text-colour--dark-blue {
	color: #07156c;
}

.amp-text-colour--epson-blue {
	color: #10218b;
}

.amp-text-colour--light-blue {
	color: #9ddfff;
}

.amp-text-colour--light-grey-blue {
	color: #d9e3ec;
}

.amp-text-colour--dark-black-blue {
	color: #001a4d;
}

.amp-text-colour--black {
	color: #000000;
}

.amp-text-colour--black-grey {
	color: #353535;
}

.amp-text-colour--white {
	color: #ffffff;
}

.amp-text-colour--dark-grey {
	color: #4a4e51;
}

.amp-text-colour--grey {
	color: #90949c;
}

.amp-text-colour--light-grey {
	color: #f1f3f5;
}

.amp-text-colour--orange {
	color: #f68f39;
}

.amp-text-colour--pink {
	color: #c73687;
}

.amp-text-colour--readyprint-green {
	color: #2dac83;
}

.amp-text-colour--readyprint-orange {
	color: #eb5c2a;
}

.amp-text-colour--readyprint-purple {
	color: #6f2c87;
}

.amp-text-colour--readyprint-magenta {
	color: #e02c88;
}

.amp-bg-colour--dark-blue {
	background-color: #07156c;
}

.amp-bg-colour--epson-blue {
	background-color: #10218b;
}

.amp-bg-colour--light-blue {
	background-color: #9ddfff;
}

.amp-bg-colour--light-grey-blue {
	background-color: #d9e3ec;
}

.amp-bg-colour--dark-black-blue {
	background-color: #001a4d;
}

.amp-bg-colour--black {
	background-color: #000000;
}

.amp-bg-colour--black-grey {
	background-color: #353535;
}

.amp-bg-colour--white {
	background-color: #ffffff;
}

.amp-bg-colour--dark-grey {
	background-color: #4a4e51;
}

.amp-bg-colour--grey {
	background-color: #90949c;
}

.amp-bg-colour--light-grey {
	background-color: #f1f3f5;
}

.amp-bg-colour--orange {
	background-color: #f68f39;
}

.amp-bg-colour--pink {
	background-color: #c73687;
}

.amp-bg-colour--readyprint-green {
	background-color: #2dac83;
}

.amp-bg-colour--readyprint-orange {
	background-color: #eb5c2a;
}

.amp-bg-colour--readyprint-purple {
	background-color: #6f2c87;
}

.amp-bg-colour--readyprint-magenta {
	background-color: #e02c88;
}

@media (min-width: 1024px) {
	.amp-bg-colour--hide-lg {
		background-color: transparent;
	}
}

.amp-gradient--black {
	background: linear-gradient(to bottom, #4a4e51 25%, #000000 100%);
}

.amp-gradient--orange {
	background: linear-gradient(to bottom, #f68f39 25%, #fecb65 100%);
}

.amp-gradient--blue {
	background: linear-gradient(to bottom, #07156c 25%, #10218b 100%);
}

.amp-border-colour--dark-blue {
	border-color: #07156c;
}

.amp-border-colour--epson-blue {
	border-color: #10218b;
}

.amp-border-colour--light-blue {
	border-color: #9ddfff;
}

.amp-border-colour--light-grey-blue {
	border-color: #d9e3ec;
}

.amp-border-colour--dark-black-blue {
	border-color: #001a4d;
}

.amp-border-colour--black {
	border-color: #000000;
}

.amp-border-colour--black-grey {
	border-color: #353535;
}

.amp-border-colour--white {
	border-color: #ffffff;
}

.amp-border-colour--dark-grey {
	border-color: #4a4e51;
}

.amp-border-colour--grey {
	border-color: #90949c;
}

.amp-border-colour--light-grey {
	border-color: #f1f3f5;
}

.amp-border-colour--orange {
	border-color: #f68f39;
}

.amp-border-colour--pink {
	border-color: #c73687;
}

.amp-border-colour--readyprint-green {
	border-color: #2dac83;
}

.amp-border-colour--readyprint-orange {
	border-color: #eb5c2a;
}

.amp-border-colour--readyprint-purple {
	border-color: #6f2c87;
}

.amp-border-colour--readyprint-magenta {
	border-color: #e02c88;
}

[class*='amp-ink-colour-'] {
	display: flex;
}

	[class*='amp-ink-colour-']::before {
		content: '';
		width: 14px;
		height: 14px;
		display: block;
		background-size: 100%;
		background-repeat: no-repeat;
		margin-right: 4px;
	}

.amp-ink-colour-k::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-k');
}

.amp-ink-colour-lk::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-lk');
}

.amp-ink-colour-llk::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-llk');
}

.amp-ink-colour-pk::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-pk');
}

.amp-ink-colour-mk::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-mk');
}

.amp-ink-colour-hdk::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-hdk');
}

.amp-ink-colour-c::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-c');
}

.amp-ink-colour-lc::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-lc');
}

.amp-ink-colour-m::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-m');
}

.amp-ink-colour-lm::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-lm');
}

.amp-ink-colour-vm::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-vm');
}

.amp-ink-colour-vlm::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-vlm');
}

.amp-ink-colour-y::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-y');
}

.amp-ink-colour-ly::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-ly');
}

.amp-ink-colour-r::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-r');
}

.amp-ink-colour-o::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-o');
}

.amp-ink-colour-op::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-op');
}

.amp-ink-colour-b::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-b');
}

.amp-ink-colour-g::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-g');
}

.amp-ink-colour-gr::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-gr');
}

.amp-ink-colour-lgr::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-lgr');
}

.amp-ink-colour-dgr::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-dgr');
}

.amp-ink-colour-w::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-w');
}

.amp-ink-colour-go::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-go');
}

.amp-ink-colour-col::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-col');
}

.amp-ink-colour-sm::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-sm');
}

.amp-ink-colour-v::before {
	background-image: url('https://i8.amplience.net/i/epsonemear/ink-v');
}

.amp-body-large {
	font-size: 1.14285714rem;
	line-height: 1.71428571rem;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 0;
	margin-top: 4px;
}

.amp-body {
	font-size: 1rem;
	line-height: 1.42857143rem;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 0;
	margin-top: 4px;
}

.amp-h6-small {
	font-size: 0.85714286rem;
	line-height: 1.14285714rem;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0;
	margin-top: 4px;
}

.amp-body-small {
	font-size: 0.85714286rem;
	line-height: 1.14285714rem;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 0;
	margin-top: 0;
}

.amp-text-vat {
	font-size: 0.78571429rem;
	line-height: 0.78571429rem;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 0;
	margin-top: 0;
}

.amp-body-large,
.amp-body,
.amp-h6-small,
.amp-body-small,
.amp-text-vat {
	display: inline-block;
}

.amp-banner {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media (min-width: 1024px) {
	.amp-banner {
		justify-content: center;
		flex-wrap: nowrap;
		align-items: stretch;
	}
}

.amp-banner__media--headline {
	width: 100%;
}

@media (min-width: 1024px) {
	.amp-banner__media--headline {
		width: 50%;
		padding-right: 11%;
	}
}

.amp-banner__media-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 200% auto;
	position: relative;
	height: 100%;
}

	.amp-banner__media-bg::before {
		content: '';
		display: block;
		padding-top: 75%;
		position: relative;
		width: 100%;
	}

@media (min-width: 1024px) {
	.amp-banner__media-bg {
		background-size: cover;
		position: absolute;
		width: 100%;
	}

		.amp-banner__media-bg::before {
			display: none;
		}
}

.amp-banner__media-bg--regular {
	background-size: 100% auto;
}

	.amp-banner__media-bg--regular::before {
		padding-top: 65%;
	}

.amp-banner__media-picture {
	position: relative;
	object-fit: unset;
}

@media (min-width: 1024px) {
	.amp-banner__media-picture {
		position: absolute;
		object-fit: cover;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
	}
}

.amp-banner__media-picture--headline {
	position: relative;
	height: 100%;
	object-fit: cover;
}

.amp-banner__media-picture,
.amp-banner__img {
	display: block;
}

.amp-banner__img {
	width: 100%;
}

@media (min-width: 1024px) {
	.amp-banner__img {
		object-fit: cover;
		height: 100%;
	}
}

.amp-banner__container {
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 1024px) {
	.amp-banner__container {
		padding-left: 11%;
		padding-right: 11%;
	}
}

@media (min-width: 1024px) {
	.amp-banner__container {
		z-index: 1;
	}
}

.amp-banner__container--headline {
	position: static;
	width: 100%;
	padding: 0 11%;
}

@media (min-width: 1024px) {
	.amp-banner__container--headline {
		width: 50%;
		padding-right: 30px;
	}
}

.amp-banner__content {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 1024px) {
	.amp-banner__content {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (min-width: 1024px) {
	.amp-banner__content {
		min-height: 600px;
		height: 100%;
	}
}

@media (min-width: 1024px) {
	.amp-banner__content-align {
		width: 33%;
	}
}

.amp-banner__content-img {
	width: auto;
}

.amp-banner__content-img {
	width: 40%;
	max-width: 225px;
}

@media (min-width: 1024px) {
	.amp-banner__content-img {
		width: 100%;
		display: inline-block;
	}
}

@media (max-width: 1023px) {
	.amp-banner--carousel .amp-banner__content {
		flex-grow: 1;
	}
}

.amp-banner--headline .amp-banner__content {
	flex-direction: column;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: auto;
}

@media (min-width: 1024px) {
	.amp-banner--headline .amp-banner__content {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.amp-banner--headline .amp-content__rich-text h5 {
	margin-bottom: 16px;
}

@media (min-width: 1024px) {
	.amp-banner--headline {
		flex-direction: row-reverse;
		min-height: 250px;
	}
}

@media (min-width: 1024px) {
	.amp-banner--tabs {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 40%;
		right: 0;
		width: 60%;
	}
}

.amp-video__thumb {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: left;
}

.amp-video__thumb-img {
	height: auto;
	position: relative;
	width: 100%;
}

.amp-video__thumb-btn {
	right: calc(50% - (40px / 2));
	top: calc(50% - (40px / 2));
}

@media (min-width: 1024px) {
	.amp-video__thumb-btn {
		right: calc(50% - (90px / 2));
		top: calc(50% - (90px / 2));
	}
}

.amp-video__thumb-duration {
	font-size: 0.85714286rem;
	background-color: #000000;
	color: #ffffff;
	padding: 7px 6px 4px 7px;
	position: absolute;
	bottom: 7px;
	right: 10px;
}

.amp-video__thumb--clickable {
	cursor: pointer;
}

.amp-video__thumb--featured {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.amp-video__thumb-picture {
	position: absolute;
	object-fit: cover;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.amp-video__thumb-picture--multi {
	position: relative;
	width: 100%;
}

.amp-video__thumb-picture,
.amp-video__img {
	display: block;
}

.amp-video__img {
	width: 100%;
}

@media (min-width: 1024px) {
	.amp-video__img {
		object-fit: cover;
		height: 100%;
	}
}

.amp-video:not(:last-child) {
	padding-bottom: 30px;
}

@media (min-width: 1024px) {
	.amp-video:not(:last-child) {
		padding-bottom: 0;
	}
}

.amp-video__link {
	cursor: pointer;
}

	.amp-video__link:hover {
		text-decoration: none;
	}

.amp-column {
	flex-grow: 1;
	flex-basis: 100%;
	position: relative;
}

@media (min-width: 1024px) {
	.amp-column {
		flex-basis: 50%;
	}
}

.amp-content {
	display: flex;
	flex-wrap: nowrap;
}

.amp-content__container {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	z-index: 0;
}

@media (min-width: 1024px) {
	.amp-content__container {
		padding-left: 11%;
		padding-right: 11%;
	}
}

.amp-content__content {
	word-break: break-word;
}

.amp-content__cta {
	margin-top: 16px;
}

.amp-content__cta--link::after {
	right: 10px;
}

.amp-content__ctas {
	display: inline-flex;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	z-index: 1;
}

@media (min-width: 1024px) {
	.amp-content__ctas {
		align-items: flex-start;
		flex-direction: row;
		width: auto;
	}
}

.amp-content__ctas--overlay {
	position: relative;
	z-index: 2;
}

@media (min-width: 1024px) {
	.amp-content__rows--1 {
		grid-template-columns: repeat(6, 15.666666666666668%);
	}

	.amp-content__rows--2 {
		grid-template-columns: repeat(3, 15.666666666666668%);
	}

	.amp-content__rows--3 {
		grid-template-columns: repeat(2, 15.666666666666668%);
	}

	.amp-content__rows--4 {
		grid-template-columns: repeat(2, 15.666666666666668%);
	}

	.amp-content__rows--5 {
		grid-template-columns: repeat(2, 15.666666666666668%);
	}

	.amp-content__rows--6 {
		grid-template-columns: repeat(1, 15.666666666666668%);
	}
}

.amp-content__columns {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.amp-content__tabs {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	margin: 0;
}

.amp-content__tabs-head {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: normal;
	background-color: #90949c;
	font-size: 1rem;
	line-height: 1.42857143rem;
	padding: 10px 15px;
}

@media print {
	.amp-content__tabs-head {
		display: block;
	}
}

@media (min-width: 1024px) {
	.amp-content__tabs-head:hover {
		background-color: #10218b;
	}
}

@media (min-width: 1024px) {
	.amp-content__tabs-head-icon {
		display: none;
	}
}

.amp-content__tabs-body {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	flex-basis: 100%;
}

@media (min-width: 1024px) {
	.amp-content__tabs-body {
		flex-direction: row;
		padding: 0 11%;
	}
}

.amp-content__tabs-text-container {
	padding-top: 40px;
	padding-bottom: 40px;
	order: 2;
	flex-direction: column;
	display: flex;
	flex-wrap: nowrap;
	padding: 20px 20px;
	text-align: left;
}

@media (min-width: 1024px) {
	.amp-content__tabs-text-container {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (min-width: 1024px) {
	.amp-content__tabs-text-container {
		order: 1;
		padding-left: 0;
		padding-right: 60px;
		display: flex;
		justify-content: center;
		width: 40%;
		min-height: 700px;
		position: relative;
		z-index: 1;
	}
}

.amp-content__tabs-video-container {
	order: 1;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.amp-content__tabs-video-container {
		flex-direction: row;
		order: 2;
		position: static;
		width: 60%;
	}
}

.amp-content__tabs .active .amp-content__tabs-head {
	background-color: #000000;
	color: #ffffff;
}

.amp-content__rich-text {
	display: flex;
	flex-direction: column;
}

.amp-content__rich-text-wrapper {
	position: relative;
}

.amp-content__rich-text ol,
.amp-content__rich-text ul {
	padding-top: 12px;
	direction: ltr;
	/*rtl: rtl*/
	display: inline-block;
}

	.amp-content__rich-text ol p,
	.amp-content__rich-text ul p {
		margin: 0;
	}

	.amp-content__rich-text ol strong,
	.amp-content__rich-text ul strong {
		line-height: 3rem;
	}

.amp-content__rich-text hr {
	width: 100%;
}

.amp-content__bg--ratio {
	position: relative;
	padding-top: 56.25%;
	background-size: contain;
}

.amp-content__media-bg {
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}

	.amp-content__media-bg::before {
		content: '';
		display: block;
		padding-top: 75%;
		position: relative;
		width: 100%;
	}

@media (min-width: 1024px) {
	.amp-content__media-bg {
		width: 100%;
	}

		.amp-content__media-bg::before {
			display: none;
		}
}

@media (min-width: 1024px) {
	.amp-content__video-cards {
		width: 100%;
		column-gap: 1%;
		display: grid;
	}
}

.amp-content--card-list {
	padding-top: 30px;
	padding-bottom: 30px;
	flex-direction: column;
	text-align: center;
	width: 100%;
}

@media (min-width: 1024px) {
	.amp-content--card-list {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (min-width: 1024px) {
	.amp-content--card-list {
		margin: 0 auto;
		width: 70%;
	}
}

.amp-content--card {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	flex: 1 0;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

@media print {
	.amp-content--card {
		display: block;
	}
}

@media (min-width: 1024px) {
	.amp-content--card {
		padding: 25px;
	}
}

.amp-content--card .amp-content__content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.amp-content--card .amp-content__header--title {
	width: 100%;
}

.amp-content--card .amp-content__ctas {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	flex-basis: 90px;
}

@media print {
	.amp-content--card .amp-content__ctas {
		display: block;
	}
}

@media (min-width: 1024px) {
	.amp-content--top {
		flex-direction: row;
		justify-content: flex-start;
	}
}

@media (min-width: 1024px) {
	.amp-content--middle {
		flex-direction: row;
		justify-content: center;
	}
}

@media (min-width: 1024px) {
	.amp-content--bottom {
		flex-direction: row;
		justify-content: flex-end;
	}
}

@media (min-width: 1024px) {
	.amp-content--right {
		align-items: flex-end;
		flex-direction: column;
		text-align: right;
	}

		.amp-content--right .amp-banner__content-align {
			margin-right: 0;
			margin-left: auto;
		}

		.amp-content--right .amp-content__rich-text {
			align-items: flex-end;
			text-align: right;
		}
}

@media (min-width: 1024px) {
	.amp-content--right .amp-content__ctas {
		flex-direction: column;
	}
}

.amp-content--right.amp-content--banner {
	text-align: left;
}

	.amp-content--right.amp-content--banner .amp-content__rich-text {
		align-items: flex-start;
		text-align: left;
	}

.amp-content--center {
	align-items: center;
	flex-direction: column;
	text-align: center;
}

	.amp-content--center .amp-content__ctas {
		align-items: center;
	}

	.amp-content--center .amp-content__content-align {
		width: 100%;
	}

@media (min-width: 1024px) {
	.amp-content--center .amp-content__content-align {
		width: 70%;
	}
}

@media (min-width: 1024px) {
	.amp-content--center .amp-content__content-align {
		margin: 0 auto;
	}

	.amp-content--center .amp-content__cta:not(:first-child) {
		margin-left: 16px;
	}

	.amp-content--center .amp-content__rich-text {
		align-items: center;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.amp-content--left {
		align-items: flex-start;
		flex-direction: column;
		text-align: left;
	}
}

@media (min-width: 1024px) {
	.amp-content--left .amp-content__ctas {
		flex-direction: column;
	}
}

.amp-content--col {
	flex-direction: column;
}

.amp-content--full .amp-content__content-align {
	width: 100%;
}

@media (min-width: 1024px) {
	.amp-content--full .amp-content__content-align {
		width: 100%;
	}
}

.amp-content--push-top {
	padding-top: 60px;
	padding-bottom: 300px;
}

.amp-content--push-middle {
	padding-top: 60px;
	padding-bottom: 60px;
}

.amp-content--push-bottom {
	padding-top: 300px;
	padding-bottom: 60px;
}

.amp-content--text {
	padding-top: 40px;
	padding-bottom: 40px;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.amp-content--text {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.amp-content--column {
	padding-top: 40px;
	padding-bottom: 40px;
	flex-direction: column;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 1024px) {
	.amp-content--column {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (min-width: 1024px) {
	.amp-content--column {
		min-height: 500px;
	}
}

.amp-content--column .amp-content__header {
	position: relative;
}

@media (min-width: 1024px) {
	.amp-content--column-left {
		padding-left: 22%;
		padding-right: 100px;
	}
}

@media (min-width: 1024px) {
	.amp-content--column-right {
		padding-right: 22%;
		padding-left: 100px;
	}
}

.amp-content--featured-video {
	flex-direction: column;
	padding-top: 0;
	padding-bottom: 40px;
}

@media (min-width: 1024px) {
	.amp-content--featured-video {
		padding-bottom: 80px;
	}
}

.amp-content--featured-video .amp-content__header--description {
	margin: 16px 0 0 0;
}

.amp-content--tab-content .amp-content__ctas {
	flex-direction: column;
}

.amp-content--recommended .amp-content__header--title {
	text-transform: uppercase;
}

.amp-content--hotspot {
	padding-top: 0;
	min-width: 100%;
}

.amp-content--video-card-thumb {
	cursor: pointer;
}

	.amp-content--video-card-thumb:hover .amp-content--video-card-btn::before {
		background: #9ddfff;
		color: #07156c;
	}

.amp-content--video-thumbnail {
	width: 100%;
	flex-direction: column;
}

	.amp-content--video-thumbnail .amp-content__header--description {
		margin: 12px 0 0 0;
	}

	.amp-content--video-thumbnail .amp-content--video-card {
		flex-direction: column;
		padding-bottom: 12px;
	}

	.amp-content--video-thumbnail .amp-content--video-card-btn {
		height: 40px;
		width: 40px;
	}

@media (min-width: 1024px) {
	.amp-content--video-thumbnail .amp-content--video-card-btn {
		right: calc(50% - (40px / 2));
		top: calc(50% - (40px / 2));
	}
}

.amp-content--video-thumbnail .amp-content--video-card-btn::before {
	font-size: 1.35714286rem;
	line-height: 40px;
	height: 40px;
	width: 40px;
}

@media (min-width: 1024px) {
	.amp-content--list-icon .amp-content__content-align {
		width: 100%;
	}
}

.amp-content--list-icon-top .amp-content__content-align {
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.amp-content--list-icon-top .amp-content__content-align {
		width: 80%;
	}
}

@media (min-width: 1400px) {
	.amp-content--list-icon-top .amp-content__content-align {
		width: 70%;
	}
}

.amp-html table {
	border: 1px solid #e5e5e5;
}

	.amp-html table > thead > tr > th,
	.amp-html table > tbody > tr > th,
	.amp-html table > tfoot > tr > th,
	.amp-html table > thead > tr > td,
	.amp-html table > tbody > tr > td,
	.amp-html table > tfoot > tr > td {
		border: 1px solid #e5e5e5;
	}

	.amp-html table > thead > tr > th,
	.amp-html table > thead > tr > td {
		border-bottom-width: 2px;
	}

div#iconComponent a.btn-bg {
	width: 150px;
	height: 45px;
	display: flex;
	align-items: center;
}

div#iconComponent .amp-card-list__wrapper {
	max-width: 1380px;
	margin: auto;
}

@media (max-width: 767px) {
	div#iconComponent .amp-card-list__wrapper {
		max-width: 80%;
		margin: auto;
	}
}

.amp-card-list {
	padding-bottom: 40px;
}

@media (min-width: 1024px) {
	.amp-card-list {
		padding-bottom: 80px;
	}
}

.amp-card-list__wrapper {
	display: flex;
}

.amp-card-list__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-basis: 100%;
}

.amp-card-list__cards--three .amp-card-list__card {
	flex-basis: 100%;
}

@media (min-width: 1024px) {
	.amp-card-list__cards--three .amp-card-list__card {
		flex-basis: 31.33333333%;
	}
}

.amp-card-list__card {
	margin: 7.5px;
	flex-grow: 0;
	flex-basis: 100%;
}

@media (min-width: 1024px) {
	.amp-card-list__card {
		flex-basis: 48%;
	}
}

.amp-card__media {
	position: relative;
}

.amp-card__img {
	width: 100%;
}

.amp-card--disabled-lg {
	margin: 0 7.5px;
}

#iconComponent .amp-card__img {
	width: 50%;
}

.amp-recommended {
	background: #f1f3f5;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.amp-recommended {
		flex-direction: row;
	}
}

.amp-recommended__container {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	flex-basis: 100%;
}

@media (min-width: 1024px) {
	.amp-recommended__container {
		padding-left: 11%;
		padding-right: 11%;
	}
}

@media (min-width: 1024px) {
	.amp-recommended__container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.amp-recommended__list {
	display: flex;
	flex-direction: column;
}

.amp-recommended__links {
	font-size: 1.14285714rem;
	line-height: 1.71428571rem;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	overflow-wrap: break-word;
}

.amp-recommended__image-list {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

@media (min-width: 1024px) {
	.amp-recommended__image-list {
		margin-top: 16px;
		margin-left: -7.5px;
		margin-right: -7.5px;
		flex-direction: row;
		justify-content: flex-end;
	}
}

.amp-recommended__image-col {
	margin-bottom: 15px;
}

@media (min-width: 1024px) {
	.amp-recommended__image-col {
		margin-bottom: 0;
		padding: 0 7.5px;
		flex-basis: 50%;
	}
}

.amp-recommended__image-col--last {
	margin-bottom: 0;
}

.amp-recommended__image-link {
	display: flex;
}

@media (min-width: 1024px) {
	.amp-recommended__image-link {
		margin-bottom: 0;
		overflow: hidden;
	}

		.amp-recommended__image-link .amp-recommended__img {
			transition: all 0.3s ease-in-out;
		}

			.amp-recommended__image-link .amp-recommended__img:hover {
				transform-origin: center;
				transform: scale(1.2);
				transition: all 0.3s ease-in-out;
			}
}

.amp-recommended__img {
	width: 100%;
}

.amp-recommended__picture {
	width: 100%;
}

@media (min-width: 1024px) {
	.amp-recommended__picture {
		width: auto;
	}
}

.amp-text {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
}

.amp-text__tick,
.amp-text__cross,
.amp-text__plus,
.amp-text__dash,
.amp-text__dots {
	font-family: 'epson-icons';
}

	.amp-text__tick::before,
	.amp-text__cross::before,
	.amp-text__plus::before,
	.amp-text__dash::before,
	.amp-text__dots::before {
		margin-right: 4px;
	}

	.amp-text__tick::before {
		content: '\e013';
	}

	.amp-text__cross::before {
		content: '\e014';
	}

	.amp-text__plus::before {
		content: '\2b';
	}

	.amp-text__dash::before {
		content: '\2212';
	}

.amp-video-thumbnail {
	background-color: #ffffff;
}

.amp-video-thumbnail__container {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1024px) {
	.amp-video-thumbnail__container {
		padding-left: 11%;
		padding-right: 11%;
	}
}

@media (min-width: 1024px) {
	.amp-video-thumbnail__container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.amp-image-hotspot {
	display: flex;
	flex-wrap: nowrap;
	flex-basis: 100%;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.amp-image-hotspot__container {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}

@media (min-width: 1024px) {
	.amp-image-hotspot__container {
		padding-left: 11%;
		padding-right: 11%;
	}
}

@media (min-width: 1024px) {
	.amp-image-hotspot__container {
		padding-bottom: 80px;
	}
}

.amp-image-hotspot__intro {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1024px) {
	.amp-image-hotspot__intro {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.amp-image-hotspot__hotspot {
	position: relative;
	padding: 20px;
	margin: 0 -20px;
}

@media (min-width: 1024px) {
	.amp-image-hotspot__hotspot {
		margin: 0;
	}
}

.amp-image-hotspot__media {
	position: relative;
	max-width: 885px;
	margin: 0 auto;
}

.amp-image-hotspot__media-img {
	display: block;
	width: 100%;
}

.amp-image-hotspot__img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.amp-image-hotspot__ring {
	position: absolute;
	width: 20px;
	height: 20px;
}

	.amp-image-hotspot__ring button {
		appearance: none;
		border: none;
		background-color: transparent;
	}

.amp-image-hotspot__circle {
	position: absolute;
	top: 50%;
	left: 50% /*rtl:ignore*/;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	margin-left: -7px /*rtl:ignore*/;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid white;
}

.amp-image-hotspot__ring {
	position: absolute;
	top: 50%;
	left: 50% /*rtl:ignore*/;
	display: block;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
}

.amp-image-hotspot__ring--one {
	width: 24px;
	height: 24px;
	margin-left: -12px /*rtl:ignore*/;
	margin-top: -12px;
	opacity: 0.6;
	animation: hs-pulse-ring1 2s infinite;
}

.amp-image-hotspot__ring--two {
	width: 50px;
	height: 50px;
	margin-left: -25px /*rtl:ignore*/;
	margin-top: -25px;
	opacity: 0.3;
	animation: hs-pulse-ring2 2s infinite;
}

.amp-image-hotspot__content {
	display: none;
}

.amp-image-tooltip {
	width: 280px;
}

.amp-image-tooltip__close {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 6px;
}

.amp-image-tooltip__button {
	padding: 0;
	appearance: none;
	border: none;
	background: transparent;
}

.amp-image-tooltip__img {
	display: flex;
	width: 100%;
}

.amp-image-tooltip__description {
	margin: 12px 0 0 0;
}

@keyframes hs-pulse-ring1 {
	0% {
		transform: scale(0.7);
		opacity: 0.6;
	}

	100% {
		transform: scale(1.5);
		opacity: 0.3;
	}
}

@keyframes hs-pulse-ring2 {
	0% {
		transform: scale(0.7);
		opacity: 0.3;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.amp-scroll-element {
	position: fixed;
	top: 50%;
	right: 0;
	transform: rotate(-90deg) translate(50%, -100%);
	transform-origin: top right;
	z-index: 3;
}

.amp-scroll-element__link {
	font-size: 1rem;
	line-height: 1.5rem;
	display: block;
	color: #ffffff;
	padding: 10px 17px 8px 15px;
}

@media (min-width: 1024px) {
	.amp-scroll-element__link {
		font-size: 1.14285714rem;
		line-height: 1.42857143rem;
	}
}

.amp-scroll-element__link:hover,
.amp-scroll-element__link:focus {
	color: #ffffff;
	text-decoration: none;
}

.amp-scroll-element__link:before {
	border: none;
}

.amp-scroll-element__icon {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}

@media (min-width: 1024px) {
	.amp-scroll-element__icon {
		width: 16px;
		height: 16px;
	}
}

.amp-comparison-chart {
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #353535;
	font-size: 1rem;
	line-height: 1.42857143rem;
}

@media (max-width: 1024px) {
	.amp-comparison-chart {
		overflow-x: scroll;
		white-space: nowrap;
	}
}

.amp-comparison-chart__container {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
}

@media (min-width: 1024px) {
	.amp-comparison-chart__container {
		padding-left: 11%;
		padding-right: 11%;
	}
}

@media (min-width: 1024px) {
	.amp-comparison-chart__container {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 1024px) {
	.amp-comparison-chart__container {
		width: 1024px;
	}
}

.amp-comparison-chart__summary {
	min-height: 100px;
	display: flex;
	flex-direction: column;
}

.amp-comparison-chart__image-link {
	padding-left: 2px;
	padding-right: 2px;
}

.amp-comparison-chart__img {
	width: 100%;
	margin-top: 10px;
}

.amp-comparison-chart table {
	font-weight: normal;
	border-collapse: separate;
	border-spacing: 6px 0;
	table-layout: fixed;
}

	.amp-comparison-chart table.amp-comparison-chart__links tr:nth-child(odd) {
		background-color: transparent;
	}

	.amp-comparison-chart table.amp-comparison-chart__links td {
		padding: 6px 0 0 0;
	}

		.amp-comparison-chart table.amp-comparison-chart__links td:first-child {
			background-color: transparent;
			color: #353535;
			white-space: initial;
		}

	.amp-comparison-chart table.amp-comparison-chart__table td:first-child {
		display: block;
		padding-left: 0;
	}

	.amp-comparison-chart table.amp-comparison-chart__table tr:nth-child(even) {
		background-color: transparent;
	}

	.amp-comparison-chart table.amp-comparison-chart__table tr:nth-child(odd) {
		background-color: transparent;
	}

	.amp-comparison-chart table.amp-comparison-chart__table tr th,
	.amp-comparison-chart table.amp-comparison-chart__table tr td {
		padding: 13px 15px 17px;
		vertical-align: bottom;
	}

	.amp-comparison-chart table th {
		position: relative;
		background-color: #f1f3f5;
		padding: 20px 10px;
		text-transform: initial;
		word-break: break-word;
		white-space: initial;
	}

		.amp-comparison-chart table th:last-child {
			text-align: initial;
		}

	.amp-comparison-chart table tr:nth-child(even) {
		background-color: #f1f3f5;
	}

	.amp-comparison-chart table tr:nth-child(odd) {
		background-color: #ffffff;
	}

	.amp-comparison-chart table tr td,
	.amp-comparison-chart table tr th {
		padding: 13px 15px 11px;
	}

		.amp-comparison-chart table tr td:first-child,
		.amp-comparison-chart table tr th:first-child {
			font-size: 1rem;
			line-height: 1.42857143rem;
			margin-top: 16px;
			margin-bottom: 0;
			font-weight: bold;
		}

	.amp-comparison-chart table td {
		position: relative;
		white-space: normal;
	}

.amp-dynamic-product {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 40px;
}

@media (min-width: 1024px) {
	.amp-dynamic-product {
		padding-left: 11%;
		padding-right: 11%;
	}
}

@media (min-width: 1024px) {
	.amp-dynamic-product {
		margin-bottom: 80px;
	}
}

.amp-dynamic-product__content {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1024px) {
	.amp-dynamic-product__content {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.amp-dynamic-product__content--left {
	align-items: left;
	width: 100%;
}

.amp-dynamic-product__content--center {
	text-align: center;
	width: 100%;
}

@media (min-width: 1024px) {
	.amp-dynamic-product__content--center {
		width: 70%;
	}
}

.amp-dynamic-product__heading {
	margin: 25px 0;
}

.amp-dynamic-product__subheading {
	margin-bottom: 16px;
}

.amp-dynamic-product__cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.amp-dynamic-product__link {
	margin: 16px 0 0;
}

.amp-dynamic-product__form {
	margin: 0;
}

.amp-dynamic-product__product-card {
	flex-basis: calc((100% / 4) - 50px);
	margin-right: 50px;
}

.amp-accordion__media {
	text-align: center;
	margin: 0 35px;
}

@media (min-width: 1024px) {
	.amp-accordion__media {
		margin: 42px calc(70px + 8.3%);
	}
}

.amp-accordion__media-bg {
	display: block;
}

.amp-accordion__media-img {
	max-width: 100%;
}

.amp-accordion__img {
	max-width: 100%;
}

.amp-list-icon__list {
	margin: 0 -20px;
	list-style: none;
	padding: 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	align-content: center;
}

.amp-list-icon__list--center {
	justify-content: center;
}

.amp-list-icon__list--right {
	justify-content: flex-end;
}

.amp-list-icon__item {
	text-align: left;
	padding: 50px 20px 20px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-basis: 100%;
}

@media (min-width: 1024px) {
	.amp-list-icon__item {
		padding: 80px 20px 20px 20px;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
}

.amp-list-icon__item-icon {
	margin-right: 20px;
	width: 97px;
	max-width: 100%;
}

.amp-list-icon__item-img {
	max-width: 100%;
	max-height: 100%;
}

.amp-list-icon__item-text {
	margin-top: 17px;
	flex-basis: 80%;
}

@media (min-width: 1024px) {
	.amp-list-icon__item-text {
		margin-top: 37px;
		flex-basis: 70%;
		flex-shrink: 0;
	}
}

@media (min-width: 1024px) {
	.amp-list-icon__item-text--full {
		flex-basis: 100%;
	}
}

@media (min-width: 1024px) {
	.amp-list-icon--top .amp-list-icon__list {
		margin: 0 -10%;
	}
}

.amp-list-icon--top .amp-list-icon__item {
	flex-direction: column;
	flex-basis: 100%;
}

@media (min-width: 1024px) {
	.amp-list-icon--top .amp-list-icon__item {
		padding-left: 0;
		padding-right: 0;
		margin: 0 5%;
		flex-basis: 23%;
		max-width: 23%;
	}
}

.amp-list-icon--top .amp-list-icon__item-icon {
	margin-right: 0;
	align-self: center;
}

.amp-list-icon--top .amp-list-icon__item-text {
	margin-top: 0;
	text-align: center;
	flex-basis: 100%;
}

.step {
	background-color: #10218b;
	font-size: 1.21428571rem;
	margin-top: 1px;
}

.step--inactive {
	background-color: #d9e3ec;
}

.step__number {
	width: 46px;
	height: 46px;
	float: left;
	padding: 12px 15px 10px;
	border-right: 1px solid #ffffff;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

@media (min-width: 1024px) {
	.step__number {
		font-size: 1.57142857rem;
		padding: 8px 15px;
	}
}

.step__name {
	text-decoration: none;
	padding: 10px 0 10px 60px;
	display: block;
	color: #ffffff;
	font-size: 1.14285714rem;
	line-height: 1.85714286rem;
}

@media (min-width: 1024px) {
	.step__name {
		font-size: 1.28571429rem;
	}
}

.step__name:hover {
	text-decoration: none;
	color: #ffffff;
}

.step__edit {
	float: right;
	padding-right: 15px;
}

.step__edit-msg {
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.filter {
		margin: 35px 0;
	}
}

.filter__text {
	padding: 5px 0;
	color: #10218b;
}

	.filter__text::after {
		content: '\e138';
		display: inline-block;
		font-family: 'Glyphicons Halflings', sans-serif;
		margin-left: 15px;
	}

.filter__reset {
	padding: 10px 0;
}

.filter__reset--btm {
	margin: 0 20px;
}

@media (min-width: 1024px) {
	.filter__reset--btm {
		border-top: 1px solid #b5b7b9;
	}
}

.filter__reset-link {
	color: #10218b;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
}

.filter__reset-link--btm {
	margin: 0 20px;
}

@media (min-width: 1024px) {
	.filter__reset-link--btm {
		margin: 0 20px;
	}
}

.filter__reset-link::after {
	background: #eeeff0;
	content: '\e030';
	display: inline-block;
	font-family: 'Glyphicons Halflings', sans-serif;
	font-size: 0.85714286rem;
	font-weight: 200;
	line-height: 1.5rem;
	margin-left: 15px;
	text-align: center;
	vertical-align: middle;
	transform: scaleX(-1);
	width: 21px;
	height: 21px;
}

@media (min-width: 1024px) {
	.filter__container {
		border: 1px solid #a9afb7;
	}
}

.filter__header {
	background: #000000;
	color: #ffffff;
	font-size: 1.14285714rem;
	font-weight: bold;
	margin: 0;
	padding: 20px;
}

.filter__category-name {
	background: #f2f6f6;
	font-size: 0.85714286rem;
	font-weight: bold;
	padding: 10px 20px;
	text-transform: uppercase;
}

.filter__list {
	list-style: none;
	margin: 10px 0;
	padding: 0 20px;
}

.filter__list-item {
	padding: 5px 0;
}

.filter__list-label {
	font-size: 1rem;
	line-height: 1.42857143rem;
	display: inline;
}

.filter__list-label--count {
	color: #10218b;
	white-space: nowrap;
}

.filter__list-checkbox {
	float: right;
}

@media (min-width: 1024px) {
	.filter__list-checkbox {
		float: none;
	}
}

.ink-finder {
	margin: 50px 0 150px;
}

.ink-finder__form-elements {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.ink-finder__form-elements {
		display: block;
	}
}

@media (min-width: 1024px) {
	.ink-finder__form-elements {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: flex-start;
	}
}

@media (min-width: 1024px) and print {
	.ink-finder__form-elements {
		display: block;
	}
}

@media (max-width: 1023px) {
	.ink-finder__form-elements > :not(:last-child) {
		margin-bottom: 30px;
	}
}

@media (min-width: 1024px) {
	.ink-finder__form-elements > :not(:last-child):not(:first-child) {
		margin: 0 10px;
	}
}

.ink-finder__form-group {
	margin: 0;
	width: 100%;
}

.ink-finder__header {
	font-size: 2.28571429rem;
	margin-bottom: 50px;
	color: #000000;
}

@media (min-width: 1024px) {
	.ink-finder__search-wrapper {
		display: table;
		width: 100%;
	}
}

.ink-finder__button {
	height: 44px;
}

.ink-finder__label {
	font-size: 1rem;
	margin: 2px 0 15px;
}

.ink-finder__all-printers {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.14285714rem;
}

.ink-finder__suggestions {
	position: relative;
}

.order-history {
	padding-bottom: 60px;
}

@media (min-width: 1024px) {
	.order-history__pagination {
		display: flex;
		align-items: flex-start;
		margin-bottom: 20px;
	}
}

@media (min-width: 1024px) {
	.order-history__pagination--footer {
		margin-top: 25px;
	}
}

.order-history__account-link {
	margin-top: 12px 0 0 24px;
}

@media (min-width: 1024px) {
	.order-history__account-link {
		flex-shrink: 0;
	}
}

.order-history__account-link::after {
	margin-left: 0;
}

.order-history__account-link--top {
	margin-bottom: 0;
}

.order-history__orders-sort {
	margin: 0 -10px;
}

@media (min-width: 1024px) {
	.order-history__orders-sort {
		order: inherit;
		margin: 0;
	}
}

.order-history__orders-pagination {
	margin: 0;
}

@media (min-width: 1024px) {
	.order-history__orders-pagination {
		margin-left: 20px;
		flex-grow: 0;
	}
}

.order-history__order-content {
	padding: 25px 10px;
	border-top: 1px solid #c7c9ca;
}

	.order-history__order-content:last-child {
		padding-bottom: 5px;
	}

.order-history__item {
	padding-bottom: 15px;
}

.order-history__item--order-details {
	padding-bottom: 25px;
}

.order-history__item:last-child {
	padding-bottom: 0;
}

.order-history__order-label {
	font-weight: bold;
}

.order-history__value {
	padding-left: 7px;
}

@media (min-width: 1024px) {
	.order-history__orders-count {
		border: none;
		margin-right: 0;
		text-align: right;
		float: none;
	}
}

.order-history__no-orders {
	margin: 23px 0 0;
	line-height: 1rem;
}

@media (min-width: 1024px) {
	.order-history__no-orders {
		margin: 23px 0 60px;
	}
}

.order-history__table-column {
	font-size: 1.28571429rem;
	font-weight: bold;
	text-transform: none;
	background-color: #ffffff;
	color: inherit;
	padding: 20px;
	border-top: 1px solid #c7c9ca;
	border-bottom: 1px solid #c7c9ca;
}

	.order-history__table-column:last-child {
		text-align: left;
	}

.order-history__table-row {
	border-bottom: 1px solid #c7c9ca;
}

.order-history__table-item {
	padding: 30px 20px;
}

.contactus-data {
	padding: 50px 0;
}

.contactus-data__iframe {
	width: 100%;
	height: 100%;
}

.product-details-toggle {
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
	padding-right: 20px;
}

	.product-details-toggle.name {
		font-weight: 600;
	}

.product-details.open .product-details-toggle {
	margin-bottom: 0;
}

.product-details-toggle .glyphicon {
	float: right;
	font-size: 14px;
	line-height: 35px;
}

.product-details.open .product-details-toggle .glyphicon:before {
	content: '\e114';
}

.product-details-toggle-wrap {
	display: none;
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 1024px) {
	.product-details-toggle-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.product-details.open + .product-details-toggle-wrap {
	display: block;
}

.product-details-toggle-wrap .product-details {
	font-size: 22px;
}

.product-details-toggle-wrap img {
	width: 175px;
	margin: 0 30px 35px 0;
	float: left;
}

@media (min-width: 640px) {
	.product-details-toggle-wrap .product-details {
		text-align: right;
	}
}

@media (max-width: 639px) {
	.product-details-toggle {
		padding: 0 25px 0 10px;
	}

		.product-details-toggle .glyphicon {
			right: 10px;
		}

	.product-details-toggle-wrap {
		margin: 0;
	}

		.product-details-toggle-wrap img {
			float: none;
			width: 100%;
			margin: 0 0 20px 0;
		}

		.product-details-toggle-wrap .product-details {
			margin-bottom: 20px;
		}
}

.product-action {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 1024px) {
	.product-action {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.product-action ol {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

	.product-action ol li {
		font-size: 18px;
		float: right;
		margin: 15px 0 15px 20px;
		line-height: 37.63265306px;
	}

.product-action #total-price {
	font-size: 18px;
	font-weight: 600;
}

.product-action div {
	float: left;
	margin: 15px 0;
	line-height: 37.63265306px;
}

@media (max-width: 639px) {
	.product-action {
		margin-bottom: 0;
	}

		.product-action ol li {
			margin-right: 0;
		}
}

@media (max-width: 480px) {
	.product-action ol li,
	.product-action .btn {
		width: 100%;
	}

	.product-action div {
		float: none;
		line-height: 1.42857;
		margin-bottom: 0;
	}
}

.update-future-stock {
	text-align: right;
	padding: 20px 7px 15px 0;
	background-color: #fff;
}

	.update-future-stock .update_future_stock_button,
	.update-future-stock .hide_future_stock_info {
		font-size: 12px;
		font-weight: 700;
	}

	.update-future-stock .hide_future_stock_info {
		display: none;
	}

.product-grid-container .sku-quantity,
#cboxContent .sku-quantity {
	font-size: 12px;
	line-height: 20px;
	width: 60px;
	padding: 9px 10px;
	margin: 5px 0 3px;
	border: 1px solid #90949c;
	text-align: center;
}

.product-grid-container .td_stock,
#cboxContent .td_stock {
	display: block;
	padding-bottom: 5px;
}

	.product-grid-container .td_stock .in-stock,
	#cboxContent .td_stock .in-stock {
		color: #929292;
		font-size: 13px;
		font-weight: 600;
	}

.product-grid-container .future_stock,
#cboxContent .future_stock {
	display: block;
	font-size: 12px;
	line-height: 14px;
}

	.product-grid-container .future_stock .future_stock_value,
	#cboxContent .future_stock .future_stock_value {
		margin: 2px 0 8px 0;
	}

.product-grid-container .data-grid-total,
#cboxContent .data-grid-total {
	display: inline-block;
	padding-top: 5px;
	border-top: 1px solid #cccccc;
	font-size: 15px;
	font-weight: 700;
}

.product-grid-container table td .price {
	font-size: 15px;
	font-weight: bold;
}

.product-grid-container table td.out-of-stock .variant-prop,
.product-grid-container table td.out-of-stock .price {
	opacity: 0.3;
}

.product-grid-container table td.out-of-stock .sku-quantity {
	opacity: 0.3;
	background-color: #ffffff;
}

@media (min-width: 640px) {
	.add-to-cart-order-form-wrap {
		position: relative;
		padding-left: 30px;
		padding-right: 30px;
	}

		.add-to-cart-order-form-wrap::after {
			background-color: white;
			bottom: 0;
			content: '';
			height: 17px;
			position: absolute;
			width: 100%;
		}

		.add-to-cart-order-form-wrap::before {
			background-color: white;
			right: 0;
			content: '';
			position: absolute;
			height: 100%;
		}

	.add_to_cart_order_form {
		overflow: scroll;
		max-height: 907px;
	}

	.order-form-scroll {
		cursor: pointer;
		background-color: #47b6b1;
		opacity: 0.4;
		color: #ffffff;
		text-align: center;
		position: absolute;
		display: none;
	}

		.order-form-scroll.right {
			width: 50px;
			height: 75px;
			line-height: 75px;
			right: 0px;
			top: 50%;
			margin-top: -35px;
		}

		.order-form-scroll.left {
			width: 50px;
			height: 75px;
			line-height: 75px;
			left: 0;
			top: 50%;
			margin-top: -35px;
		}

		.order-form-scroll.up {
			width: 75px;
			height: 50px;
			line-height: 50px;
			top: 0;
			left: 50%;
			margin-left: -35px;
		}

		.order-form-scroll.down {
			width: 75px;
			height: 50px;
			line-height: 50px;
			bottom: 17px;
			left: 50%;
			margin-left: -35px;
		}

	.product-grid-container-dim-3,
	.product-grid-container-dim-2 {
		width: 100%;
	}

	.product-grid-container table {
		border-bottom: 1px solid #e5e5e5;
		background-color: #fff;
	}

		.product-grid-container table:nth-child(2n) {
			background: #f2f2f2;
		}

		.product-grid-container table tr:first-child > th:first-child {
			border-right: 1px solid #d3d3d3;
			white-space: nowrap;
		}

		.product-grid-container table tr > td:first-child {
			border-right: 1px solid #e5e5e5;
			padding-top: 20px;
		}

		.product-grid-container table th {
			text-align: center;
		}

		.product-grid-container table td {
			text-align: center;
			padding: 25px 10px 15px;
			vertical-align: top;
			max-width: 200px;
		}
}

@media (min-width: 640px) and (max-width: 1024px) {
	.add-to-cart-order-form-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 639px) {
	#cboxContent .sku-quantity {
		font-size: 16px;
	}

	.product-grid-container {
		font-size: 16px;
		margin-left: -10px;
		margin-right: -10px;
	}

		.product-grid-container table {
			table-layout: fixed;
			width: 100%;
		}

			.product-grid-container table tr td {
				border-bottom: 1px solid #e5e5e5;
			}

			.product-grid-container table tr .variant-detail {
				width: 60%;
				padding: 15px 0 15px 20px;
			}

				.product-grid-container table tr .variant-detail img {
					float: left;
					padding-right: 20px;
				}

				.product-grid-container table tr .variant-detail .description {
					padding: 12px 0;
				}

			.product-grid-container table tr .variant-select {
				width: 40%;
				text-align: right;
				font-weight: 600;
				padding-right: 20px;
				vertical-align: middle;
			}

			.product-grid-container table .hidden-size {
				display: none;
			}

			.product-grid-container table .variant-summary {
				display: none;
				background-color: #e5e5e5;
			}

				.product-grid-container table .variant-summary .variant-summary-items {
					margin: 15px 0;
				}

				.product-grid-container table .variant-summary tr td {
					padding: 0 20px;
					font-weight: bold;
				}

					.product-grid-container table .variant-summary tr td:last-child {
						text-align: right;
					}

				.product-grid-container table .variant-summary tr:first-child td {
					font-weight: normal;
				}

				.product-grid-container table .variant-summary span {
					display: none;
				}

			.product-grid-container table .editSize {
				display: none;
			}

			.product-grid-container table.selected .variant-summary {
				display: table-row;
			}

			.product-grid-container table.selected .editSize {
				display: inline;
			}

			.product-grid-container table.selected .selectSize {
				display: none;
			}

	.variantSelectMobile #cboxLoadedContent {
		overflow: visible !important;
		padding-left: 0;
		padding-right: 0;
	}

	.variantSelectMobile #cboxContent table {
		width: 100%;
	}

		.variantSelectMobile #cboxContent table td {
			display: block;
			font-weight: 600;
			text-align: center;
			padding: 25px 0 10px 0;
		}

			.variantSelectMobile #cboxContent table td:first-child {
				width: auto;
			}

			.variantSelectMobile #cboxContent table td:nth-child(2n + 2) {
				background: #f2f2f2;
			}

	.variantSelectMobile #cboxContent .product-grid-container {
		margin: 0;
	}

	.variantSelectMobile #cboxContent .orderForm_grid_group {
		position: relative;
	}

	.variantSelectMobile #cboxContent .update-future-stock {
		position: absolute;
		margin-left: -65px;
		left: 50%;
		top: 100px;
	}

	.variantSelectMobile #cboxContent .variant-detail {
		padding: 0 0 60px 0;
	}

		.variantSelectMobile #cboxContent .variant-detail img {
			display: inline-block;
			max-width: 200px;
			float: none;
			padding: 0;
		}

		.variantSelectMobile #cboxContent .variant-detail .description {
			padding: 0;
		}

			.variantSelectMobile #cboxContent .variant-detail .description > div {
				display: inline;
			}

	.variantSelectMobile #cboxContent .mobile-cart-actions {
		padding: 20px;
		border-bottom: none;
		background-color: #ffffff !important;
	}

		.variantSelectMobile #cboxContent .mobile-cart-actions .btn {
			width: 100%;
		}

	.variantSelectMobile #cboxContent .variant-select,
	.variantSelectMobile #cboxContent .variant-summary {
		display: none;
	}

	.variantSelectMobile #cboxContent .variant-prop > span {
		font-weight: 400;
	}

	.variantSelectMobile #cboxContent .sku-quantity {
		font-weight: 400;
		line-height: 60px;
		width: 120px;
		height: 80px;
	}
}

#orderFormContainer .headline,
#orderFormContainer .advanced-search-wrap {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 1024px) {
	#orderFormContainer .headline,
	#orderFormContainer .advanced-search-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

#resultsList.item__list .item__list--item:last-child {
	padding-right: 0;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.simple-modal-dimmer {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.simple-modal-dimmer--showing {
	animation: fadeIn 0.5s;
	opacity: 1;
}

.simple-modal-dimmer--hiding {
	animation: fadeOut 0.5s;
	opacity: 0;
}

.simple-modal-dimmer--light {
	background-color: rgba(255, 255, 255, 0.7);
}

.simple-modal-wrapper {
	width: 100%;
	height: 100vh;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media print {
	.simple-modal-wrapper {
		display: block;
	}
}

.simple-modal-wrapper--self {
	position: absolute;
}

	.simple-modal-wrapper--self .simple-modal {
		z-index: 101;
		position: absolute;
		top: 0;
		right: 0;
	}

.simple-modal {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	background-color: #ffffff;
}

@media print {
	.simple-modal {
		display: block;
	}
}

.simple-modal__header {
	width: 100%;
	height: 56px;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	background: #f2f4f7;
	border-bottom: 1px solid #10218b;
	flex-shrink: 0;
	padding: 10px;
}

@media print {
	.simple-modal__header {
		display: block;
	}
}

.simple-modal__title {
	font-size: 0.857rem;
	font-weight: bold;
}

.simple-modal__close-button {
	background: #efefef 0 0;
	border: 0;
	color: #000000;
	font-size: 1rem;
	padding: 6px 12px;
}

	.simple-modal__close-button:hover,
	.simple-modal__close-button:focus {
		color: #10218b;
	}

@media (max-width: 1023px) {
	.simple-modal__close-button {
		font-size: 1.286rem;
		padding: 10px 16px;
	}
}

.simple-modal__content {
	overflow: auto;
	padding: 20px;
}

.simple-modal__content-video {
	position: relative;
	padding-top: 56.25%;
}

.simple-modal__content-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.simple-modal--small {
	width: 312px;
}

.simple-modal--sticky {
	position: fixed;
}

.simple-modal--video {
	width: 90%;
}

@media (min-width: 1024px) {
	.simple-modal--video {
		width: 60%;
	}
}

@media (max-width: 1023px) {
	.simple-modal--video .simple-modal__content {
		max-height: 75vh;
		display: flex;
		flex-direction: column;
	}
}

.simple-modal--minibasket {
	right: 11%;
	position: absolute;
	top: 0;
	margin-right: -10px;
	background-color: transparent;
}

	.simple-modal--minibasket .simple-modal__header {
		height: 38px;
		justify-content: flex-end;
		flex: none;
		padding: 0;
		border-bottom: 0;
		background-color: transparent;
	}

	.simple-modal--minibasket .simple-modal__title {
		display: none;
	}

	.simple-modal--minibasket .simple-modal__content {
		background-color: #f2f6f6;
		padding: 25px;
	}

	.simple-modal--minibasket .simple-modal__close-button {
		right: 0;
		height: 38px;
		background-color: #e3ecec;
	}

	.simple-modal--minibasket .simple-modal__glyphicon {
		font-size: 10px;
		color: #10218b;
		font-family: 'epson-icons';
	}

		.simple-modal--minibasket .simple-modal__glyphicon:before {
			content: '\e604';
		}

.simple-modal--confirm .simple-modal__header {
	height: 68px;
	padding: 20px;
}

.simple-modal--confirm .simple-modal__content {
	padding: 25px 20px;
}

.simple-modal--confirm .simple-modal__confirm > :not(:last-child) {
	margin-bottom: 17px;
}

.simple-modal--confirm .simple-modal__confirm-buttons > :not(:last-child) {
	margin-right: 40px;
}

.simple-modal--fullscreen {
	width: 100%;
	height: 100%;
}

@media (max-width: 639px) {
	.simple-modal--fullscreen-xs {
		width: 100%;
		height: 100%;
		top: 0;
	}
}

@media (max-width: 1023px) {
	.simple-modal--fullscreen-sm {
		width: 100%;
		height: 100%;
		top: 0;
	}
}

@media (min-width: 640px) {
	.simple-modal--address-selector {
		max-height: 75%;
		min-width: 400px;
	}
}

.simple-modal--xs-filter {
	border: 1px solid #10218b;
}

@media (min-width: 640px) {
	.simple-modal--xs-filter {
		max-height: 85%;
		width: 80%;
	}
}

.simple-modal--xs-filter .simple-modal__title {
	font-size: 1.14285714rem;
	font-weight: bold;
}

.simple-modal--xs-filter .simple-modal__header {
	border-bottom: none;
}

.simple-modal--xs-filter .simple-modal__content {
	border: 1px solid #a9afb7;
	margin: 10px;
	padding: 0;
}

@media (min-width: 640px) {
	.simple-modal--licence {
		height: 85%;
		width: 575px;
	}
}

.simple-modal--licence .simple-modal__content {
	padding: 0;
}

.simple-modal--series-selector .simple-modal__content {
	padding: 0;
}

@media (max-width: 1023px) {
	.simple-modal--series-selector .simple-modal__content {
		height: 100%;
	}
}

@media (min-width: 1024px) {
	.simple-modal--access-point-selector {
		width: 60%;
		height: 80%;
	}
}

.simple-modal--access-point-selector .simple-modal__content {
	padding: 20px;
}

.tab-panel {
	width: 100%;
	height: 100%;
}

.tab-panel__pinned-content {
	width: 100%;
	height: 36px;
}

.tab-panel__pinned-content--pdp {
	background-color: #000000;
	color: #ffffff;
}

.tab-panel__product-information {
	padding-left: 15px;
}

.tab-panel__product-information,
.tab-panel__product-details,
.tab-panel__product-ctas,
.tab-panel__product-cta {
	height: 100%;
}

.tab-panel__product-information,
.tab-panel__product-details {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

@media print {
	.tab-panel__product-information,
	.tab-panel__product-details {
		display: block;
	}
}

.tab-panel__product-information > :not(:last-child),
.tab-panel__product-details > :not(:last-child),
.tab-panel__product-ctas > :not(:last-child) {
	margin-right: 15px;
}

.tab-panel__product-tax {
	font-size: 0.78571429rem;
}

.tab-panel__product-ctas {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.tab-panel__product-ctas {
		display: block;
	}
}

.tab-panel__product-cta .add-to-cart__actions {
	margin: 0;
}

.tab-panel__product-cta #configureProduct {
	display: none;
}

.tab-panel__product-cta .yCmsComponent,
.tab-panel__product-cta .add-to-cart,
.tab-panel__product-cta .add-to-cart__actions,
.tab-panel__product-cta .add-to-cart__actions-item,
.tab-panel__product-cta #addToCartForm {
	height: 100%;
}

.tab-panel__product-cta .product-card__buynowbtn {
	height: 100%;
	margin: 0;
}

@media (max-width: 1023px) {
	.tab-panel__product-cta .product-card__buynowbtn {
		font-size: 1rem;
	}
}

.tab-panel__product-name {
	margin-top: 0;
}

.tab-panel__tab-bar {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.tab-panel__tab-bar {
		display: block;
	}
}

@media (max-width: 1023px) {
	.tab-panel__tab-bar {
		display: none;
	}
}

.tab-panel__tab-bar--pinned {
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
}

@media (max-width: 1023px) {
	.tab-panel__tab-bar--mobile-dropdown {
		display: flex;
	}

		.tab-panel__tab-bar--mobile-dropdown .tab-panel__pinned-content,
		.tab-panel__tab-bar--mobile-dropdown .amp-content__anchor-tabs {
			display: none;
		}
}

@media (max-width: 1023px) and (max-width: 1023px) {
	.tab-panel__tab-bar--mobile-dropdown .tab-panel__tab {
		background-color: #f1f3f5;
		border-top: 1px solid #90949c;
		color: #000000;
		justify-content: flex-start;
		text-align: left;
		padding: 19px 20px 17px 20px;
		width: 100%;
	}

		.tab-panel__tab-bar--mobile-dropdown .tab-panel__tab:not(.tab-panel__tab--active):hover,
		.tab-panel__tab-bar--mobile-dropdown .tab-panel__tab:hover {
			background-color: #f1f3f5;
			color: #000000;
		}

		.tab-panel__tab-bar--mobile-dropdown .tab-panel__tab:active {
			border-top: 1px solid #90949c;
		}
}

@media (min-width: 1024px) {
	.tab-panel__tab-bar--mobile-dropdown .tab-panel__dropdown {
		display: none;
	}
}

.tab-panel__dropdown {
	width: 100%;
	position: relative;
}

.tab-panel__dropdown-trigger {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	color: #ffffff;
	background-color: #000000;
	font-size: 1rem;
	line-height: 1.42857143rem;
	padding: 19px 20px 17px 20px;
}

@media print {
	.tab-panel__dropdown-trigger {
		display: block;
	}
}

.tab-panel__dropdown-trigger-label {
	padding-right: 20px;
}

.tab-panel__dropdown-list {
	display: none;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 2;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.tab-panel__menu-hamburger {
	font-size: 1.07142857rem;
	padding-right: 15px;
}

.tab-panel__tab-bar--pinned .tab-panel__container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

	.tab-panel__tab-bar--pinned .tab-panel__container > .navbar-header,
	.tab-panel__tab-bar--pinned .tab-panel__container > .navbar-collapse {
		margin-right: -10px;
		margin-left: -10px;
	}

@media (min-width: 640px) {
	.tab-panel__tab-bar--pinned .tab-panel__container > .navbar-header,
	.tab-panel__tab-bar--pinned .tab-panel__container > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 1024px) {
	.tab-panel__tab-bar--pinned .tab-panel__container {
		padding-left: 11%;
		padding-right: 11%;
	}
}

.tab-panel__tab-bar--pinned .tab-panel__tab-container {
	border-top: 0;
}

.tab-panel__tab-bar:not(.tab-panel__tab-bar--pinned) .tab-panel__container--pinned {
	display: none;
}

.tab-panel__tab-container {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
	width: 100%;
	height: 40px;
	background-color: #90949c;
}

@media print {
	.tab-panel__tab-container {
		display: block;
	}
}

.tab-panel__tab {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: none;
	background-color: #90949c;
	border: none;
	border-radius: 0;
	font-size: 1rem;
	height: 100%;
	padding: 10px 15px;
	z-index: 1;
}

@media print {
	.tab-panel__tab {
		display: block;
	}
}

.tab-panel__tab:active {
	border: none;
	outline: none;
	text-decoration: none !important;
}

.tab-panel__tab:focus {
	text-decoration: underline;
}

.tab-panel__tab:not(.tab-panel__tab--active):hover {
	background-color: #10218b;
	color: #ffffff;
	text-decoration: none;
}

.tab-panel__tab:not(:last-child) {
	border-right: 1px solid #cbd0db;
}

.tab-panel__tab--active {
	background-color: #000000;
}

	.tab-panel__tab--active:focus {
		text-decoration: none;
	}

.tab-panel__tab--white-text {
	color: #ffffff;
}

.tab-panel__readyprint-container {
	background-color: #ffffff;
}

.tab-panel__section-accordion-title {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.143rem;
	margin: 0;
	padding: 10px 15px;
	width: 100%;
}

@media print {
	.tab-panel__section-accordion-title {
		display: block;
	}
}

@media (min-width: 1024px) {
	.tab-panel__section-accordion-title {
		display: none;
	}
}

.tab-panel__section-accordion-arrow {
	font-size: 0.714rem;
	transform: rotate(90deg);
}

.tab-panel__section-inner {
	padding: 43px 0;
}

@media (max-width: 1023px) {
	.tab-panel__section-inner {
		padding: 40px 10px 16px 10px;
	}
}

.tab-panel__section-title {
	margin: 0 0 36px 0;
}

@media (min-width: 1024px) {
	.tab-panel__section-title--padded {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

		.tab-panel__section-title--padded > .navbar-header,
		.tab-panel__section-title--padded > .navbar-collapse {
			margin-right: -10px;
			margin-left: -10px;
		}
}

@media (min-width: 1024px) and (min-width: 640px) {
	.tab-panel__section-title--padded > .navbar-header,
	.tab-panel__section-title--padded > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 1024px) and (min-width: 1024px) {
	.tab-panel__section-title--padded {
		padding-left: 11%;
		padding-right: 11%;
	}
}

@media (max-width: 1023px) {
	.tab-panel__section-title:not(.tab-panel__section-title--always-visible) {
		display: none;
	}
}

.tab-panel__section-title--hidden {
	display: none;
}

.tab-panel__section-intro {
	margin-bottom: 40px;
}

@media (min-width: 1024px) {
	.tab-panel__section:not(.tab-panel__section--full-width) {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

		.tab-panel__section:not(.tab-panel__section--full-width) > .navbar-header,
		.tab-panel__section:not(.tab-panel__section--full-width) > .navbar-collapse {
			margin-right: -10px;
			margin-left: -10px;
		}
}

@media (min-width: 1024px) and (min-width: 640px) {
	.tab-panel__section:not(.tab-panel__section--full-width) > .navbar-header,
	.tab-panel__section:not(.tab-panel__section--full-width) > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 1024px) and (min-width: 1024px) {
	.tab-panel__section:not(.tab-panel__section--full-width) {
		padding-left: 11%;
		padding-right: 11%;
	}
}

.tab-panel__section--tint-blue {
	background-color: #f2f4f7;
}

@media (max-width: 1023px) {
	.tab-panel__section--closed .tab-panel__section-accordion-title {
		background-color: #90949c;
		border-bottom: 1px solid #ffffff;
	}

	.tab-panel__section--closed .tab-panel__section-accordion-arrow {
		color: #cccccc;
		transform: rotate(0);
	}

	.tab-panel__section--closed .tab-panel__section-inner,
	.tab-panel__section--closed .tab-panel__section-amp {
		display: none;
	}
}

.tab-panel__section--compatibility .tab-panel__section-inner {
	padding: 42px 20px 40px 20px;
}

@media (min-width: 1024px) {
	.tab-panel__section--compatibility .tab-panel__section-inner {
		padding: 100px 0;
	}
}

@media (max-width: 1023px) {
	.tab-panel__section--notes .tab-panel__section-inner {
		padding: 20px;
	}
}

.tab-panel__section--notes .tab-panel__section-title {
	margin-bottom: 20px;
}

.tab-panel__section--support .tab-panel__section-inner {
	padding: 42px 20px 20px;
}

@media (min-width: 1024px) {
	.tab-panel__section--support .tab-panel__section-inner {
		padding: 100px 0;
	}
}

@media (min-width: 1024px) {
	.tab-panel--switch .tab-panel__section--hidden {
		display: none;
	}
}

.tab-panel--support-pdp .tab-panel__section-inner {
	padding: 46px 10px 30px;
}

@media (min-width: 1024px) {
	.tab-panel--support-pdp .tab-panel__section-inner {
		padding: 46px 0 80px;
	}
}

.product-stock__status {
	font-size: 1rem;
}

@media (max-width: 1023px) {
	.product-stock--plp .product-stock__status {
		font-size: 0.85714286rem;
	}
}

@media (max-width: 1023px) {
	.product-stock--product-comparator .product-stock__status {
		font-size: 0.78571429rem;
	}
}

.product-card {
	width: 33.33%;
	font-size: 1rem;
	color: #353535;
	line-height: 1.429rem;
	letter-spacing: 0;
}

	.product-card .ml-btm {
		margin-bottom: 15px;
	}

.product-card__wrapper {
	width: 90%;
}

@media (max-width: 1023px) {
	.product-card__wrapper {
		display: flex;
		width: 100%;
		padding: 23px 0 20px;
	}
}

.product-card__image {
	padding: 11px;
}

@media (max-width: 1023px) {
	.product-card__image {
		margin: 23px 0 0 0;
	}
}

.product-card__title {
	font-size: 1.571rem;
	margin: 15px 0;
	color: #10218b;
	line-height: 2.245rem;
}

.product-card__highlights {
	margin-bottom: 3px;
}

.product-card__compare {
	margin: 0 0 20px 0;
}

.product-card__cta {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	font-size: 1.143rem;
	color: #ffffff;
	line-height: 1.643rem;
}

@media print {
	.product-card__cta {
		display: block;
	}
}

.product-card__cta > :not(:last-child) {
	margin-bottom: 16px;
}

.product-card__buynowbtn {
	display: block;
}

	.product-card__buynowbtn:before {
		display: none;
	}

.product-card__findlink {
	padding-left: 0;
	display: block;
}

.product-card__supportlink,
.product-card__requestlink {
	padding-left: 0;
	display: table;
}

@media (max-width: 1023px) {
	.product-card {
		width: 100%;
	}
}

.product-card--minicart {
	width: 100%;
	font-size: 0.857rem;
}

	.product-card--minicart .product-card__img-link {
		display: block;
		text-align: center;
	}

	.product-card--minicart .product-card__image {
		display: block;
		width: 100%;
		padding: 0;
	}

	.product-card--minicart .product-card__img {
		padding: 0;
		margin: 0 auto;
		display: block;
		width: auto;
		max-height: 150px;
	}

	.product-card--minicart .product-card__title {
		font-size: 0.857rem;
		line-height: inherit;
		margin: 0;
	}

	.product-card--minicart .product-card__qty,
	.product-card--minicart .product-card__pricing {
		color: #353535;
	}

	.product-card--minicart .product-card__pricing {
		display: flex;
		flex-direction: column;
		margin: 10px 0 0 0;
	}

	.product-card--minicart .product-card__pricing-per-litre {
		color: #7a828a;
		font-size: 0.85714286rem;
		font-weight: normal;
	}

.product-card--cart {
	width: 100%;
	border-bottom: 1px solid #c7c9ca;
	padding: 20px 0;
	/* Modal Content */
	/* Add Animation */
	/* The Close Button */
}

@media (min-width: 1024px) {
	.product-card--cart {
		float: left;
		padding-top: 20px;
	}
}

.product-card--cart .product-card__image {
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.product-card--cart .product-card__image {
		padding: 0;
	}
}

.product-card--cart .product-card__title {
	margin-top: 20px;
	font-size: 1.143rem;
	line-height: 1.632rem;
	font-weight: bold;
}

@media (min-width: 1024px) {
	.product-card--cart .product-card__title {
		margin-top: 5px;
	}
}

.product-card--cart .product-card__sku {
	font-size: 0.714rem;
	color: #353535;
}

.product-card--cart .product-card__sku--bold {
	font-weight: bold;
}

.product-card--cart .product-card__delete-section {
	display: inline-block;
}

.product-card--cart .product-card__delete {
	font-size: 0.857rem;
	color: #10218b;
	margin: 15px 0 20px 0;
}

.product-card--cart .product-card__delete--icon {
	margin-right: 6px;
}

.product-card--cart .product-card__qty {
	margin-bottom: 20px;
}

.product-card--cart .product-card__qty-value {
	color: #555555;
	text-align: center;
	margin: 0 7px;
	border: 1px solid #90949c;
	width: 35px;
	height: 33px;
}

.product-card--cart .product-card__qty-dec,
.product-card--cart .product-card__qty-inc {
	width: 2.5rem;
	height: 2.357rem;
	background-color: #90949c;
	border: none;
	color: #ffffff;
}

	.product-card--cart .product-card__qty-dec:hover,
	.product-card--cart .product-card__qty-inc:hover {
		background-color: #353535;
	}

.product-card--cart .product-card__qty-inc {
	background-color: #10218b;
}

	.product-card--cart .product-card__qty-inc:hover {
		background-color: #9ddfff;
		color: #10218b;
	}

.product-card--cart .basket-coverplus {
	width: 100%;
	height: 50px;
	background-color: #F1F3F5;
	display: flex;
	border-left: 4px solid #2DAC83;
	padding: 0 10px;
	margin-left: 20px;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus {
		margin-top: 20px;
		height: 74px;
		margin-left: 0;
	}
}

.product-card--cart .basket-coverplus .basket-coverplus-head {
	width: 70%;
	margin: auto 0;
	display: flex;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus .basket-coverplus-head {
		width: 100%;
		position: relative;
		margin: auto 0 auto 6px;
	}
}

.product-card--cart .basket-coverplus .basket-coverplus-head #basketCoverPlus {
	display: flex;
}

	.product-card--cart .basket-coverplus .basket-coverplus-head #basketCoverPlus #upAndDownArrow {
		cursor: pointer;
	}

	.product-card--cart .basket-coverplus .basket-coverplus-head #basketCoverPlus:hover {
		color: #10218b;
	}

.product-card--cart .basket-coverplus .basket-coverplus-head p {
	margin: 0;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 22.8px;
	font-weight: bold;
	margin-left: 18px;
}

.product-card--cart .basket-coverplus .basket-coverplus-head .arrow-icons {
	padding-top: 4px;
}

.product-card--cart .basket-coverplus .basket-coverplus-head .infoIcon {
	margin-left: 12px;
}

.product-card--cart .basket-coverplus .coverplus-logo {
	width: 30%;
	text-align: right;
	margin: auto;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus .coverplus-logo {
		display: none;
	}
}

@media (min-width: 1024px) {
	.product-card--cart .basket-coverplus .coverplus-logo {
		width: 50%;
	}
}

.product-card--cart .basket-coverplus .coverplus-logo img {
	height: 14px;
	width: 80px;
	margin-right: 10px;
}

.product-card--cart .basket-coverplus-content-none {
	display: none;
}

.product-card--cart .basket-coverplus-content-active {
	display: block;
	margin-left: 30px;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus-content-active {
		margin: 10px 16px 0 16px;
	}
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-content {
	display: flex;
	width: 100%;
	padding: 14px 0;
	border-bottom: 1px solid #F1F3F5;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus-content-active .basket-coverplus-content {
		display: flex;
		flex-flow: column-reverse;
	}
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-name {
	width: 60%;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-name {
		width: 100%;
		order: 1;
	}
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-name .coverplus-title {
	font: normal normal normal 14px/23px Helvetica;
	line-height: 22.8px;
	letter-spacing: 0;
	margin: 0;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-name .coverplus-title {
		font-size: 14px;
	}
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-name .most-popular {
	background: #2DAC83 0% 0% no-repeat padding-box;
	font-size: 14px;
	line-height: 17.5px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	padding: 4px 8px;
	text-align: center;
	letter-spacing: 0;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-name .most-popular {
		font-size: 10.5px;
	}
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-price {
	width: 20%;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-price {
		width: 100%;
	}
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-price .one-time-payment {
	font: normal normal normal 11px/11px Helvetica;
	letter-spacing: 0px;
	color: #7A828A;
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-price p {
	margin: 0;
	font: normal normal normal 16px/23px Helvetica;
	letter-spacing: 0px;
	line-height: 22.8px;
	color: #303030;
	opacity: 1;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-price p {
		font-size: 16px;
	}
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-quantity {
	width: 20%;
	display: flex;
	justify-content: end;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-quantity {
		width: 100%;
		justify-content: left;
		margin: 14px 0px;
	}
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-content .coverplus-quantity .coverplus-quantity-input {
	width: 35px;
	height: 33px;
	margin: 0 8px;
	padding: 0;
	text-align: center;
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-footer {
	padding: 24px 0 20px 0;
	display: flex;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus-content-active .basket-coverplus-footer {
		display: block;
		padding: 24px 0 34px 0;
		border-bottom: 1px solid #F1F3F5;
	}
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-footer .learn-more {
	width: 40%;
}

	.product-card--cart .basket-coverplus-content-active .basket-coverplus-footer .learn-more .basket-coverplus-learn-more-text p {
		color: #10218b;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 0px;
		cursor: pointer;
		font-weight: bold;
	}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus-content-active .basket-coverplus-footer .learn-more {
		width: 100%;
	}
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-footer .total-quantity {
	width: 60%;
	display: flex;
	justify-content: end;
	align-items: center;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus-content-active .basket-coverplus-footer .total-quantity {
		width: 100%;
		display: block;
	}
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-footer .total-quantity .basket-coverplus-total-quantity {
	margin-right: 36px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0;
	font-weight: bold;
}

@media (max-width: 1023px) {
	.product-card--cart .basket-coverplus-content-active .basket-coverplus-footer .total-quantity .basket-coverplus-total-quantity {
		margin: 36px 0 20px 0;
	}
}

.product-card--cart .basket-coverplus-content-active .basket-coverplus-footer .total-quantity .basket-coverplus-addtobasket .btn-success {
	background-color: #008000;
	height: 40px;
	min-width: 163px;
	width: auto;
	position: relative;
	display: flex;
	align-items: center;
}

	.product-card--cart .basket-coverplus-content-active .basket-coverplus-footer .total-quantity .basket-coverplus-addtobasket .btn-success:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid #ffffff;
		position: absolute;
		margin: 0;
		margin-left: 10px;
		right: 10px;
		top: 52%;
		bottom: auto;
		transform: translateY(-50%) rotate(0deg) scale(1);
		transform-origin: center;
		right: 16px;
	}

.product-card--cart .infoModal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.4);
}

.product-card--cart .infoModal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 600px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

@media (max-width: 1023px) {
	.product-card--cart .infoModal-content {
		width: 290px;
		height: 440px;
	}
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

.product-card--cart .infoClose {
	float: right;
	font-size: 12px;
	height: 14px;
	width: 12px;
	font: normal normal normal 12px/14px GLYPHICONS Halflings;
	letter-spacing: 0px;
	color: #353535;
	opacity: 1;
	margin-top: 4px;
}

	.product-card--cart .infoClose:hover,
	.product-card--cart .infoClose:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}

.product-card--cart .infoModal-header {
	padding: 16px;
	background-color: #F2F4F7;
	color: black;
	border-bottom: 1px solid #10218B;
}

.product-card--cart .infoModal-body {
	padding: 10px 20px;
}

@media (max-width: 1023px) {
	.product-card--cart .infoModal-body {
		padding: 14px 16px;
		height: 390px;
	}
}

@media (max-width: 1023px) {
	.product-card--cart .infoModal-body .coverplus-content {
		height: 360px;
		overflow: auto;
	}
}

.product-card--cart .infoModal-body .coverplus-content .basket-coverplus-logo {
	padding: 8px 0 14px 0;
}

	.product-card--cart .infoModal-body .coverplus-content .basket-coverplus-logo img {
		height: 35px;
		width: 200px;
		opacity: 1;
	}

.product-card--cart .infoModal-body .coverplus-content .basket-coverplus-content-heading h4 {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	color: #353535;
}

.product-card--cart .infoModal-body .coverplus-content .basket-coverplus-content-heading p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	margin: 4px 0 0 0;
}

.product-card--cart .infoModal-body .coverplus-content .basket-coverplus-headings h4 {
	color: #10218B;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
}

.product-card--cart .infoModal-body .coverplus-content .basket-coverplus-headings p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	margin: 4px 0 0 0;
}

.product-card--cart .infoModal-body .coverplus-content .basket-coverplus-terms-condition {
	margin: 32px 0 10px 0;
}

@media (max-width: 1023px) {
	.product-card--cart .infoModal-body .coverplus-content .basket-coverplus-terms-condition {
		margin: 32px 30px 32px 0px;
	}
}

.product-card--cart .infoModal-body .coverplus-content .basket-coverplus-terms-condition .btn-primary {
	background-color: #FFFFFF;
	border: none;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0px;
	text-transform: uppercase;
	opacity: 1;
	color: #10218B;
}

	.product-card--cart .infoModal-body .coverplus-content .basket-coverplus-terms-condition .btn-primary::after {
		right: -33px;
		border-left: 10px solid #10218B;
	}

@media (max-width: 1023px) {
	.product-card--cart .infoModal-body .coverplus-content .basket-coverplus-terms-condition .btn-primary::after {
		right: 56px;
	}
}

.product-card--cart .infoModal-body .coverplus-content .basket-coverplus-terms-condition .btn-primary:hover {
	text-decoration: underline;
}

.product-card--cart .modal-title {
	padding: 10px;
}

.product-card--cart .modal-content {
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding: 20px;
}

.product-card--series-product {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: normal;
	width: auto;
	height: 100%;
}

@media print {
	.product-card--series-product {
		display: block;
	}
}

.product-card--series-product > :not(:last-child) {
	margin-bottom: 20px;
}

.product-card--series-product .product-pricing__yield {
	margin-bottom: 10px;
}

.product-card--series-product .product-card__image {
	max-width: 215px;
}

.product-card--series-product .product-card__title-text {
	font-size: 1.57142857rem;
	margin-bottom: 6px;
}

.product-card--series-product .product-card__pricing {
	margin: 8px 0 0 0;
}

.product-card--series-product .product-card__pricing-item:not(:last-child) {
	margin-bottom: 10px;
}

.product-card--series-product .product-card__cta {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.product-card--series-product .product-card__cta {
		display: block;
	}
}

.product-card--series-product .product-card__cta > :not(:last-child) {
	margin-bottom: 10px;
}

.product-card--plp {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: normal;
	border-top: 1px solid #b5b7b9;
	padding: 20px 50px 45px 0;
}

@media print {
	.product-card--plp {
		display: block;
	}
}

@media (max-width: 1023px) {
	.product-card--plp {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: flex-start;
		padding-right: 10px;
	}
}

@media (max-width: 1023px) and print {
	.product-card--plp {
		display: block;
	}
}

.product-card--plp .product-card__wrapper {
	height: 100%;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: normal;
}

@media print {
	.product-card--plp .product-card__wrapper {
		display: block;
	}
}

.product-media {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
}

.product-media__img {
	width: auto;
	max-width: 100%;
}

.product-media__badge {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 22.22222222%;
}

.cross-sell-list {
	border-width: 1px 0;
	border-style: solid;
	border-color: #10218b;
	font-size: 1.14285714rem;
	line-height: 1;
}

.cross-sell-list__header {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
	justify-content: space-between;
	padding: 35px 0;
	width: 100%;
}

@media print {
	.cross-sell-list__header {
		display: block;
	}
}

@media (max-width: 1023px) {
	.cross-sell-list__header {
		display: none;
	}
}

.cross-sell-list__header-title {
	flex-shrink: 0;
	font-size: 1.28571429rem;
	width: 20%;
}

	.cross-sell-list__header-title:first-child {
		flex-shrink: 1;
		text-align: start;
		width: 30%;
	}

	.cross-sell-list__header-title:not(:first-child):not(:last-child) {
		text-align: center;
	}

	.cross-sell-list__header-title:last-child {
		padding-right: 25px;
		text-align: end;
		width: 70%;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		flex-shrink: 0;
	}

.cross-sell-list__header-title-purchase {
	flex-shrink: 0;
	font-size: 1.28571429rem;
	width: 33%;
	text-align: right;
}

	.cross-sell-list__header-title-purchase:last-child {
		padding-right: 25px;
	}

	.cross-sell-list__header-title-purchase:first-child {
		text-align: left;
		padding-left: 25px;
	}

.cross-sell-list__header-title-wrapper {
	display: flex;
	justify-content: space-between;
	width: 70%;
}

.cross-sell-list__items {
	border-width: 1px 0;
	border-style: solid;
	border-color: #e9e9ea;
}

.cross-sell-list__item {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	padding: 25px 0;
	position: relative;
}

@media print {
	.cross-sell-list__item {
		display: block;
	}
}

@media (min-width: 1024px) {
	.cross-sell-list__item {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: center;
		padding: 35px 0;
	}
}

@media (min-width: 1024px) and print {
	.cross-sell-list__item {
		display: block;
	}
}

.cross-sell-list__item:not(:last-child) {
	border-bottom: 1px solid #e9e9ea;
}

.cross-sell-list__item-section {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	width: 100%;
}

@media print {
	.cross-sell-list__item-section {
		display: block;
	}
}

@media (min-width: 1024px) {
	.cross-sell-list__item-section {
		flex-shrink: 0;
		width: 20%;
	}
}

@media (min-width: 1024px) {
	.cross-sell-list__item-section:first-child {
		flex-shrink: 1;
		width: 30%;
	}
}

.cross-sell-list__item-section:last-child {
	padding-right: 25px;
}

@media (min-width: 1024px) {
	.cross-sell-list__item-section:last-child {
		align-items: flex-end;
	}
}

.cross-sell-list__item-section-title {
	margin: 25px 0 8px 0;
}

@media (min-width: 1024px) {
	.cross-sell-list__item-section-title {
		display: none;
	}
}

.cross-sell-list__item-title {
	align-items: flex-start;
}

.cross-sell-list__item-section-wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 70%;
}

@media (max-width: 1024px) {
	.cross-sell-list__item-section-wrapper {
		width: 100%;
	}
}

.cross-sell-list__item-purchase {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	flex-shrink: 0;
	text-align: left;
	width: 33%;
}

	.cross-sell-list__item-purchase:last-child {
		padding-right: 25px;
	}

@media (min-width: 1024px) {
	.cross-sell-list__item-purchase:first-child {
		padding-left: 25px;
	}
}

.cross-sell-list__item-purchase--yield {
	width: 45%;
}

.cross-sell-list__item-purchase--price {
	width: 22%;
}

@media (min-width: 1024px) {
	.cross-sell-list__item-purchase:not(:first-child):not(:last-child) {
		align-items: flex-end;
	}
}

@media (max-width: 1024px) {
	.cross-sell-list__item-purchase {
		width: 100%;
	}
}

.cross-sell-list__item-details {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	flex-shrink: 0;
	align-items: center;
}

@media (max-width: 1024px) {
	.cross-sell-list__item-details {
		flex-direction: column;
		align-items: flex-start;
	}
}

.cross-sell-list__rpf-section {
	width: 100%;
	background-color: #f1f3f5;
	border: 1px solid #b5b7b9;
	padding: 25px;
	margin-top: 15px;
}

@media (max-width: 1024px) {
	.cross-sell-list__rpf-section {
		padding: 15px;
	}
}

.cross-sell-list__rpf-plan-selector-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 65%;
	align-items: center;
}

@media (max-width: 1024px) {
	.cross-sell-list__rpf-plan-selector-container {
		width: 100%;
		justify-content: flex-start;
		padding: 25px 0;
	}
}

.cross-sell-list__rpf-plan-dropdown {
	height: 30px;
	border-radius: 0;
	border-color: #C4C4C5;
	font-size: 1.14285714rem;
	color: #353535;
	padding: 0 20px 0 5px;
}

@media (max-width: 1024px) {
	.cross-sell-list__rpf-plan-dropdown {
		font-size: 1rem;
	}
}

.cross-sell-list__rpf-plan-price {
	color: #353535;
	font-size: 1.14285714rem;
}

@media (max-width: 1024px) {
	.cross-sell-list__rpf-plan-price {
		margin-left: 20px;
	}
}

.cross-sell-list__rpf-sign-up-btn {
	flex-shrink: 0;
	width: 100%;
	text-align: left;
}

@media (min-width: 1024px) {
	.cross-sell-list__rpf-sign-up-btn {
		width: 20%;
		text-align: right;
	}
}

.cross-sell-list__rpf-plan-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media (max-width: 1024px) {
	.cross-sell-list__rpf-plan-container {
		flex-direction: column;
	}
}

.cross-sell-list__rpf-logo-container {
	width: 15%;
}

.cross-sell-list__rpf-logo {
	width: 110px;
	height: 30px;
}

@media (max-width: 1024px) {
	.cross-sell-list__rpf-logo {
		margin-bottom: 10px;
	}
}

.cross-sell-list__rpf-main-title-wrapper {
	display: flex;
	margin-top: 15px;
}

@media (max-width: 1024px) {
	.cross-sell-list__rpf-main-title-wrapper {
		flex-direction: column;
	}
}

.cross-sell-list__rpf-main-title {
	font-size: 1.14285714rem;
	font-weight: bold;
	color: #353535;
	margin-right: 15px;
}

@media (max-width: 1024px) {
	.cross-sell-list__rpf-main-title {
		flex-direction: column;
		font-size: 1rem;
	}
}

.cross-sell-list__rpf-show-details {
	font-size: 1.14285714rem;
	color: #10218b;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.cross-sell-list__rpf-show-details {
		font-size: 1rem;
		padding: 10px 0 20px 0;
	}
}

.cross-sell-list__rpf-list-items-wrapper {
	flex-wrap: wrap;
}

@media (max-width: 1024px) {
	.cross-sell-list__rpf-list-items-wrapper {
		flex-direction: column;
	}
}

.cross-sell-list__rpf-list-item {
	display: flex;
	width: 50%;
	align-items: center;
	margin: 10px 0;
}

@media (max-width: 1024px) {
	.cross-sell-list__rpf-list-item {
		width: 100%;
		align-items: flex-start;
	}
}

.cross-sell-list__rpf-list-item-img {
	min-width: 1px;
	max-width: 100px;
}

.cross-sell-list__rpf-list-item-text {
	margin: 0 20px;
}

.cross-sell-list__rpf-list-item-heading {
	font-size: 1.14285714rem;
	font-weight: bold;
	color: #eb5c2a;
	margin-bottom: 5px;
}

.cross-sell-list__rpf-list-item-description {
	font-size: 0.85714286rem;
	color: #353535;
	line-height: 1.14285714rem;
}

.cross-sell-list__rpf-list-item-extra-info {
	font-size: 0.85714286rem;
	color: #7a828a;
}

.cross-sell-list__rpf-list-item-extra-info-url {
	font-size: 0.85714286rem;
	color: #10218b;
}

.cross-sell-list__product {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.cross-sell-list__product {
		display: block;
	}
}

.cross-sell-list__product-image {
	height: 35px;
}

@media (min-width: 1024px) {
	.cross-sell-list__product-image {
		height: 68px;
	}
}

.cross-sell-list__product-details {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	margin-left: 8px;
}

@media print {
	.cross-sell-list__product-details {
		display: block;
	}
}

@media (min-width: 1024px) {
	.cross-sell-list__product-details {
		margin-left: 20px;
	}
}

.cross-sell-list__product-name:not(:last-child) {
	margin-bottom: 8px;
}

.cross-sell-list__product-sku {
	font-size: 0.85714286rem;
}

	.cross-sell-list__product-sku:not(:last-child) {
		margin-bottom: 12px;
	}

.cross-sell-list__product-attributes {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
}

@media print {
	.cross-sell-list__product-attributes {
		display: block;
	}
}

.cross-sell-list__product-attributes--tinted {
	background-color: #f2f4f7;
	height: 30px;
	padding: 10px 12px;
}

	.cross-sell-list__product-attributes--tinted > :not(:last-child) {
		margin-right: 5px;
	}

.cross-sell-list__product-colors {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
}

@media print {
	.cross-sell-list__product-colors {
		display: block;
	}
}

.cross-sell-list__product-color {
	width: 10px;
	height: 10px;
}

	.cross-sell-list__product-color:not(:first-child) {
		margin-left: -5px;
	}

.cross-sell-list__product-size {
	font-size: 0.85714286rem;
	font-weight: bold;
}

.cross-sell-list__ink-yields-groups {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 5px;
}

@media (min-width: 1024px) {
	.cross-sell-list__ink-yields-groups {
		justify-content: space-between;
	}
}

@media (min-width: 1024px) {
	.cross-sell-list__ink-yields-groups > :not(:last-child) {
		margin-bottom: 10px;
	}
}

.cross-sell-list__ink-yields-group {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	justify-content: center;
}

@media print {
	.cross-sell-list__ink-yields-group {
		display: block;
	}
}

@media (min-width: 1024px) {
	.cross-sell-list__ink-yields-group {
		align-items: flex-start;
		justify-content: center;
	}
}

.cross-sell-list__ink-yields-group > :not(:last-child) {
	margin-bottom: 10px;
}

.cross-sell-list__ink-yields-group-color {
	width: 25px;
	height: 25px;
}

	.cross-sell-list__ink-yields-group-color:not(:first-child) {
		margin-left: -12.5px;
	}

.cross-sell-list__ink-yields-group-label {
	font-size: 1.14285714rem;
}

.cross-sell-list__ink-yields-group-label-container {
	display: flex;
	margin-left: 20px;
	min-width: 60%;
}

.cross-sell-list__ink-yields-ml {
	align-self: center;
	margin-top: 3px;
	margin-left: 5px;
	color: #7a828a;
	font-size: 0.78571429rem;
	line-height: 13px;
}

.cross-sell-list__ink-yields-ml--align-end {
	align-self: flex-end;
	margin-top: 0;
}

.cross-sell-list__price {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.cross-sell-list__price {
		display: block;
	}
}

@media (min-width: 1024px) {
	.cross-sell-list__price {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: column;
		justify-content: normal;
		align-items: center;
	}
}

@media (min-width: 1024px) and print {
	.cross-sell-list__price {
		display: block;
	}
}

.cross-sell-list__price-label {
	color: #7a828a;
	font-size: 0.78571429rem;
	margin-bottom: 5px;
}

.cross-sell-list__price-cost {
	margin: 0;
}

.cross-sell-list__quantity {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
	justify-content: flex-end;
}

@media print {
	.cross-sell-list__quantity {
		display: block;
	}
}

@media (max-width: 1023px) {
	.cross-sell-list__quantity {
		margin-top: 20px;
		justify-content: flex-start;
	}
}

.cross-sell-list__quantity-button {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
}

@media print {
	.cross-sell-list__quantity-button {
		display: block;
	}
}

.cross-sell-list__quantity-indicator {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 35px;
}

@media print {
	.cross-sell-list__quantity-indicator {
		display: block;
	}
}

.cross-sell-list__footer {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #f2f4f7;
	padding: 40px 15px;
}

@media print {
	.cross-sell-list__footer {
		display: block;
	}
}

@media (min-width: 1024px) {
	.cross-sell-list__footer {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		padding: 40px 25px;
	}
}

@media (min-width: 1024px) and print {
	.cross-sell-list__footer {
		display: block;
	}
}

@media (min-width: 1024px) {
	.cross-sell-list__footer > :not(:last-child) {
		margin-right: 42px;
	}
}

@media (max-width: 1023px) {
	.cross-sell-list__footer > :not(:last-child) {
		margin-bottom: 20px;
	}
}

.cross-sell-accordion__description {
	margin: 0 0 30px 0;
}

.simple-tooltip {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 0.85714286rem;
	left: auto;
	/*rtl: 0*/
	right: 0;
	/*rtl: auto*/
	position: fixed;
	top: 0;
	z-index: 2;
	width: 280px;
}

@media print {
	.simple-tooltip {
		display: block;
	}
}

@media (min-width: 1024px) {
	.simple-tooltip {
		width: auto;
	}
}

.simple-tooltip__tip-container {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media print {
	.simple-tooltip__tip-container {
		display: block;
	}
}

.simple-tooltip__tip {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media print {
	.simple-tooltip__tip {
		display: block;
	}
}

.simple-tooltip__arrow {
	background-color: #f1f3f5;
}

.simple-tooltip__content {
	position: relative;
	width: 100%;
	padding: 15px;
	background-color: #f1f3f5;
}

.simple-tooltip--position-bottom {
	flex-direction: column;
}

	.simple-tooltip--position-bottom .simple-tooltip__arrow {
		clip-path: polygon(0 100%, 100% 100%, 50% 0);
	}

.simple-tooltip--position-top {
	flex-direction: column-reverse;
}

	.simple-tooltip--position-top .simple-tooltip__arrow {
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}

.simple-tooltip--position-right {
	flex-direction: row;
}

	.simple-tooltip--position-right .simple-tooltip__arrow {
		clip-path: polygon(100% 0, 100% 100%, 0 50%);
	}

.simple-tooltip--position-left {
	flex-direction: row-reverse;
}

	.simple-tooltip--position-left .simple-tooltip__arrow {
		clip-path: polygon(0 0, 0 100%, 100% 50%);
	}

.simple-tooltip--overflow-negative .simple-tooltip__tip-container {
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: flex-start /*rtl: flex-end*/;
	align-items: flex-start;
}

.simple-tooltip--overflow-positive .simple-tooltip__tip-container {
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: flex-end /*rtl: flex-start*/;
	align-items: flex-end;
}

.simple-tooltip--overflow-height .simple-tooltip__tip-container,
.simple-tooltip--overflow-width .simple-tooltip__tip-container,
.simple-tooltip--overflow-negative-fit .simple-tooltip__tip-container,
.simple-tooltip--overflow-positive-fit .simple-tooltip__tip-container {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.simple-tooltip--overflow-height .simple-tooltip__tip-container,
	.simple-tooltip--overflow-width .simple-tooltip__tip-container,
	.simple-tooltip--overflow-negative-fit .simple-tooltip__tip-container,
	.simple-tooltip--overflow-positive-fit .simple-tooltip__tip-container {
		display: block;
	}
}

.simple-tooltip--overflow-height {
	max-height: 100%;
	height: 100%;
}

	.simple-tooltip--overflow-height .simple-tooltip__content {
		max-height: 100%;
		height: 100%;
	}

.simple-tooltip--overflow-width {
	max-width: 100%;
	width: 100%;
}

	.simple-tooltip--overflow-width .simple-tooltip__content {
		max-width: 100%;
		width: 100%;
	}

.simple-tooltip--invisible {
	visibility: hidden;
}

.simple-tooltip--showing {
	animation: fadeIn 0.5s;
	opacity: 1;
}

.simple-tooltip--hiding {
	animation: fadeOut 0.5s;
	opacity: 0;
}

.simple-tooltip--basket-help-cta {
	color: #353535;
	font-size: 0.857rem;
	width: 210px;
}

	.simple-tooltip--basket-help-cta .simple-tooltip__content {
		padding: 23px 15px;
		background-color: #f5f4f8;
	}

	.simple-tooltip--basket-help-cta .simple-tooltip__header {
		font-weight: bold;
		text-transform: uppercase;
	}

.simple-tooltip--image-hotspots {
	width: 280px;
}

	.simple-tooltip--image-hotspots .simple-tooltip__content {
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		background-color: #ffffff;
	}

	.simple-tooltip--image-hotspots .simple-tooltip__tip-container {
		z-index: 1;
	}

@media (min-width: 1024px) {
	.compatibility-panel {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

		.compatibility-panel > .navbar-header,
		.compatibility-panel > .navbar-collapse {
			margin-right: -10px;
			margin-left: -10px;
		}
}

@media (min-width: 1024px) and (min-width: 640px) {
	.compatibility-panel > .navbar-header,
	.compatibility-panel > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 1024px) and (min-width: 1024px) {
	.compatibility-panel {
		padding-left: 11%;
		padding-right: 11%;
	}
}

.compatibility-panel__description {
	font-size: 1.28571429rem;
	margin-bottom: 0;
}

.compatibility-panel__list {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.compatibility-panel__list {
		display: block;
	}
}

@media (max-width: 1023px) {
	.compatibility-panel__list {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: column;
		justify-content: normal;
		align-items: normal;
	}
}

@media (max-width: 1023px) and print {
	.compatibility-panel__list {
		display: block;
	}
}

.compatibility-panel__list-item {
	margin-top: 30px;
	padding-right: 30px;
}

@media (min-width: 1024px) {
	.compatibility-panel__list-item {
		flex-shrink: 0;
		width: 33.33333333%;
	}
}

.compatibility-panel__link {
	font-size: 1.14285714rem;
}

.product-overview__section-title {
	margin: 0 0 36px 0;
}

.product-overview__section:not(:last-child) .product-overview__section-content {
	padding-bottom: 60px;
}

@media (max-width: 1023px) {
	.product-overview__section:not(:last-child) .product-overview__section-content {
		padding-bottom: 40px;
	}
}

.product-overview__section--features .product-overview__section-title {
	margin: 0 0 16px 0;
}

@media (min-width: 1024px) {
	.product-overview__section:not(.product-overview__section--full-width) {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

		.product-overview__section:not(.product-overview__section--full-width) > .navbar-header,
		.product-overview__section:not(.product-overview__section--full-width) > .navbar-collapse {
			margin-right: -10px;
			margin-left: -10px;
		}
}

@media (min-width: 1024px) and (min-width: 640px) {
	.product-overview__section:not(.product-overview__section--full-width) > .navbar-header,
	.product-overview__section:not(.product-overview__section--full-width) > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 1024px) and (min-width: 1024px) {
	.product-overview__section:not(.product-overview__section--full-width) {
		padding-left: 11%;
		padding-right: 11%;
	}
}

@media (min-width: 1024px) {
	.product-overview__description,
	.product-overview__datasheets {
		padding: 0 20px;
	}
}

.product-overview__description--neon > div,
.product-overview__datasheets {
	display: grid;
	gap: 30px 0;
	grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 1024px) {
	.product-overview__description--neon > div,
	.product-overview__datasheets {
		gap: 42px 60px;
		grid-template-columns: repeat(3, 1fr);
	}
}

.product-overview__description--neon > div > div > :not(:last-child) {
	margin-bottom: 20px;
}

.product-overview__description--neon > div > div h4 {
	font-size: 1.14285714rem;
	font-weight: bold;
	margin: 0;
}

.product-overview__description--neon > div > div p {
	margin: 0;
}

.product-overview__features .features {
	margin: 0 0 0 25px;
}

@media (min-width: 1024px) {
	.product-overview__features .features {
		margin: 0 0 0 28px;
	}
}

.product-overview__datasheet {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 16px;
}

@media print {
	.product-overview__datasheet {
		display: block;
	}
}

.product-overview__datasheet > :not(:last-child) {
	margin-bottom: 12px;
}

.product-overview__awards {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: flex-end;
	gap: 60px;
	padding: 0 20px 20px;
}

@media print {
	.product-overview__awards {
		display: block;
	}
}

@media (min-width: 1024px) {
	.product-overview__awards {
		padding: 0 20px;
	}
}

.product-overview__award-image {
	width: 90px;
}

.product-pricing {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	line-height: 1;
}

@media print {
	.product-pricing {
		display: block;
	}
}

.product-pricing__intro {
	color: #7a828a;
	font-size: 0.78571429rem;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.product-pricing__prices {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.product-pricing__prices {
		display: block;
	}
}

.product-pricing__prices:not(:last-child) {
	margin-bottom: 20px;
}

.product-pricing__prices--stacked {
	flex-direction: column;
}

.product-pricing__price {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.product-pricing__price {
		display: block;
	}
}

.product-pricing__price > :not(:last-child) {
	margin-bottom: 5px;
}

.product-pricing__price-cost {
	font-size: 1.42857143rem;
	font-weight: bold;
}

.product-pricing__price-tax {
	color: #7a828a;
	font-size: 0.78571429rem;
}

.product-pricing__price--discount .product-pricing__price-cost {
	color: #7a828a;
	position: relative;
}

	.product-pricing__price--discount .product-pricing__price-cost::before {
		width: 100%;
		height: 2px;
		content: '';
		background-color: #ec1218;
		left: 0;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}

.product-pricing__price-per-litre {
	color: #7a828a;
	font-size: 0.78571429rem;
}

.product-pricing__prices--stacked .product-pricing__price:not(:last-child) {
	margin-bottom: 15px;
}

.product-pricing__prices:not(.product-pricing__prices--stacked) .product-pricing {
	margin-bottom: 20px;
}

.product-pricing__prices:not(.product-pricing__prices--stacked) .product-pricing__price:not(:last-child) {
	margin-right: 21px;
}

.product-pricing--pdp {
	margin-bottom: 33px;
}

@media (max-width: 1023px) {
	.product-pricing--pdp {
		margin-bottom: 15px;
	}
}

@media (max-width: 1023px) {
	.product-pricing--pdp .product-pricing__prices {
		flex-direction: column;
		margin-bottom: 15px;
	}
}

@media (max-width: 1023px) {
	.product-pricing--pdp .product-pricing__price:not(:last-child) {
		margin-bottom: 20px;
	}
}

@media (max-width: 1023px) {
	.product-pricing--pdp .product-pricing__stock {
		margin-bottom: 15px;
	}
}

.product-pricing--plp {
	margin-top: 20px;
}

@media (min-width: 1024px) {
	.product-pricing--plp {
		margin-top: 15px;
	}
}

@media (max-width: 1023px) {
	.product-pricing--plp .product-pricing__intro {
		margin-bottom: 7px;
	}
}

.product-pricing--plp .product-pricing__prices {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.product-pricing--plp .product-pricing__prices {
		margin-bottom: 15px;
	}
}

@media (max-width: 1023px) {
	.product-pricing--plp .product-pricing__price:not(:last-child) {
		margin-bottom: 20px;
	}

	.product-pricing--plp .product-pricing__price > :not(:last-child) {
		margin-bottom: 7px;
	}

	.product-pricing--plp .product-pricing__price-cost {
		font-size: 0.85714286rem;
	}
}

.product-pricing--plp .product-pricing__stock {
	margin-bottom: 15px;
}

.product-pricing--tab-panel .product-pricing__prices {
	margin: 0;
}

.product-pricing--tab-panel .product-pricing__price {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: baseline;
	margin: 0;
}

@media print {
	.product-pricing--tab-panel .product-pricing__price {
		display: block;
	}
}

.product-pricing--tab-panel .product-pricing__price-cost {
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 4px 0 0;
}

.product-pricing--tab-panel .product-pricing__price-tax {
	color: #ffffff;
	font-size: 0.78571429rem;
}

.product-pricing--product-comparator .product-pricing__prices:not(:last-child) {
	margin-bottom: 15px;
}

.product-pricing--product-comparator .product-pricing__prices--stacked .product-pricing--product-comparator .product-pricing__price:not(:last-child) {
	margin-bottom: 15px;
}

@media (max-width: 1023px) {
	.product-pricing--product-comparator .product-pricing__price-cost {
		font-size: 0.85714286rem;
	}
}

.product-pricing--product-comparator .product-pricing__stock {
	margin-bottom: 0;
}

.product-pricing--cross-sell .product-pricing__price {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column-reverse;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.product-pricing--cross-sell .product-pricing__price {
		display: block;
	}
}

@media (min-width: 1024px) {
	.product-pricing--cross-sell .product-pricing__price {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: column-reverse;
		justify-content: normal;
		align-items: center;
	}
}

@media (min-width: 1024px) and print {
	.product-pricing--cross-sell .product-pricing__price {
		display: block;
	}
}

.product-pricing--cross-sell .product-pricing__price:not(:last-child) {
	margin-bottom: 10px;
}

.product-pricing--cross-sell .product-pricing__price > :not(:last-child) {
	margin-bottom: 0;
	margin-top: 5px;
}

.product-pricing--cross-sell .product-pricing__price-cost {
	font-size: 1.14285714rem;
	font-weight: normal;
}

@media (min-width: 1024px) {
	.product-pricing--cross-sell {
		align-items: center;
	}
}

.product-summary {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	font-size: 1.14285714rem;
	margin-bottom: 25px;
}

@media print {
	.product-summary {
		display: block;
	}
}

@media (min-width: 1024px) {
	.product-summary {
		flex-direction: row;
		margin-top: 42px;
		margin-bottom: 90px;
	}
}

@media (max-width: 1023px) {
	.product-summary {
		padding: 0 0 10px;
	}
}

.product-summary__image-gallery {
	width: 100%;
}

@media (min-width: 1024px) {
	.product-summary__image-gallery {
		margin-right: 90px;
		width: 33.33333333%;
	}
}

@media (max-width: 1023px) {
	.product-summary__image-gallery {
		margin-bottom: 20px;
	}
}

.product-summary__image-badge {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 22.22222222%;
}

.product-summary__details {
	width: 100%;
}

@media (min-width: 1024px) {
	.product-summary__details {
		width: 66.66666667%;
	}
}

@media (max-width: 1023px) {
	.product-summary__details {
		padding: 0 17px;
	}
}

.product-summary__details-container:not(:last-child) {
	margin-bottom: 50px;
}

.product-summary__headline {
	font-size: 1.42857143rem;
	font-weight: bold;
}

.product-summary__secondary-information {
	margin-top: 30px;
}

@media (min-width: 1024px) {
	.product-summary__secondary-information {
		margin-top: 23px;
	}
}

.product-summary__secondary-information > :not(:last-child) {
	margin-bottom: 30px;
}

.product-summary__description {
	font-weight: bold;
	line-height: 1.71428571rem;
}

.product-summary__sku {
	margin-top: 20px;
}

.product-summary__yield {
	margin-top: 15px;
	font-size: 1.14285714rem;
}

.product-summary__boxes {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.product-summary__boxes {
		display: block;
	}
}

@media (min-width: 1024px) {
	.product-summary__boxes {
		flex-direction: row;
	}
}

@media (min-width: 1024px) {
	.product-summary__box {
		width: 50%;
	}

		.product-summary__box:not(:last-child) {
			margin-right: 20px;
		}
}

@media (max-width: 1023px) {
	.product-summary__box:not(:last-child) {
		margin-bottom: 15px;
	}
}

.product-summary__buttons {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.product-summary__buttons {
		display: block;
	}
}

.product-summary__buttons-row {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.product-summary__buttons-row {
		display: block;
	}
}

@media (min-width: 1024px) {
	.product-summary__buttons-row {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: center;
	}
}

@media (min-width: 1024px) and print {
	.product-summary__buttons-row {
		display: block;
	}
}

.product-summary__buttons-row:not(:last-child) {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.product-summary__buttons-row:not(:last-child) {
		margin-bottom: 33px;
	}
}

@media (max-width: 1023px) {
	.product-summary__buttons .product-summary__button {
		font-size: 1rem;
	}
}

@media (min-width: 1024px) {
	.product-summary__buttons .product-summary__button:not(:last-child) {
		margin-right: 24px;
	}
}

@media (max-width: 1023px) {
	.product-summary__buttons .product-summary__button:not(:last-child) {
		margin-bottom: 17px;
	}
}

.product-summary__buttons .product-summary__button .add-to-cart__actions {
	margin: 0;
}

.product-summary__buttons .product-summary__button #configureProduct {
	display: none;
}

.product-summary__buttons .product-summary__button .product-card__buynowbtn {
	margin: 0;
}

@media (max-width: 1023px) {
	.product-summary__buttons .product-summary__button .product-card__buynowbtn {
		font-size: 1rem;
	}
}

.product-discontinued > :not(:last-child) {
	margin-bottom: 50px;
}

.product-discontinued__message {
	color: #ff0000;
}

.product-discontinued__buttons {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.product-discontinued__buttons {
		display: block;
	}
}

.product-discontinued__details > :not(:last-child),
.product-discontinued__buttons > :not(:last-child) {
	margin-bottom: 33px;
}

.product-discontinued__predecessor {
	border-top: 1px solid #c7c9ca;
}

.product-discontinued__predecessor-message {
	margin-top: 20px;
}

.product-discontinued__predecessor-details {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
	margin: 25px 0 20px 0;
}

@media print {
	.product-discontinued__predecessor-details {
		display: block;
	}
}

@media (max-width: 1023px) {
	.product-discontinued__predecessor-details {
		margin: 20px 0 15px 0;
	}
}

.product-discontinued__predecessor-image {
	width: 123px;
}

@media (max-width: 1023px) {
	.product-discontinued__predecessor-image {
		width: 55px;
	}
}

.product-discontinued__predecessor-name {
	margin-left: 25px;
}

@media (max-width: 1023px) {
	.product-discontinued__predecessor-name {
		margin-left: 8px;
	}
}

.product-discontinued__predecessor-link {
	font-size: 1.57142857rem;
}

@media (max-width: 1023px) {
	.product-discontinued__predecessor-link {
		font-size: 1.14285714rem;
	}
}

.address-book {
	margin-bottom: 60px;
}

.address-book__title {
	margin-bottom: 30px;
}

.address-book__footer {
	margin-top: 30px;
}

.address-finder__container {
	position: relative;
}

.address-finder__input {
	padding-left: 46px;
}

.address-finder__icon {
	font-size: 1rem;
	color: #555555;
	margin-left: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

	.address-finder__icon::before {
		border-right: 1px solid #232323;
		padding-right: 10px;
	}

@media (min-width: 1024px) {
	.address-form {
		width: 60%;
	}
}

.address-form__disclaimer {
	margin-bottom: 40px;
}

.address-form__disclaimer-text {
	font-size: 1rem;
}

.address-form__container {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.address-form__container {
		display: block;
	}
}

.address-form__container--reverse {
	flex-direction: column-reverse;
}

.address-form__checkboxes {
	margin-top: 40px;
}

.address-form__checkbox {
	font-size: 1.14285714rem;
}

.address-form__footer {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: normal;
	margin-top: 40px;
}

@media print {
	.address-form__footer {
		display: block;
	}
}

@media (max-width: 1023px) {
	.address-form__footer {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: column;
		justify-content: normal;
		align-items: flex-start;
	}

		.address-form__footer > :not(:last-child) {
			margin-bottom: 25px;
		}
}

@media (max-width: 1023px) and print {
	.address-form__footer {
		display: block;
	}
}

.address-form--checkout {
	width: 100%;
}

@media (min-width: 1024px) {
	.address-form--checkout {
		width: 100%;
	}
}

.address-list {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.address-list {
		display: block;
	}
}

@media (min-width: 1024px) {
	.address-list {
		flex-direction: row;
	}
}

.address-list__address {
	padding: 14px 10px 21px 10px;
	border-bottom: 1px solid #f2f4f7;
	width: 100%;
}

@media (min-width: 1024px) {
	.address-list__address {
		width: 33.33333333%;
	}
}

.address-list__address-footer {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
	margin-top: 24px;
}

@media print {
	.address-list__address-footer {
		display: block;
	}
}

.address-list__address-footer > :not(:last-child) {
	margin-right: 18px;
}

.address-list__address-cta {
	font-size: 1rem;
}

@media (min-width: 1024px) {
	.address-list--address-selector {
		flex-direction: column;
	}
}

.address-list--address-selector .address-list__address {
	padding: 40px 0;
}

	.address-list--address-selector .address-list__address:not(:last-child) {
		border-bottom: 1px solid #c7c9ca;
	}

	.address-list--address-selector .address-list__address:first-child {
		padding-top: 0;
	}

	.address-list--address-selector .address-list__address:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

@media (min-width: 1024px) {
	.address-list--address-selector .address-list__address {
		width: 100%;
	}
}

.edit-address__title {
	margin-bottom: 27px;
}

.edit-address__form-container {
	margin: 27px 0 60px 0;
}

.tech-specs__intro {
	margin-bottom: 42px;
}

	.tech-specs__intro > :not(:last-child) {
		margin-bottom: 26px;
	}

.spec-table {
	line-height: 1.42857143rem;
}

	.spec-table:not(:last-child) {
		margin-bottom: 26px;
	}

	.spec-table .table-row > :not(:last-child) {
		margin-bottom: 6px;
	}

	.spec-table .table-head {
		font-weight: bold;
	}

		.spec-table .table-head h5 {
			font-weight: bold;
			margin: 0;
		}

.consumables-page__title {
	font-size: 2.14285714rem;
	margin: 65px 0 30px 0;
}

.consumables-page__device-summary {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #10218b;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	background-color: #f2f4f7;
	padding: 39px 15px;
	width: 100%;
}

@media print {
	.consumables-page__device-summary {
		display: block;
	}
}

@media (min-width: 1024px) {
	.consumables-page__device-summary {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: center;
		height: 408px;
		padding: 10px 40px 10px 10px;
	}
}

@media (min-width: 1024px) and print {
	.consumables-page__device-summary {
		display: block;
	}
}

@media (max-width: 1023px) {
	.consumables-page__device-image {
		margin-bottom: 20px;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.consumables-page__device-image {
		margin-right: 77px;
		height: 100%;
	}
}

.consumables-page__device-information {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.consumables-page__device-information {
		display: block;
	}
}

.consumables-page__device-information > :not(:last-child) {
	margin-bottom: 30px;
}

.consumables-page__device-name {
	font-size: 1.5rem;
	font-weight: bold;
}

.consumables-page__device-anchors {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.consumables-page__device-anchors {
		display: block;
	}
}

.consumables-page__device-anchors > :not(:last-child) {
	margin-bottom: 20px;
}

.consumables-page__device-anchor {
	font-weight: bold;
	text-transform: uppercase;
}

.consumables-page__checkout {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: normal;
	width: 100%;
}

@media print {
	.consumables-page__checkout {
		display: block;
	}
}

.consumables-page__checkout--header {
	margin: 26px 0 25px 0;
}

.consumables-page__checkout--footer {
	margin: 25px 0 60px 0;
}

.support-product__headline {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	margin: 0 0 30px 0;
}

@media print {
	.support-product__headline {
		display: block;
	}
}

@media (min-width: 1024px) {
	.support-product__headline {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: flex-start;
		margin: 40px 0 55px 0;
	}
}

@media (min-width: 1024px) and print {
	.support-product__headline {
		display: block;
	}
}

.support-product__headline > :not(:last-child) {
	margin-right: 25px;
}

.support-product__headline-sidebar {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: center;
	flex-shrink: 0;
	width: 100%;
}

@media print {
	.support-product__headline-sidebar {
		display: block;
	}
}

@media (max-width: 1023px) {
	.support-product__headline-sidebar {
		margin-bottom: 30px;
	}
}

@media (min-width: 1024px) {
	.support-product__headline-sidebar {
		width: 33.33333333%;
	}
}

.support-product__headline-model {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
	white-space: nowrap;
	margin-top: 26px;
}

@media print {
	.support-product__headline-model {
		display: block;
	}
}

.support-product__headline-model > * {
	line-height: 1;
}

	.support-product__headline-model > *:not(:last-child) {
		border-right: 1px solid #10218b;
		margin-right: 10px;
		padding-right: 10px;
	}

.support-product__headline-cta {
	font-weight: bold;
}

.support-product__headline-content {
	width: 100%;
}

.support-product__headline-title {
	border-bottom: 1px solid #b5b7b9;
	font-size: 2.14285714rem;
	margin: 38px 0 30px 0;
	padding-bottom: 17px;
	width: 100%;
}

@media (min-width: 1024px) {
	.support-product__headline-title {
		font-size: 2.85714286rem;
	}
}

.support-product__operating-system {
	text-align: left;
	margin-bottom: 30px;
}

@media (min-width: 1024px) {
	.support-product__operating-system {
		text-align: right;
	}
}

@media (max-width: 1023px) {
	.support-panel {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: column;
		justify-content: normal;
		align-items: normal;
	}
}

@media (max-width: 1023px) and print {
	.support-panel {
		display: block;
	}
}

@media (min-width: 1024px) {
	.support-panel {
		margin-right: auto;
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10px;
		display: grid;
		row-gap: 25px;
		grid-template-columns: 7fr 3fr;
		grid-template-rows: 2fr;
	}

		.support-panel > .navbar-header,
		.support-panel > .navbar-collapse {
			margin-right: -10px;
			margin-left: -10px;
		}
}

@media (min-width: 1024px) and (min-width: 640px) {
	.support-panel > .navbar-header,
	.support-panel > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 1024px) and (min-width: 1024px) {
	.support-panel {
		padding-left: 11%;
		padding-right: 11%;
	}
}

.support-panel__intro {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.support-panel__intro {
		display: block;
	}
}

.support-panel__intro > :not(:last-child) {
	margin-bottom: 16px;
}

.support-panel__intro-title {
	font-size: 1.71428571rem;
	margin: 0;
}

.support-panel__intro-description {
	font-size: 1.28571429rem;
}

@media (max-width: 1023px) {
	.support-panel__support {
		margin: 30px 0 56px 0;
	}
}

@media (min-width: 1024px) {
	.support-panel__support {
		grid-row: 2;
		grid-column: span 2;
	}
}

.support-panel__support > :not(:last-child) {
	margin-bottom: 50px;
}

.support-panel__recommended {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.support-panel__recommended {
		display: block;
	}
}

@media (min-width: 1024px) {
	.support-panel__recommended {
		border-left: 2px solid #ffffff;
		padding-left: 36px;
	}
}

.support-panel__recommended-title {
	font-size: 1.28571429rem;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.support-panel__recommended-links {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	line-height: 1;
}

@media print {
	.support-panel__recommended-links {
		display: block;
	}
}

.support-panel__recommended-links > :not(:last-child) {
	margin-bottom: 11px;
}

.support-panel__recommended-link {
	font-size: 0.85714286rem;
}

.address-selector > :not(:last-child) {
	margin-bottom: 35px;
}

.address-selector__buttons {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.address-selector__buttons {
		display: block;
	}
}

.address-selector__buttons > :not(:last-child) {
	margin-bottom: 20px;
}

.address-selector__input-label {
	max-width: 100%;
}

.action-checkbox:hover,
.action-checkbox:focus {
	text-decoration: none;
}

.action-checkbox__input,
.action-checkbox__label {
	pointer-events: none;
}

.checkout-summary {
	padding: 34px 27px;
}

	.checkout-summary > :not(:last-child) {
		margin-bottom: 16px;
	}

.checkout-summary__headline {
	font-size: 1.28571429rem;
}

.checkout-summary__section:not(:last-child) {
	margin-bottom: 25px;
}

.checkout-summary__section-title {
	font-weight: bold;
}

.checkout-summary__section--products {
	border-width: 1px 0;
	border-style: solid;
	border-color: #b6b6b6;
}

	.checkout-summary__section--products .checkout-summary__section-title {
		padding: 14px 0;
	}

.checkout-summary__list {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.checkout-summary__list {
		display: block;
	}
}

.checkout-summary__row--bold {
	font-weight: bold;
}

.checkout-summary__row--product {
	border-top: 1px solid #b6b6b6;
	padding: 11px 0 17px 0;
}

.checkout-summary__product {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: normal;
	width: 100%;
}

@media print {
	.checkout-summary__product {
		display: block;
	}
}

.checkout-summary__product-information {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.checkout-summary__product-information {
		display: block;
	}
}

.checkout-summary__product-information > :not(:last-child) {
	margin-right: 15px;
}

.checkout-summary__product-image-container {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 94px;
	height: 63px;
	background-color: #ffffff;
	padding: 4px;
}

@media print {
	.checkout-summary__product-image-container {
		display: block;
	}
}

.checkout-summary__product-image {
	height: 100%;
}

.checkout-summary__product-price {
	font-size: 1.14285714rem;
}

.checkout-summary__product-price-per-litre {
	color: #7a828a;
	font-size: 0.78571429rem;
	text-align: right;
}

.checkout-summary__yield {
	font-size: 0.78571429rem;
}

.checkout-summary__price-info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 25%;
}

.checkout-summary__price {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: normal;
}

@media print {
	.checkout-summary__price {
		display: block;
	}
}

.checkout-summary__price--discount {
	color: #ff0000;
}

.checkout-summary__price--total {
	font-size: 1.28571429rem;
	font-weight: bold;
	margin: 19px 0 11px 0;
}

.checkout-summary__price--faded {
	color: #7a828a;
}

.checkout-summary__checkbox-section {
	margin-top: 20px;
}

.checkout-summary__checkbox-label {
	display: inline-flex;
	position: relative;
	top: -2px;
	margin-bottom: 0;
	padding-left: 10px;
	font-size: 14px;
}

.checkout-summary__checkbox-error {
	padding-left: 23px;
}

.product-notes__footer-notes:not(:last-child) {
	margin-bottom: 22px;
}

.product-notes__footer-notes p {
	font-size: 0.85714286rem;
	margin: 0;
}

	.product-notes__footer-notes p:not(:last-child) {
		margin-bottom: 22px;
	}

	.product-notes__footer-notes p sup {
		margin-right: 0.2rem;
	}

.product-notes__humidity-disclaimer {
	font-size: 0.85714286rem;
	margin: 0;
}

.toggle-panel__section:not(.toggle-panel__section--active) {
	display: none;
}

.toggle-panel--shipping .toggle-panel__toggles {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	margin-bottom: 30px;
}

@media print {
	.toggle-panel--shipping .toggle-panel__toggles {
		display: block;
	}
}

@media (min-width: 1024px) {
	.toggle-panel--shipping .toggle-panel__toggles {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.toggle-panel--shipping .toggle-panel__toggles {
		display: block;
	}
}

.toggle-panel--shipping .toggle-panel__toggle {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f1f3f5;
	border: 1px solid #c7c9ca;
	line-height: 1;
	margin-bottom: 0;
	min-height: 95px;
	padding: 25px 17px;
	text-align: center;
	width: 100%;
}

@media print {
	.toggle-panel--shipping .toggle-panel__toggle {
		display: block;
	}
}

.toggle-panel--shipping .toggle-panel__toggle--active,
.toggle-panel--shipping .toggle-panel__toggle:hover,
.toggle-panel--shipping .toggle-panel__toggle:focus,
.toggle-panel--shipping .toggle-panel__toggle:focus-within {
	background-color: #ffffff;
}

@media (max-width: 1023px) {
	.toggle-panel--shipping .toggle-panel__toggle:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media (min-width: 1024px) {
	.toggle-panel--shipping .toggle-panel__toggle:not(:last-child) {
		margin-right: 30px;
	}
}

.toggle-panel--shipping .toggle-panel__toggle > :not(:last-child) {
	margin: 0 0 17px 0;
}

.order-confirmation__title {
	border-bottom: 1px solid #c7c9ca;
	font-size: 3.07142857rem;
	margin: 69px 0 27px 0;
	padding-bottom: 27px;
}

.order-confirmation__buttons {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	margin: 25px 0 60px 0;
}

@media print {
	.order-confirmation__buttons {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-confirmation__buttons {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.order-confirmation__buttons {
		display: block;
	}
}

@media (max-width: 1023px) {
	.order-confirmation__buttons > :not(:last-child) {
		margin-bottom: 25px;
	}
}

@media (min-width: 1024px) {
	.order-confirmation__overview,
	.order-confirmation__guest-account {
		width: 66.66666667%;
	}
}

.order-confirmation__guest-spacing {
	margin-bottom: 25px;
}

.order-confirmation__guest-terms {
	font-size: 1.14285714rem;
}

.order-confirmation__guest-checkbox {
	margin-right: 8px !important;
}

.order-confirmation__guest-label {
	font-size: 1rem;
	margin-bottom: 0;
	vertical-align: top;
}

.order-confirmation__guest-btn {
	margin: 50px 0 60px;
}

@media (min-width: 1024px) {
	.order-confirmation__guest-btn {
		margin: 50px 0 130px;
	}
}

.order-overview__heading {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	margin-bottom: 25px;
}

@media print {
	.order-overview__heading {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-overview__heading {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
}

@media (min-width: 1024px) and print {
	.order-overview__heading {
		display: block;
	}
}

@media (max-width: 1023px) {
	.order-overview__heading > :not(:last-child) {
		margin-bottom: 10px;
	}
}

.order-overview__order-number {
	font-size: 1.71428571rem;
}

.order-overview__sections {
	border-width: 1px 0;
	border-style: solid;
	border-color: #c7c9ca;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	margin: 30px 0;
	padding: 30px 0;
}

@media print {
	.order-overview__sections {
		display: block;
	}
}

.order-overview--order-details .order-overview__sections {
	margin: 30px 0 25px 0;
	padding: 25px 0;
}

@media (min-width: 1024px) {
	.order-overview--order-details .order-overview__sections {
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: #c7c9ca;
		margin: 20px 0 40px 0;
		padding: 40px 0 0 0;
	}
}

.order-summary:not(.order-summary--grid) {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.order-summary:not(.order-summary--grid) {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-summary:not(.order-summary--grid) {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.order-summary:not(.order-summary--grid) {
		display: block;
	}
}

.order-summary--grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px 30px;
}

@media print {
	.order-summary--grid {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-summary--grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.order-summary__section {
		grid-row: 1;
	}
}

.order-summary__section-title {
	font-weight: bold;
	font-size: 1.28571429rem;
	margin-bottom: 25px;
}

@media (max-width: 1023px) {
	.order-summary__section--order-details {
		border-bottom: 1px solid #c7c9ca;
		margin-bottom: 40px;
		padding-bottom: 26px;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.order-summary__section--order-details {
		padding-right: 20px;
	}
}

@media (min-width: 1024px) {
	.order-summary__section--order-details {
		width: 50%;
	}
}

.order-summary__section--order-details .order-summary__section-value > :not(:last-child) {
	margin-bottom: 15px;
}

@media (min-width: 1024px) {
	.order-summary__section--order-details .order-summary__section-value {
		font-size: 1.21428571rem;
		line-height: 1;
	}

		.order-summary__section--order-details .order-summary__section-value > :not(:last-child) {
			margin-bottom: 17px;
		}
}

.order-summary__section--order-address {
	background-color: #f2f4f7;
	width: 100%;
}

	.order-summary__section--order-address:not(:last-child) {
		padding: 25px 20px 0 20px;
	}

	.order-summary__section--order-address:last-child {
		padding: 25px 20px;
	}

@media (min-width: 1024px) {
	.order-summary__section--order-address {
		width: 25%;
	}

		.order-summary__section--order-address:not(:last-child) {
			padding: 25px 0 25px 20px;
		}

		.order-summary__section--order-address:last-child {
			padding: 25px 20px;
		}
}

@media (max-width: 1023px) {
	.order-summary--order-confirmation .order-summary__section:not(:first-child) {
		margin-top: 15px;
	}
}

.order-address {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.order-address {
		display: block;
	}
}

.order-address__row--bold {
	font-weight: bold;
}

.order-entries {
	border-width: 1px 0;
	border-style: solid;
	border-color: #c7c9ca;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	margin: 60px 0 25px 0;
}

@media print {
	.order-entries {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-entries {
		margin: 40px 0 27px 0;
	}
}

.order-entries__header {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
	font-weight: bold;
	padding: 26px 0;
}

@media print {
	.order-entries__header {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-entries__header {
		padding: 25px 0;
	}
}

.order-entries__column {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	width: 100%;
}

@media print {
	.order-entries__column {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-entries__column {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: normal;
		flex-shrink: 0;
		width: 10%;
	}
}

@media (min-width: 1024px) and print {
	.order-entries__column {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-entries__column:last-child {
		justify-content: flex-end;
		text-align: end;
	}
}

@media (min-width: 1024px) {
	.order-entries__column--main {
		flex-shrink: 1;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.order-entries__column--big {
		width: 20%;
	}
}

@media (max-width: 1023px) {
	.order-entries__column--header:not(.order-entries__column--main) {
		display: none;
	}
}

@media (min-width: 1024px) {
	.order-entries__column--header:not(:last-child),
	.order-entries__column--content:not(:last-child) {
		margin-right: 20px;
	}
}

@media (max-width: 1023px) {
	.order-entries__column--content:not(:last-child) {
		margin-bottom: 20px;
	}
}

.order-entries__column-title {
	font-weight: bold;
}

@media (min-width: 1024px) {
	.order-entries__column-title {
		display: none;
	}
}

.order-entries--order-details {
	margin: 26px 0 27px 0;
}

@media (min-width: 1024px) {
	.order-entries--order-details {
		margin: 80px 0 60px 0;
	}
}

.order-entries--order-details .order-entries__header {
	font-size: 1.28571429rem;
	padding: 18px 0 17px 0;
}

@media (max-width: 1023px) {
	.order-entries--order-details .order-entries__header {
		display: none;
	}
}

.order-entry {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	border-top: 1px solid #b6b6b6;
	padding: 36px 0 21px 0;
}

@media print {
	.order-entry {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-entry {
		padding: 25px 0;
	}
}

@media (min-width: 1024px) {
	.order-entry {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.order-entry {
		display: block;
	}
}

.order-entry__product {
	width: 100%;
}

@media (max-width: 1023px) {
	.order-entry__product {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: column;
		justify-content: normal;
		align-items: flex-start;
	}
}

@media (max-width: 1023px) and print {
	.order-entry__product {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-entry__product {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.order-entry__product {
		display: block;
	}
}

@media (max-width: 1023px) {
	.order-entry__product > :not(:last-child) {
		margin-bottom: 20px;
	}
}

@media (min-width: 1024px) {
	.order-entry__product > :not(:last-child) {
		margin-right: 25px;
	}
}

@media print {
	.order-entry__product {
		display: block;
	}
}

@media (max-width: 1023px) {
	.order-entry__product-image {
		height: 176px;
		width: 276px;
	}
}

@media (min-width: 1024px) {
	.order-entry__product-image {
		height: 80px;
		width: 120px;
	}
}

@media print {
	.order-entry__product-image {
		display: inline-block;
		text-align: center;
	}
}

@media (max-width: 1023px) {
	.order-entry__product-image-container {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: normal;
		width: 100%;
	}
}

@media (max-width: 1023px) and print {
	.order-entry__product-image-container {
		display: block;
	}
}

@media print {
	.order-entry__product-image-container {
		display: inline-block;
		text-align: center;
	}
}

.order-entry__product-details {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.order-entry__product-details {
		display: block;
	}
}

.order-entry__product-details > :not(:last-child) {
	margin-bottom: 10px;
}

.order-entry__product-name {
	font-size: 1.14285714rem;
	font-weight: bold;
}

.order-entry__product-sku {
	font-size: 0.71428571rem;
}

.order-entry__quantity {
	font-size: 1.14285714rem;
}

.order-entry__pricing {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.order-entry__pricing {
		display: block;
	}
}

.order-entry__price {
	font-size: 1.14285714rem;
}

.order-entry__price--discount {
	color: #7a828a;
	position: relative;
}

	.order-entry__price--discount::before {
		width: 100%;
		height: 2px;
		content: '';
		background-color: #ec1218;
		left: 0;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}

.order-entry__tax {
	color: #7a828a;
	font-size: 0.78571429rem;
	line-height: 1;
}

.order-entry__yield {
	font-size: 0.85714286rem;
}

.order-entry__confirmation-yield {
	font-size: 0.71428571rem;
}

.order-entry__price-per-litre {
	color: #7a828a;
	font-size: 0.78571429rem;
}

.order-entry--order-details {
	padding: 36px 0 21px 0;
}

@media (max-width: 1023px) {
	.order-entry--order-details {
		border-top: none;
	}
}

@media (min-width: 1024px) {
	.order-entry--order-details {
		padding: 25px 0;
	}
}

@media (min-width: 1024px) {
	.order-entry--order-details .order-entry__product-image {
		height: 142px;
		width: 213px;
	}
}

.order-totals {
	width: 100%;
}

.order-totals__row:not(:last-child) {
	border-bottom: 1px solid #c7c9ca;
	padding-bottom: 25px;
	margin-bottom: 29px;
}

.order-totals__row > :not(:last-child) {
	margin-bottom: 17px;
}

.order-totals__discount {
	color: #ff0000;
}

.order-totals__total {
	font-weight: bold;
}

	.order-totals__total:not(:last-child) {
		margin-bottom: 27px;
	}

.order-totals__faded {
	color: #7a828a;
}

@media (min-width: 1024px) {
	.order-totals--order-details {
		font-size: 1.28571429rem;
	}
}

@media (min-width: 1024px) {
	.order-totals--order-details {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.order-totals--order-details {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-totals--order-details .order-totals__rows {
		width: 40%;
	}
}

@media (min-width: 1024px) {
	.order-totals--order-details .order-totals__row {
		border: 0;
		padding: 0;
	}
}

@media (min-width: 1024px) {
	.order-totals--order-details .order-totals__row:not(:last-child) {
		padding-bottom: 0;
		margin-bottom: 25px;
	}
}

@media (min-width: 1024px) {
	.order-totals--order-details .order-totals__row > :not(:last-child) {
		margin-bottom: 25px;
	}
}

.order-attribute--column {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.order-attribute--column {
		display: block;
	}
}

@media print {
	.order-attribute--column {
		margin-top: 16px;
	}
}

.order-attribute--span {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: normal;
}

@media print {
	.order-attribute--span {
		display: block;
	}
}

.order-attribute--span > :not(:last-child) {
	margin-right: 50px;
}

@media print {
	.order-attribute--span {
		clear: both;
	}
}

@media print {
	.order-attribute--span .order-attribute__value {
		float: right;
	}
}

.order-attribute--span .order-attribute-value {
	white-space: nowrap;
}

@media (max-width: 1023px) {
	.order-attribute--order-details {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: column;
		justify-content: normal;
		align-items: normal;
	}
}

@media (max-width: 1023px) and print {
	.order-attribute--order-details {
		display: block;
	}
}

.order-attribute--order-confirmation-totals-total,
.order-attribute--order-details-totals-total {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

@media print {
	.order-attribute--order-confirmation-totals-total,
	.order-attribute--order-details-totals-total {
		display: block;
	}
}

.order-attribute--order-confirmation-totals-total .order-attribute__title {
	font-size: 1.42857143rem;
}

.order-attribute--order-confirmation-totals-total .order-attribute__value {
	font-size: 1.71428571rem;
}

@media (min-width: 1024px) {
	.order-attribute--order-details-totals > :not(:last-child) {
		margin-right: 0;
	}
}

@media (min-width: 1024px) {
	.order-attribute--order-details-totals .order-attribute__title,
	.order-attribute--order-details-totals .order-attribute__value {
		font-weight: bold;
		text-align: end;
		width: 50%;
	}
}

.order-attribute--order-details-totals-total .order-attribute__title {
	font-size: 1.42857143rem;
}

@media (min-width: 1024px) {
	.order-attribute--order-details-totals-total .order-attribute__title {
		font-size: 1.71428571rem;
	}
}

.order-attribute--order-details-totals-total .order-attribute__value {
	font-size: 1.71428571rem;
}

.order-attribute__title--bold {
	font-weight: bold;
}

.order-attribute__value--bold {
	font-weight: bold;
}

.order-details {
	margin-bottom: 60px;
}

.order-details__heading {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	margin: 68px 0 40px 0;
}

@media print {
	.order-details__heading {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-details__heading {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin: 68px 0 49px 0;
	}
}

@media (min-width: 1024px) and print {
	.order-details__heading {
		display: block;
	}
}

@media (max-width: 1023px) {
	.order-details__heading > :not(:last-child) {
		margin-bottom: 27px;
	}
}

.order-details__heading-title {
	font-size: 3.07142857rem;
	margin: 0;
}

.order-details__heading-links {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.order-details__heading-links {
		display: block;
	}
}

.order-details__heading-links > :not(:last-child) {
	border-right: 1px solid #bbb7b0;
	margin-right: 12px;
	padding-right: 12px;
}

.order-details__heading-link {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #10218b;
	font-size: 1.14285714rem;
}

@media print {
	.order-details__heading-link {
		display: block;
	}
}

.order-details__heading-link > :not(:last-child) {
	margin-right: 10px;
}

.order-details__buttons {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.order-details__buttons {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-details__buttons {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

@media (min-width: 1024px) and print {
	.order-details__buttons {
		display: block;
	}
}

@media (max-width: 1023px) {
	.order-details__buttons > :not(:last-child) {
		margin-bottom: 25px;
	}
}

.order-details__buttons-container {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	width: 100%;
}

@media print {
	.order-details__buttons-container {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-details__buttons-container {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.order-details__buttons-container {
		display: block;
	}
}

@media (min-width: 1024px) {
	.order-details__buttons-container--right {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.order-details__buttons-container--right {
		display: block;
	}
}

@media (max-width: 1023px) {
	.order-details__buttons-container > :not(:last-child) {
		margin-bottom: 25px;
	}
}

@media (min-width: 1024px) {
	.order-details__buttons-container > :not(:last-child) {
		margin-right: 20px;
	}
}

@media (max-width: 1023px) {
	.order-details__buttons--bottom {
		flex-direction: column-reverse;
	}
}

@media (max-width: 1023px) {
	.order-details__buttons--bottom > :not(:last-child) {
		margin-bottom: 0;
		margin-top: 25px;
	}
}

.amplience-picture {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: normal;
	width: 100%;
}

@media print {
	.amplience-picture {
		display: block;
	}
}

.amplience-picture__image {
	max-width: 100%;
}

.support-homepage {
	margin-bottom: 80px;
}

.support-homepage__intro {
	font-size: 1.28571429rem;
	margin: 40px 0 70px 0;
}

.support-homepage__grid {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.support-homepage__grid {
		display: block;
	}
}

.support-homepage__grid-row {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	width: 100%;
}

@media print {
	.support-homepage__grid-row {
		display: block;
	}
}

.support-homepage__grid-row:not(:first-child) {
	padding-top: 60px;
}

.support-homepage__grid-row:not(:last-child) {
	border-bottom: 1px solid #bbb7b0;
	padding-bottom: 60px;
	position: relative;
}

	.support-homepage__grid-row:not(:last-child)::after {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		content: attr(data-separator);
		background-color: #ffffff;
		color: #353535;
		font-weight: bold;
		text-transform: uppercase;
		width: 80px;
		position: absolute;
		transform: translate(-50%, 50%);
		left: 50%;
		bottom: 0;
	}

@media print {
	.support-homepage__grid-row:not(:last-child)::after {
		display: block;
	}
}

@media (min-width: 1024px) {
	.support-homepage__grid-row {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.support-homepage__grid-row {
		display: block;
	}
}

.support-homepage__grid-column {
	width: 100%;
}

@media (max-width: 1023px) {
	.support-homepage__grid-column:not(:first-child) {
		padding-top: 40px;
	}

	.support-homepage__grid-column:not(:last-child) {
		border-bottom: 1px solid #bbb7b0;
		padding-bottom: 40px;
		position: relative;
	}

		.support-homepage__grid-column:not(:last-child)::after {
			-webkit-flex-wrap: nowrap;
			-moz-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			content: attr(data-separator);
			background-color: #ffffff;
			color: #353535;
			font-weight: bold;
			text-transform: uppercase;
			width: 80px;
			position: absolute;
			transform: translate(-50%, 50%);
			left: 50%;
			bottom: 0;
		}
}

@media (max-width: 1023px) and print {
	.support-homepage__grid-column:not(:last-child)::after {
		display: block;
	}
}

@media (min-width: 1024px) {
	.support-homepage__grid-column:not(:first-child) {
		padding-left: 40px;
	}

	.support-homepage__grid-column:not(:last-child) {
		border-right: 1px solid #bbb7b0;
		padding-right: 40px;
		position: relative;
	}

		.support-homepage__grid-column:not(:last-child)::after {
			-webkit-flex-wrap: nowrap;
			-moz-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			content: attr(data-separator);
			background-color: #ffffff;
			color: #353535;
			font-weight: bold;
			text-transform: uppercase;
			height: 50px;
			position: absolute;
			transform: translate(50%, -50%);
			right: 0;
			top: 50%;
		}
}

@media (min-width: 1024px) and print {
	.support-homepage__grid-column:not(:last-child)::after {
		display: block;
	}
}

.support-homepage__search {
	padding-top: 35px;
}

.support-homepage__search-intro {
	font-size: 1.14285714rem;
}

.support-homepage__search-results {
	display: grid;
	font-size: 1.14285714rem;
	gap: 20px 15px;
	grid-template-columns: repeat(1, 1fr);
	padding-top: 35px;
}

@media (min-width: 640px) {
	.support-homepage__search-results {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.support-homepage__search-results {
		grid-template-columns: repeat(3, 1fr);
	}
}

.search-box__input {
	position: relative;
}

.search-box__input-icon {
	font-size: 1rem;
	color: #555555;
	margin-left: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

	.search-box__input-icon::before {
		border-right: 1px solid #232323;
		padding-right: 10px;
	}

.search-box:not(.search-box--no-icon-sm) .search-box__input-control {
	padding-left: 46px;
}

@media (max-width: 1023px) {
	.search-box--no-icon-sm .search-box__input-icon {
		display: none;
	}
}

@media (min-width: 1024px) {
	.search-box--no-icon-sm .search-box__input-control {
		padding-left: 46px;
	}
}

.support-search__form {
	margin: 14px 0 30px 0;
}

@media (min-width: 1024px) {
	.support-search__form {
		margin: 14px 0;
	}
}

.support-search__form-elements {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.support-search__form-elements {
		display: block;
	}
}

@media (min-width: 1024px) {
	.support-search__form-elements {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: flex-start;
	}
}

@media (min-width: 1024px) and print {
	.support-search__form-elements {
		display: block;
	}
}

@media (max-width: 1023px) {
	.support-search__form-elements > :not(:last-child) {
		margin-bottom: 30px;
	}
}

@media (min-width: 1024px) {
	.support-search__form-elements > :not(:last-child):not(:first-child) {
		margin: 0 10px;
	}
}

.support-search__form-group {
	margin: 0;
	width: 100%;
}

.support-search__title {
	font-size: 2.07142857rem;
}

.support-search__input {
	font-size: 1.14285714rem;
}

.support-search__button {
	height: 44px;
}

.support-search__img-serial-number {
	max-width: 100%;
}

@media (max-width: 1023px) and (orientation: landscape) {
	.support-search__img-serial-number {
		max-height: 75vh;
	}
}

.licence-agreement {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	height: 100%;
}

@media print {
	.licence-agreement {
		display: block;
	}
}

.licence-agreement__text {
	height: 100%;
	overflow: hidden auto;
	padding: 40px 40px 0;
}

.licence-agreement__footer {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	border-top: 1px solid #c7c9ca;
	flex-shrink: 0;
	margin: 0 40px;
	padding: 20px 0 40px 0;
}

@media print {
	.licence-agreement__footer {
		display: block;
	}
}

.licence-agreement__form:invalid .licence-agreement__button {
	background-color: #90949c;
	pointer-events: none;
}

.support-section {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.support-section {
		display: block;
	}
}

.support-section__option {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	border-bottom: 1px solid #bbb7b0;
	padding-bottom: 30px;
	width: 100%;
}

@media print {
	.support-section__option {
		display: block;
	}
}

.support-section__option:not(:first-child) {
	padding-top: 30px;
}

.support-section__option > :not(:last-child) {
	margin-bottom: 25px;
}

.support-section__option-details > :not(:last-child) {
	margin-bottom: 18px;
}

.support-section__option-title {
	font-weight: bold;
}

.support-warranty {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	line-height: 1;
}

@media print {
	.support-warranty {
		display: block;
	}
}

.support-warranty__row {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	width: 100%;
}

@media print {
	.support-warranty__row {
		display: block;
	}
}

@media (min-width: 1024px) {
	.support-warranty__row {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.support-warranty__row {
		display: block;
	}
}

.support-warranty__row:not(:last-child) {
	margin-bottom: 50px;
}

@media (max-width: 1023px) {
	.support-warranty__row > :not(:last-child) {
		margin-bottom: 50px;
	}
}

@media (min-width: 1024px) {
	.support-warranty__row > :not(:last-child) {
		margin-right: 122px;
	}
}

.support-warranty__section {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.support-warranty__section {
		display: block;
	}
}

@media (max-width: 1023px) {
	.support-warranty__section {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.support-warranty__section {
		max-width: 50%;
	}
}

.support-warranty__section > :not(:last-child) {
	margin-bottom: 25px;
}

.support-warranty__section-title {
	font-size: 1.14285714rem;
}

.support-warranty__section--span {
	max-width: none;
	width: 100%;
}

.support-warranty__attributes {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.support-warranty__attributes {
		display: block;
	}
}

.support-warranty__attributes > :not(:last-child) {
	margin-bottom: 17px;
}

.support-warranty__table {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	width: 100%;
}

@media print {
	.support-warranty__table {
		display: block;
	}
}

.support-warranty__table > :not(:first-child) {
	padding-top: 17px;
}

.support-warranty__table-header,
.support-warranty__table-row {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
	width: 100%;
}

@media print {
	.support-warranty__table-header,
	.support-warranty__table-row {
		display: block;
	}
}

.support-warranty__table-header {
	border-bottom: 1px solid #b5b7b9;
	padding-bottom: 17px;
}

@media (max-width: 1023px) {
	.support-warranty__table-header {
		display: none;
	}
}

@media (max-width: 1023px) {
	.support-warranty__table-row {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: column;
		justify-content: normal;
		align-items: normal;
		border-top: 1px solid #b5b7b9;
	}
}

@media (max-width: 1023px) and print {
	.support-warranty__table-row {
		display: block;
	}
}

@media (max-width: 1023px) {
	.support-warranty__table-row:not(:last-child) {
		padding-bottom: 17px;
	}
}

.support-warranty__table-title:first-child,
.support-warranty__table-content:first-child {
	width: 100%;
}

.support-warranty__table-title:not(:first-child),
.support-warranty__table-content:not(:first-child) {
	flex-shrink: 0;
	width: 100%;
}

@media (min-width: 1024px) {
	.support-warranty__table-title:not(:first-child),
	.support-warranty__table-content:not(:first-child) {
		width: 18%;
	}
}

@media (min-width: 1024px) {
	.support-warranty__table-title:not(:last-child),
	.support-warranty__table-content:not(:last-child) {
		margin-right: 20px;
	}
}

@media (max-width: 1023px) {
	.support-warranty__table-content:not(:last-child) {
		margin-bottom: 17px;
	}
}

@media (min-width: 1024px) {
	.support-warranty__table-content-title {
		display: none;
	}
}

.support-resource__title {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
}

@media print {
	.support-resource__title {
		display: block;
	}
}

.support-resource__title-flag {
	margin-right: 10px;
}

.support-resource__description {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
	margin-top: 15px;
}

@media print {
	.support-resource__description {
		display: block;
	}
}

.support-resource__attribute {
	flex-shrink: 0;
	font-size: 0.85714286rem;
}

	.support-resource__attribute:not(:last-child) {
		border-right: 1px solid #bbb7b0;
		margin-right: 10px;
		padding-right: 10px;
	}

.support-resource__details {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	margin-top: 30px;
}

@media print {
	.support-resource__details {
		display: block;
	}
}

.support-resource__details > :not(:last-child) {
	margin-bottom: 25px;
}

.support-resource__details--video:last-child {
	margin-bottom: 30px;
}

.support-resource__information {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.support-resource__information {
		display: block;
	}
}

.support-resource__information > :not(:last-child) {
	margin-bottom: 18px;
}

.support-resource__content {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.support-resource__content {
		display: block;
	}
}

.support-resource__content-title {
	font-weight: bold;
}

.product-compare {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	background-color: #ffffff;
	box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 3;
}

@media print {
	.product-compare {
		display: block;
	}
}

.product-compare__header-container {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
	background-color: #f1f3f5;
	flex-shrink: 0;
	width: 100%;
}

@media print {
	.product-compare__header-container {
		display: block;
	}
}

@media (max-width: 1023px) {
	.product-compare__header-container {
		min-height: 59px;
	}
}

@media (min-width: 1024px) {
	.product-compare__header-container {
		height: 45px;
	}
}

.product-compare__header {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

@media print {
	.product-compare__header {
		display: block;
	}
}

@media (max-width: 1023px) {
	.product-compare__header {
		padding: 15px 20px;
	}
}

@media (max-width: 1023px) {
	.product-compare__header > :not(:last-child) {
		margin-right: 20px;
	}
}

.product-compare__header-title {
	font-weight: bold;
}

.product-compare__header-switcher {
	flex-shrink: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.product-compare__header-switcher-label {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
}

@media print {
	.product-compare__header-switcher-label {
		display: block;
	}
}

.product-compare__header-switcher-label--show::after,
.product-compare__header-switcher-label--hide::after {
	margin-left: 15px;
}

.product-compare__header-switcher-label--show::after {
	clip-path: polygon(0 100%, 100% 100%, 50% 0);
	width: 10px;
	height: 8px;
	content: '';
	background-color: #10218b;
}

.product-compare__header-switcher-label--hide::after {
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	width: 10px;
	height: 8px;
	content: '';
	background-color: #10218b;
}

.product-compare__content-container {
	border-top: 1px solid #10218b;
	width: 100%;
}

@media (min-width: 1024px) {
	.product-compare__content-container {
		height: 205px;
	}
}

.product-compare__content {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column-reverse;
	justify-content: normal;
	align-items: normal;
	width: 100%;
	height: 100%;
	padding: 20px;
}

@media print {
	.product-compare__content {
		display: block;
	}
}

@media (min-width: 1024px) {
	.product-compare__content {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: flex-start;
		padding: 29px 0;
	}
}

@media (min-width: 1024px) and print {
	.product-compare__content {
		display: block;
	}
}

.product-compare__content-sidebar {
	flex-shrink: 0;
	width: 100%;
}

@media (min-width: 1024px) {
	.product-compare__content-sidebar {
		width: 25%;
	}
}

.product-compare__products {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	width: 100%;
	height: 100%;
}

@media print {
	.product-compare__products {
		display: block;
	}
}

@media (min-width: 1024px) {
	.product-compare__products {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.product-compare__products {
		display: block;
	}
}

.product-compare__product {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
	width: 100%;
}

@media print {
	.product-compare__product {
		display: block;
	}
}

@media (max-width: 1023px) {
	.product-compare__product {
		margin-bottom: 20px;
	}
}

@media (min-width: 1024px) {
	.product-compare__product {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 33.33333333%;
		height: 100%;
		border-left: 1px solid #90949c;
		padding: 0 10px;
		position: relative;
	}
}

@media (min-width: 1024px) and print {
	.product-compare__product {
		display: block;
	}
}

@media (max-width: 1023px) {
	.product-compare__product:empty {
		display: none;
	}
}

@media (max-width: 1023px) {
	.product-compare__product > :not(:last-child) {
		margin-right: 10px;
	}
}

.product-compare__product-image {
	margin-bottom: 21px;
	max-height: 97px;
	max-width: 152px;
}

@media (max-width: 1023px) {
	.product-compare__product-image,
	.product-compare__product-image-link {
		display: none;
	}
}

@media (min-width: 1024px) {
	.product-compare__product-name {
		overflow: hidden;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
}

.product-compare__product-remove-button {
	font-family: 'epson-icons';
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background-color: #eeeff0;
	border: 0;
	border-radius: 0;
	font-size: 10px;
	padding: 0;
	right: 10px;
	top: 0;
}

	.product-compare__product-remove-button:before {
		content: '\e604';
	}

@media print {
	.product-compare__product-remove-button {
		display: block;
	}
}

@media (min-width: 1024px) {
	.product-compare__product-remove-button {
		position: absolute;
	}
}

.product-comparator {
	margin: 40px 0 30px 0;
}

@media (min-width: 1024px) {
	.product-comparator {
		margin: 80px 0 50px 0;
	}
}

.product-comparator__header {
	margin-bottom: 26px;
}

@media (max-width: 1023px) {
	.product-comparator__header {
		padding: 0 10px;
	}
}

@media (min-width: 1024px) {
	.product-comparator__header {
		border-bottom: 1px solid #c7c9ca;
		padding-bottom: 29px;
		margin-bottom: 26px;
	}
}

.product-comparator__header > :not(:last-child) {
	margin-bottom: 40px;
}

@media (min-width: 1024px) {
	.product-comparator__header > :not(:last-child) {
		margin-bottom: 60px;
	}
}

.product-comparator__heading {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	width: 100%;
}

@media print {
	.product-comparator__heading {
		display: block;
	}
}

@media (min-width: 1024px) {
	.product-comparator__heading {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

@media (min-width: 1024px) and print {
	.product-comparator__heading {
		display: block;
	}
}

@media (max-width: 1023px) {
	.product-comparator__heading > :not(:last-child) {
		margin-bottom: 27px;
	}
}

.product-comparator__title {
	margin: 0;
}

.product-comparator__print {
	color: #10218b;
	font-size: 1.14285714rem;
}

.product-comparator__grid {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.product-comparator__grid {
		display: block;
	}
}

.product-comparator__grid-row {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: normal;
	column-gap: 6px;
}

@media print {
	.product-comparator__grid-row {
		display: block;
	}
}

.product-comparator__grid-column {
	line-height: 1;
	padding: 17px;
	width: 33.33333333%;
}

@media (min-width: 1024px) {
	.product-comparator__grid-column {
		width: 25%;
	}
}

@media (max-width: 1023px) {
	.product-comparator__grid-column--blank {
		display: none;
	}
}

.product-comparator__products {
	margin-bottom: 40px;
}

@media (min-width: 1024px) {
	.product-comparator__products {
		margin-bottom: 80px;
	}
}

.product-comparator__pinned-products {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	left: 0;
	margin-bottom: 0;
	padding: 29px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}

	.product-comparator__pinned-products > .navbar-header,
	.product-comparator__pinned-products > .navbar-collapse {
		margin-right: -10px;
		margin-left: -10px;
	}

@media (min-width: 640px) {
	.product-comparator__pinned-products > .navbar-header,
	.product-comparator__pinned-products > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 1024px) {
	.product-comparator__pinned-products {
		padding-left: 11%;
		padding-right: 11%;
	}
}

@media (max-width: 1023px) {
	.product-comparator__pinned-products {
		padding: 29px 10px;
	}
}

@media (min-width: 1024px) {
	.product-comparator__pinned-products {
		column-gap: 0;
		margin-bottom: 0;
	}
}

.product-comparator__pinned-products:not(.product-comparator__pinned-products--sticky) {
	visibility: hidden;
}

.product-comparator__pinned-products .product-comparator__product-container {
	padding: 0 10px;
}

@media (min-width: 1024px) {
	.product-comparator__pinned-products .product-comparator__product-container {
		border-left: 1px solid #90949c;
	}
}

.product-comparator__pinned-products .product-comparator__product {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media print {
	.product-comparator__pinned-products .product-comparator__product {
		display: block;
	}
}

@media (min-width: 1024px) {
	.product-comparator__pinned-products .product-comparator__product {
		padding-top: 0;
	}
}

.product-comparator__pinned-products .product-comparator__product-remove-button {
	right: 0;
}

.product-comparator__pinned-products .product-comparator__product-heading {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

@media print {
	.product-comparator__pinned-products .product-comparator__product-heading {
		display: block;
	}
}

.product-comparator__pinned-products .product-comparator__product-image {
	max-height: 97px;
	max-width: 152px;
}

.product-comparator__pinned-products .product-comparator__product-name {
	font-size: 1rem;
	width: 100%;
}

@media (min-width: 1024px) {
	.product-comparator__pinned-products .product-comparator__product-name {
		overflow: hidden;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.product-comparator__pinned-products .product-comparator__product-details,
.product-comparator__pinned-products .product-comparator__product-buttons {
	display: none;
}

.product-comparator__product {
	padding-top: 24px;
	position: relative;
}

@media (min-width: 1024px) {
	.product-comparator__product {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: column;
		justify-content: normal;
		align-items: normal;
		height: 100%;
		padding-top: 30px;
	}
}

@media (min-width: 1024px) and print {
	.product-comparator__product {
		display: block;
	}
}

@media print {
	.product-comparator__product {
		display: block;
	}
}

.product-comparator__product-container {
	padding-bottom: 0;
}

.product-comparator__product-remove-button {
	font-family: 'epson-icons';
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background-color: #eeeff0;
	border: 0;
	border-radius: 0;
	font-size: 10px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

	.product-comparator__product-remove-button:before {
		content: '\e604';
	}

@media print {
	.product-comparator__product-remove-button {
		display: block;
	}
}

@media (min-width: 1024px) {
	.product-comparator__product-remove-button {
		right: 10px;
	}
}

.product-comparator__product-image {
	margin-bottom: 15px;
	max-height: 195px;
	max-width: 293px;
	width: 100%;
}

@media (min-width: 1024px) {
	.product-comparator__product-name {
		font-size: 1.57142857rem;
	}
}

.product-comparator__product-details {
	margin-top: 15px;
}

.product-comparator__product-buttons {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	margin-top: 25px;
}

@media print {
	.product-comparator__product-buttons {
		display: block;
	}
}

@media (max-width: 1023px) {
	.product-comparator__product-buttons {
		display: none;
	}
}

.product-comparator__product-cta:not(:last-child) {
	margin-bottom: 15px;
}

.product-comparator__product-cta--button:not(:last-child) {
	margin-bottom: 20px;
}

.product-comparator__product .product-card__buynowbtn {
	margin: 0;
}

.product-comparator__checkbox {
	margin-bottom: 15px;
	text-align: right;
}

.product-comparator__label {
	font-size: 1rem;
	font-weight: bold;
}

@media (max-width: 1023px) {
	.product-comparator__feature {
		column-gap: 0;
		flex-wrap: wrap;
	}
}

@media (min-width: 1024px) {
	.product-comparator__feature:nth-child(even) > .product-comparator__feature-name,
	.product-comparator__feature:nth-child(even) > .product-comparator__feature-value:not(.product-comparator__feature:nth-child(even) > .product-comparator__feature-value--series) {
		background-color: #ecebee;
	}
}

@media (max-width: 1023px) {
	.product-comparator__feature > :not(:first-child):not(:last-child) {
		margin-right: 6px;
	}
}

.product-comparator__feature-name {
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}

@media (max-width: 1023px) {
	.product-comparator__feature-name {
		padding: 10px;
		width: 100%;
	}
}

.product-comparator__feature-value {
	border-bottom: 2px solid #ffffff;
}

@media (max-width: 1023px) {
	.product-comparator__feature-value {
		background-color: #ecebee;
		/**
         * Calculates size of Feature Columns considering remaining gaps to avoid wrapping row content.
         * In this mobile scenario, each value row has an amount of Feature Value columns as defined in
         * @product-comparator-product-capacity, because the Feature Name column is turned into a row of
         * its own. Since the gaps are placed in between those columns, calculation ends up considering only
         * @product-comparator-product-capacity - 1 gaps.
         */
		width: calc((100% - (3 - 1) * 6px) / 3);
	}
}

.product-comparator__feature--highlighted .product-comparator__feature-value--highlighted {
	border-bottom: 2px solid #ffffff;
	background-color: #fcdcc3 !important;
}

.product-comparator__checkbox--hidden {
	display: none;
}

.product-comparator__series-button {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
	margin-top: 15px;
}

@media print {
	.product-comparator__series-button {
		display: block;
	}
}

.product-comparator__series-button > :not(:last-child) {
	margin-right: 8px;
}

.product-comparator__series-button-icon {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background-color: #eeeff0;
}

@media print {
	.product-comparator__series-button-icon {
		display: block;
	}
}

@media (max-width: 1023px) {
	.product-comparator__series-button-icon {
		display: none;
	}
}

.product-comparator__series-button-icon::after {
	color: #10218b;
	content: '+';
}

@media (max-width: 1023px) {
	.product-comparator__series-button-link {
		font-size: 0.78571429rem;
	}
}

.support-filter {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: normal;
	margin-bottom: 16px;
	width: 100%;
}

@media print {
	.support-filter {
		display: block;
	}
}

@media (min-width: 1024px) {
	.support-filter {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.support-filter {
		display: block;
	}
}

.support-filter__form,
.support-filter__select {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.support-filter__form,
	.support-filter__select {
		display: block;
	}
}

@media (min-width: 1024px) {
	.support-filter__form,
	.support-filter__select {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: center;
	}
}

@media (min-width: 1024px) and print {
	.support-filter__form,
	.support-filter__select {
		display: block;
	}
}

@media (max-width: 1023px) {
	.support-filter__form > :not(:last-child) {
		margin-bottom: 20px;
	}
}

@media (min-width: 1024px) {
	.support-filter__form > :not(:last-child) {
		margin-right: 15px;
	}
}

.support-filter__select {
	margin: 0;
}

.support-filter__select-label {
	color: #90939a;
	flex-shrink: 0;
	font-size: 1rem;
	margin: 0 0 7px 0;
}

@media (min-width: 1024px) {
	.support-filter__select-label {
		margin: 0 10px 0 0;
	}
}

.support-filter__select-input {
	font-size: 1rem;
	margin: 0;
	padding: 6px 30px 6px 12px;
}

.support-filter__button {
	height: 35px;
}

.support-filter__form:invalid .support-filter__button {
	background-color: #90949c;
	pointer-events: none;
}

.return-order {
	margin: 68px 0 60px 0;
}

.return-order__title {
	margin: 0 0 40px 0;
}

@media (min-width: 1024px) {
	.return-order__title {
		margin: 0 0 60px 0;
	}
}

.return-order__buttons {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column-reverse;
	justify-content: normal;
	align-items: flex-start;
}

@media print {
	.return-order__buttons {
		display: block;
	}
}

@media (max-width: 1023px) {
	.return-order__buttons > :not(:last-child) {
		margin-top: 25px;
	}
}

@media (min-width: 1024px) {
	.return-order__buttons {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.return-order__buttons {
		display: block;
	}
}

.return-order__entries {
	border-width: 1px 0;
	border-style: solid;
	border-color: #c7c9ca;
	margin: 30px 0 25px 0;
}

@media (min-width: 1024px) {
	.return-order__entries {
		margin: 21px 0 40px 0;
	}
}

.return-order__entries-heading {
	padding: 26px 0;
}

@media (min-width: 1024px) {
	.return-order__entries-heading {
		padding: 40px 0 17px 0;
	}
}

.return-order__entries-header {
	font-weight: bold;
}

@media (min-width: 1024px) {
	.return-order__entries-header {
		font-size: 1.28571429rem;
	}
}

.return-order__entries-row {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.return-order__entries-row {
		display: block;
	}
}

@media (min-width: 1024px) {
	.return-order__entries-row {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: normal;
	}

		.return-order__entries-row > :not(:last-child) {
			margin-right: 20px;
		}
}

@media (min-width: 1024px) and print {
	.return-order__entries-row {
		display: block;
	}
}

.return-order__entries-row:not(:last-child) {
	border-bottom: 1px solid #c7c9ca;
}

.return-order__entries-column {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	width: 50%;
}

@media print {
	.return-order__entries-column {
		display: block;
	}
}

@media (min-width: 1024px) {
	.return-order__entries-column {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.return-order__entries-column {
		display: block;
	}
}

@media (min-width: 1024px) {
	.return-order__entries-column {
		width: 25%;
	}
}

.return-order__entries-column--main {
	width: 100%;
}

@media (min-width: 1024px) {
	.return-order__entries-column:last-child {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.return-order__entries-column:last-child {
		display: block;
	}
}

.return-order__entries-content {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.return-order__entries-content {
		display: block;
	}
}

.return-order__entry {
	padding: 25px 0 20px 0;
}

@media (min-width: 1024px) {
	.return-order__entry {
		font-size: 1.14285714rem;
		padding: 20px 0;
	}
}

@media (max-width: 1023px) {
	.return-order__entry > :not(:last-child) {
		margin-bottom: 20px;
	}
}

.return-order__entry-description {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.return-order__entry-description {
		display: block;
	}
}

@media (min-width: 1024px) {
	.return-order__entry-description {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: normal;
		align-items: normal;
	}
}

@media (min-width: 1024px) and print {
	.return-order__entry-description {
		display: block;
	}
}

.return-order__entry-image {
	max-height: 200px;
	max-width: 300px;
}

@media (min-width: 1024px) {
	.return-order__entry-image {
		max-height: 142px;
		max-width: 213px;
	}
}

@media (max-width: 1023px) {
	.return-order__entry-image-container {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-bottom: 25px;
		width: 100%;
	}
}

@media (max-width: 1023px) and print {
	.return-order__entry-image-container {
		display: block;
	}
}

@media (min-width: 1024px) {
	.return-order__entry-image-container {
		margin-right: 20px;
	}
}

.return-order__entry-information {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.return-order__entry-information {
		display: block;
	}
}

.return-order__entry-information > :not(:last-child) {
	margin-bottom: 16px;
}

.return-order__entry-name {
	font-size: 1.14285714rem;
	font-weight: bold;
}

.return-order__entry-sku {
	font-size: 0.71428571rem;
}

.return-order__entry-title {
	margin-bottom: 6px;
}

.return-order__entry-input {
	text-align: center;
	width: auto;
}

.return-order__coverplus {
	margin-bottom: 60px;
}

	.return-order__coverplus > :not(:last-child) {
		margin-bottom: 16px;
	}

.return-order__coverplus-title {
	font-weight: bold;
}

.return-options__subtitle {
	padding-top: 13px;
}

.return-options__block {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #c7c9ca;
	padding: 40px 0;
}

.return-options__choices {
	padding: 25px 0 0 0;
}

.return-options__choices--large {
	padding: 40px 0 0 0;
}

.return-options__types {
	padding: 25px 0 0 0;
}

.return-options__saved-addresses {
	padding: 40px 0;
}

.return-options__row {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 1024px) {
	.return-options__row {
		flex-direction: row;
	}
}

.return-options__col {
	flex-basis: 100%;
}

@media (min-width: 1024px) {
	.return-options__col {
		flex-basis: 49%;
	}
}

.guest-returns {
	margin: 68px 0 60px 0;
}

.guest-returns__heading {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-end;
}

@media print {
	.guest-returns__heading {
		display: block;
	}
}

.guest-returns__title {
	font-size: 3.07142857rem;
	border-bottom: 1px solid #c7c9ca;
	margin-bottom: 13px;
	padding-bottom: 28px;
	width: 100%;
}

.guest-returns__required-label {
	color: #e02b25;
}

.guest-returns__intro > :not(:last-child) {
	margin-bottom: 16px;
}

.guest-returns__form {
	margin-top: 47px;
}

@media (min-width: 1024px) {
	.guest-returns__form {
		width: 42%;
	}
}

.guest-returns__form > :not(:last-child) {
	margin-bottom: 25px;
}

#_asm .ASM-btn,
#_asm .ASM-input[disabled],
#_asm .ASM-input.disabled,
#_asm .ASM-input[readonly],
#_asm .ASM-input[readonly]:focus {
	color: #000000 !important;
}

	#_asm .ASM-btn.ASM-btn-logout,
	#_asm .ASM-btn.ASM-btn-reset,
	#_asm .ASM-btn.ASM-btn-customers {
		color: #0486e0 !important;
	}

#_asm .ASM_header .ASM_logo {
	color: #353535 !important;
}

#_asm .ASM-btn-customer360,
#_asm .ASM-btn.ASM-btn-end-session {
	color: #ffffff !important;
}

.ASM_timer,
.ASM_loggedin_agent_store_name {
	color: #353535 !important;
}

.price {
	margin: 15px 0 10px;
}

.price__label {
	font-size: 0.786rem;
	color: #7a828a;
	line-height: 0.786rem;
	text-transform: uppercase;
	margin: 0px;
}

.price__label--series-product {
	margin-bottom: 2px;
}

.price__cost {
	font-size: 1.571rem;
	color: #353535;
	line-height: 2.245rem;
	font-weight: 600;
}

.price__cost--discount {
	color: #7a828a;
	text-decoration: line-through;
	text-decoration-color: #ec1218;
	text-decoration-thickness: 2px;
}

@media (max-width: 1023px) {
	.price__cost:not(.price__cost--fixed-size) {
		font-size: 0.857rem;
	}
}

.price__cost-per-litre {
	color: #7a828a;
	font-size: 0.78571429rem;
}

.price__tax {
	font-size: 0.786rem;
	color: #7a828a;
	line-height: 0.786rem;
	margin: 0px;
}

.price--cart {
	margin: 0px;
}

	.price--cart .price__label {
		font-size: 1rem;
		font-weight: bold;
		color: #353535;
		line-height: 1rem;
		text-transform: none;
		margin-bottom: 6px;
		margin-top: 20px;
	}

	.price--cart .price__cost {
		font-size: 1.071rem;
		color: #353535;
		line-height: 1.071rem;
		font-weight: normal;
	}

	.price--cart .price__cost--discount {
		color: #7a828a;
		margin-bottom: 5px;
	}

@media (min-width: 1024px) {
	.price--cart .price__cost--rightalign {
		text-align: right;
	}
}

.price--cart .price__eco-contribution {
	color: #7a828a;
	font-size: 0.786rem;
	margin-top: 10px;
}

.series-selector {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	height: 100%;
}

@media print {
	.series-selector {
		display: block;
	}
}

@media (max-width: 1023px) {
	.series-selector {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
	}
}

@media (max-width: 1023px) and print {
	.series-selector {
		display: block;
	}
}

@media (min-width: 1024px) {
	.series-selector {
		max-height: 390px;
		min-width: 460px;
	}
}

.series-selector__products {
	width: 100%;
	height: 100%;
	padding: 25px 20px 0 20px;
	overflow-y: auto;
}

	.series-selector__products > :not(:last-child) {
		margin-bottom: 30px;
	}

.series-selector__product {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.series-selector__product {
		display: block;
	}
}

.series-selector__product > :not(:last-child) {
	margin-right: 20px;
}

.series-selector__product-image {
	max-height: 70px;
	max-width: 86px;
}

.series-selector__product-details {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.series-selector__product-details {
		display: block;
	}
}

.series-selector__product-details > :not(:last-child) {
	margin-bottom: 15px;
}

.series-selector__product-name {
	font-size: 1.14285714rem;
}

.series-selector__compare {
	margin: 30px 20px 25px 20px;
}

.button-input-box {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: normal;
}

@media print {
	.button-input-box {
		display: block;
	}
}

.button-input-box__container {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.button-input-box__container {
		display: block;
	}
}

.button-input-box__input {
	margin-right: 0;
}

.button-input-box__button {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
	flex-shrink: 0;
}

@media print {
	.button-input-box__button {
		display: block;
	}
}

.button-input-box__icon {
	font-size: 0.92857143rem;
	margin: 0 0 3px 20px;
}

.collection-selector__form:invalid .collection-selector__choose-button {
	background-color: #90949c;
	pointer-events: none;
}

.collection-selector__access-point {
	margin-top: 40px;
}

	.collection-selector__access-point:empty {
		display: none;
	}

.collection-selector__section {
	border-top: 1px solid #c7c9ca;
	margin: 40px 0 25px 0;
	padding-top: 25px;
}

.collection-selector__section-title {
	font-size: 1.28571429rem;
	font-weight: bold;
	margin-bottom: 25px;
}

.access-point-selector {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
	height: 100%;
}

@media print {
	.access-point-selector {
		display: block;
	}
}

.access-point-selector__points {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
	width: 290px;
	height: 100%;
	border: 1px solid #c7c9ca;
	flex-shrink: 0;
	padding: 20px 20px 20px 10px;
	overflow: hidden auto;
}

@media print {
	.access-point-selector__points {
		display: block;
	}
}

@media (max-width: 639px) {
	.access-point-selector__points {
		width: 100%;
		height: 100%;
	}
}

.access-point-selector__points > :not(:last-child) {
	border-bottom: 1px solid #b6b6b6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.access-point-selector__map {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

@media print {
	.access-point-selector__map {
		display: block;
	}
}

@media (max-width: 639px) {
	.access-point-selector__map {
		display: none;
	}
}

.access-point-selector__map-pin-label {
	color: #ffffff !important;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 1.14285714rem !important;
	font-weight: bold;
	left: -1px;
	position: relative;
	top: -4px;
}

.access-point-selector__map-loading {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media print {
	.access-point-selector__map-loading {
		display: block;
	}
}

.access-point-selector__map-loading > :not(:last-child) {
	margin-bottom: 15px;
}

.access-point-selector__map-loading-wheel {
	border-width: 2px 2px 0 2px;
	border-style: solid;
	border-color: #90949c;
	width: 50px;
	height: 50px;
	animation: 1 s rotate infinite linear;
	border-radius: 2px;
	border-right-color: transparent;
}

.access-point {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: normal;
}

@media print {
	.access-point {
		display: block;
	}
}

.access-point > :not(:last-child) {
	margin-right: 15px;
}

.access-point__identifier {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: center;
	flex-shrink: 0;
	width: 40px;
}

@media print {
	.access-point__identifier {
		display: block;
	}
}

.access-point__identifier > :not(:last-child) {
	margin-bottom: 9px;
}

.access-point__pin {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media print {
	.access-point__pin {
		display: block;
	}
}

.access-point__pin-position {
	color: #ffffff;
	font-size: 1.14285714rem;
	font-weight: bold;
	position: absolute;
	top: 3px;
}

.access-point__distance {
	font-size: 0.85714286rem;
}

.access-point__details {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: normal;
	align-items: flex-start;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
	width: 100%;
}

@media print {
	.access-point__details {
		display: block;
	}
}

.access-point__details > :not(:last-child) {
	margin-bottom: 16px;
}

.access-point__image {
	width: 100%;
}

.access-point__name {
	font-weight: bold;
}

.access-point__name,
.access-point__address {
	text-transform: capitalize;
}

.access-point__hours-title {
	font-weight: bold;
}

@media print {
	@page {
		margin-top: 0;
		margin-bottom: 0;
	}

	body {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.ot-floating-button,
	.product-comparator__checkbox,
	.product-comparator__product-remove-button,
	.btn-link--arrow-left,
	.navigation__list-item,
	.product-comparator__print,
	.product-comparator__product-buttons,
	.footer-social,
	.footer,
	.footer__copyright,
	.product-comparator__pinned-products--sticky {
		display: none !important;
	}

	header {
		display: block !important;
	}

		header .navigation--middle .text-left,
		header .navigation--middle .text-right {
			display: none;
		}

		header .navigation--middle .text-center.col-xs-6 {
			float: none;
			width: 190px;
			height: 52px;
			margin: 0;
			padding: 0;
		}

			header .navigation--middle .text-center.col-xs-6 .navigation__logo {
				margin: 0;
				padding: 0;
			}

				header .navigation--middle .text-center.col-xs-6 .navigation__logo img {
					max-height: 52px;
					filter: invert(1);
				}

	.product-comparator__grid {
		display: table;
		width: 100%;
	}

	.product-comparator__grid-row {
		float: none;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: nowrap;
		width: 100%;
		page-break-inside: avoid;
		break-inside: avoid;
		page-break-after: auto;
	}

	.product-comparator__grid-column {
		width: 25%;
	}

	.product-comparator__grid-column--blank {
		display: block;
		width: 25%;
	}

	.product-comparator__products {
		margin-bottom: 0;
	}

	.product-comparator__features {
		float: none;
		position: relative;
	}

	.product-comparator__feature {
		position: relative;
		float: none;
		display: flex;
		justify-content: flex-start;
		column-gap: 0;
		width: 100%;
	}

		.product-comparator__feature:nth-child(even) > .product-comparator__feature-name,
		.product-comparator__feature:nth-child(even) > .product-comparator__feature-value:not(.product-comparator__feature:nth-child(even) > .product-comparator__feature-value--series) {
			color-adjust: exact;
			-webkit-print-color-adjust: exact;
			print-color-adjust: exact;
			background-color: #ecebee !important;
		}

	.product-comparator__feature-name {
		width: 25% !important;
		margin: 0 !important;
		border-right: 3px solid #ffffff !important;
	}

	.product-comparator__feature-value {
		width: 25% !important;
		margin: 0 !important;
		border-right: 3px solid #ffffff !important;
	}

	.product-comparator__feature--highlighted .product-comparator__feature-value--highlighted {
		color-adjust: exact;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		border-bottom: 2px solid #ffffff !important;
		background-color: #fcdcc3 !important;
	}

	.product-comparator__feature--highlighted:nth-child(even) > .product-comparator__feature-value--highlighted:not(.product-comparator__feature:nth-child(even) > .product-comparator__feature-value--series) {
		color-adjust: exact;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		border-bottom: 2px solid #ffffff !important;
		background-color: #fcdcc3 !important;
	}

	.product-comparator__features {
		float: none;
		position: relative;
	}

	.product-comparator__product--series {
		display: none !important;
	}

	.product-comparator__product-information {
		min-height: 0 !important;
		margin-bottom: 25px !important;
	}

	.product-comparator .product-pricing__price--discount .product-pricing__price-cost {
		color: #7a828a !important;
		text-decoration: line-through !important;
		text-decoration-color: #ec1218 !important;
	}

	.airship-prompt-container {
		display: none !important;
	}
}

.airship-alert {
	right: 20px;
	margin-left: 0;
}

	.airship-alert.airship-position-bottom {
		bottom: 100px;
		border-radius: 0 0 10px 10px;
		z-index: 100;
	}

@media (max-width: 639px) {
	.airship-alert.airship-position-bottom {
		left: 0;
		right: 0;
		margin: auto;
	}
}

.airship-alert-logo {
	margin-top: 0;
}

.airship-alert-body {
	padding: 0;
}

@media (max-width: 450px) {
	.airship-alert-title,
	.airship-alert-message {
		padding: 0 10px 0 10px;
	}
}

.airship-alert-buttons {
	margin-top: 0;
}

.airship-btn-accept {
	background-color: #10218b;
}

#coverplusRegistrationForm {
	margin: 30px 0;
}

.user-type-sec {
	display: flex;
	flex-flow: row wrap;
}

.user-type-card {
	width: 100%;
	min-height: 275px;
	background: #F1F3F5 0% 0% no-repeat padding-box;
	text-align: center;
	padding: 10px;
	position: relative;
}

.user-type-card-align {
	margin-right: 8px;
}

.user-type-home-icon {
	padding-top: 18px;
}

.user-type-image {
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 0;
	padding: 70px 0 0 70px;
}

.user-type-home-image {
	background: url('/_ui/responsive/common/images/user-type-icon-home.svg');
}

.user-type-business-image {
	background: url('/_ui/responsive/common/images/user-type-icon-business.svg');
}

.user-type-reseller-image {
	background: url('/_ui/responsive/common/images/user-type-icon-reseller.svg');
}

.user-type-registratori-telematici-image {
	background: url('/_ui/responsive/common/images/user-type-icon-tele.svg');
}

.selected-user-type {
	background: url('/_ui/responsive/common/images/User type tick.svg');
}

.selected-user-type-image {
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 31px 0 0 31px;
	position: absolute;
	float: right;
	top: 16px;
	right: 26px;
}

.user-type-card-parant {
	position: absolute;
}

.user-type-tick-icon {
	position: relative;
	top: 10px;
	float: right;
	right: 14px;
}

.user-type-section {
	text-align: center;
	margin-top: 14px;
	min-height: 150px;
}

	.user-type-section .user-type-title {
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
	}

	.user-type-section .user-type-description {
		font-size: 16px;
		line-height: 24px;
	}

.selected-icon-hide {
	display: none;
}

.user-type-display-none {
	display: none;
}

.user-type-submit-button,
.your-info-btn,
.register-btn {
	margin-bottom: 25px !important;
}

.user-type-button {
	margin-bottom: 20px;
}

.disabled-steps {
	margin-bottom: 30px;
}

.card-align {
	margin-bottom: 0;
	display: flex;
}

.coverPlus-warranty-step-header {
	display: flex;
}

	.coverPlus-warranty-step-header .step__name {
		font-size: 16px;
		line-height: 25.7px;
	}

.margin-warranty {
	margin: 0px;
	margin-bottom: 30px;
}

#coverplusFilter {
	margin-left: 15px;
	width: 20%;
}

.loader {
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #8F939B;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	display: inherit !important;
}

.btn-primary:hover:focus,
.btn-primary:focus:focus,
.btn-primary:active:focus {
	background-color: #8F939B;
}

.processing {
	position: relative;
	bottom: 3px;
	margin-left: 10px;
	color: #f3f3f3;
}

input.form-control.disabled {
	pointer-events: none;
	cursor: no-drop !important;
	background-color: #F1F3F5 !important;
	-webkit-box-shadow: 0 0 0 30px #F1F3F5 inset !important;
}

.form-group__label--required:after {
	margin-left: 6px;
}

.label_space:after {
	position: relative;
	right: 6px;
}
/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media (min-width: 320px) {
	.user-type-card {
		padding: 10px 40px;
	}

	.disabled-steps {
		margin-bottom: 60px;
	}

	.card-align {
		margin-bottom: 20px;
	}

	.your-info-country #country {
		width: 100%;
	}
}

@media (min-width: 481px) {
	.your-info-country #country {
		width: 48%;
	}
}

@media (min-width: 641px) {
	.user-type-card {
		padding: 10px 60px;
	}

	.your-info-country #country {
		width: 49%;
	}
}

@media (min-width: 961px) {
	.user-type-card {
		padding: 10px 10px;
	}
}

.step-two-your-information .disabled-steps {
	margin-bottom: 30px;
}

.step-two-your-information .your-info-btn {
	margin-top: 50px;
}

.step-two-your-information .your-information-row {
	display: flex;
	flex-flow: row wrap;
	column-gap: 26px;
}

	.step-two-your-information .your-information-row .your-info-country {
		width: 100%;
	}

	.step-two-your-information .your-information-row .your-info-column {
		width: 31.33%;
	}

	.step-two-your-information .your-information-row .your-info-country #country {
		width: 31.33%;
	}

@media (max-width: 1024px) {
	.step-two-your-information .your-information-row {
		display: flex;
		flex-flow: row wrap;
		column-gap: 26px;
	}

		.step-two-your-information .your-information-row .your-info-column {
			width: 30.33%;
		}

		.step-two-your-information .your-information-row .your-info-country #country {
			width: 30.33%;
		}
}

@media (max-width: 800px) {
	.step-two-your-information .your-information-row {
		display: flex;
		flex-flow: row wrap;
		column-gap: 14px;
	}

		.step-two-your-information .your-information-row .your-info-column {
			width: 49%;
		}

		.step-two-your-information .your-information-row .your-info-country #country {
			width: 49%;
		}

	.step-two-your-information .step-two-your-information .your-info-btn {
		margin-top: 30px;
	}
}

@media (max-width: 425px) {
	.step-two-your-information .your-information-row {
		display: flex;
		flex-flow: column;
		column-gap: 14px;
	}

		.step-two-your-information .your-information-row .your-info-column {
			width: 100%;
		}

		.step-two-your-information .your-information-row .your-info-country #country {
			width: 100%;
		}
}

.ui-datepicker {
	width: 20em;
}

	.ui-datepicker .ui-datepicker-calendar thead tr th span {
		text-transform: capitalize !important;
	}

	.ui-datepicker select.ui-datepicker-month {
		padding: 2px !important;
		border-radius: 3px !important;
		margin: 0 5px !important;
		background-color: #E9E9ED !important;
	}

	.ui-datepicker select.ui-datepicker-year {
		padding: 2px !important;
		border-radius: 3px !important;
		margin: 0 5px !important;
		background-color: #E9E9ED !important;
	}

	.ui-datepicker table th {
		background-color: #ffff !important;
		color: #000 !important;
		font-weight: bold;
	}

	.ui-datepicker .ui-state-default,
	.ui-datepicker .ui-widget-content .ui-state-default {
		border: none !important;
		background-color: unset !important;
		padding: 10px;
		border-radius: 5px;
	}

	.ui-datepicker .ui-state-active {
		background: #4956A7 !important;
		color: #ffffff !important;
		border-color: #4956A7 !important;
	}

	.ui-datepicker .ui-state-default:hover {
		background: #4956A7 !important;
		color: #ffffff !important;
		border-color: #4956A7 !important;
	}

	.ui-datepicker .ui-state-highlight {
		background: #4956A7 !important;
		color: #ffffff !important;
		border-color: #4956A7 !important;
	}

.step-three {
	/* The Modal (background) */
	/* Modal Content */
	/* Add Animation */
	/* The Close Button */
}

	.step-three .position-rel {
		position: relative;
	}

	.step-three #multiFormBody {
		margin: 20px 0px;
		padding: 20px 0px;
	}

	.step-three .disflex {
		display: flex;
		align-items: center;
	}

	.step-three .disabled-steps {
		margin-bottom: 0;
	}

	.step-three .product-info {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 50px;
	}

		.step-three .product-info span {
			font-weight: bold;
		}

	.step-three .form-remove {
		margin: 20px 0 0 0;
	}

	.step-three .remove-top {
		margin-top: 23px;
	}

	.step-three .product-add-remove-link:hover {
		text-decoration: none;
	}

	.step-three .horizontal-line {
		color: #e3e4e5;
	}

	.step-three .product-date-field {
		margin-top: 4px;
	}

	.step-three .info1 {
		position: absolute;
		right: 10px;
		top: 7px;
		width: 20px;
		height: 20px;
		text-align: center;
		background-color: #F6F6F7;
		font-style: italic;
		color: #303030;
		border-radius: 50%;
		font-weight: bold;
		border: 1px solid #E0E0E1;
		cursor: pointer;
		opacity: 1;
		font-family: italic Georgia;
	}

	.step-three .info2 {
		position: absolute;
		right: 10px;
		top: 6px;
		width: 20px;
		height: 20px;
		text-align: center;
		background-color: #F6F6F7;
		font-style: italic;
		color: #303030;
		border-radius: 50%;
		font-weight: bold;
		border: 1px solid #E0E0E1;
		cursor: pointer;
		opacity: 1;
		font-family: italic Georgia;
	}

	.step-three .glyphicon-trash {
		color: #10218b;
	}

	.step-three .infoModal {
		display: none;
		/* Hidden by default */
		position: fixed;
		/* Stay in place */
		z-index: 1;
		/* Sit on top */
		padding-top: 100px;
		/* Location of the box */
		left: 0;
		top: 0;
		width: 100%;
		/* Full width */
		height: 100%;
		/* Full height */
		overflow: auto;
		/* Enable scroll if needed */
		background-color: #000000;
		/* Fallback color */
		background-color: rgba(0, 0, 0, 0.4);
		/* Black w/ opacity */
	}

	.step-three .infoModal-content {
		position: relative;
		background-color: #fefefe;
		margin: auto;
		padding: 0;
		border: 1px solid #888;
		width: 40%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		-webkit-animation-name: animatetop;
		-webkit-animation-duration: 0.4s;
		animation-name: animatetop;
		animation-duration: 0.4s;
	}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

.step-three .infoClose {
	color: black;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

	.step-three .infoClose:hover,
	.step-three .infoClose:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}

.step-three .infoModal-header {
	padding: 2px 16px;
	background-color: #f2f4f7;
	color: black;
	border-bottom: 1px solid #10218b;
}

.step-three .infoModal-body {
	padding: 2px 16px;
}

.step-three .modal-title {
	padding: 10px;
}

.step-three .modal-content {
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding: 20px;
}

.step-three .errorColor {
	color: #E02B25;
	font-weight: bold;
	display: block;
}

.step-three .successColor {
	color: #2DAC83;
	font-weight: bold;
}

.step-three .closeIcon {
	display: flex;
	align-items: center;
}

	.step-three .closeIcon .removeIconBody {
		width: 4% !important;
	}

		.step-three .closeIcon .removeIconBody #removeIconBody0 {
			margin-top: 30px;
		}

	.step-three .closeIcon .removeIconBody {
		margin-top: 45px;
		width: 4% !important;
	}

	.step-three .closeIcon .removeIcon {
		color: #e02b25;
		font-size: 24px;
	}

	.step-three .closeIcon .successIcon {
		color: #2DAC83;
		font-size: 24px;
	}

	.step-three .closeIcon .successIconBody {
		width: 4% !important;
		margin-top: 30px;
	}

	.step-three .closeIcon #successIconBody {
		margin-top: 30px;
	}

	.step-three .closeIcon .ok-icon {
		color: #30AD85;
		font-size: 24px;
	}

.step-three .hidden {
	display: none;
}

.step-three .form-group__label--required:after {
	color: transparent;
}

.step-three .warranty {
	position: absolute;
	left: 19px;
	top: 0px;
}

	.step-three .warranty.form-group__label--required:after {
		color: #E02B25 !important;
	}

.coverplus-confirmation .page-title {
	border-bottom: none !important;
}

.coverplus-confirmation .error-color {
	color: #E02B25;
}

.coverplus-confirmation .success-color {
	color: #2DAC83;
}

.coverplus-confirmation .title-head {
	margin-top: 25px;
}

.coverplus-confirmation .title {
	font-size: 1.71428571rem;
	line-height: 2.14285714rem;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 10px;
}

.coverplus-confirmation .validtion-icon {
	font-size: 18px;
}

.coverplus-confirmation .col-left-0 {
	padding-left: 0px !important;
}

.coverplus-confirmation hr {
	border-top: 1px solid #D8D9DA;
	margin-top: 35px !important;
	margin-bottom: 0px !important;
}

.coverplus-confirmation .btn-primary {
	background-color: transparent;
	color: #10218b;
}

.coverplus-confirmation a.btn-primary:hover {
	text-decoration: underline;
}

.coverplus-confirmation .btn-primary:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #10218b;
	position: absolute;
	margin: 0;
	margin-left: 10px;
	right: 10px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%) rotate(0deg) scale(1);
	transform-origin: center;
}

.coverplus-confirmation .support-product__headline-title {
	border-bottom: none !important;
}

.coverplus-confirmation .support-product__headline {
	margin-top: 0px !important;
}

.coverplus-confirmation input {
	pointer-events: none;
	cursor: no-drop !important;
	background-color: #f1f3f5 !important;
	-webkit-box-shadow: 0 0 0 30px #f1f3f5 inset !important;
	border: 1px solid #90949c;
	padding: 6px 12px;
}

.accordion_head {
	color: white;
	cursor: pointer;
	font-family: arial;
	font-weight: bold;
	display: flex;
}

	.accordion_head .step__name {
		font-size: 16px;
		line-height: 25.7px;
		width: 90%;
		padding: 10px 0 10px 20px;
	}

	.accordion_head .step__edit {
		float: right;
		margin-top: 13px;
	}

.accordion_body {
	background: white;
}

	.accordion_body p {
		padding: 16px 5px;
		margin: 0px;
	}

.disable-steps {
	background-color: #D9E3EC;
	color: #10218b;
}

.error-msg {
	color: #E02B25;
	font-weight: bold;
}

.successIconBody {
	width: 4% !important;
	margin-top: 30px;
	color: #2DAC83;
	font-size: 24px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-12 {
	margin-top: 12px !important;
}

.font-size-16 {
	font-size: 16px;
}

#multiForm,
.previous-row {
	width: 100%;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: end;
}

	#multiForm .step3-col,
	.previous-row .step3-col {
		width: 30%;
	}

	#multiForm .removeIcon,
	.previous-row .removeIcon,
	#multiForm .successIcon,
	.previous-row .successIcon {
		top: -17px;
	}

.step3-col1 {
	width: 4%;
}

.accordion_head_3 {
	margin-bottom: 60px;
}

@media (max-width: 767.98px) {
	#multiForm .step3-col,
	.previous-row .step3-col {
		width: 100%;
	}

	.page-title {
		line-height: 50px;
		margin: 60px 0 21px 0;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.page-title {
		margin: 60px 0 21px 0;
	}

	.step3-col {
		width: 94%;
	}
}

.skip,
.skiptocontent,
.skiptonavigation {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

#registerForm .form_field_error {
	width: auto;
	float: none;
	padding-right: 0;
	clear: both;
}

.js-recaptcha-captchaaddon {
	margin: 20px 0;
}

#g-recaptcha_incorrect {
	color: red;
	display: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

.ASM_customer360-modal .asm-customer360-tab h3 {
	margin-top: 16px;
}

@font-face {
	font-family: 'epson-icons';
	src: url('../../../../../../_ui/responsive/theme-alpha/fonts/epson-icons.eot');
	src: url('../../../../../../_ui/responsive/theme-alpha/fonts/epson-icons.eot?#iefix') format('embedded-opentype'), url('../../../../../../_ui/responsive/theme-alpha/fonts/epson-icons.woff2') format('woff2'), url('../../../../../../_ui/responsive/theme-alpha/fonts/epson-icons.ttf') format('truetype'), url('../../../../../../_ui/responsive/theme-alpha/fonts/epson-icons.woff') format('woff'), url('../../../../../../_ui/responsive/theme-alpha/fonts/epson-icons.svg?#epson-icons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^='icon-'],
[class*=' icon-'] {
	font-family: 'epson-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/**********
 * Fonts variables definition
 */
/***************************
* MIXIN DEFINITIONS
****************************/
/***************************
* USAGE
****************************/
h1,
.h1 {
	font-size: 2.14285714rem;
	line-height: 2.57142857rem;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 2.85714286rem;
		line-height: 46px;
	}
}

h2,
.h2 {
	font-size: 1.85714286rem;
	line-height: 2.28571429rem;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	h2,
	.h2 {
		font-size: 2.28571429rem;
		line-height: 2.71428571rem;
	}
}

h3,
.h3 {
	font-size: 1.71428571rem;
	line-height: 2.14285714rem;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 0;
}

h4,
.h4 {
	font-size: 1.42857143rem;
	line-height: 1.85714286rem;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0;
}

h5,
.h5 {
	font-size: 1.14285714rem;
	line-height: 1.57142857rem;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0;
}

h6,
.h6 {
	font-size: 1rem;
	line-height: 1.42857143rem;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0;
}

.h6--small {
	font-size: 0.85714286rem;
	line-height: 1.14285714rem;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0;
}

.body {
	font-size: 1rem;
	line-height: 1.42857143rem;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 0;
}

.body--large {
	font-size: 1.14285714rem;
	line-height: 1.71428571rem;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 0;
}

.body--small {
	font-size: 0.85714286rem;
	line-height: 1.14285714rem;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 0;
}

.text--vat {
	font-size: 0.78571429rem;
	line-height: 0.78571429rem;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 0;
}

small {
	font-size: 0.85714286rem;
	line-height: 1.14285714rem;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 0;
}

#iconComponent .amp-card__content h6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

#iconComponent .amp-card__content h6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

#iconComponent .amp-card-list__content .amp-content__rich-text {
	font: normal normal normal 16px/24px Helvetica !important;
}

#iconComponent .amp-content__header--subtitle {
	font: normal normal normal 24px/30px Helvetica;
}

.icon-hamburger:before {
	content: '\e800';
}

.icon-down-right-arrow:before {
	content: '\e801';
}

.icon-left-arrow:before {
	content: '\e600' /*rtl: '\e603'*/;
}

.icon-left-arrow:hover:before {
	content: '\e601' /*rtl: '\e602'*/;
}

.icon-right-arrow:before {
	content: '\e603' /*rtl: '\e600'*/;
}

.icon-right-arrow:hover:before {
	content: '\e602' /*rtl: '\e601'*/;
}

.glyphicon-close {
	font-family: 'epson-icons';
}

	.glyphicon-close:before {
		content: '\e604';
	}

.icon-phone:before {
	content: '\e802';
}

.icon-person-headset:before {
	content: '\e803';
}
/**
 * Support RTL icons
 */
.glyphicon-align-left:before {
	content: '\e052' /*rtl:"\e054"*/;
}

.glyphicon-align-right:before {
	content: '\e054' /*rtl:"\e052"*/;
}

.glyphicon-indent-left:before {
	content: '\e057' /*rtl:"\e058"*/;
}

.glyphicon-indent-right:before {
	content: '\e058' /*rtl:"\e057"*/;
}

.glyphicon-chevron-left:before {
	content: '\e079' /*rtl:"\e080"*/;
}

.glyphicon-chevron-right:before {
	content: '\e080' /*rtl:"\e079"*/;
}

.glyphicon-arrow-left:before {
	content: '\e091' /*rtl:"\e092"*/;
}

.glyphicon-arrow-right:before {
	content: '\e092' /*rtl:"\e091"*/;
}

.glyphicon-hand-right:before {
	content: '\e127' /*rtl:"\e128"*/;
}

.glyphicon-hand-left:before {
	content: '\e128' /*rtl:"\e127"*/;
}

.glyphicon-circle-arrow-right:before {
	content: '\e131' /*rtl:"\e132"*/;
}

.glyphicon-circle-arrow-left:before {
	content: '\e132' /*rtl:"\e131"*/;
}

.glyphicon-triangle-right:before {
	content: '\e250' /*rtl:"\e251"*/;
}

.glyphicon-triangle-left:before {
	content: '\e251' /*rtl:"\e250"*/;
}

.glyphicon-menu-left:before {
	content: '\e257' /*rtl:"\e258"*/;
}

.glyphicon-menu-right:before {
	content: '\e258' /*rtl:"\e257"*/;
}

.glyphicon-play:before {
	transform: none /*rtl:scaleX(-1)*/;
}

.no-margin,
.m-0 {
	margin: 0 !important;
}

.display-none {
	display: none;
}

.no-padding,
.p-0 {
	padding: 0 !important;
}

.mt-0 {
	margin-top: 0;
}

.mt-10 {
	margin-top: 10px;
}

@media (max-width: 1399px) {
	.mb-md-0 {
		margin-bottom: 0;
	}
}

@media (max-width: 1023px) {
	.pr-xs-0 {
		padding-right: 0;
	}
}

@media (max-width: 1023px) {
	.px-xs-0 {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1024px) {
	.px-md-0 {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1024px) {
	.pl-md-20 {
		padding-left: 20px;
	}
}

.no-padding-left,
.pl-0 {
	padding-left: 0;
}

@media (max-width: 1023px) {
	.p-sm-0 {
		padding: 0;
	}
}

.text-bold {
	font-weight: bold;
}

.no-wrap {
	white-space: nowrap;
}

.no-wrap--ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
}

.no-space {
	padding: 0 !important;
}

	.no-space .yCmsComponent {
		padding: 0 !important;
	}

@media print {
	.print-no-page-break {
		display: block;
		break-inside: avoid-page;
		break-before: auto;
		break-after: auto;
	}
}

.d-flex {
	display: flex !important;
}

.d-none {
	display: none !important;
}

.epson-content-area h3 {
	margin-block: 80px 40px;
}

.advantage-grid-icons {
	display: block;
	height: 70px;
	width: auto;
}

table.features-table {
	table-layout: fixed;
	color: #353535;
	font-size: 1.4285821rem;
}
	.w-30 {width: 30%;}
	.w-35 {width: 35%}

	table.features-table th:first-of-type {
		background-color: #fff;
	}

	table.features-table td, 
	table.features-table th {
		text-align: left;
		font-size: 1.4285821rem;

		padding-inline: 15px;
		padding-block: 25px;
	}

	table.features-table td.p-cell-1 {
		padding-block: 17px;
	}
	table.features-table td {
		border: 4px solid #fff;
	}

	table.features-table td.bb-grey {
		border-bottom-color: #F1F3F5;
	}

	table.features-table th.bg-orange,
	table.features-table th.bg-grey {
		color: #fff;
		font-weight: bold;
	}

	table.features-table th.bg-orange {
		background-color: #F68F39;
		color: #353535;
	}

	table.features-table th.bg-grey {
		background-color: #90949C;
	}

	table.features-table td.required {
		background-color: #FEF4EA;
	}

	table.features-table td.recommended {
		background-color: #F8F9FA;
	}

span.feature-title {
	display: flex;
	align-items: center;
	font-weight: bold;
}

	span.feature-title img {
		display: block;
		width: auto;
		height: 38px;
		margin-inline-end: 20px;
	}