/**
 * 0.css
 * Base.css
 * Beer.css
 * Blueprint.css
 * Bones.css
 * Grid.css
 * Jack.css
 * Jacket.css
 * Plate.css
 * Root.css
 * Start.css
 * Wire.css
 * Zero.css
 */


/*! 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: .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 silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}


/*
 * Apply a natural box layout model to all elements, but allowing components to change
 * www.paulirish.com/2012/box-sizing-border-box-ftw/
 */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/**
 * Motherplate
 */

.grid {
	zoom: 1
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px
}

.w320 {
	max-width: 320px !important;
}

.w480 {
	max-width: 480px !important;
}

.w640 {
	max-width: 640px !important;
}

.w960 {
	max-width: 960px !important;
}

.w1200 {
	max-width: 1200px !important;
}

.full-width {
	max-width: 100% !important;
}


/**
 * Grid
 */

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven {
	display: block;
	margin-bottom: 20px
}

@media screen and (min-width: 480px) {
	.container {
		padding: 0 40px
	}
}

.grid {
	clear: both;
	margin: 0 auto;
}

.grid .grid {
	width: auto;
	margin: -20px -10px;
}

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven,
.twelve {
	float: left;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.gapless .one,
.gapless .two,
.gapless .three,
.gapless .four,
.gapless .five,
.gapless .six,
.gapless .seven,
.gapless .eight,
.gapless .nine,
.gapless .ten,
.gapless .eleven,
.gapless .twelve {
	padding: 0;
}

.one {
	width: 8.33%
}

.two {
	width: 16.66%
}

.three {
	width: 25%
}

.four {
	width: 33.33%
}

.five {
	width: 41.66%
}

.six {
	width: 50%
}

.seven {
	width: 58.33%
}

.eight {
	width: 66.66%
}

.nine {
	width: 75%
}

.ten {
	width: 83.33%
}

.eleven {
	width: 91.66%
}

.twelve {
	width: 100%
}

@media screen and (max-width: 800px) {
	.one.small-double {
		width: 16.66%
	}
	.two.small-double {
		width: 33.33%
	}
	.three.small-double {
		width: 50%
	}
	.three.small-double:nth-child(2n+1) {
		clear: left
	}
	.four.small-double {
		width: 66.66%
	}
	.five.small-double {
		width: 83.33%
	}
	.six.small-double {
		width: 100%
	}
}

@media screen and (max-width: 440px) {
	.one,
	.two,
	.three,
	.four,
	.five,
	.six,
	.seven,
	.eight,
	.nine,
	.ten,
	.eleven,
	.twelve {
		width: 100% !important;
	}
}


/* Offsets */

.offset-one {
	margin-left: 8.33%
}

.offset-two {
	margin-left: 16.66%
}

.offset-three {
	margin-left: 25%
}

.offset-four {
	margin-left: 33.33%
}

.offset-five {
	margin-left: 41.66%
}

.offset-six {
	margin-left: 50%
}

.offset-seven {
	margin-left: 58.33%
}

.offset-eight {
	margin-left: 66.66%
}

.offset-nine {
	margin-left: 75%
}

.offset-ten {
	margin-left: 83.33%
}

.offset-eleven {
	margin-left: 91.66%
}


/* Pushes */

.push-one {
	margin-right: 8.33%
}

.push-two {
	margin-right: 16.66%
}

.push-three {
	margin-right: 25%
}

.push-four {
	margin-right: 33.33%
}

.push-five {
	margin-right: 41.66%
}

.push-six {
	margin-right: 50%
}

.push-seven {
	margin-right: 58.33%
}

.push-eight {
	margin-right: 66.66%
}

.push-nine {
	margin-right: 75%
}

.push-ten {
	margin-right: 83.33%
}

.push-eleven {
	margin-right: 91.66%
}

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 85%;
	line-height: 1.6
}


