/**
 * 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
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}

audio, canvas, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

.hide, .hidden, [hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active, a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

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: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button, input {
	line-height: normal
}

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
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-indent: 25px;
	border-radius: 25px !important;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

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

.clearfix, .grid {
	zoom: 1
}

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

.clearfix:after, .grid:after {
	clear: both
}

.grid {
	margin: 0 auto;
	clear: both;
	margin: 0 auto;
	max-width: 1440px;
}

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

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

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven,
.twelve {
	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%; clear: left;}

	/* 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%}

	/* fixme. */

	.one.break {float: none;}
	.two.break {float: none;}
	.three.break {float: none;}
	.four.break {float: none;}
	.five.break {float: none;}
	.six.break {float: none;}
	.seven.break {float: none;}
	.eight.break {float: none;}
	.nine.break {float: none;}
	.ten.break {float: none;}
	.eleven.break {float: none;}
	.twelve.break {float: none;}
}


@media screen and (max-width: 480px) {
}

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

table {
	width: 100%
}

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

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

textarea {
	height: 132px
}

form {
	margin-bottom: 40px
}

form .field {
	margin-bottom: 20px
}

form .hint {
	color: #aaa;
	margin-top: 5px
}

form .is-required {
	font-style: italic
}

form .has-error .error-description {
	color: #ff4136;
	margin-top: 5px
}

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

/*
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;
}

/**
 * Float element
 */

.float {float: inherit} /* This should not be used on its own: class="float left" */
.float.left {float: left}
.float.right {float: right}

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

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

.w320  		{max-width: 320px !important;}
.w640  		{max-width: 640px !important;}
.w960  		{max-width: 960px !important;}
.w1200 		{max-width: 1200px !important;}
.w1440 		{max-width: 1440px !important;}
.w1600 		{max-width: 1600px !important;}
.full-width {max-width: 100% !important; padding-left: 0; padding-right: 0;}

.full-width .twelve
{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.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;
}

/**
 * special Jack classes
 */

.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;}