<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;meta /&gt;*/

/* Main Page Styles */

body
{
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100% !important;
	overflow-x: hidden;
}

.relative
{
	position: relative;
}

.off-canvas-content
{
	min-height: 100vh;
	overflow: auto;
	display: block;
	max-height: none;
}

.off-canvas-content .outer-row
{
	margin: 0 auto;
}

.main-section
{
	min-height: 0;
	overflow-y: hidden;
}

.main-section &gt; .outer-row
{
	padding-bottom: 1em;
	max-width: 62.5em;
	padding-top: 1em;
}

img
{
	vertical-align: baseline;
}

.navigation-wrapper
{
	float: left;
	flex: 1 1;
	align-self: flex-start;
	display: flex;
	order: 3;
	justify-content: flex-start;
	flex-basis: 100%;
}

.title-bar-section.middle &gt; div
{
	
}

.showOnFocus:not(:focus)
{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

/* Topbar (Navigation) Dropdown Styles*/

button.topnav-expand
{
	position: absolute;
	border: none;
	color: inherit;
	font-size: inherit;
	background-color: transparent;
}

button.topnav-expand-toplevel
{
	transform: rotate(90deg);
	top: 1.4rem;
	right: -.4rem;
	/* top and bottom are sides cause it's rotated */
	padding-top: 0;
	padding-bottom: 0;
}

button.topnav-expand-submenu
{
	right: 5px;
	width: .6em;
	height: 1em;
	top: 30%;
}

ul.navigation
{
	height: 100%;
	z-index: 2;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: repeat;
	background-position: center center;
	line-height: 0px;
	text-indent: 0px;
	white-space: nowrap;
	color: #ffffff;
	font-family: 'Proxima Nova Light';
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}

ul.navigation,
ul.navigation ul
{
	list-style: none;
}

ul.navigation ul
{
	z-index: 1000;
	width: auto;
	margin: 0;
	padding: 10px 0 10px 0;
	position: absolute;
	background-color: #686868;
}

ul.navigation &gt; li &gt; ul.openLeft
{
	left: auto;
	right: 0;
}

ul.navigation &gt; li &gt; ul.openRight
{
	left: 0;
}

ul.navigation &gt; li.has-children:after
{
	content: ' ';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	border-bottom-color: #686868;
}

ul.navigation ul,
ul.navigation &gt; li.has-children:after
{
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	visibility: hidden;
	opacity: 0;
}

ul.navigation ul ul
{
	top: 0;
	left: 100%;
	background-color: #686868;
}

ul.navigation ul ul.openLeft
{
	left: auto;
	right: 100%;
}

ul.navigation ul ul.openRight
{
	right: auto;
	left: 100%;
}

ul.navigation a
{
	text-decoration: none;
	color: #ffffff;
	font-family: 'Proxima Nova Light';
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

ul.navigation li
{
	position: relative;
	list-style: none;
	margin: 0;
	font-family: 'Proxima Nova Light';
	font-size: 16px;
}

ul.navigation li &gt; a
{
	display: block;
	line-height: 10px;
	font-family: 'Proxima Nova Light';
	font-size: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.navigation li li
{
	padding: 0 10px;
}

ul.navigation &gt; li
{
	position: relative;
	float: left;
	display: block;
}

ul.navigation li:hover &gt; ul,
ul.navigation &gt; li.is-expanded:after,
ul.sub-menu.focus-within-expanded
{
	visibility: visible;
	opacity: 1;
}

ul.navigation li:hover
{
	background-color: transparent;
}

ul.navigation ul &gt; li
{
	line-height: 15px;
}

ul.navigation ul &gt; li &gt; a
{
	padding: 0 15px;
	text-align: left;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
}

ul.navigation ul &gt; li:hover
{
	background-color: #4b4b4b;
}

ul.navigation ul &gt; li.has-children &gt; a:after
{
	position: absolute;
	border: none;
	content: "\00bb";
	right: 5px;
	top: 9px;
}

nav.title-bar
{
	padding: 10px 0;
	line-height: inherit;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #000000;
}

nav.title-bar .menu-icon
{
	display: none;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding: 0 1em;
	padding-left: 1em;
	padding-right: 1em;
}

.title-bar-layout
{
	display: flex;
	direction: ltr;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.title-bar-section
{
	position: absolute;
}

.title-bar-section.middle
{
	width: 100%;
	left: 0;
	right: 0;
	height: auto;
	min-height: 2.5em;
}

.title-bar-layout .logo-wrapper
{
	display: flex;
	flex: 0 1 auto;
	order: 1;
	min-height: 40px;
	align-self: center;
	justify-content: flex-start;
}

.title-bar-layout a.logo
{
	border: none;
	padding: 0;
	margin: 0;
	z-index: 1;
	display: block;
	width: 204px;
	height: 30px;
	align-self: center;
	background: transparent url('Images/Kemppi_logo_Userdoc_RGB_newproposal.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Kemppi_logo_Userdoc_RGB_newproposal.png') no-repeat center center;
}

.title-bar-container
{
	z-index: 1000;
}

/* Topbar Menu Functionality Styles */

#navigation.topbar &gt; .row
{
	height: 100%;
}

#navigation.topbar
{
	background-color: #292928;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Search */

.nav-search-wrapper
{
	flex: 1 1 auto;
	display: flex;
	order: 2;
	justify-content: flex-end;
	flex-basis: auto;
}

.nav-search
{
	/* override .row Foundation css styles */
	/* supports V11 home page template */
	max-width: none;
	float: right;
	display: block;
	width: 100%;
	margin-left: 40px;
	margin-right: 0px;
	margin-top: 2px;
}

.search-bar
{
	width: 100%;
}

.search-bar .search-field
{
	padding: 0 0 0 10px;
	line-height: 1em;
	top: 0;
	left: 0;
	position: relative;
	height: 25px;
	border-left: solid 1px #696969;
	border-right: solid 1px #696969;
	border-top: solid 1px #696969;
	border-bottom: solid 1px #696969;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #a9a9a9;
	font-family: 'Proxima Nova Light';
	font-size: 13px;
	padding-left: 10px;
	background-color: transparent;
	padding-right: 100px;
}

.search-bar .search-field::-webkit-search-cancel-button
{
	display: none;
}

.search-field::-ms-clear
{
	display: none;
}

.search-bar .search-filter
{
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 2em;
	padding-right: 5px;
	cursor: pointer;
	height: 25px;
	border-top: solid 1px #696969;
	border-bottom: solid 1px #696969;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	width: 45px;
	right: 56px;
	background: #ffffff url('Images/FilterOutline.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/FilterOutline.png') no-repeat center center;
}

.search-bar .search-filter.selected
{
	background: transparent url('Images/Filter.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Filter.png') no-repeat center center;
}

.search-bar .search-filter-wrapper.open
{
	color: #888888;
	background-color: #ffffff;
}

.search-bar .search-filter-wrapper
{
	display: none;
	position: absolute;
	top: 0;
	font-size: 13px;
	right: 50px;
}

.search-filter-content
{
	display: none;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	position: absolute;
	right: 0;
	line-height: normal;
	text-align: left;
	overflow: auto;
	z-index: 1;
	white-space: nowrap;
	top: 25px;
	color: #888888;
	background-color: #ffffff;
}

.search-filter-content ul li
{
	padding: 5px;
	margin: 0;
}

.search-filter-content ul li:hover
{
	color: #000000;
	background-color: #ffffff;
}

.search-bar .search-submit-wrapper
{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
}

/* OffCanvas */

ul.off-canvas-list li
{
	margin: 0;
}

.off-canvas
{
	display: none;
	z-index: 1001;
}

/* Side Nav */

.sidenav-layout
{
	flex-direction: row;
	min-height: 0;
	display: block;
	max-height: none;
}

.sidenav-layout.row::before,
.sidenav-layout.row::after
{
	display: none;
}

html[dir='rtl'] .sidenav-layout
{
	flex-direction: row-reverse;
}

.sidenav-wrapper
{
	flex: 0 1 auto;
	overflow: auto;
	width: 20%;
	display: none;
	background-color: #45494c;
}

.sidenav-wrapper ul ul.is-accordion-submenu
{
	background: inherit;
}

.body-container
{
	flex: 1 1;
	overflow: inherit;
}

ul.sidenav li a:hover
{
	background-color: #303335;
}

ul.sidenav ul &gt; li &gt; a
{
	border-bottom: none 0px #303335;
	margin-left: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

ul.sidenav ul ul &gt; li &gt; a
{
	margin-left: 4em;
}

ul.sidenav ul ul ul &gt; li &gt; a
{
	margin-left: 6em;
}

ul.sidenav ul ul ul ul &gt; li &gt; a
{
	margin-left: 8em;
}

/* Pulse.htm */

html.pulseTopic .main-section .row.outer-row
{
	padding: 0;
	max-width: 1050px;
}

/* Google Custom Search Styles */

.gsc-results
{
	line-height: normal;
}

.body-container:focus
{
	outline: none;
}

.central-dropdown
{
	display: none;
	position: relative;
	z-index: 1;
	cursor: pointer;
	margin: 0 10px;
	line-height: 45px;
	white-space: nowrap;
	margin-left: 10px;
	margin-right: 10px;
}

.central-hosted .central-dropdown,
.skin-preview .central-dropdown
{
	display: block;
}

.title-bar-layout .central-account-wrapper
{
	display: flex;
	order: 3;
	justify-content: flex-start;
}

.menu-icon-container .central-account-wrapper
{
	display: none;
}

.central-dropdown:after
{
	content: ' ';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	bottom: 0;
	left: 50%;
	border-bottom-color: #ffffff;
	margin-left: -8px;
}

.central-dropdown .central-account-drop
{
	display: block;
	padding: 10px 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.central-dropdown-content
{
	position: absolute;
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
	line-height: 35px;
	text-align: center;
	width: 100px;
	height: auto;
	left: 0px;
	right: auto;
	background-color: #ffffff;
}

div.central-dropdown-content &gt; a
{
	display: block;
	color: #3d3d3d;
	font-size: 14px;
	text-decoration: none;
}

div.central-dropdown-content &gt; a:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.central-dropdown:after,
.central-dropdown-content
{
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

.central-dropdown.active:after,
.central-dropdown.active .central-dropdown-content,
.central-dropdown:hover:after,
.central-dropdown:hover .central-dropdown-content
{
	visibility: visible;
	opacity: 1;
}

.central-account-image
{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	background: transparent url('Images/icon-user-white.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/icon-user-white.png') no-repeat center center;
}

.central-account-text
{
	color: #dadada;
	font-size: 14px;
	text-decoration: none;
}

.central-account-text:after
{
	content: "";
	border: solid 3px transparent;
	border-top-width: 6px;
	margin-left: 5px;
	margin-right: 5px;
	width: 0;
	height: 0;
	display: inline-flex;
	border-top-color: #dadada;
}

.central-separator
{
	width: auto;
	border: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
	color: #D5D8DA;
	background-color: #D5D8DA;
}

.central-logout-link
{
	cursor: pointer;
}

.featured-snippets-container .micro-content
{
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

.featured-snippets-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.featured-snippets-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.featured-snippets-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.featured-snippets-container.micro-content-truncated-mode .micro-content-expand-transition
{
	height: 50px;
	background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: linear-gradient(transparent 0%,#ffffff 100%);
	-pie-background: linear-gradient(transparent, #ffffff);
}

.knowledge-panel-container .micro-content
{
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

.knowledge-panel-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.knowledge-panel-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.knowledge-panel-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.knowledge-panel-container.micro-content-truncated-mode .micro-content-expand-transition
{
	height: 50px;
	background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: linear-gradient(transparent 0%,#ffffff 100%);
	-pie-background: linear-gradient(transparent, #ffffff);
}

.central-dropdown:hover
{
	
}

.central-account-text:hover
{
	background-repeat: no-repeat;
	background-position: center center;
}

.featured-snippets-container
{
	
}

#knowledge-panel
{
	width: 26%;
	order: 1;
	display: block;
}

#search-results-flex
{
	column-gap: 25px;
}

.knowledge-panel-container
{
	
}

#knowledge-panel-middle
{
	display: none;
}

.knowledge-panel-container .micro-content-drop-down-button
{
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	width: 20px;
	height: 20px;
}

.knowledge-panel-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

.knowledge-panel-container .micro-content-phrase
{
	
}

.knowledge-panel-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

.knowledge-panel-container .micro-response
{
	
}

.knowledge-panel-container.micro-content-truncated-mode .micro-response
{
	max-height: none;
}

.knowledge-panel-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

.knowledge-panel-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

.knowledge-panel-container .micro-response-title a:visited
{
	
}

.knowledge-panel-container .micro-response-title a:focus
{
	
}

.knowledge-panel-container .micro-response-title a:hover
{
	
}

.knowledge-panel-container .micro-response-title a:active
{
	
}

.knowledge-panel-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

.knowledge-panel-container .micro-response-url
{
	
}

.knowledge-panel-container .micro-content-expand
{
	background-repeat: no-repeat;
	background-position: center center;
	border-left: none;
	border-right: none;
	border-top: solid 1px #b9bec1;
	border-bottom: solid 1px #b9bec1;
	height: 40px;
}

.menu-icon-container
{
	min-height: 40px;
}

.off-canvas-wrapper-inner .outer-row
{
	max-width: 62.5em;
	padding-left: 1em;
	padding-right: 1em;
}

.off-canvas-wrapper-inner .main-section
{
	display: block;
}

.off-canvas-wrapper
{
	height: auto;
}

.micro-content-proxy.faq .micro-content-drop-down-button
{
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	width: 20px;
	height: 20px;
}

.micro-content-proxy.faq .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.micro-content-proxy.faq .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.micro-content-proxy.faq .micro-content
{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

.micro-content-proxy.faq
{
	
}

.micro-content-proxy.faq .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

.micro-content-proxy.faq .micro-content-phrase
{
	
}

.micro-content-proxy.faq.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

.micro-content-proxy.faq .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

.micro-content-proxy.faq .micro-response
{
	
}

.micro-content-proxy.faq.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

.micro-content-proxy.faq .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

.micro-content-proxy.faq .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

.micro-content-proxy.faq .micro-response-title a:visited
{
	
}

.micro-content-proxy.faq .micro-response-title a:focus
{
	
}

.micro-content-proxy.faq .micro-response-title a:hover
{
	
}

.micro-content-proxy.faq .micro-response-title a:active
{
	
}

.micro-content-proxy.faq .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

.micro-content-proxy.faq .micro-response-url
{
	
}

.micro-content-proxy.faq .micro-content-expand
{
	background-repeat: no-repeat;
	background-position: center center;
	border-left: none;
	border-right: none;
	border-top: solid 1px #b9bec1;
	border-bottom: solid 1px #b9bec1;
	height: 40px;
}

.micro-content-proxy.faq .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.micro-content-proxy.faq .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.micro-content-proxy.faq.micro-content-truncated-mode .micro-content-expand-transition
{
	height: 50px;
	background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: linear-gradient(transparent 0%,#ffffff 100%);
	-pie-background: linear-gradient(transparent, #ffffff);
}

.micro-content-proxy.knowledge .micro-content-drop-down-button
{
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	width: 20px;
	height: 20px;
}

.micro-content-proxy.knowledge .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.micro-content-proxy.knowledge .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.micro-content-proxy.knowledge .micro-content
{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

.micro-content-proxy.knowledge
{
	
}

.micro-content-proxy.knowledge .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

.micro-content-proxy.knowledge .micro-content-phrase
{
	
}

.micro-content-proxy.knowledge.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

.micro-content-proxy.knowledge .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

.micro-content-proxy.knowledge .micro-response
{
	
}

.micro-content-proxy.knowledge.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

.micro-content-proxy.knowledge .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

.micro-content-proxy.knowledge .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

.micro-content-proxy.knowledge .micro-response-title a:visited
{
	
}

.micro-content-proxy.knowledge .micro-response-title a:focus
{
	
}

.micro-content-proxy.knowledge .micro-response-title a:hover
{
	
}

.micro-content-proxy.knowledge .micro-response-title a:active
{
	
}

.micro-content-proxy.knowledge .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

.micro-content-proxy.knowledge .micro-response-url
{
	
}

.micro-content-proxy.knowledge .micro-content-expand
{
	background-repeat: no-repeat;
	background-position: center center;
	border-left: none;
	border-right: none;
	border-top: solid 1px #b9bec1;
	border-bottom: solid 1px #b9bec1;
	height: 40px;
}

.micro-content-proxy.knowledge .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.micro-content-proxy.knowledge .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.micro-content-proxy.knowledge.micro-content-truncated-mode .micro-content-expand-transition
{
	height: 50px;
	background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: linear-gradient(transparent 0%,#ffffff 100%);
	-pie-background: linear-gradient(transparent, #ffffff);
}

.micro-content-proxy.promotion .micro-content-drop-down-button
{
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	width: 20px;
	height: 20px;
}

.micro-content-proxy.promotion .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.micro-content-proxy.promotion .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.micro-content-proxy.promotion .micro-content
{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

.micro-content-proxy.promotion
{
	
}

.micro-content-proxy.promotion .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

.micro-content-proxy.promotion .micro-content-phrase
{
	
}

.micro-content-proxy.promotion.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

.micro-content-proxy.promotion .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

.micro-content-proxy.promotion .micro-response
{
	
}

.micro-content-proxy.promotion.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

.micro-content-proxy.promotion .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

.micro-content-proxy.promotion .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
	display: none;
}

.micro-content-proxy.promotion .micro-response-title a:visited
{
	
}

.micro-content-proxy.promotion .micro-response-title a:focus
{
	
}

.micro-content-proxy.promotion .micro-response-title a:hover
{
	
}

.micro-content-proxy.promotion .micro-response-title a:active
{
	
}

.micro-content-proxy.promotion .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

.micro-content-proxy.promotion .micro-response-url
{
	display: none;
}

.micro-content-proxy.promotion .micro-content-expand
{
	background-repeat: no-repeat;
	background-position: center center;
	border-left: none;
	border-right: none;
	border-top: solid 1px #b9bec1;
	border-bottom: solid 1px #b9bec1;
	height: 40px;
}

.micro-content-proxy.promotion .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-up.png') no-repeat center center;
}

.micro-content-proxy.promotion .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/arrow-down.png') no-repeat center center;
}

.micro-content-proxy.promotion.micro-content-truncated-mode .micro-content-expand-transition
{
	height: 50px;
	background: -moz-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
	background: -o-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, transparent 0%,#ffffff 100%);
	background: linear-gradient(transparent 0%,#ffffff 100%);
	-pie-background: linear-gradient(transparent, #ffffff);
}

.search-auto-complete ul
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #ffffff;
}

.search-auto-complete li a
{
	color: #000000;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 27px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.search-auto-complete li.auto-result-item a
{
	
}

.search-auto-complete li.auto-result-item
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.search-auto-complete li.auto-result-content a
{
	
}

.search-auto-complete li.auto-result-content
{
	
}

.search-auto-complete li.auto-result-history a
{
	
}

.search-auto-complete li.auto-result-history
{
	
}

.search-auto-complete li.auto-result-item.auto-result-selected a
{
	
}

.search-auto-complete li.auto-result-item.auto-result-selected
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #ececec;
}

.search-auto-complete li.auto-result-content.auto-result-selected
{
	background-color: #ececec;
}

.search-auto-complete li.auto-result-history.auto-result-selected
{
	background-color: #ececec;
}

.search-auto-complete li.auto-result-item .auto-result-description
{
	color: #888888;
	font-size: 13px;
}

.search-auto-complete li.auto-result-content .auto-result-description
{
	
}

.search-auto-complete li.auto-result-history .auto-result-description
{
	
}

.search-auto-complete li.auto-result-item .auto-result-icon
{
	margin-right: 5px;
}

.search-auto-complete li.auto-result-content .auto-result-icon
{
	background: transparent url('Images/icon-topic.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/icon-topic.png') no-repeat center center;
	background-size: contain;
}

.search-auto-complete li.auto-result-history .auto-result-icon
{
	background: transparent url('Images/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/icon-search.png') no-repeat center center;
	background-size: contain;
}

.search-auto-complete li.auto-result-item .auto-result-phrase
{
	font-size: 16px;
}

.search-auto-complete li.auto-result-content .auto-result-phrase
{
	
}

.search-auto-complete li.auto-result-history .auto-result-phrase
{
	
}

.search-auto-complete li.auto-result-item .auto-result-phrase .search-result-highlight
{
	font-weight: bold;
}

.search-auto-complete li.auto-result-content .auto-result-phrase .search-result-highlight
{
	
}

.search-auto-complete li.auto-result-history .auto-result-phrase .search-result-highlight
{
	
}

.search-auto-complete li .auto-result-remove
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 17px;
	height: 27px;
	background: transparent url('Images/icon-remove.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/icon-remove.png') no-repeat center center;
	background-size: contain;
}

.search-auto-complete li.auto-result-item .auto-result-separator
{
	
}

.search-bar .search-submit
{
	height: 25px;
	border-right: solid 1px #696969;
	border-top: solid 1px #696969;
	border-bottom: solid 1px #696969;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.search-bar .search-filter:hover
{
	background: #ffffff url('Images/FilterOutline.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/FilterOutline.png') no-repeat center center;
}

.search-filter-content ul li button:focus
{
	color: #000000;
	background-color: #ffffff;
}

#resultList .glossary .definition
{
	font-family: 'Proxima Nova';
}

#resultList .glossary
{
	font-family: 'Proxima Nova';
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

#resultList .glossary .term
{
	font-family: 'Proxima Nova';
	font-size: 1.5em;
	margin-bottom: 10px;
}

#resultList .glossary .term a
{
	
}

#resultList .glossary .term a:visited
{
	
}

#resultList .glossary .term a:focus
{
	
}

#resultList .glossary .term a:hover
{
	
}

#resultList .glossary .term a:active
{
	
}

h1#results-heading
{
	color: #393f45;
	font-family: 'Proxima Nova Light';
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}

#results-heading
{
	border-bottom: solid 1px #EBEBEB;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.search-bar .search-field::-webkit-input-placeholder
{
	color: #a9a9a9;
}

.search-bar .search-field::-moz-placeholder
{
	color: #a9a9a9;
}

.search-bar .search-field:-moz-placeholder
{
	color: #a9a9a9;
}

.search-bar .search-field:-ms-input-placeholder
{
	color: #a9a9a9;
}

.featured-snippets-container .micro-content-drop-down-button
{
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	width: 20px;
	height: 20px;
}

.featured-snippets-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

.featured-snippets-container .micro-content-phrase
{
	
}

.featured-snippets-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

.featured-snippets-container .micro-response
{
	
}

.featured-snippets-container.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

.featured-snippets-container .micro-content-expand
{
	background-repeat: no-repeat;
	background-position: center center;
	border-left: none;
	border-right: none;
	border-top: solid 1px #b9bec1;
	border-bottom: solid 1px #b9bec1;
	height: 40px;
}

.featured-snippets-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

.featured-snippets-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

.featured-snippets-container .micro-response-title a:visited
{
	
}

.featured-snippets-container .micro-response-title a:focus
{
	
}

.featured-snippets-container .micro-response-title a:hover
{
	
}

.featured-snippets-container .micro-response-title a:active
{
	
}

.featured-snippets-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

.featured-snippets-container .micro-response-url
{
	
}

#pagination
{
	height: 2.5em;
	line-height: 2.5em;
}

#pagination a
{
	border-left: solid 1px #fafafc;
	border-right: solid 1px #fafafc;
	border-top: solid 1px #fafafc;
	border-bottom: solid 1px #fafafc;
	color: #0185D1;
	font-family: 'Proxima Nova';
	font-size: 1em;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

#pagination a:hover
{
	border-top: solid 1px #e2e2e6;
}

#pagination a#selected
{
	font-weight: bold;
	border-top: solid 1px #e2e2e6;
}

#resultList .description
{
	font-family: 'Proxima Nova';
	font-size: 12pt;
}

#resultList .gs-snippet
{
	font-family: 'Proxima Nova';
	font-size: 12pt;
}

#resultList h3.title a
{
	color: #f57300;
	font-family: 'Proxima Nova Light';
	font-size: 14pt;
}

#resultList h3.title
{
	margin-bottom: 2px;
	text-decoration: none;
}

#resultList h3.title a:visited
{
	color: #000000;
	text-decoration: none;
}

#resultList h3.title a:focus
{
	color: #f57300;
	text-decoration: none;
}

#resultList h3.title a:hover
{
	text-decoration: none;
}

#resultList h3.title a:active
{
	color: #f57300;
	text-decoration: none;
}

#resultList .url cite
{
	color: #a9a9a9;
	font-family: 'Proxima Nova Light';
	font-size: 0.8em;
	font-style: normal;
}

#resultList
{
	line-height: 1em;
	text-align: left;
	display: block;
}

.search-bar.search-bar-container .search-submit
{
	width: 50px;
	background: #f57300 url('Images/SearchIcon.png') no-repeat center center;
	-pie-background: #f57300 url('Skins/Fluid/Stylesheets/Images/SearchIcon.png') no-repeat center center;
}

.search-bar.search-bar-container .search-submit:hover
{
	background: #f57300 url('Images/SearchIcon.png') no-repeat center center;
	-pie-background: #f57300 url('Skins/Fluid/Stylesheets/Images/SearchIcon.png') no-repeat center center;
}

.phrase-suggest
{
	font-family: 'Proxima Nova Light';
	font-size: 1em;
	font-style: italic;
}

.phrase-suggest a
{
	color: #a9a9a9;
	font-size: 1em;
}

.sidenav-container ul ul
{
	background-color: #45494c;
}

.sidenav-container
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

ul.sidenav li a
{
	border-bottom: solid 1px #303335;
	padding-left: 0.67rem;
	padding-right: 0.67rem;
	padding-top: 0.67rem;
	padding-bottom: 0.67rem;
	color: #ffffff;
	font-family: Arial;
	font-size: 1em;
	line-height: 1.6em;
}

ul.sidenav li
{
	
}

ul.sidenav li.is-accordion-submenu-parent &gt; a span.submenu-toggle
{
	border-top-color: #a1a8ac;
}

ul.sidenav ul &gt; li &gt; a:hover
{
	background-color: #303335;
}

ul.sidenav ul ul &gt; li &gt; a:hover
{
	background-color: #303335;
}

ul.sidenav ul ul ul &gt; li &gt; a:hover
{
	background-color: #303335;
}

ul.sidenav ul ul ul ul &gt; li &gt; a:hover
{
	background-color: #303335;
}

ul.sidenav li.is-accordion-submenu-parent &gt; a span.submenu-toggle:hover
{
	
}

ul.sidenav li a.selected
{
	font-weight: bold;
}

ul.sidenav ul &gt; li &gt; a.selected
{
	
}

ul.sidenav ul ul &gt; li &gt; a.selected
{
	
}

ul.sidenav ul ul ul &gt; li &gt; a.selected
{
	
}

ul.sidenav ul ul ul ul &gt; li &gt; a.selected
{
	
}

.skip-to-content
{
	color: #808080;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	background-color: #ffffff;
}

ul.navigation ul a
{
	font-size: 14px;
}

ul.navigation ul ul a
{
	font-size: 14px;
}

ul.navigation ul ul ul
{
	background-color: #686868;
}

ul.navigation ul ul ul a
{
	
}

ul.navigation ul ul ul ul
{
	background-color: #686868;
}

ul.navigation ul ul ul ul a
{
	
}

ul.navigation ul ul &gt; li &gt; a
{
	margin-right: 0px;
}

ul.navigation ul ul ul &gt; li &gt; a
{
	
}

ul.navigation ul ul ul ul &gt; li &gt; a
{
	
}

ul.navigation li &gt; a:hover
{
	color: #ffffff;
}

ul.navigation li.is-expanded &gt; a
{
	color: #ffffff;
}

ul.navigation ul &gt; li &gt; a:hover
{
	
}

ul.navigation ul &gt; li.is-expanded &gt; a
{
	
}

ul.navigation ul ul &gt; li:hover
{
	background-color: #4b4b4b;
}

ul.navigation ul ul &gt; li &gt; a:hover
{
	
}

ul.navigation ul ul &gt; li.is-expanded &gt; a
{
	
}

ul.navigation ul ul ul &gt; li:hover
{
	background-color: #4b4b4b;
}

ul.navigation ul ul ul &gt; li &gt; a:hover
{
	
}

ul.navigation ul ul ul &gt; li.is-expanded &gt; a
{
	
}

ul.navigation ul ul ul ul &gt; li:hover
{
	background-color: #4b4b4b;
}

ul.navigation ul ul ul ul &gt; li &gt; a:hover
{
	
}

ul.navigation ul ul ul ul &gt; li.is-expanded &gt; a
{
	
}

</pre></body></html>