/*blockquote {
	font-style: italic;
	font-weight: 400;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-left: 25px;
	font-size: 1.4em;
	margin: 0 0 20px;
	border-left: 2px solid #1271db
}*/

p {
	margin: 0 0 20px
}

pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	margin: 0 0 20px;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word
}

img,
video,
audio,
iframe,
object {
	max-width: 100%
}

a {
	color: #168dd9;
}

a: hover,
a: focus {
	text-decoration: none
}

.btn,
.btn-primary,
.btn-secondary,
.btn-link {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #aaa;
	border: none;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	display: inline-block;
	line-height: 1;
	padding: 12px 25px;
	text-transform: capitalize;
	outline: none
}

.btn: hover,
.btn-primary: hover,
.btn-secondary: hover,
.btn-link: hover,
.btn: focus,
.btn-primary: focus,
.btn-secondary: focus,
.btn-link: focus {
	background: #9d9d9d;
	text-decoration: none
}

.btn: active,
.btn-primary: active,
.btn-secondary: active,
.btn-link: active {
	background: #909090
}

.btn-primary {
	background-color: #1271db
}

.btn-primary: hover,
.btn-primary: focus {
	background-color: #1065c3
}

.btn-primary: active {
	background-color: #0e59ac
}

.btn-secondary {
	background-color: #233e5b
}

.btn-secondary: hover,
.btn-secondary: focus {
	background-color: #1c3149
}

.btn-secondary: active {
	background-color: #152536
}

.btn-cta {
	font-size: 1.6em;
	padding: .8em 1.6em
}

.btn-link {
	color: #1271db;
	background: transparent;
	border: none;
	text-shadow: none;
	text-transform: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.btn-link: hover,
.btn-link: focus {
	text-decoration: underline;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

table {
	width: 100%
}

table th,
table td {
	text-align: left;
	padding: 5px
}

table th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

form .field {
	margin-bottom: 20px
}

form label {
	display: block;
	margin-bottom: 5px
}

form input[type=text],
form input[type=email],
form input[type=phone],
form input[type=password],
form input[type=number],
form input[type=search],
form textarea {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	outline: none
}

form input[type=text]: focus,
form input[type=email]: focus,
form input[type=phone]: focus,
form input[type=password]: focus,
form input[type=number]: focus,
form input[type=search]: focus,
form textarea: focus {
	border-color: #1271db
}

form input[type=text].auto,
form input[type=email].auto,
form input[type=phone].auto,
form input[type=password].auto,
form input[type=number].auto,
form input[type=search].auto,
form textarea.auto {
	width: auto
}

form .note {
	margin-top: 5px;
	color: #999
}

form .req {
	font-style: italic
}

form .error .reason {
	margin-top: 5px;
	color: #ce0832
}

form .error input[type=text],
form .error input[type=email],
form .error input[type=phone],
form .error input[type=password],
form .error input[type=number],
form .error input[type=search],
form .error textarea {
	border-color: #ce0832
}

.notification {
	border: 1px solid;
	padding: 10px;
	margin-bottom: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	zoom: 1
}

.notification: before,
.notification: after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}

.notification: after {
	clear: both
}

.notification.error {
	border-color: #ce0832;
	color: #9d0626;
	background: rgba(206, 8, 50, 0.2)
}

.notification.success {
	border-color: #5dae1b;
	color: #458214;
	background: rgba(93, 174, 27, 0.2)
}

.notification.warning {
	border-color: #dea110;
	color: #ae7e0d;
	background: rgba(222, 161, 16, 0.2)
}

.notification.info {
	border-color: #10bade;
	color: #0d92ae;
	background: rgba(16, 186, 222, 0.2)
}

.notification.empty {
	text-align: center;
	background: #f4f4f4;
	border: 1px dashed #ddd
}

.notification p:last-child {
	margin-bottom: 0
}


/*
nav a {
	display: inline-block;
	padding: 10px 30px
}
*/

* {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.text-center,
.align.center {
	text-align: center
}

.text-right,
.align.right {
	text-align: right
}

.text-left,
.align.left {
	text-align: left
}

.clear {
	clear: both
}

.right,
.align.right {
	float: right
}

.left,
.align.left {
	float: left
}

.list-unstyled {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

.valign {
	vertical-align: middle
}

hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin: 40px 0
}

.subtle {
	color: #aaa
}

.relative {
	position: relative
}


/**
 * resp?
 */

@media screen and (max-width: 480px) {
	body {
		overflow-x: hidden
	}
}


/**
 * Print.css
 */

@media print {
	header,
	nav,
	footer {
		display: none
	}
	img {
		max-width: 500px
	}
	body {
		font: 14pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3
	}
}


/**
 * Sensible defaults.
 */


/* always show vertical scrollbar */

html {
	overflow-y: scroll;
	overflow-x: auto;
	/* maxvoltar.com/archive/-webkit-font-smoothing */
	-webkit-font-smoothing: antialiased;
}


/* disable borders around linked images. */

a img {
	border: 0;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.lower {
	text-transform: lowercase;
}

.upper {
	text-transform: uppercase;
}

.muted {
	opacity: 0.5;
}

.m20,
.margin-20 {
	margin: 20px;
}


/* zero cellpadding, cellspacing on tables */

table {
	border-collapse: collapse;
}


/* element floating */

.float-left {
	float: left;
	margin: 0 20px 20px 0;
}

.float-right {
	float: right;
	margin: 0 0 20px 20px;
}

.max-width-100 {
	max-width: 100px;
}

.max-width-200 {
	max-width: 200px;
}

.max-width-300 {
	max-width: 300px;
}

.max-width-400 {
	max-width: 400px;
}

.max-width-500 {
	max-width: 500px;
}

.max-width-600 {
	max-width: 600px;
}

.max-width-700 {
	max-width: 700px;
}

.max-width-800 {
	max-width: 800px;
}

.clear-inset {
	width: auto;
	overflow: hidden;
}


/* FLUIDITY v0.1.0 @mrmrs - https://github.com/mrmrs/fluidity MIT */

img,
canvas,
iframe,
video,
svg {
	max-width: 100%;
}


/* Wrap tables or pre elements in a div with this class */

.overflow-container {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}


/* margin/padding resets */

.zero {
	margin: 0 !important;
	padding: 0 !important;
}

.zero-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.zero-bottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.zero-left {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.zero-right {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.zero-horizontal {
	margin-left: 0 !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.zero-vertical {
	margin-top: 0 !important;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

ul.zero {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

ul.zero-top {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

ul.zero-horizontal {
	margin-left: 20px !important;
}

.no-border {
	border: 0;
}

nav.horizontal ul,
ul.inline {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

nav.horizontal ul *,
ul.inline * {
	display: inline;
}


/* hide elements with class .hide */

.hide {
	display: none;
}

.token img {
	max-width: 100%;
}


/*
 * Clearfix
 * http://www.webtoolkit.info/css-clearfix.html
 */

.clearfix:after,
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
.cf {
	display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix,
* html .cf {
	height: 1%;
}

.clearfix,
.cf {
	display: block;
}


/* End hide from IE-mac */


/* Fix Google Maps canvas
 *
 * Wrap your Google Maps embed in a `.google-map-canvas` to reset Bootstrap's
 * global `box-sizing` changes. You may optionally need to reset the `max-width`
 * on images in case you've applied that anywhere else. (That shouldn't be as
 * necessary with Bootstrap 3 though as that behavior is relegated to the
 * `.img-responsive` class.)
 */

.canvas_map img {
	max-width: none;
}

.canvas_map,
.canvas_map * {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}


/**
 * Responsive embeds
 * http://embedresponsively.com/
 */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/**
 * Material style Box shadows
 * @link https://medium.com/@Florian/freebie-google-material-design-shadow-helper-2a0501295a2d
 */

.box-shadow-1 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.box-shadow-2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.box-shadow-3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.box-shadow-4 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.box-shadow-5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}


/**
 * Lazy defaults
 */

img.lazy {
	opacity: 0;
	transition: opacity .3s ease-in;
	background: no-repeat 50% 50%;
}


/* For demonstration purposes only. */

.grid.demo p {
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	opacity: 0.7;
	margin: 0 !important;
	padding: 0 !important;
	background-color: pink;
}

.page-nl-styleguide header.grid,
.page-nl-styleguide footer {
	display: none;
}


/* http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ */

.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


/**
 * Alsjeblaft!
 */

a.alsjeblaft {
	display: block !important;
	position: fixed !important;
	right: 0 !important;
	bottom: 0 !important;
	min-height: 25px !important;
	padding: 4px 4px 4px 24px !important;
	text-decoration: none !important;
	font-family: 'segoe ui', sans-serif !important;
	font-size: 12px !important;
	line-height: 17px !important;
	color: #ccc !important;
	background-repeat: no-repeat !important;
	background-position: 4px center !important;
	opacity: 0.75 !important;
}

a.alsjeblaft span {
	display: none !important;
}

a.alsjeblaft:hover {
	background-color: #fff !important;
	color: #999 !important;
	opacity: 1 !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

a.alsjeblaft-fff:hover {
	background-color: #000 !important;
	color: #ccc !important;
}

a.alsjeblaft:hover span {
	display: block !important;
}


/* base64 encoded Alsjeblaft logos */

.x16-000 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA00lEQVR42mNgoDdQlleQBOJAcjUzAvFEIP4LxIKkamYG4vVA/B+KjwCxHDYbGLFoFgfiLUiaYTgfXeFsIPYCYgUgNgDiECCeBcSfkTS9BuI3UPZNZM2sQPwRiy3oOBeIO6HsNcgGhBGhGYTtgdgPGh7CyAYsIUIzyOlc2EKYBYifISn8B8TP0fwOwv3YNPMA8VwkRb+B2BxJXgOIf0DlirAZsAdJM0hhDhY1H6DyrdgMgEXJRiAWwZGIvkDVzMEmCYqWw0DsgScVTgbio0CcxTDoAABqun4cAjuvOAAAAABJRU5ErkJggg==) !important;
}

.x16-fff {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAz0lEQVR42mNgoDf4//+/JBAHkquZEYgnAvFfIBYkVTMzEK//jwBHgFgOmw2MWDSLA/GW/5ggH13hbCD2AmIFIDYA4hAgngXEn5E0vQbiN1D2TWTNrED88T9hkAvEnVD2GmQDwv4TB+yB2A8aHsLIBiwhQjPI6VzYQpgFiJ8hKfwHxM/R/A4C/dg08wDxXCRFv4HYHEleA4h/QOWKsBmwB0kzSGEOFjUfoPKt2AyARclGIBbBkYi+QNXMwSYJipbDQOyBJxVOBuKjQJzFMOgAAMjKqcyi7TR9AAAAAElFTkSuQmCC) !important;
}

.x32-000 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABsElEQVR42u3XO0jDQBgH8PqkFZSAiujSQoW6iQ5dujiIg6BDdXITuogUXIK4uCkuPnBwFEQUVydfIKIoLqKDotCCuhR1U8S36P/gAke4XC7HNV1y8FvS3Pf/0vQuaSgUDB9GPBqrgMZSNpCGdTBL1cAGPELB7+AymIQ/6hdSfoU3wT4TbnmGRLHDa+CYE255gbFihTfAkSDcci5TrBLKPYT3wb1EOHFClqeoWD1cQrtLaBgG4VAymGWKCpv0pDnohy6qF4ZhCnbgTSJoHlY5x/OiBnYVrojnCSLQDN+2zzadwuvgQ1MDa0zdL+b4NRhODWQ1hRPTTN0teqxAbqfo67/S2ECWqTsCM5AUhcc1hv9AzOtGktHYwIrKTrassYFOr+HV9LHpVPAVTuEAzuBBtN+rPDoXBQWXoIozr4X+uD5t5+e8hLe5bKXkSltdathXzq1seNJlOyUb0pBEnQulW4ATtwXhN9AjWSfPmR+Rmch7fJLfQgfUeriNd5w6CZmJvDcXQ2H58lZESmZi2jbpXfFNaI/TQLfs5AFYgHGIKjZgwCjMwgR9bwgHf8uC4Tb+Aay62WTYl6aDAAAAAElFTkSuQmCC) !important;
}

.x32-fff {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABp0lEQVR42mNgGAV0AP///2cGYtGBdEAQEC8D4tKBcsAKIH4JxM/obTEjENf9R4C/QGxNL8vFgXjff0zwEYjVaW05FxAf/Y8bfALiAlpZLgLEh/8TBueJMYwFiJlIsNwXiB/+Jw4cA2VPfIYJA/EVINYnYCkHEIcA8aH/pINSfAaXQhX1AbEfEDtAsRcQJwJxKxDvBOJvRFjUD8SLsYjfweeAXf+pA14BMScQSwLxbzS5jbgs5wPiH1RywFIkc38hiV8HYgFcDsj9Tz3QhmTudqjYM1B04gv+q1R0QC6SuZlA3AHEZvgsV6ai5X+AWIHUgiSFig5YSE5JNo+KDjAi1XI2aLWJC3wB4hNAfACIzwLxC3zlPTlV5yQ8Bk4DYlYs+qSgiesnmvrbpFiuQaAoBflUhYAZ6DnnPrGWmxEoTkEFUhQR5lwgKwqACnfgsfwGELsRac4dLPo5idGIrfoEpQVDIOYlIRofYDFHnRiN2FouAmRkX2w5wpoYjUFomr6T2RLajcUBLsRqDgbiCUBcDsTyZDpAAIizgbgXiCuh7QaO0W7ZKCAEAKEM1F3MQstKAAAAAElFTkSuQmCC) !important;
}

.x64-000 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAADXUlEQVR42u2aXYiMURjHZ9i1zKpdmxsisysX9kIUVkp2Q0rKRy6UuJOPKFaRXZ9JaMUgm7CJC9QitS5kJ6sVVnuxo6UQxWpJaIZ8tOtj/E+dqbe32XfPnPO8pzMz56lfc/O+c57//50553mfcwIBGzZs2LCRGzFxQrgYLMpnAw6A32A8KAKb8s2AVpAEW8Aa8CafxA8HCW7ARdAJXuaTAfu5+CT/G7DPWL6IXwX+OgxI8QWU5LLwIaBuAPEp7oJQLoovB20ewnPXBIhZCr4Lik9xJFfEV0qIZ/wDUbAgm8WPAz0S4t1syEbxYfCKQHxf1hVISHgWeE8gnnED7MgW4UPBdtBPJD7Jl8xpVAmOAAU+iZ8JHhMKd/KMlc6qCS4DH8BsYuHTQbNPwp2cVElyrqP6qiUQXQbWgocahDuZIZtw1PElJyTuLwU1YA+4N0gpmwmsH3A0g+svyIgPuSalXnCVGQH2gW38fTxFPWgAl7jYHp+e5nmeXyHoFrznvowB8zX/TEX4Bka5SmWR+5pkDDhooAFnXTkG+S/T6544qJAxoNtAA5anyTPucf1XUCUjfqqB4hnlaXJ97XH9EtnZ/5yhBhSnyfXMANd2yoovAT8MFN/nUVC5rz0ExsoasNnQp9/rkfO71BIJ2pXKdtz8xFADWj1yZn+D9RT1eYWh4pNadn8wyDpDxSe0tL15GWuiAXW6GhPPDRT/EYzUIb7U0Ke/V9fTX2yoAZN0GWBi9RfXJX40f3GQSbKfd3gawS5Hf2An7x1cB08dO7mZ8EiXAU2S4mtFJyjeYKlmPTq+myvy/Td1tKMPS4qPKk64Ipsfl/0UP0WxOVmvOL5IR7jZD+FFvNvzR0H8MYI8TgmM00ItvoyfqVGZmX85+3IKuUQExuqgNuC2ovgXrM2tcdl9Sym+WlH8AzCHMJ8rgktskGrAiKTwn2ClD3NRi+D4Y6gGbMtA9HEwjxczlT6tQu2CuVTpHvC0puIrJpjPCt3v+pM1GdAlmM9GqgFXCx4rCWoy4I6gAbupBgwJbFgmNJ4KaRQ0oIFy0IWDbFHHNBpQI7hdHqEemO2ofnIdOO7gBxcKAhqDH4q6Bj67RLM+/y2wlWwZTPN3CHOGBQwI9lrN3xILAzZs2LBhw4YNG4TxH2+OIq+cIMBSAAAAAElFTkSuQmCC) !important;
}

.x64-fff {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAADTklEQVR42u2ab2iNURzH79iMO7VZ3hC1rbywF6IwKdlCSsqfvFDinfyJYops/iahiYssYYkXqCE1L2Q304RpL1yN2kQxjYTuJX/ahuN7uufm6XH33HPPOc/p3HvPtz7tzXP3+31/z73n+Z3feQIBKysrK6vsECGkCCzK5QIcAINgIigEm3KtAK0kri1gDXidS+ZHghgrwEXQCV7kUgH2k38aZH8juWJ+FfhN/tdnUJzNxoeBuiHMJ3QXBLPRfDloI3zKriLAzFLwjaSnI9livlLAPNUfEAYLMtn8BNBL5LUhE82XgZcKzPdnXIOEhGeBd0SNboAdmWJ8ONgOBog60UfmNFUJjgL5PpmfCR4Tf/Scts6yCS4D78Fsxcang2biv07KJDnX0X3VKjBdCtaCh0SvZogmHHb8kxMCny8BNWAPuJeilU1HdB5wNI3rL4iYD7oWpT5wlRYC7APb2H48QT1oAJeY2V6f7uZ5ll8B6OL8zH2RAswn5ukrGONqlXnUJFKAgwYW4Kwrxzz2zfRSFFSIFKDLwAIsT5Jn1OP6L6BKxPxUYqbKk+T6yuP6JaKr/zlDC1CUJNczQ1zbKWq+GHw30Hy/R0Pl1iEwXrQAmw29+30eOb9NPCJBu1Tbjg8/NbQArR4505/BehX9eQUxV/6f/iDIOkPNx7SMvVkba6LqdA0mug00/wGM1mG+xNC7v1fX3V9saAEm6SqAid1fVJf5sWzjIKIBNuFpBLsc84GdbHZwHTxznOSmo0e6CtAkaL6Wd4FiA5ZqOqNjp7k8uqljHH1Y0HxYcsHlOfy47Kf5KZLDyXrJ+DwT4WY/jBeyac8vCfPHFORxiiNOi2rzpeydGhn9dM7lJHIJccTqUF2A25Lme+iYW+Nj941K89WS5h+AOQrzucL5iM1TFTAkaPwHWOnDWtTCGX+cqoBtaZg+DuaxZqbSp6dQO2cuVboDntbUfEU481mhe68/WVMBnnDms1FVwNU8k1dli07qfO5wFmC3qoBBjgPLmMa3Qho5C9CgMujCFEfUEY0FqOE8Lg+pDkxPVD86AtBtageJv7iQH9AoEn8p6hr45DJN5/y3wFZlj8EkP4cyxoiAAaLbarZLLAhYWVlZWVlZWSnUXxV2kg9+ZjNqAAAAAElFTkSuQmCC) !important;
}