/*<meta />*/

/* 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: hidden;
}

.off-canvas-content .outer-row
{
	margin: 0 auto;
}

.main-section
{
	min-height: 0;
	overflow-y: hidden;
}

.main-section > .outer-row
{
	padding-top: 1em;
}

img
{
	vertical-align: baseline;
}

.navigation-wrapper
{
	float: left;
	flex: 1 1;
	align-self: flex-start;
	display: flex;
}

.title-bar-section.middle > div
{
	
}

.showOnFocus:not(:focus)
{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

/* Topbar (Navigation) Dropdown Styles*/

button.topnav-expand
{
	position: absolute;
	border: none;
}

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%;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
	white-space: nowrap;
	z-index: 2;
	position: relative;
	font-size: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul.navigation,
ul.navigation ul
{
	list-style: none;
}

ul.navigation ul
{
	z-index: 1000;
	width: auto;
	margin: 0;
	background-color: #686868;
	padding: 10px 0 10px 0;
	position: absolute;
}

ul.navigation > li > ul.openLeft
{
	left: auto;
	right: 0;
}

ul.navigation > li > ul.openRight
{
	left: 0;
}

ul.navigation > li.has-children:after
{
	content: ' ';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #686868;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
}

ul.navigation ul,
ul.navigation > 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: #393939;
}

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: #fff;
}

ul.navigation li
{
	position: relative;
	list-style: none;
	margin: 0;
}

ul.navigation li > a
{
	display: block;
}

ul.navigation li li
{
	padding: 0 10px;
}

ul.navigation > li
{
	position: relative;
	float: left;
	display: block;
}

ul.navigation li:hover > ul,
ul.navigation > li.is-expanded:after,
ul.sub-menu.focus-within-expanded
{
	visibility: visible;
	opacity: 1;
}

ul.navigation li:hover
{
	background-color: transparent;
}

ul.navigation ul > li
{
	line-height: 15px;
}

ul.navigation ul > li > a
{
	padding: 0 15px;
	text-align: left;
}

ul.navigation ul > li:hover
{
	
}

ul.navigation ul > li.has-children > a:after
{
	position: absolute;
	border: none;
	content: "\00bb";
	right: 5px;
	top: 9px;
}

nav.title-bar
{
	padding: 10px 0;
	background-color: #292928;
	line-height: inherit;
	background-repeat: no-repeat;
	background-position: center center;
}

nav.title-bar .menu-icon
{
	display: none;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding: 0 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;
}

.title-bar-layout a.logo
{
	border: none;
	padding: 0;
	margin: 0;
	width: 182px;
	height: 42px;
	background: url("Images/GeneralGreenLogo.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}

.title-bar-container
{
	z-index: 1000;
}

/* Topbar Menu Functionality Styles */

#navigation.topbar > .row
{
	height: 100%;
}

#navigation.topbar
{
	background-color: #292928;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Search */

.nav-search-wrapper
{
	flex: 1 1 auto;
	display: flex;
}

.nav-search
{
	/* override .row Foundation css styles */
	/* supports V11 home page template */
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	float: right;
}

.search-bar
{
	width: 100%;
}

.search-bar .search-field
{
	padding: 0 0 0 10px;
	background: #FFFFFF;
	height: 100%;
	line-height: 1em;
	top: 0;
	left: 0;
	position: relative;
}

.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;
	background: #5F5F5F;
	line-height: 2em;
	padding-right: 5px;
	cursor: pointer;
	height: 2em;
	width: 45px;
	background: #ffffff url('Images/FilterOutline.png') no-repeat center center;
}

.search-bar .search-filter.selected
{
	background-image: url('Images/Filter.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.search-bar .search-filter-wrapper.open
{
	background-repeat: no-repeat;
	background-position: center center;
}

.search-bar .search-filter-wrapper
{
	display: none;
	position: absolute;
	top: 0;
	right: 56px;
}

.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;
	top: 2em;
	line-height: normal;
	text-align: left;
	overflow: auto;
	z-index: 1;
	color: #888888;
	background-color: #ffffff;
	white-space: nowrap;
}

.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;
}

/* OffCanvas */

ul.off-canvas-list li
{
	margin: 0;
}

.off-canvas
{
	display: none;
	z-index: 1001;
}

/* Side Nav */

.sidenav-layout
{
	display: flex;
	flex-direction: row;
	min-height: 0;
}

.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;
	background-position: top center;
	width: 20%;
}

.sidenav-wrapper ul ul.is-accordion-submenu
{
	background: inherit;
}

.body-container
{
	flex: 1 1;
	overflow: auto;
}

ul.sidenav li a:hover
{
	background-color: #303335;
}

ul.sidenav ul > li > a
{
	margin-left: 1em;
}

ul.sidenav ul ul > li > a
{
	margin-left: 2em;
}

ul.sidenav ul ul ul > li > a
{
	margin-left: 3em;
}

ul.sidenav ul ul ul ul > li > a
{
	margin-left: 4em;
}

/* 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;
}

.central-hosted .central-dropdown,
.skin-preview .central-dropdown
{
	display: block;
}

.title-bar-layout .central-account-wrapper
{
	display: flex;
}

.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;
}

.central-dropdown-content
{
	position: absolute;
	background-color: #ffffff;
	width: 100px;
	text-align: center;
	line-height: 35px;
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
}

div.central-dropdown-content > a
{
	display: block;
	text-decoration: none;
	color: #3d3d3d;
	font-size: 14px;
}

div.central-dropdown-content > a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.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
{
	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;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.central-account-text
{
	font-size: 14px;
	color: #dadada;
	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;
	border-top-color: #dadada;
	display: inline-flex;
}

.central-separator
{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: auto;
	background-color: #D5D8DA;
	border: 0px;
	height: 1px;
}

.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;
	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;
}

.featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('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
{
	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;
	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;
}

.knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('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
{
	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);
}

.defaultSkin body
{
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100% !important;
	overflow-x: hidden;
}

.defaultSkin .relative
{
	position: relative;
}

.defaultSkin .off-canvas-content
{
	min-height: 100vh;
	overflow: hidden;
}

.defaultSkin .off-canvas-content .outer-row
{
	margin: 0 auto;
}

.defaultSkin .main-section
{
	min-height: 0;
	overflow-y: hidden;
}

.defaultSkin .main-section > .outer-row
{
	padding-top: 1em;
}

.defaultSkin img
{
	vertical-align: baseline;
}

.defaultSkin .navigation-wrapper
{
	float: left;
	flex: 1 1;
	align-self: flex-start;
	display: flex;
}

.defaultSkin .title-bar-section.middle > div
{
	
}

.defaultSkin .showOnFocus:not(:focus)
{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.defaultSkin button.topnav-expand
{
	position: absolute;
	border: none;
}

.defaultSkin button.topnav-expand-toplevel
{
	transform: rotate(90deg);
	top: 1.4rem;
	right: -.4rem;
	padding-top: 0;
	padding-bottom: 0;
}

.defaultSkin button.topnav-expand-submenu
{
	right: 5px;
	width: .6em;
	height: 1em;
	top: 30%;
}

.defaultSkin ul.navigation
{
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
	white-space: nowrap;
	z-index: 2;
	position: relative;
	font-size: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.defaultSkin ul.navigation,
.defaultSkin ul.navigation ul
{
	list-style: none;
}

.defaultSkin ul.navigation ul
{
	z-index: 1000;
	width: auto;
	margin: 0;
	background-color: #686868;
	padding: 10px 0 10px 0;
	position: absolute;
}

.defaultSkin ul.navigation > li > ul.openLeft
{
	left: auto;
	right: 0;
}

.defaultSkin ul.navigation > li > ul.openRight
{
	left: 0;
}

.defaultSkin ul.navigation > li.has-children:after
{
	content: ' ';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #686868;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
}

.defaultSkin ul.navigation ul,
.defaultSkin ul.navigation > 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;
}

.defaultSkin ul.navigation ul ul
{
	top: 0;
	left: 100%;
	background-color: #393939;
}

.defaultSkin ul.navigation ul ul.openLeft
{
	left: auto;
	right: 100%;
}

.defaultSkin ul.navigation ul ul.openRight
{
	right: auto;
	left: 100%;
}

.defaultSkin ul.navigation a
{
	text-decoration: none;
	color: #fff;
}

.defaultSkin ul.navigation li
{
	position: relative;
	list-style: none;
	margin: 0;
}

.defaultSkin ul.navigation li > a
{
	display: block;
}

.defaultSkin ul.navigation li li
{
	padding: 0 10px;
}

.defaultSkin ul.navigation > li
{
	position: relative;
	float: left;
	display: block;
}

.defaultSkin ul.navigation li:hover > ul,
.defaultSkin ul.navigation > li.is-expanded:after,
.defaultSkin ul.sub-menu.focus-within-expanded
{
	visibility: visible;
	opacity: 1;
}

.defaultSkin ul.navigation li:hover
{
	background-color: transparent;
}

.defaultSkin ul.navigation ul > li
{
	line-height: 15px;
}

.defaultSkin ul.navigation ul > li > a
{
	padding: 0 15px;
	text-align: left;
}

.defaultSkin ul.navigation ul > li:hover
{
	
}

.defaultSkin ul.navigation ul > li.has-children > a:after
{
	position: absolute;
	border: none;
	content: "\00bb";
	right: 5px;
	top: 9px;
}

.defaultSkin nav.title-bar
{
	padding: 10px 0;
	background-color: #292928;
	line-height: inherit;
	background-repeat: no-repeat;
	background-position: center center;
}

.defaultSkin nav.title-bar .menu-icon
{
	display: none;
}

.defaultSkin .off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding: 0 1em;
}

.defaultSkin .title-bar-layout
{
	display: flex;
	direction: ltr;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.defaultSkin .title-bar-section
{
	position: absolute;
}

.defaultSkin .title-bar-section.middle
{
	width: 100%;
	left: 0;
	right: 0;
	height: auto;
	min-height: 2.5em;
}

.defaultSkin .title-bar-layout .logo-wrapper
{
	display: flex;
	flex: 0 1 auto;
}

.defaultSkin .title-bar-layout a.logo
{
	border: none;
	padding: 0;
	margin: 0;
	width: 182px;
	height: 42px;
	background: url("Images/GeneralGreenLogo.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}

.defaultSkin .title-bar-container
{
	z-index: 1000;
}

.defaultSkin #navigation.topbar > .row
{
	height: 100%;
}

.defaultSkin #navigation.topbar
{
	background-color: #292928;
	padding-top: 10px;
	padding-bottom: 10px;
}

.defaultSkin .nav-search-wrapper
{
	flex: 1 1 auto;
	display: flex;
}

.defaultSkin .nav-search
{
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	float: right;
}

.defaultSkin .search-bar
{
	width: 100%;
}

.defaultSkin .search-bar .search-field
{
	padding: 0 0 0 10px;
	background: #FFFFFF;
	height: 100%;
	line-height: 1em;
	top: 0;
	left: 0;
	position: relative;
}

.defaultSkin .search-bar .search-field::-webkit-search-cancel-button
{
	display: none;
}

.defaultSkin .search-field::-ms-clear
{
	display: none;
}

.defaultSkin .search-bar .search-filter
{
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #5F5F5F;
	line-height: 2em;
	padding-right: 5px;
	cursor: pointer;
	height: 2em;
	width: 45px;
	background: #ffffff url('Images/FilterOutline.png') no-repeat center center;
}

.defaultSkin .search-bar .search-filter.selected
{
	background-image: url('Images/Filter.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.defaultSkin .search-bar .search-filter-wrapper.open
{
	background-repeat: no-repeat;
	background-position: center center;
}

.defaultSkin .search-bar .search-filter-wrapper
{
	display: none;
	position: absolute;
	top: 0;
	right: 56px;
}

.defaultSkin .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;
	top: 2em;
	line-height: normal;
	text-align: left;
	overflow: auto;
	z-index: 1;
	color: #888888;
	background-color: #ffffff;
	white-space: nowrap;
}

.defaultSkin .search-filter-content ul li
{
	padding: 5px;
	margin: 0;
}

.defaultSkin .search-filter-content ul li:hover
{
	color: #000000;
	background-color: #ffffff;
}

.defaultSkin .search-bar .search-submit-wrapper
{
	position: absolute;
	top: 0;
	right: 0;
}

.defaultSkin ul.off-canvas-list li
{
	margin: 0;
}

.defaultSkin .off-canvas
{
	display: none;
	z-index: 1001;
}

.defaultSkin .sidenav-layout
{
	display: flex;
	flex-direction: row;
	min-height: 0;
}

.defaultSkin .sidenav-layout.row::before,
.defaultSkin .sidenav-layout.row::after
{
	display: none;
}

.defaultSkin .sidenav-layout
{
	flex-direction: row-reverse;
}

.defaultSkin .sidenav-wrapper
{
	flex: 0 1 auto;
	overflow: auto;
	background-position: top center;
	width: 20%;
}

.defaultSkin .sidenav-wrapper ul ul.is-accordion-submenu
{
	background: inherit;
}

.defaultSkin .body-container
{
	flex: 1 1;
	overflow: auto;
}

.defaultSkin ul.sidenav li a:hover
{
	background-color: #303335;
}

.defaultSkin ul.sidenav ul > li > a
{
	margin-left: 1em;
}

.defaultSkin ul.sidenav ul ul > li > a
{
	margin-left: 2em;
}

.defaultSkin ul.sidenav ul ul ul > li > a
{
	margin-left: 3em;
}

.defaultSkin ul.sidenav ul ul ul ul > li > a
{
	margin-left: 4em;
}

html.pulseTopic.defaultSkin .main-section .row.outer-row
{
	padding: 0;
	max-width: 1050px;
}

.defaultSkin .gsc-results
{
	line-height: normal;
}

.defaultSkin .body-container:focus
{
	outline: none;
}

.defaultSkin .central-dropdown
{
	display: none;
	position: relative;
	z-index: 1;
	cursor: pointer;
	margin: 0 10px;
	line-height: 45px;
}

.defaultSkin .central-hosted .central-dropdown,
.defaultSkin .skin-preview .central-dropdown
{
	display: block;
}

.defaultSkin .title-bar-layout .central-account-wrapper
{
	display: flex;
}

.defaultSkin .menu-icon-container .central-account-wrapper
{
	display: none;
}

.defaultSkin .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;
}

.defaultSkin .central-dropdown .central-account-drop
{
	display: block;
	padding: 10px 0;
}

.defaultSkin .central-dropdown-content
{
	position: absolute;
	background-color: #ffffff;
	width: 100px;
	text-align: center;
	line-height: 35px;
	-webkit-box-shadow: 0px 1px 4px 0px #cccccc;
	-moz-box-shadow: 0px 1px 4px 0px #cccccc;
	box-shadow: 0px 1px 4px 0px #cccccc;
}

.defaultSkin div.central-dropdown-content > a
{
	display: block;
	text-decoration: none;
	color: #3d3d3d;
	font-size: 14px;
}

.defaultSkin div.central-dropdown-content > a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.defaultSkin .central-dropdown:after,
.defaultSkin .central-dropdown-content
{
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

.defaultSkin .central-dropdown.active:after,
.defaultSkin .central-dropdown.active .central-dropdown-content,
.defaultSkin .central-dropdown:hover:after,
.defaultSkin .central-dropdown:hover .central-dropdown-content
{
	visibility: visible;
	opacity: 1;
}

.defaultSkin .central-account-image
{
	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;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.defaultSkin .central-account-text
{
	font-size: 14px;
	color: #dadada;
	text-decoration: none;
}

.defaultSkin .central-account-text:after
{
	content: "";
	border: solid 3px transparent;
	border-top-width: 6px;
	margin-left: 5px;
	margin-right: 5px;
	width: 0;
	height: 0;
	border-top-color: #dadada;
	display: inline-flex;
}

.defaultSkin .central-separator
{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: auto;
	background-color: #D5D8DA;
	border: 0px;
	height: 1px;
}

.defaultSkin .central-logout-link
{
	cursor: pointer;
}

.defaultSkin .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;
	background-position: center center;
}

.defaultSkin .featured-snippets-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
}

.defaultSkin .featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
}

.defaultSkin .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;
}

.defaultSkin .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;
}

.defaultSkin .featured-snippets-container.micro-content-truncated-mode .micro-content-expand-transition
{
	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);
}

.defaultSkin .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;
	background-position: center center;
}

.defaultSkin .knowledge-panel-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-up.png') no-repeat center center;
}

.defaultSkin .knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/arrow-down.png') no-repeat center center;
}

.defaultSkin .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;
}

.defaultSkin .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;
}

.defaultSkin .knowledge-panel-container.micro-content-truncated-mode .micro-content-expand-transition
{
	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);
}

._Skins_D365_SideNav_NewLogo .body-container
{
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	overflow: auto;
}

._Skins_D365_SideNav_NewLogo .sidenav-layout
{
	display: flex;
	max-height: 100vh;
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container
{
	
}

._Skins_D365_SideNav_NewLogo .title-bar-layout .central-account-wrapper
{
	order: 4;
	justify-content: flex-start;
}

._Skins_D365_SideNav_NewLogo .central-dropdown
{
	line-height: 45px;
	white-space: nowrap;
	margin-left: 10px;
	margin-right: 10px;
}

._Skins_D365_SideNav_NewLogo .central-dropdown .central-account-drop
{
	padding-top: 0px;
	padding-bottom: 0px;
}

._Skins_D365_SideNav_NewLogo .central-dropdown:hover
{
	
}

._Skins_D365_SideNav_NewLogo .central-account-text
{
	color: #dadada;
	font-size: 14px;
	text-decoration: none;
}

._Skins_D365_SideNav_NewLogo .central-account-text:after
{
	border-top-color: #dadada;
}

._Skins_D365_SideNav_NewLogo .central-account-text:hover
{
	background-repeat: no-repeat;
	background-position: center center;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .central-dropdown-content
{
	line-height: 35px;
	text-align: center;
	width: 100px;
	height: auto;
	left: auto;
	right: 0px;
	background-color: #ffffff;
}

._Skins_D365_SideNav_NewLogo div.central-dropdown-content > a
{
	color: #3d3d3d;
	font-size: 14px;
	text-decoration: none;
}

._Skins_D365_SideNav_NewLogo div.central-dropdown-content > a:hover
{
	text-decoration: underline;
}

._Skins_D365_SideNav_NewLogo .central-separator
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
	color: #D5D8DA;
	background-color: #D5D8DA;
}

._Skins_D365_SideNav_NewLogo nav.title-bar
{
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #1A3661 none;
	-pie-background: #1A3661;
}

._Skins_D365_SideNav_NewLogo .off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding-left: 1em;
	padding-right: 1em;
}

._Skins_D365_SideNav_NewLogo .off-canvas-wrapper-inner .title-bar-container
{
	flex: 0 1 auto;
}

._Skins_D365_SideNav_NewLogo #knowledge-panel
{
	width: 26%;
	order: 1;
	display: block;
}

._Skins_D365_SideNav_NewLogo #search-results-flex
{
	column-gap: 25px;
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container
{
	
}

._Skins_D365_SideNav_NewLogo #knowledge-panel-middle
{
	display: none;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container .micro-content-phrase
{
	
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container .micro-response
{
	
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container.micro-content-truncated-mode .micro-response
{
	max-height: none;
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container .micro-response-title a:visited
{
	
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container .micro-response-title a:focus
{
	
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container .micro-response-title a:hover
{
	
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container .micro-response-title a:active
{
	
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container .micro-response-url
{
	
}

._Skins_D365_SideNav_NewLogo .knowledge-panel-container .micro-content
{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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);
}

._Skins_D365_SideNav_NewLogo .title-bar-layout .logo-wrapper
{
	order: 1;
	min-height: 61px;
	align-self: center;
	justify-content: flex-start;
}

._Skins_D365_SideNav_NewLogo .title-bar-layout a.logo
{
	display: block;
	width: 200px;
	height: 61px;
	align-self: center;
	background: transparent url('Images/New_BSSI_Logo_200x58d.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/New_BSSI_Logo_200x58d.png') no-repeat center center;
}

._Skins_D365_SideNav_NewLogo .menu-icon-container
{
	min-height: 61px;
}

._Skins_D365_SideNav_NewLogo .off-canvas-wrapper-inner .outer-row
{
	max-width: 100%;
	padding-left: 0em;
	padding-right: 0em;
}

._Skins_D365_SideNav_NewLogo .main-section > .outer-row
{
	padding-top: 0em;
	max-width: 100%;
	padding-bottom: 0em;
}

._Skins_D365_SideNav_NewLogo .off-canvas-content
{
	overflow: inherit;
	display: flex;
	flex-flow: column;
	max-height: 100vh;
}

._Skins_D365_SideNav_NewLogo .off-canvas-wrapper-inner .main-section
{
	display: flex;
	flex: 1 1 auto;
}

._Skins_D365_SideNav_NewLogo .off-canvas-wrapper-inner .main-section .outer-row
{
	flex: 1 1 auto;
}

._Skins_D365_SideNav_NewLogo .off-canvas-wrapper
{
	height: 100vh;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq .micro-content-phrase
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq .micro-response
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq .micro-response-title a:visited
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq .micro-response-title a:focus
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq .micro-response-title a:hover
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq .micro-response-title a:active
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.faq .micro-response-url
{
	
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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);
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge .micro-content-phrase
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge .micro-response
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge .micro-response-title a:visited
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge .micro-response-title a:focus
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge .micro-response-title a:hover
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge .micro-response-title a:active
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.knowledge .micro-response-url
{
	
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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);
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion .micro-content-phrase
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion .micro-response
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
	display: none;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion .micro-response-title a:visited
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion .micro-response-title a:focus
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion .micro-response-title a:hover
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion .micro-response-title a:active
{
	
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_D365_SideNav_NewLogo .micro-content-proxy.promotion .micro-response-url
{
	display: none;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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);
}

._Skins_D365_SideNav_NewLogo .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: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #ffffff;
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li a
{
	color: #000000;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 27px;
	padding-top: 7px;
	padding-bottom: 7px;
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-item a
{
	font-family: 'Segoe UI';
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-item
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-content a
{
	
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-content
{
	
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-history a
{
	
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-history
{
	
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-item.auto-result-selected a
{
	
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-content.auto-result-selected
{
	background-color: #ececec;
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-history.auto-result-selected
{
	background-color: #ececec;
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-item .auto-result-description
{
	color: #888888;
	font-size: 0.9em;
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-content .auto-result-description
{
	
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-history .auto-result-description
{
	
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-item .auto-result-icon
{
	margin-right: 5px;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-item .auto-result-phrase
{
	font-size: 0.9em;
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-content .auto-result-phrase
{
	
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-history .auto-result-phrase
{
	
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-item .auto-result-phrase .search-result-highlight
{
	font-weight: bold;
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-content .auto-result-phrase .search-result-highlight
{
	
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-history .auto-result-phrase .search-result-highlight
{
	
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .search-auto-complete li.auto-result-item .auto-result-separator
{
	
}

._Skins_D365_SideNav_NewLogo .nav-search-wrapper
{
	order: 3;
	justify-content: flex-end;
	flex-basis: auto;
}

._Skins_D365_SideNav_NewLogo .nav-search
{
	display: block;
	width: 400px;
	margin-top: 0px;
}

._Skins_D365_SideNav_NewLogo .search-bar .search-field
{
	height: 2em;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #5F5F5F;
	font-size: 0.9em;
	padding-left: 10px;
	background-color: #ffffff;
	padding-right: 50px;
}

._Skins_D365_SideNav_NewLogo .search-bar .search-filter
{
	height: 2em;
	border-top: none;
	border-bottom: none;
	border-left: solid 1px #0a1a3e;
	border-right: solid 1px #0a1a3e;
	width: 45px;
	right: 36px;
	background: #ffffff url('Images/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/icon-filter.png') no-repeat center center;
}

._Skins_D365_SideNav_NewLogo .search-bar .search-submit
{
	height: 2em;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

._Skins_D365_SideNav_NewLogo .search-bar
{
	
}

._Skins_D365_SideNav_NewLogo .search-filter-content
{
	top: 2em;
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
}

._Skins_D365_SideNav_NewLogo .search-bar .search-filter-wrapper.open
{
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
	background-position: center center;
	background-repeat: no-repeat;
}

._Skins_D365_SideNav_NewLogo .search-bar .search-filter-wrapper
{
	font-size: 0.9em;
	right: 36px;
}

._Skins_D365_SideNav_NewLogo .search-bar .search-filter:hover
{
	background: #ffffff url('Images/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/icon-filter.png') no-repeat center center;
}

._Skins_D365_SideNav_NewLogo .search-bar .search-filter.selected
{
	background: transparent url('Images/icon-filter-selected.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/icon-filter-selected.png') no-repeat center center;
}

._Skins_D365_SideNav_NewLogo .search-filter-content ul li:hover
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_D365_SideNav_NewLogo .search-filter-content ul li button:focus
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_D365_SideNav_NewLogo #resultList .glossary .definition
{
	
}

._Skins_D365_SideNav_NewLogo #resultList .glossary
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_D365_SideNav_NewLogo #resultList .glossary .term
{
	font-family: 'Segoe UI';
	font-size: 1.5em;
	margin-bottom: 10px;
}

._Skins_D365_SideNav_NewLogo #resultList .glossary .term a
{
	
}

._Skins_D365_SideNav_NewLogo #resultList .glossary .term a:visited
{
	
}

._Skins_D365_SideNav_NewLogo #resultList .glossary .term a:focus
{
	
}

._Skins_D365_SideNav_NewLogo #resultList .glossary .term a:hover
{
	
}

._Skins_D365_SideNav_NewLogo #resultList .glossary .term a:active
{
	
}

._Skins_D365_SideNav_NewLogo h1#results-heading
{
	color: #393f45;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}

._Skins_D365_SideNav_NewLogo #results-heading
{
	border-bottom: solid 1px #EBEBEB;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

._Skins_D365_SideNav_NewLogo .search-bar .search-field::-webkit-input-placeholder
{
	color: #5F5F5F;
}

._Skins_D365_SideNav_NewLogo .search-bar .search-field::-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_D365_SideNav_NewLogo .search-bar .search-field:-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_D365_SideNav_NewLogo .search-bar .search-field:-ms-input-placeholder
{
	color: #5F5F5F;
}

._Skins_D365_SideNav_NewLogo .search-bar .search-submit-wrapper
{
	font-size: 0.9em;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container .micro-content-phrase
{
	
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container .micro-response
{
	
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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;
}

._Skins_D365_SideNav_NewLogo .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);
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container .micro-response-title a:visited
{
	
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container .micro-response-title a:focus
{
	
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container .micro-response-title a:hover
{
	
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container .micro-response-title a:active
{
	
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container .micro-response-url
{
	
}

._Skins_D365_SideNav_NewLogo .featured-snippets-container .micro-content
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_D365_SideNav_NewLogo #pagination
{
	height: 2.5em;
	line-height: 2.5em;
}

._Skins_D365_SideNav_NewLogo #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-size: 0.9em;
	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;
}

._Skins_D365_SideNav_NewLogo #pagination a:hover
{
	font-size: 0.9em;
	border-top: solid 1px #e2e2e6;
}

._Skins_D365_SideNav_NewLogo #pagination a#selected
{
	font-weight: bold;
	border-top: solid 1px #e2e2e6;
}

._Skins_D365_SideNav_NewLogo #resultList .description
{
	font-size: 0.8em;
}

._Skins_D365_SideNav_NewLogo #resultList .gs-snippet
{
	font-size: 0.8em;
}

._Skins_D365_SideNav_NewLogo #resultList h3.title a
{
	color: #0185D1;
	font-size: 0.9em;
}

._Skins_D365_SideNav_NewLogo #resultList h3.title
{
	margin-bottom: 2px;
	text-decoration: none;
}

._Skins_D365_SideNav_NewLogo #resultList h3.title a:visited
{
	color: #1a3661;
	text-decoration: underline;
}

._Skins_D365_SideNav_NewLogo #resultList h3.title a:focus
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_D365_SideNav_NewLogo #resultList h3.title a:hover
{
	color: #fdb913;
	text-decoration: underline;
}

._Skins_D365_SideNav_NewLogo #resultList h3.title a:active
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_D365_SideNav_NewLogo #resultList .url cite
{
	color: #0E774A;
	font-size: 0.8em;
	font-style: normal;
}

._Skins_D365_SideNav_NewLogo #resultList
{
	line-height: 1em;
	text-align: left;
	display: block;
}

._Skins_D365_SideNav_NewLogo .search-bar.search-bar-container .search-submit
{
	width: 36px;
	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;
}

._Skins_D365_SideNav_NewLogo .search-bar.search-bar-container .search-submit:hover
{
	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;
}

._Skins_D365_SideNav_NewLogo .phrase-suggest
{
	font-style: italic;
}

._Skins_D365_SideNav_NewLogo .phrase-suggest a
{
	color: #2200C1;
}

._Skins_D365_SideNav_NewLogo .sidenav-wrapper
{
	width: 15%;
	display: block;
	background-color: #1A3661;
}

._Skins_D365_SideNav_NewLogo .sidenav-container ul ul
{
	background-color: #1A3661;
}

._Skins_D365_SideNav_NewLogo .sidenav-container
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

._Skins_D365_SideNav_NewLogo ul.sidenav li a
{
	border-bottom: solid 1px #39b0c5;
	padding-left: 0.67rem;
	padding-right: 0.67rem;
	padding-top: 0.67rem;
	padding-bottom: 0.67rem;
	color: #ffffff;
	font-family: 'Segoe UI';
	font-size: 0.9em;
	line-height: 1.6em;
}

._Skins_D365_SideNav_NewLogo ul.sidenav li
{
	
}

._Skins_D365_SideNav_NewLogo ul.sidenav ul > li > a
{
	border-bottom: none 0px #303335;
	margin-left: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

._Skins_D365_SideNav_NewLogo ul.sidenav ul ul > li > a
{
	line-height: 1em;
	margin-left: 4em;
}

._Skins_D365_SideNav_NewLogo ul.sidenav ul ul ul > li > a
{
	margin-left: 6em;
}

._Skins_D365_SideNav_NewLogo ul.sidenav ul ul ul ul > li > a
{
	margin-left: 8em;
}

._Skins_D365_SideNav_NewLogo ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle
{
	border-top-color: #a1a8ac;
}

._Skins_D365_SideNav_NewLogo ul.sidenav li a:hover
{
	color: #fdb913;
	background-color: transparent;
}

._Skins_D365_SideNav_NewLogo ul.sidenav ul > li > a:hover
{
	background-color: transparent;
}

._Skins_D365_SideNav_NewLogo ul.sidenav ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_D365_SideNav_NewLogo ul.sidenav ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_D365_SideNav_NewLogo ul.sidenav ul ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_D365_SideNav_NewLogo ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle:hover
{
	
}

._Skins_D365_SideNav_NewLogo ul.sidenav li a.selected
{
	color: #fdb913;
	font-weight: bold;
}

._Skins_D365_SideNav_NewLogo ul.sidenav ul > li > a.selected
{
	
}

._Skins_D365_SideNav_NewLogo ul.sidenav ul ul > li > a.selected
{
	
}

._Skins_D365_SideNav_NewLogo ul.sidenav ul ul ul > li > a.selected
{
	
}

._Skins_D365_SideNav_NewLogo ul.sidenav ul ul ul ul > li > a.selected
{
	
}

._Skins_D365_SideNav_NewLogo .skip-to-content
{
	color: #808080;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	background-color: #ffffff;
}

._Skins_D365_SideNav_NewLogo button.topnav-expand
{
	color: inherit;
	font-size: inherit;
	background-color: transparent;
}

._Skins_D365_SideNav_NewLogo .navigation-wrapper
{
	order: 2;
	justify-content: flex-end;
}

._Skins_D365_SideNav_NewLogo ul.navigation
{
	background-repeat: repeat;
	background-position: center center;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

._Skins_D365_SideNav_NewLogo ul.navigation a
{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul
{
	background-color: #686868;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul a
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation > li.has-children:after
{
	border-bottom-color: #686868;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul
{
	background-color: #686868;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul a
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul ul
{
	background-color: #686868;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul ul a
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul ul ul
{
	background-color: #686868;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul ul ul a
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation li
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation li > a
{
	line-height: 45px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul > li > a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul > li > a
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul ul > li > a
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul ul ul > li > a
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation li:hover
{
	background-color: transparent;
}

._Skins_D365_SideNav_NewLogo ul.navigation li > a:hover
{
	color: #ffffff;
}

._Skins_D365_SideNav_NewLogo ul.navigation li.is-expanded > a
{
	color: #ffffff;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul > li > a:hover
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation ul > li.is-expanded > a
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul > li > a:hover
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul > li.is-expanded > a
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul ul > li > a:hover
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul ul > li.is-expanded > a
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul ul ul > li > a:hover
{
	
}

._Skins_D365_SideNav_NewLogo ul.navigation ul ul ul ul > li.is-expanded > a
{
	
}

._Skins_D365_SideNav .body-container
{
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	overflow: auto;
}

._Skins_D365_SideNav .sidenav-layout
{
	display: flex;
	max-height: 100vh;
}

._Skins_D365_SideNav .featured-snippets-container
{
	
}

._Skins_D365_SideNav .title-bar-layout .central-account-wrapper
{
	order: 4;
	justify-content: flex-start;
}

._Skins_D365_SideNav .central-dropdown
{
	line-height: 45px;
	white-space: nowrap;
	margin-left: 10px;
	margin-right: 10px;
}

._Skins_D365_SideNav .central-dropdown .central-account-drop
{
	padding-top: 0px;
	padding-bottom: 0px;
}

._Skins_D365_SideNav .central-dropdown:hover
{
	
}

._Skins_D365_SideNav .central-account-text
{
	color: #dadada;
	font-size: 14px;
	text-decoration: none;
}

._Skins_D365_SideNav .central-account-text:after
{
	border-top-color: #dadada;
}

._Skins_D365_SideNav .central-account-text:hover
{
	background-repeat: no-repeat;
	background-position: center center;
}

._Skins_D365_SideNav .central-account-image
{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	background: transparent url('Images/D365_SideNav/icon-user-white.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/icon-user-white.png') no-repeat center center;
}

._Skins_D365_SideNav .central-dropdown-content
{
	line-height: 35px;
	text-align: center;
	width: 100px;
	height: auto;
	left: auto;
	right: 0px;
	background-color: #ffffff;
}

._Skins_D365_SideNav div.central-dropdown-content > a
{
	color: #3d3d3d;
	font-size: 14px;
	text-decoration: none;
}

._Skins_D365_SideNav div.central-dropdown-content > a:hover
{
	text-decoration: underline;
}

._Skins_D365_SideNav .central-separator
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
	color: #D5D8DA;
	background-color: #D5D8DA;
}

._Skins_D365_SideNav nav.title-bar
{
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #1A3661 none;
	-pie-background: #1A3661;
}

._Skins_D365_SideNav .off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding-left: 1em;
	padding-right: 1em;
}

._Skins_D365_SideNav .off-canvas-wrapper-inner .title-bar-container
{
	flex: 0 1 auto;
}

._Skins_D365_SideNav #knowledge-panel
{
	width: 26%;
	order: 1;
	display: block;
}

._Skins_D365_SideNav #search-results-flex
{
	column-gap: 25px;
}

._Skins_D365_SideNav .knowledge-panel-container
{
	
}

._Skins_D365_SideNav #knowledge-panel-middle
{
	display: none;
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .knowledge-panel-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/D365_SideNav/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-up.png') no-repeat center center;
}

._Skins_D365_SideNav .knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/D365_SideNav/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-down.png') no-repeat center center;
}

._Skins_D365_SideNav .knowledge-panel-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_D365_SideNav .knowledge-panel-container .micro-content-phrase
{
	
}

._Skins_D365_SideNav .knowledge-panel-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_D365_SideNav .knowledge-panel-container .micro-response
{
	
}

._Skins_D365_SideNav .knowledge-panel-container.micro-content-truncated-mode .micro-response
{
	max-height: none;
}

._Skins_D365_SideNav .knowledge-panel-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_D365_SideNav .knowledge-panel-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_D365_SideNav .knowledge-panel-container .micro-response-title a:visited
{
	
}

._Skins_D365_SideNav .knowledge-panel-container .micro-response-title a:focus
{
	
}

._Skins_D365_SideNav .knowledge-panel-container .micro-response-title a:hover
{
	
}

._Skins_D365_SideNav .knowledge-panel-container .micro-response-title a:active
{
	
}

._Skins_D365_SideNav .knowledge-panel-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_D365_SideNav .knowledge-panel-container .micro-response-url
{
	
}

._Skins_D365_SideNav .knowledge-panel-container .micro-content
{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .knowledge-panel-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/D365_SideNav/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-up.png') no-repeat center center;
}

._Skins_D365_SideNav .knowledge-panel-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/D365_SideNav/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-down.png') no-repeat center center;
}

._Skins_D365_SideNav .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);
}

._Skins_D365_SideNav .title-bar-layout .logo-wrapper
{
	order: 1;
	min-height: 44px;
	align-self: center;
	justify-content: flex-start;
}

._Skins_D365_SideNav .title-bar-layout a.logo
{
	display: block;
	width: 200px;
	height: 44px;
	align-self: center;
	background: transparent url('Images/D365_SideNav/BSSI_logoRev.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/BSSI_logoRev.png') no-repeat center center;
}

._Skins_D365_SideNav .menu-icon-container
{
	min-height: 44px;
}

._Skins_D365_SideNav .off-canvas-wrapper-inner .outer-row
{
	max-width: 100%;
	padding-left: 0em;
	padding-right: 0em;
}

._Skins_D365_SideNav .main-section > .outer-row
{
	padding-top: 0em;
	max-width: 100%;
	padding-bottom: 0em;
}

._Skins_D365_SideNav .off-canvas-content
{
	overflow: inherit;
	display: flex;
	flex-flow: column;
	max-height: 100vh;
}

._Skins_D365_SideNav .off-canvas-wrapper-inner .main-section
{
	display: flex;
	flex: 1 1 auto;
}

._Skins_D365_SideNav .off-canvas-wrapper-inner .main-section .outer-row
{
	flex: 1 1 auto;
}

._Skins_D365_SideNav .off-canvas-wrapper
{
	height: 100vh;
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/D365_SideNav/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-up.png') no-repeat center center;
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/D365_SideNav/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-down.png') no-repeat center center;
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .micro-content-proxy.faq
{
	
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-content-phrase
{
	
}

._Skins_D365_SideNav .micro-content-proxy.faq.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_D365_SideNav .micro-content-proxy.faq .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-response
{
	
}

._Skins_D365_SideNav .micro-content-proxy.faq.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-response-title a:visited
{
	
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-response-title a:focus
{
	
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-response-title a:hover
{
	
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-response-title a:active
{
	
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-response-url
{
	
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/D365_SideNav/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-up.png') no-repeat center center;
}

._Skins_D365_SideNav .micro-content-proxy.faq .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/D365_SideNav/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-down.png') no-repeat center center;
}

._Skins_D365_SideNav .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);
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/D365_SideNav/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-up.png') no-repeat center center;
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/D365_SideNav/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-down.png') no-repeat center center;
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .micro-content-proxy.knowledge
{
	
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-content-phrase
{
	
}

._Skins_D365_SideNav .micro-content-proxy.knowledge.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-response
{
	
}

._Skins_D365_SideNav .micro-content-proxy.knowledge.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-response-title a:visited
{
	
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-response-title a:focus
{
	
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-response-title a:hover
{
	
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-response-title a:active
{
	
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-response-url
{
	
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/D365_SideNav/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-up.png') no-repeat center center;
}

._Skins_D365_SideNav .micro-content-proxy.knowledge .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/D365_SideNav/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-down.png') no-repeat center center;
}

._Skins_D365_SideNav .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);
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/D365_SideNav/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-up.png') no-repeat center center;
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/D365_SideNav/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-down.png') no-repeat center center;
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .micro-content-proxy.promotion
{
	
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-content-phrase
{
	
}

._Skins_D365_SideNav .micro-content-proxy.promotion.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_D365_SideNav .micro-content-proxy.promotion .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-response
{
	
}

._Skins_D365_SideNav .micro-content-proxy.promotion.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
	display: none;
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-response-title a:visited
{
	
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-response-title a:focus
{
	
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-response-title a:hover
{
	
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-response-title a:active
{
	
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-response-url
{
	display: none;
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/D365_SideNav/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-up.png') no-repeat center center;
}

._Skins_D365_SideNav .micro-content-proxy.promotion .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/D365_SideNav/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-down.png') no-repeat center center;
}

._Skins_D365_SideNav .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);
}

._Skins_D365_SideNav .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: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #ffffff;
}

._Skins_D365_SideNav .search-auto-complete li a
{
	color: #000000;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 27px;
	padding-top: 7px;
	padding-bottom: 7px;
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-item a
{
	font-family: 'Segoe UI';
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-item
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-content a
{
	
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-content
{
	
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-history a
{
	
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-history
{
	
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-item.auto-result-selected a
{
	
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-content.auto-result-selected
{
	background-color: #ececec;
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-history.auto-result-selected
{
	background-color: #ececec;
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-item .auto-result-description
{
	color: #888888;
	font-size: 0.9em;
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-content .auto-result-description
{
	
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-history .auto-result-description
{
	
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-item .auto-result-icon
{
	margin-right: 5px;
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-content .auto-result-icon
{
	background: transparent url('Images/D365_SideNav/icon-topic.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/icon-topic.png') no-repeat center center;
	background-size: contain;
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-history .auto-result-icon
{
	background: transparent url('Images/D365_SideNav/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/icon-search.png') no-repeat center center;
	background-size: contain;
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-item .auto-result-phrase
{
	font-size: 0.9em;
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-content .auto-result-phrase
{
	
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-history .auto-result-phrase
{
	
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-item .auto-result-phrase .search-result-highlight
{
	font-weight: bold;
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-content .auto-result-phrase .search-result-highlight
{
	
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-history .auto-result-phrase .search-result-highlight
{
	
}

._Skins_D365_SideNav .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/D365_SideNav/icon-remove.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/icon-remove.png') no-repeat center center;
	background-size: contain;
}

._Skins_D365_SideNav .search-auto-complete li.auto-result-item .auto-result-separator
{
	
}

._Skins_D365_SideNav .nav-search-wrapper
{
	order: 3;
	justify-content: flex-end;
	flex-basis: auto;
}

._Skins_D365_SideNav .nav-search
{
	display: block;
	width: 400px;
	margin-top: 0px;
}

._Skins_D365_SideNav .search-bar .search-field
{
	height: 2em;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #5F5F5F;
	font-size: 0.9em;
	padding-left: 10px;
	background-color: #ffffff;
	padding-right: 50px;
}

._Skins_D365_SideNav .search-bar .search-filter
{
	height: 2em;
	border-top: none;
	border-bottom: none;
	border-left: solid 1px #0a1a3e;
	border-right: solid 1px #0a1a3e;
	width: 45px;
	right: 36px;
	background: #ffffff url('Images/D365_SideNav/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/D365_SideNav/icon-filter.png') no-repeat center center;
}

._Skins_D365_SideNav .search-bar .search-submit
{
	height: 2em;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

._Skins_D365_SideNav .search-bar
{
	
}

._Skins_D365_SideNav .search-filter-content
{
	top: 2em;
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
}

._Skins_D365_SideNav .search-bar .search-filter-wrapper.open
{
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
	background-position: center center;
	background-repeat: no-repeat;
}

._Skins_D365_SideNav .search-bar .search-filter-wrapper
{
	font-size: 0.9em;
	right: 36px;
}

._Skins_D365_SideNav .search-bar .search-filter:hover
{
	background: #ffffff url('Images/D365_SideNav/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/D365_SideNav/icon-filter.png') no-repeat center center;
}

._Skins_D365_SideNav .search-bar .search-filter.selected
{
	background: transparent url('Images/D365_SideNav/icon-filter-selected.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/icon-filter-selected.png') no-repeat center center;
}

._Skins_D365_SideNav .search-filter-content ul li:hover
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_D365_SideNav .search-filter-content ul li button:focus
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_D365_SideNav #resultList .glossary .definition
{
	
}

._Skins_D365_SideNav #resultList .glossary
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_D365_SideNav #resultList .glossary .term
{
	font-family: 'Segoe UI';
	font-size: 1.5em;
	margin-bottom: 10px;
}

._Skins_D365_SideNav #resultList .glossary .term a
{
	
}

._Skins_D365_SideNav #resultList .glossary .term a:visited
{
	
}

._Skins_D365_SideNav #resultList .glossary .term a:focus
{
	
}

._Skins_D365_SideNav #resultList .glossary .term a:hover
{
	
}

._Skins_D365_SideNav #resultList .glossary .term a:active
{
	
}

._Skins_D365_SideNav h1#results-heading
{
	color: #393f45;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}

._Skins_D365_SideNav #results-heading
{
	border-bottom: solid 1px #EBEBEB;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

._Skins_D365_SideNav .search-bar .search-field::-webkit-input-placeholder
{
	color: #5F5F5F;
}

._Skins_D365_SideNav .search-bar .search-field::-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_D365_SideNav .search-bar .search-field:-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_D365_SideNav .search-bar .search-field:-ms-input-placeholder
{
	color: #5F5F5F;
}

._Skins_D365_SideNav .search-bar .search-submit-wrapper
{
	font-size: 0.9em;
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .featured-snippets-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/D365_SideNav/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-up.png') no-repeat center center;
}

._Skins_D365_SideNav .featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/D365_SideNav/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-down.png') no-repeat center center;
}

._Skins_D365_SideNav .featured-snippets-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_D365_SideNav .featured-snippets-container .micro-content-phrase
{
	
}

._Skins_D365_SideNav .featured-snippets-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_D365_SideNav .featured-snippets-container .micro-response
{
	
}

._Skins_D365_SideNav .featured-snippets-container.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_D365_SideNav .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;
}

._Skins_D365_SideNav .featured-snippets-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/D365_SideNav/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-up.png') no-repeat center center;
}

._Skins_D365_SideNav .featured-snippets-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/D365_SideNav/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/arrow-down.png') no-repeat center center;
}

._Skins_D365_SideNav .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);
}

._Skins_D365_SideNav .featured-snippets-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_D365_SideNav .featured-snippets-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_D365_SideNav .featured-snippets-container .micro-response-title a:visited
{
	
}

._Skins_D365_SideNav .featured-snippets-container .micro-response-title a:focus
{
	
}

._Skins_D365_SideNav .featured-snippets-container .micro-response-title a:hover
{
	
}

._Skins_D365_SideNav .featured-snippets-container .micro-response-title a:active
{
	
}

._Skins_D365_SideNav .featured-snippets-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_D365_SideNav .featured-snippets-container .micro-response-url
{
	
}

._Skins_D365_SideNav .featured-snippets-container .micro-content
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_D365_SideNav #pagination
{
	height: 2.5em;
	line-height: 2.5em;
}

._Skins_D365_SideNav #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-size: 0.9em;
	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;
}

._Skins_D365_SideNav #pagination a:hover
{
	font-size: 0.9em;
	border-top: solid 1px #e2e2e6;
}

._Skins_D365_SideNav #pagination a#selected
{
	font-weight: bold;
	border-top: solid 1px #e2e2e6;
}

._Skins_D365_SideNav #resultList .description
{
	font-size: 0.8em;
}

._Skins_D365_SideNav #resultList .gs-snippet
{
	font-size: 0.8em;
}

._Skins_D365_SideNav #resultList h3.title a
{
	color: #0185D1;
	font-size: 0.9em;
}

._Skins_D365_SideNav #resultList h3.title
{
	margin-bottom: 2px;
	text-decoration: none;
}

._Skins_D365_SideNav #resultList h3.title a:visited
{
	color: #1a3661;
	text-decoration: underline;
}

._Skins_D365_SideNav #resultList h3.title a:focus
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_D365_SideNav #resultList h3.title a:hover
{
	color: #fdb913;
	text-decoration: underline;
}

._Skins_D365_SideNav #resultList h3.title a:active
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_D365_SideNav #resultList .url cite
{
	color: #0E774A;
	font-size: 0.8em;
	font-style: normal;
}

._Skins_D365_SideNav #resultList
{
	line-height: 1em;
	text-align: left;
	display: block;
}

._Skins_D365_SideNav .search-bar.search-bar-container .search-submit
{
	width: 36px;
	background: transparent url('Images/D365_SideNav/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/icon-search.png') no-repeat center center;
}

._Skins_D365_SideNav .search-bar.search-bar-container .search-submit:hover
{
	background: transparent url('Images/D365_SideNav/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/D365_SideNav/icon-search.png') no-repeat center center;
}

._Skins_D365_SideNav .phrase-suggest
{
	font-style: italic;
}

._Skins_D365_SideNav .phrase-suggest a
{
	color: #2200C1;
}

._Skins_D365_SideNav .sidenav-wrapper
{
	width: 15%;
	display: block;
	background-color: #1A3661;
}

._Skins_D365_SideNav .sidenav-container ul ul
{
	background-color: #1A3661;
}

._Skins_D365_SideNav .sidenav-container
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

._Skins_D365_SideNav ul.sidenav li a
{
	border-bottom: solid 1px #39b0c5;
	padding-left: 0.67rem;
	padding-right: 0.67rem;
	padding-top: 0.67rem;
	padding-bottom: 0.67rem;
	color: #ffffff;
	font-family: 'Segoe UI';
	font-size: 0.9em;
	line-height: 1.6em;
}

._Skins_D365_SideNav ul.sidenav li
{
	
}

._Skins_D365_SideNav ul.sidenav ul > li > a
{
	border-bottom: none 0px #303335;
	margin-left: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

._Skins_D365_SideNav ul.sidenav ul ul > li > a
{
	line-height: 1em;
	margin-left: 4em;
}

._Skins_D365_SideNav ul.sidenav ul ul ul > li > a
{
	margin-left: 6em;
}

._Skins_D365_SideNav ul.sidenav ul ul ul ul > li > a
{
	margin-left: 8em;
}

._Skins_D365_SideNav ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle
{
	border-top-color: #a1a8ac;
}

._Skins_D365_SideNav ul.sidenav li a:hover
{
	color: #fdb913;
	background-color: transparent;
}

._Skins_D365_SideNav ul.sidenav ul > li > a:hover
{
	background-color: transparent;
}

._Skins_D365_SideNav ul.sidenav ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_D365_SideNav ul.sidenav ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_D365_SideNav ul.sidenav ul ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_D365_SideNav ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle:hover
{
	
}

._Skins_D365_SideNav ul.sidenav li a.selected
{
	color: #fdb913;
	font-weight: bold;
}

._Skins_D365_SideNav ul.sidenav ul > li > a.selected
{
	
}

._Skins_D365_SideNav ul.sidenav ul ul > li > a.selected
{
	
}

._Skins_D365_SideNav ul.sidenav ul ul ul > li > a.selected
{
	
}

._Skins_D365_SideNav ul.sidenav ul ul ul ul > li > a.selected
{
	
}

._Skins_D365_SideNav .skip-to-content
{
	color: #808080;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	background-color: #ffffff;
}

._Skins_D365_SideNav button.topnav-expand
{
	color: inherit;
	font-size: inherit;
	background-color: transparent;
}

._Skins_D365_SideNav .navigation-wrapper
{
	order: 2;
	justify-content: flex-end;
}

._Skins_D365_SideNav ul.navigation
{
	background-repeat: repeat;
	background-position: center center;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

._Skins_D365_SideNav ul.navigation a
{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}

._Skins_D365_SideNav ul.navigation ul
{
	background-color: #686868;
}

._Skins_D365_SideNav ul.navigation ul a
{
	
}

._Skins_D365_SideNav ul.navigation > li.has-children:after
{
	border-bottom-color: #686868;
}

._Skins_D365_SideNav ul.navigation ul ul
{
	background-color: #686868;
}

._Skins_D365_SideNav ul.navigation ul ul a
{
	
}

._Skins_D365_SideNav ul.navigation ul ul ul
{
	background-color: #686868;
}

._Skins_D365_SideNav ul.navigation ul ul ul a
{
	
}

._Skins_D365_SideNav ul.navigation ul ul ul ul
{
	background-color: #686868;
}

._Skins_D365_SideNav ul.navigation ul ul ul ul a
{
	
}

._Skins_D365_SideNav ul.navigation li
{
	
}

._Skins_D365_SideNav ul.navigation li > a
{
	line-height: 45px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

._Skins_D365_SideNav ul.navigation ul > li > a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
}

._Skins_D365_SideNav ul.navigation ul ul > li > a
{
	
}

._Skins_D365_SideNav ul.navigation ul ul ul > li > a
{
	
}

._Skins_D365_SideNav ul.navigation ul ul ul ul > li > a
{
	
}

._Skins_D365_SideNav ul.navigation li:hover
{
	background-color: transparent;
}

._Skins_D365_SideNav ul.navigation li > a:hover
{
	color: #ffffff;
}

._Skins_D365_SideNav ul.navigation li.is-expanded > a
{
	color: #ffffff;
}

._Skins_D365_SideNav ul.navigation ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_D365_SideNav ul.navigation ul > li > a:hover
{
	
}

._Skins_D365_SideNav ul.navigation ul > li.is-expanded > a
{
	
}

._Skins_D365_SideNav ul.navigation ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_D365_SideNav ul.navigation ul ul > li > a:hover
{
	
}

._Skins_D365_SideNav ul.navigation ul ul > li.is-expanded > a
{
	
}

._Skins_D365_SideNav ul.navigation ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_D365_SideNav ul.navigation ul ul ul > li > a:hover
{
	
}

._Skins_D365_SideNav ul.navigation ul ul ul > li.is-expanded > a
{
	
}

._Skins_D365_SideNav ul.navigation ul ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_D365_SideNav ul.navigation ul ul ul ul > li > a:hover
{
	
}

._Skins_D365_SideNav ul.navigation ul ul ul ul > li.is-expanded > a
{
	
}

._Skins_HMM .body-container
{
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	overflow: auto;
}

._Skins_HMM .sidenav-layout
{
	display: flex;
	max-height: 100vh;
}

._Skins_HMM .featured-snippets-container
{
	
}

._Skins_HMM .title-bar-layout .central-account-wrapper
{
	order: 4;
	justify-content: flex-start;
}

._Skins_HMM .central-dropdown
{
	line-height: 45px;
	white-space: nowrap;
	margin-left: 10px;
	margin-right: 10px;
}

._Skins_HMM .central-dropdown .central-account-drop
{
	padding-top: 0px;
	padding-bottom: 0px;
}

._Skins_HMM .central-dropdown:hover
{
	
}

._Skins_HMM .central-account-text
{
	color: #dadada;
	font-size: 14px;
	text-decoration: none;
}

._Skins_HMM .central-account-text:after
{
	border-top-color: #dadada;
}

._Skins_HMM .central-account-text:hover
{
	background-repeat: no-repeat;
	background-position: center center;
}

._Skins_HMM .central-account-image
{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	background: transparent url('Images/HMM/icon-user-white.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/icon-user-white.png') no-repeat center center;
}

._Skins_HMM .central-dropdown-content
{
	line-height: 35px;
	text-align: center;
	width: 100px;
	height: auto;
	left: auto;
	right: 0px;
	background-color: #ffffff;
}

._Skins_HMM div.central-dropdown-content > a
{
	color: #3d3d3d;
	font-size: 14px;
	text-decoration: none;
}

._Skins_HMM div.central-dropdown-content > a:hover
{
	text-decoration: underline;
}

._Skins_HMM .central-separator
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
	color: #D5D8DA;
	background-color: #D5D8DA;
}

._Skins_HMM nav.title-bar
{
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #1A3661 none;
	background: -moz-linear-gradient(top, #e0edef 0%, #fcf8de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0edef), color-stop(100%,#fcf8de));
	background: -webkit-linear-gradient(top, #e0edef 0%, #fcf8de 100%);
	background: -o-linear-gradient(top, #e0edef 0%,#fcf8de 100%);
	background: -ms-linear-gradient(top, #e0edef 0%,#fcf8de 100%);
	background: linear-gradient(#e0edef 0%,#fcf8de 100%);
	-pie-background: linear-gradient(#e0edef, #fcf8de);
}

._Skins_HMM .off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding-left: 1em;
	padding-right: 1em;
}

._Skins_HMM .off-canvas-wrapper-inner .title-bar-container
{
	flex: 0 1 auto;
}

._Skins_HMM #knowledge-panel
{
	width: 26%;
	order: 1;
	display: block;
}

._Skins_HMM #search-results-flex
{
	column-gap: 25px;
}

._Skins_HMM .knowledge-panel-container
{
	
}

._Skins_HMM #knowledge-panel-middle
{
	display: none;
}

._Skins_HMM .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;
}

._Skins_HMM .knowledge-panel-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/HMM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-up.png') no-repeat center center;
}

._Skins_HMM .knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/HMM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-down.png') no-repeat center center;
}

._Skins_HMM .knowledge-panel-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_HMM .knowledge-panel-container .micro-content-phrase
{
	
}

._Skins_HMM .knowledge-panel-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_HMM .knowledge-panel-container .micro-response
{
	
}

._Skins_HMM .knowledge-panel-container.micro-content-truncated-mode .micro-response
{
	max-height: none;
}

._Skins_HMM .knowledge-panel-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_HMM .knowledge-panel-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_HMM .knowledge-panel-container .micro-response-title a:visited
{
	
}

._Skins_HMM .knowledge-panel-container .micro-response-title a:focus
{
	
}

._Skins_HMM .knowledge-panel-container .micro-response-title a:hover
{
	
}

._Skins_HMM .knowledge-panel-container .micro-response-title a:active
{
	
}

._Skins_HMM .knowledge-panel-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_HMM .knowledge-panel-container .micro-response-url
{
	
}

._Skins_HMM .knowledge-panel-container .micro-content
{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_HMM .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;
}

._Skins_HMM .knowledge-panel-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/HMM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-up.png') no-repeat center center;
}

._Skins_HMM .knowledge-panel-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/HMM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-down.png') no-repeat center center;
}

._Skins_HMM .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);
}

._Skins_HMM .title-bar-layout .logo-wrapper
{
	order: 1;
	min-height: 60px;
	align-self: center;
	justify-content: center;
	flex-basis: auto;
}

._Skins_HMM .title-bar-layout a.logo
{
	display: block;
	width: 200px;
	height: 60px;
	align-self: center;
	background: transparent url('Images/HMM/BSSI_Logo_Main-200.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/BSSI_Logo_Main-200.png') no-repeat center center;
}

._Skins_HMM .menu-icon-container
{
	min-height: 60px;
}

._Skins_HMM .off-canvas-wrapper-inner .outer-row
{
	max-width: 100%;
	padding-left: 0em;
	padding-right: 0em;
}

._Skins_HMM .main-section > .outer-row
{
	padding-top: 0em;
	max-width: 100%;
	padding-bottom: 0em;
}

._Skins_HMM .off-canvas-content
{
	overflow: inherit;
	display: flex;
	flex-flow: column;
	max-height: 100vh;
}

._Skins_HMM .off-canvas-wrapper-inner .main-section
{
	display: flex;
	flex: 1 1 auto;
}

._Skins_HMM .off-canvas-wrapper-inner .main-section .outer-row
{
	flex: 1 1 auto;
}

._Skins_HMM .off-canvas-wrapper
{
	height: 100vh;
}

._Skins_HMM .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;
}

._Skins_HMM .micro-content-proxy.faq .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/HMM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-up.png') no-repeat center center;
}

._Skins_HMM .micro-content-proxy.faq .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/HMM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-down.png') no-repeat center center;
}

._Skins_HMM .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;
}

._Skins_HMM .micro-content-proxy.faq
{
	
}

._Skins_HMM .micro-content-proxy.faq .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_HMM .micro-content-proxy.faq .micro-content-phrase
{
	
}

._Skins_HMM .micro-content-proxy.faq.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_HMM .micro-content-proxy.faq .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_HMM .micro-content-proxy.faq .micro-response
{
	
}

._Skins_HMM .micro-content-proxy.faq.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_HMM .micro-content-proxy.faq .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_HMM .micro-content-proxy.faq .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_HMM .micro-content-proxy.faq .micro-response-title a:visited
{
	
}

._Skins_HMM .micro-content-proxy.faq .micro-response-title a:focus
{
	
}

._Skins_HMM .micro-content-proxy.faq .micro-response-title a:hover
{
	
}

._Skins_HMM .micro-content-proxy.faq .micro-response-title a:active
{
	
}

._Skins_HMM .micro-content-proxy.faq .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_HMM .micro-content-proxy.faq .micro-response-url
{
	
}

._Skins_HMM .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;
}

._Skins_HMM .micro-content-proxy.faq .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/HMM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-up.png') no-repeat center center;
}

._Skins_HMM .micro-content-proxy.faq .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/HMM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-down.png') no-repeat center center;
}

._Skins_HMM .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);
}

._Skins_HMM .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;
}

._Skins_HMM .micro-content-proxy.knowledge .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/HMM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-up.png') no-repeat center center;
}

._Skins_HMM .micro-content-proxy.knowledge .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/HMM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-down.png') no-repeat center center;
}

._Skins_HMM .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;
}

._Skins_HMM .micro-content-proxy.knowledge
{
	
}

._Skins_HMM .micro-content-proxy.knowledge .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_HMM .micro-content-proxy.knowledge .micro-content-phrase
{
	
}

._Skins_HMM .micro-content-proxy.knowledge.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_HMM .micro-content-proxy.knowledge .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_HMM .micro-content-proxy.knowledge .micro-response
{
	
}

._Skins_HMM .micro-content-proxy.knowledge.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_HMM .micro-content-proxy.knowledge .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_HMM .micro-content-proxy.knowledge .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_HMM .micro-content-proxy.knowledge .micro-response-title a:visited
{
	
}

._Skins_HMM .micro-content-proxy.knowledge .micro-response-title a:focus
{
	
}

._Skins_HMM .micro-content-proxy.knowledge .micro-response-title a:hover
{
	
}

._Skins_HMM .micro-content-proxy.knowledge .micro-response-title a:active
{
	
}

._Skins_HMM .micro-content-proxy.knowledge .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_HMM .micro-content-proxy.knowledge .micro-response-url
{
	
}

._Skins_HMM .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;
}

._Skins_HMM .micro-content-proxy.knowledge .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/HMM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-up.png') no-repeat center center;
}

._Skins_HMM .micro-content-proxy.knowledge .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/HMM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-down.png') no-repeat center center;
}

._Skins_HMM .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);
}

._Skins_HMM .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;
}

._Skins_HMM .micro-content-proxy.promotion .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/HMM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-up.png') no-repeat center center;
}

._Skins_HMM .micro-content-proxy.promotion .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/HMM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-down.png') no-repeat center center;
}

._Skins_HMM .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;
}

._Skins_HMM .micro-content-proxy.promotion
{
	
}

._Skins_HMM .micro-content-proxy.promotion .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_HMM .micro-content-proxy.promotion .micro-content-phrase
{
	
}

._Skins_HMM .micro-content-proxy.promotion.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_HMM .micro-content-proxy.promotion .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_HMM .micro-content-proxy.promotion .micro-response
{
	
}

._Skins_HMM .micro-content-proxy.promotion.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_HMM .micro-content-proxy.promotion .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_HMM .micro-content-proxy.promotion .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
	display: none;
}

._Skins_HMM .micro-content-proxy.promotion .micro-response-title a:visited
{
	
}

._Skins_HMM .micro-content-proxy.promotion .micro-response-title a:focus
{
	
}

._Skins_HMM .micro-content-proxy.promotion .micro-response-title a:hover
{
	
}

._Skins_HMM .micro-content-proxy.promotion .micro-response-title a:active
{
	
}

._Skins_HMM .micro-content-proxy.promotion .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_HMM .micro-content-proxy.promotion .micro-response-url
{
	display: none;
}

._Skins_HMM .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;
}

._Skins_HMM .micro-content-proxy.promotion .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/HMM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-up.png') no-repeat center center;
}

._Skins_HMM .micro-content-proxy.promotion .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/HMM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-down.png') no-repeat center center;
}

._Skins_HMM .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);
}

._Skins_HMM .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: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #ffffff;
}

._Skins_HMM .search-auto-complete li a
{
	color: #000000;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 27px;
	padding-top: 7px;
	padding-bottom: 7px;
}

._Skins_HMM .search-auto-complete li.auto-result-item a
{
	font-family: 'Segoe UI';
}

._Skins_HMM .search-auto-complete li.auto-result-item
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

._Skins_HMM .search-auto-complete li.auto-result-content a
{
	
}

._Skins_HMM .search-auto-complete li.auto-result-content
{
	
}

._Skins_HMM .search-auto-complete li.auto-result-history a
{
	
}

._Skins_HMM .search-auto-complete li.auto-result-history
{
	
}

._Skins_HMM .search-auto-complete li.auto-result-item.auto-result-selected a
{
	
}

._Skins_HMM .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;
}

._Skins_HMM .search-auto-complete li.auto-result-content.auto-result-selected
{
	background-color: #ececec;
}

._Skins_HMM .search-auto-complete li.auto-result-history.auto-result-selected
{
	background-color: #ececec;
}

._Skins_HMM .search-auto-complete li.auto-result-item .auto-result-description
{
	color: #888888;
	font-size: 0.9em;
}

._Skins_HMM .search-auto-complete li.auto-result-content .auto-result-description
{
	
}

._Skins_HMM .search-auto-complete li.auto-result-history .auto-result-description
{
	
}

._Skins_HMM .search-auto-complete li.auto-result-item .auto-result-icon
{
	margin-right: 5px;
}

._Skins_HMM .search-auto-complete li.auto-result-content .auto-result-icon
{
	background: transparent url('Images/HMM/icon-topic.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/icon-topic.png') no-repeat center center;
	background-size: contain;
}

._Skins_HMM .search-auto-complete li.auto-result-history .auto-result-icon
{
	background: transparent url('Images/HMM/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/icon-search.png') no-repeat center center;
	background-size: contain;
}

._Skins_HMM .search-auto-complete li.auto-result-item .auto-result-phrase
{
	font-size: 0.9em;
}

._Skins_HMM .search-auto-complete li.auto-result-content .auto-result-phrase
{
	
}

._Skins_HMM .search-auto-complete li.auto-result-history .auto-result-phrase
{
	
}

._Skins_HMM .search-auto-complete li.auto-result-item .auto-result-phrase .search-result-highlight
{
	font-weight: bold;
}

._Skins_HMM .search-auto-complete li.auto-result-content .auto-result-phrase .search-result-highlight
{
	
}

._Skins_HMM .search-auto-complete li.auto-result-history .auto-result-phrase .search-result-highlight
{
	
}

._Skins_HMM .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/HMM/icon-remove.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/icon-remove.png') no-repeat center center;
	background-size: contain;
}

._Skins_HMM .search-auto-complete li.auto-result-item .auto-result-separator
{
	
}

._Skins_HMM .nav-search-wrapper
{
	order: 3;
	justify-content: flex-end;
	flex-basis: auto;
}

._Skins_HMM .nav-search
{
	display: block;
	width: 400px;
	margin-top: 0px;
}

._Skins_HMM .search-bar .search-field
{
	height: 2em;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #5F5F5F;
	font-size: 0.9em;
	padding-left: 10px;
	background-color: #ffffff;
	padding-right: 50px;
}

._Skins_HMM .search-bar .search-filter
{
	height: 2em;
	border-top: none;
	border-bottom: none;
	border-left: solid 1px #0a1a3e;
	border-right: solid 1px #0a1a3e;
	width: 45px;
	right: 36px;
	background: #ffffff url('Images/HMM/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/HMM/icon-filter.png') no-repeat center center;
}

._Skins_HMM .search-bar .search-submit
{
	height: 2em;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

._Skins_HMM .search-bar
{
	
}

._Skins_HMM .search-filter-content
{
	top: 2em;
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
}

._Skins_HMM .search-bar .search-filter-wrapper.open
{
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
	background-position: center center;
	background-repeat: no-repeat;
}

._Skins_HMM .search-bar .search-filter-wrapper
{
	font-size: 0.9em;
	right: 36px;
}

._Skins_HMM .search-bar .search-filter:hover
{
	background: #ffffff url('Images/HMM/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/HMM/icon-filter.png') no-repeat center center;
}

._Skins_HMM .search-bar .search-filter.selected
{
	background: transparent url('Images/HMM/icon-filter-selected.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/icon-filter-selected.png') no-repeat center center;
}

._Skins_HMM .search-filter-content ul li:hover
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_HMM .search-filter-content ul li button:focus
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_HMM #resultList .glossary .definition
{
	
}

._Skins_HMM #resultList .glossary
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_HMM #resultList .glossary .term
{
	font-family: 'Segoe UI';
	font-size: 1.5em;
	margin-bottom: 10px;
}

._Skins_HMM #resultList .glossary .term a
{
	
}

._Skins_HMM #resultList .glossary .term a:visited
{
	
}

._Skins_HMM #resultList .glossary .term a:focus
{
	
}

._Skins_HMM #resultList .glossary .term a:hover
{
	
}

._Skins_HMM #resultList .glossary .term a:active
{
	
}

._Skins_HMM h1#results-heading
{
	color: #393f45;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}

._Skins_HMM #results-heading
{
	border-bottom: solid 1px #EBEBEB;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

._Skins_HMM .search-bar .search-field::-webkit-input-placeholder
{
	color: #5F5F5F;
}

._Skins_HMM .search-bar .search-field::-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_HMM .search-bar .search-field:-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_HMM .search-bar .search-field:-ms-input-placeholder
{
	color: #5F5F5F;
}

._Skins_HMM .search-bar .search-submit-wrapper
{
	font-size: 0.9em;
}

._Skins_HMM .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;
}

._Skins_HMM .featured-snippets-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/HMM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-up.png') no-repeat center center;
}

._Skins_HMM .featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/HMM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-down.png') no-repeat center center;
}

._Skins_HMM .featured-snippets-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_HMM .featured-snippets-container .micro-content-phrase
{
	
}

._Skins_HMM .featured-snippets-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_HMM .featured-snippets-container .micro-response
{
	
}

._Skins_HMM .featured-snippets-container.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_HMM .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;
}

._Skins_HMM .featured-snippets-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/HMM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-up.png') no-repeat center center;
}

._Skins_HMM .featured-snippets-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/HMM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/arrow-down.png') no-repeat center center;
}

._Skins_HMM .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);
}

._Skins_HMM .featured-snippets-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_HMM .featured-snippets-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_HMM .featured-snippets-container .micro-response-title a:visited
{
	
}

._Skins_HMM .featured-snippets-container .micro-response-title a:focus
{
	
}

._Skins_HMM .featured-snippets-container .micro-response-title a:hover
{
	
}

._Skins_HMM .featured-snippets-container .micro-response-title a:active
{
	
}

._Skins_HMM .featured-snippets-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_HMM .featured-snippets-container .micro-response-url
{
	
}

._Skins_HMM .featured-snippets-container .micro-content
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_HMM #pagination
{
	height: 2.5em;
	line-height: 2.5em;
}

._Skins_HMM #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-size: 0.9em;
	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;
}

._Skins_HMM #pagination a:hover
{
	font-size: 0.9em;
	border-top: solid 1px #e2e2e6;
}

._Skins_HMM #pagination a#selected
{
	font-weight: bold;
	border-top: solid 1px #e2e2e6;
}

._Skins_HMM #resultList .description
{
	font-size: 0.8em;
}

._Skins_HMM #resultList .gs-snippet
{
	font-size: 0.8em;
}

._Skins_HMM #resultList h3.title a
{
	color: #0185D1;
	font-size: 0.9em;
}

._Skins_HMM #resultList h3.title
{
	margin-bottom: 2px;
	text-decoration: none;
}

._Skins_HMM #resultList h3.title a:visited
{
	color: #1a3661;
	text-decoration: underline;
}

._Skins_HMM #resultList h3.title a:focus
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_HMM #resultList h3.title a:hover
{
	color: #fdb913;
	text-decoration: underline;
}

._Skins_HMM #resultList h3.title a:active
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_HMM #resultList .url cite
{
	color: #0E774A;
	font-size: 0.8em;
	font-style: normal;
}

._Skins_HMM #resultList
{
	line-height: 1em;
	text-align: left;
	display: block;
}

._Skins_HMM .search-bar.search-bar-container .search-submit
{
	width: 36px;
	background: transparent url('Images/HMM/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/icon-search.png') no-repeat center center;
}

._Skins_HMM .search-bar.search-bar-container .search-submit:hover
{
	background: transparent url('Images/HMM/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/HMM/icon-search.png') no-repeat center center;
}

._Skins_HMM .phrase-suggest
{
	font-style: italic;
}

._Skins_HMM .phrase-suggest a
{
	color: #2200C1;
}

._Skins_HMM .sidenav-wrapper
{
	width: 15%;
	display: block;
	background: #1e90ff;
	background: -moz-linear-gradient(top, #fcf8de 0%, #e0edef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf8de), color-stop(100%,#e0edef));
	background: -webkit-linear-gradient(top, #fcf8de 0%, #e0edef 100%);
	background: -o-linear-gradient(top, #fcf8de 0%,#e0edef 100%);
	background: -ms-linear-gradient(top, #fcf8de 0%,#e0edef 100%);
	background: linear-gradient(#fcf8de 0%,#e0edef 100%);
	-pie-background: linear-gradient(#fcf8de, #e0edef);
	background-position: top center;
}

._Skins_HMM .sidenav-container ul ul
{
	background: #1e90ff;
	background: -moz-linear-gradient(top, #fcf8de 0%, #e0edef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf8de), color-stop(100%,#e0edef));
	background: -webkit-linear-gradient(top, #fcf8de 0%, #e0edef 100%);
	background: -o-linear-gradient(top, #fcf8de 0%,#e0edef 100%);
	background: -ms-linear-gradient(top, #fcf8de 0%,#e0edef 100%);
	background: linear-gradient(#fcf8de 0%,#e0edef 100%);
	-pie-background: linear-gradient(#fcf8de, #e0edef);
}

._Skins_HMM .sidenav-container
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

._Skins_HMM ul.sidenav li a
{
	border-bottom: solid 1px #6d8bed;
	padding-left: 0.67rem;
	padding-right: 0.67rem;
	padding-top: 0.67rem;
	padding-bottom: 0.67rem;
	color: #00214F;
	font-family: 'Segoe UI';
	font-size: 0.9em;
	line-height: 1.6em;
}

._Skins_HMM ul.sidenav li
{
	
}

._Skins_HMM ul.sidenav ul > li > a
{
	border-bottom: none 0px #303335;
	margin-left: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

._Skins_HMM ul.sidenav ul ul > li > a
{
	line-height: 1em;
	margin-left: 4em;
}

._Skins_HMM ul.sidenav ul ul ul > li > a
{
	margin-left: 6em;
}

._Skins_HMM ul.sidenav ul ul ul ul > li > a
{
	margin-left: 8em;
}

._Skins_HMM ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle
{
	border-top-color: #a1a8ac;
}

._Skins_HMM ul.sidenav li a:hover
{
	color: #fdb913;
	background-color: transparent;
}

._Skins_HMM ul.sidenav ul > li > a:hover
{
	background-color: transparent;
}

._Skins_HMM ul.sidenav ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_HMM ul.sidenav ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_HMM ul.sidenav ul ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_HMM ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle:hover
{
	
}

._Skins_HMM ul.sidenav li a.selected
{
	color: #00214F;
	font-weight: bold;
}

._Skins_HMM ul.sidenav ul > li > a.selected
{
	
}

._Skins_HMM ul.sidenav ul ul > li > a.selected
{
	
}

._Skins_HMM ul.sidenav ul ul ul > li > a.selected
{
	
}

._Skins_HMM ul.sidenav ul ul ul ul > li > a.selected
{
	
}

._Skins_HMM .skip-to-content
{
	color: #808080;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	background-color: #ffffff;
}

._Skins_HMM button.topnav-expand
{
	color: inherit;
	font-size: inherit;
	background-color: transparent;
}

._Skins_HMM .navigation-wrapper
{
	order: 2;
	justify-content: flex-end;
}

._Skins_HMM ul.navigation
{
	background-repeat: repeat;
	background-position: center center;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

._Skins_HMM ul.navigation a
{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}

._Skins_HMM ul.navigation ul
{
	background-color: #686868;
}

._Skins_HMM ul.navigation ul a
{
	
}

._Skins_HMM ul.navigation > li.has-children:after
{
	border-bottom-color: #686868;
}

._Skins_HMM ul.navigation ul ul
{
	background-color: #686868;
}

._Skins_HMM ul.navigation ul ul a
{
	
}

._Skins_HMM ul.navigation ul ul ul
{
	background-color: #686868;
}

._Skins_HMM ul.navigation ul ul ul a
{
	
}

._Skins_HMM ul.navigation ul ul ul ul
{
	background-color: #686868;
}

._Skins_HMM ul.navigation ul ul ul ul a
{
	
}

._Skins_HMM ul.navigation li
{
	
}

._Skins_HMM ul.navigation li > a
{
	line-height: 45px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

._Skins_HMM ul.navigation ul > li > a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
}

._Skins_HMM ul.navigation ul ul > li > a
{
	
}

._Skins_HMM ul.navigation ul ul ul > li > a
{
	
}

._Skins_HMM ul.navigation ul ul ul ul > li > a
{
	
}

._Skins_HMM ul.navigation li:hover
{
	background-color: transparent;
}

._Skins_HMM ul.navigation li > a:hover
{
	color: #ffffff;
}

._Skins_HMM ul.navigation li.is-expanded > a
{
	color: #ffffff;
}

._Skins_HMM ul.navigation ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_HMM ul.navigation ul > li > a:hover
{
	
}

._Skins_HMM ul.navigation ul > li.is-expanded > a
{
	
}

._Skins_HMM ul.navigation ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_HMM ul.navigation ul ul > li > a:hover
{
	
}

._Skins_HMM ul.navigation ul ul > li.is-expanded > a
{
	
}

._Skins_HMM ul.navigation ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_HMM ul.navigation ul ul ul > li > a:hover
{
	
}

._Skins_HMM ul.navigation ul ul ul > li.is-expanded > a
{
	
}

._Skins_HMM ul.navigation ul ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_HMM ul.navigation ul ul ul ul > li > a:hover
{
	
}

._Skins_HMM ul.navigation ul ul ul ul > li.is-expanded > a
{
	
}

._Skins_MEM .body-container
{
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	overflow: auto;
}

._Skins_MEM .sidenav-layout
{
	display: flex;
	max-height: 100vh;
}

._Skins_MEM .featured-snippets-container
{
	
}

._Skins_MEM .title-bar-layout .central-account-wrapper
{
	order: 4;
	justify-content: flex-start;
}

._Skins_MEM .central-dropdown
{
	line-height: 45px;
	white-space: nowrap;
	margin-left: 10px;
	margin-right: 10px;
}

._Skins_MEM .central-dropdown .central-account-drop
{
	padding-top: 0px;
	padding-bottom: 0px;
}

._Skins_MEM .central-dropdown:hover
{
	
}

._Skins_MEM .central-account-text
{
	color: #dadada;
	font-size: 14px;
	text-decoration: none;
}

._Skins_MEM .central-account-text:after
{
	border-top-color: #dadada;
}

._Skins_MEM .central-account-text:hover
{
	background-repeat: no-repeat;
	background-position: center center;
}

._Skins_MEM .central-account-image
{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	background: transparent url('Images/MEM/icon-user-white.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/icon-user-white.png') no-repeat center center;
}

._Skins_MEM .central-dropdown-content
{
	line-height: 35px;
	text-align: center;
	width: 100px;
	height: auto;
	left: auto;
	right: 0px;
	background-color: #ffffff;
}

._Skins_MEM div.central-dropdown-content > a
{
	color: #3d3d3d;
	font-size: 14px;
	text-decoration: none;
}

._Skins_MEM div.central-dropdown-content > a:hover
{
	text-decoration: underline;
}

._Skins_MEM .central-separator
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
	color: #D5D8DA;
	background-color: #D5D8DA;
}

._Skins_MEM nav.title-bar
{
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #1A3661 none;
	background: -moz-linear-gradient(top, #fdfbe7 0%, #ede2d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfbe7), color-stop(100%,#ede2d6));
	background: -webkit-linear-gradient(top, #fdfbe7 0%, #ede2d6 100%);
	background: -o-linear-gradient(top, #fdfbe7 0%,#ede2d6 100%);
	background: -ms-linear-gradient(top, #fdfbe7 0%,#ede2d6 100%);
	background: linear-gradient(#fdfbe7 0%,#ede2d6 100%);
	-pie-background: linear-gradient(#fdfbe7, #ede2d6);
}

._Skins_MEM .off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding-left: 1em;
	padding-right: 1em;
}

._Skins_MEM .off-canvas-wrapper-inner .title-bar-container
{
	flex: 0 1 auto;
}

._Skins_MEM #knowledge-panel
{
	width: 26%;
	order: 1;
	display: block;
}

._Skins_MEM #search-results-flex
{
	column-gap: 25px;
}

._Skins_MEM .knowledge-panel-container
{
	
}

._Skins_MEM #knowledge-panel-middle
{
	display: none;
}

._Skins_MEM .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;
}

._Skins_MEM .knowledge-panel-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/MEM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-up.png') no-repeat center center;
}

._Skins_MEM .knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/MEM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-down.png') no-repeat center center;
}

._Skins_MEM .knowledge-panel-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_MEM .knowledge-panel-container .micro-content-phrase
{
	
}

._Skins_MEM .knowledge-panel-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_MEM .knowledge-panel-container .micro-response
{
	
}

._Skins_MEM .knowledge-panel-container.micro-content-truncated-mode .micro-response
{
	max-height: none;
}

._Skins_MEM .knowledge-panel-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_MEM .knowledge-panel-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_MEM .knowledge-panel-container .micro-response-title a:visited
{
	
}

._Skins_MEM .knowledge-panel-container .micro-response-title a:focus
{
	
}

._Skins_MEM .knowledge-panel-container .micro-response-title a:hover
{
	
}

._Skins_MEM .knowledge-panel-container .micro-response-title a:active
{
	
}

._Skins_MEM .knowledge-panel-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_MEM .knowledge-panel-container .micro-response-url
{
	
}

._Skins_MEM .knowledge-panel-container .micro-content
{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_MEM .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;
}

._Skins_MEM .knowledge-panel-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/MEM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-up.png') no-repeat center center;
}

._Skins_MEM .knowledge-panel-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/MEM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-down.png') no-repeat center center;
}

._Skins_MEM .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);
}

._Skins_MEM .title-bar-layout .logo-wrapper
{
	order: 1;
	min-height: 60px;
	align-self: center;
	justify-content: center;
	flex-basis: auto;
}

._Skins_MEM .title-bar-layout a.logo
{
	display: block;
	width: 200px;
	height: 60px;
	align-self: center;
	background: transparent url('Images/MEM/BSSI_Logo_Main-200.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/BSSI_Logo_Main-200.png') no-repeat center center;
}

._Skins_MEM .menu-icon-container
{
	min-height: 60px;
}

._Skins_MEM .off-canvas-wrapper-inner .outer-row
{
	max-width: 100%;
	padding-left: 0em;
	padding-right: 0em;
}

._Skins_MEM .main-section > .outer-row
{
	padding-top: 0em;
	max-width: 100%;
	padding-bottom: 0em;
}

._Skins_MEM .off-canvas-content
{
	overflow: inherit;
	display: flex;
	flex-flow: column;
	max-height: 100vh;
}

._Skins_MEM .off-canvas-wrapper-inner .main-section
{
	display: flex;
	flex: 1 1 auto;
}

._Skins_MEM .off-canvas-wrapper-inner .main-section .outer-row
{
	flex: 1 1 auto;
}

._Skins_MEM .off-canvas-wrapper
{
	height: 100vh;
}

._Skins_MEM .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;
}

._Skins_MEM .micro-content-proxy.faq .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/MEM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-up.png') no-repeat center center;
}

._Skins_MEM .micro-content-proxy.faq .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/MEM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-down.png') no-repeat center center;
}

._Skins_MEM .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;
}

._Skins_MEM .micro-content-proxy.faq
{
	
}

._Skins_MEM .micro-content-proxy.faq .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_MEM .micro-content-proxy.faq .micro-content-phrase
{
	
}

._Skins_MEM .micro-content-proxy.faq.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_MEM .micro-content-proxy.faq .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_MEM .micro-content-proxy.faq .micro-response
{
	
}

._Skins_MEM .micro-content-proxy.faq.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_MEM .micro-content-proxy.faq .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_MEM .micro-content-proxy.faq .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_MEM .micro-content-proxy.faq .micro-response-title a:visited
{
	
}

._Skins_MEM .micro-content-proxy.faq .micro-response-title a:focus
{
	
}

._Skins_MEM .micro-content-proxy.faq .micro-response-title a:hover
{
	
}

._Skins_MEM .micro-content-proxy.faq .micro-response-title a:active
{
	
}

._Skins_MEM .micro-content-proxy.faq .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_MEM .micro-content-proxy.faq .micro-response-url
{
	
}

._Skins_MEM .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;
}

._Skins_MEM .micro-content-proxy.faq .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/MEM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-up.png') no-repeat center center;
}

._Skins_MEM .micro-content-proxy.faq .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/MEM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-down.png') no-repeat center center;
}

._Skins_MEM .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);
}

._Skins_MEM .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;
}

._Skins_MEM .micro-content-proxy.knowledge .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/MEM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-up.png') no-repeat center center;
}

._Skins_MEM .micro-content-proxy.knowledge .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/MEM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-down.png') no-repeat center center;
}

._Skins_MEM .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;
}

._Skins_MEM .micro-content-proxy.knowledge
{
	
}

._Skins_MEM .micro-content-proxy.knowledge .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_MEM .micro-content-proxy.knowledge .micro-content-phrase
{
	
}

._Skins_MEM .micro-content-proxy.knowledge.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_MEM .micro-content-proxy.knowledge .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_MEM .micro-content-proxy.knowledge .micro-response
{
	
}

._Skins_MEM .micro-content-proxy.knowledge.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_MEM .micro-content-proxy.knowledge .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_MEM .micro-content-proxy.knowledge .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_MEM .micro-content-proxy.knowledge .micro-response-title a:visited
{
	
}

._Skins_MEM .micro-content-proxy.knowledge .micro-response-title a:focus
{
	
}

._Skins_MEM .micro-content-proxy.knowledge .micro-response-title a:hover
{
	
}

._Skins_MEM .micro-content-proxy.knowledge .micro-response-title a:active
{
	
}

._Skins_MEM .micro-content-proxy.knowledge .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_MEM .micro-content-proxy.knowledge .micro-response-url
{
	
}

._Skins_MEM .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;
}

._Skins_MEM .micro-content-proxy.knowledge .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/MEM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-up.png') no-repeat center center;
}

._Skins_MEM .micro-content-proxy.knowledge .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/MEM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-down.png') no-repeat center center;
}

._Skins_MEM .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);
}

._Skins_MEM .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;
}

._Skins_MEM .micro-content-proxy.promotion .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/MEM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-up.png') no-repeat center center;
}

._Skins_MEM .micro-content-proxy.promotion .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/MEM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-down.png') no-repeat center center;
}

._Skins_MEM .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;
}

._Skins_MEM .micro-content-proxy.promotion
{
	
}

._Skins_MEM .micro-content-proxy.promotion .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_MEM .micro-content-proxy.promotion .micro-content-phrase
{
	
}

._Skins_MEM .micro-content-proxy.promotion.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_MEM .micro-content-proxy.promotion .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_MEM .micro-content-proxy.promotion .micro-response
{
	
}

._Skins_MEM .micro-content-proxy.promotion.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_MEM .micro-content-proxy.promotion .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_MEM .micro-content-proxy.promotion .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
	display: none;
}

._Skins_MEM .micro-content-proxy.promotion .micro-response-title a:visited
{
	
}

._Skins_MEM .micro-content-proxy.promotion .micro-response-title a:focus
{
	
}

._Skins_MEM .micro-content-proxy.promotion .micro-response-title a:hover
{
	
}

._Skins_MEM .micro-content-proxy.promotion .micro-response-title a:active
{
	
}

._Skins_MEM .micro-content-proxy.promotion .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_MEM .micro-content-proxy.promotion .micro-response-url
{
	display: none;
}

._Skins_MEM .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;
}

._Skins_MEM .micro-content-proxy.promotion .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/MEM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-up.png') no-repeat center center;
}

._Skins_MEM .micro-content-proxy.promotion .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/MEM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-down.png') no-repeat center center;
}

._Skins_MEM .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);
}

._Skins_MEM .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: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #ffffff;
}

._Skins_MEM .search-auto-complete li a
{
	color: #000000;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 27px;
	padding-top: 7px;
	padding-bottom: 7px;
}

._Skins_MEM .search-auto-complete li.auto-result-item a
{
	font-family: 'Segoe UI';
}

._Skins_MEM .search-auto-complete li.auto-result-item
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

._Skins_MEM .search-auto-complete li.auto-result-content a
{
	
}

._Skins_MEM .search-auto-complete li.auto-result-content
{
	
}

._Skins_MEM .search-auto-complete li.auto-result-history a
{
	
}

._Skins_MEM .search-auto-complete li.auto-result-history
{
	
}

._Skins_MEM .search-auto-complete li.auto-result-item.auto-result-selected a
{
	
}

._Skins_MEM .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;
}

._Skins_MEM .search-auto-complete li.auto-result-content.auto-result-selected
{
	background-color: #ececec;
}

._Skins_MEM .search-auto-complete li.auto-result-history.auto-result-selected
{
	background-color: #ececec;
}

._Skins_MEM .search-auto-complete li.auto-result-item .auto-result-description
{
	color: #888888;
	font-size: 0.9em;
}

._Skins_MEM .search-auto-complete li.auto-result-content .auto-result-description
{
	
}

._Skins_MEM .search-auto-complete li.auto-result-history .auto-result-description
{
	
}

._Skins_MEM .search-auto-complete li.auto-result-item .auto-result-icon
{
	margin-right: 5px;
}

._Skins_MEM .search-auto-complete li.auto-result-content .auto-result-icon
{
	background: transparent url('Images/MEM/icon-topic.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/icon-topic.png') no-repeat center center;
	background-size: contain;
}

._Skins_MEM .search-auto-complete li.auto-result-history .auto-result-icon
{
	background: transparent url('Images/MEM/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/icon-search.png') no-repeat center center;
	background-size: contain;
}

._Skins_MEM .search-auto-complete li.auto-result-item .auto-result-phrase
{
	font-size: 0.9em;
}

._Skins_MEM .search-auto-complete li.auto-result-content .auto-result-phrase
{
	
}

._Skins_MEM .search-auto-complete li.auto-result-history .auto-result-phrase
{
	
}

._Skins_MEM .search-auto-complete li.auto-result-item .auto-result-phrase .search-result-highlight
{
	font-weight: bold;
}

._Skins_MEM .search-auto-complete li.auto-result-content .auto-result-phrase .search-result-highlight
{
	
}

._Skins_MEM .search-auto-complete li.auto-result-history .auto-result-phrase .search-result-highlight
{
	
}

._Skins_MEM .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/MEM/icon-remove.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/icon-remove.png') no-repeat center center;
	background-size: contain;
}

._Skins_MEM .search-auto-complete li.auto-result-item .auto-result-separator
{
	
}

._Skins_MEM .nav-search-wrapper
{
	order: 3;
	justify-content: flex-end;
	flex-basis: auto;
}

._Skins_MEM .nav-search
{
	display: block;
	width: 400px;
	margin-top: 0px;
}

._Skins_MEM .search-bar .search-field
{
	height: 2em;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #5F5F5F;
	font-size: 0.9em;
	padding-left: 10px;
	background-color: #ffffff;
	padding-right: 50px;
}

._Skins_MEM .search-bar .search-filter
{
	height: 2em;
	border-top: none;
	border-bottom: none;
	border-left: solid 1px #0a1a3e;
	border-right: solid 1px #0a1a3e;
	width: 45px;
	right: 36px;
	background: #ffffff url('Images/MEM/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/MEM/icon-filter.png') no-repeat center center;
}

._Skins_MEM .search-bar .search-submit
{
	height: 2em;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

._Skins_MEM .search-bar
{
	
}

._Skins_MEM .search-filter-content
{
	top: 2em;
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
}

._Skins_MEM .search-bar .search-filter-wrapper.open
{
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
	background-position: center center;
	background-repeat: no-repeat;
}

._Skins_MEM .search-bar .search-filter-wrapper
{
	font-size: 0.9em;
	right: 36px;
}

._Skins_MEM .search-bar .search-filter:hover
{
	background: #ffffff url('Images/MEM/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/MEM/icon-filter.png') no-repeat center center;
}

._Skins_MEM .search-bar .search-filter.selected
{
	background: transparent url('Images/MEM/icon-filter-selected.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/icon-filter-selected.png') no-repeat center center;
}

._Skins_MEM .search-filter-content ul li:hover
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_MEM .search-filter-content ul li button:focus
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_MEM #resultList .glossary .definition
{
	
}

._Skins_MEM #resultList .glossary
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_MEM #resultList .glossary .term
{
	font-family: 'Segoe UI';
	font-size: 1.5em;
	margin-bottom: 10px;
}

._Skins_MEM #resultList .glossary .term a
{
	
}

._Skins_MEM #resultList .glossary .term a:visited
{
	
}

._Skins_MEM #resultList .glossary .term a:focus
{
	
}

._Skins_MEM #resultList .glossary .term a:hover
{
	
}

._Skins_MEM #resultList .glossary .term a:active
{
	
}

._Skins_MEM h1#results-heading
{
	color: #393f45;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}

._Skins_MEM #results-heading
{
	border-bottom: solid 1px #EBEBEB;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

._Skins_MEM .search-bar .search-field::-webkit-input-placeholder
{
	color: #5F5F5F;
}

._Skins_MEM .search-bar .search-field::-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_MEM .search-bar .search-field:-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_MEM .search-bar .search-field:-ms-input-placeholder
{
	color: #5F5F5F;
}

._Skins_MEM .search-bar .search-submit-wrapper
{
	font-size: 0.9em;
}

._Skins_MEM .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;
}

._Skins_MEM .featured-snippets-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/MEM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-up.png') no-repeat center center;
}

._Skins_MEM .featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/MEM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-down.png') no-repeat center center;
}

._Skins_MEM .featured-snippets-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_MEM .featured-snippets-container .micro-content-phrase
{
	
}

._Skins_MEM .featured-snippets-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_MEM .featured-snippets-container .micro-response
{
	
}

._Skins_MEM .featured-snippets-container.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_MEM .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;
}

._Skins_MEM .featured-snippets-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/MEM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-up.png') no-repeat center center;
}

._Skins_MEM .featured-snippets-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/MEM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/arrow-down.png') no-repeat center center;
}

._Skins_MEM .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);
}

._Skins_MEM .featured-snippets-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_MEM .featured-snippets-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_MEM .featured-snippets-container .micro-response-title a:visited
{
	
}

._Skins_MEM .featured-snippets-container .micro-response-title a:focus
{
	
}

._Skins_MEM .featured-snippets-container .micro-response-title a:hover
{
	
}

._Skins_MEM .featured-snippets-container .micro-response-title a:active
{
	
}

._Skins_MEM .featured-snippets-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_MEM .featured-snippets-container .micro-response-url
{
	
}

._Skins_MEM .featured-snippets-container .micro-content
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_MEM #pagination
{
	height: 2.5em;
	line-height: 2.5em;
}

._Skins_MEM #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-size: 0.9em;
	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;
}

._Skins_MEM #pagination a:hover
{
	font-size: 0.9em;
	border-top: solid 1px #e2e2e6;
}

._Skins_MEM #pagination a#selected
{
	font-weight: bold;
	border-top: solid 1px #e2e2e6;
}

._Skins_MEM #resultList .description
{
	font-size: 0.8em;
}

._Skins_MEM #resultList .gs-snippet
{
	font-size: 0.8em;
}

._Skins_MEM #resultList h3.title a
{
	color: #0185D1;
	font-size: 0.9em;
}

._Skins_MEM #resultList h3.title
{
	margin-bottom: 2px;
	text-decoration: none;
}

._Skins_MEM #resultList h3.title a:visited
{
	color: #1a3661;
	text-decoration: underline;
}

._Skins_MEM #resultList h3.title a:focus
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_MEM #resultList h3.title a:hover
{
	color: #fdb913;
	text-decoration: underline;
}

._Skins_MEM #resultList h3.title a:active
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_MEM #resultList .url cite
{
	color: #0E774A;
	font-size: 0.8em;
	font-style: normal;
}

._Skins_MEM #resultList
{
	line-height: 1em;
	text-align: left;
	display: block;
}

._Skins_MEM .search-bar.search-bar-container .search-submit
{
	width: 36px;
	background: transparent url('Images/MEM/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/icon-search.png') no-repeat center center;
}

._Skins_MEM .search-bar.search-bar-container .search-submit:hover
{
	background: transparent url('Images/MEM/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/MEM/icon-search.png') no-repeat center center;
}

._Skins_MEM .phrase-suggest
{
	font-style: italic;
}

._Skins_MEM .phrase-suggest a
{
	color: #2200C1;
}

._Skins_MEM .sidenav-wrapper
{
	width: 15%;
	display: block;
	background: #1e90ff;
	background: -moz-linear-gradient(top, #ede2d6 0%, #ede2d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede2d6), color-stop(100%,#ede2d6));
	background: -webkit-linear-gradient(top, #ede2d6 0%, #ede2d6 100%);
	background: -o-linear-gradient(top, #ede2d6 0%,#ede2d6 100%);
	background: -ms-linear-gradient(top, #ede2d6 0%,#ede2d6 100%);
	background: linear-gradient(#ede2d6 0%,#ede2d6 100%);
	-pie-background: linear-gradient(#ede2d6, #ede2d6);
	background-position: top center;
}

._Skins_MEM .sidenav-container ul ul
{
	background: #1e90ff;
	background: -moz-linear-gradient(top, #ede2d6 0%, #ede2d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede2d6), color-stop(100%,#ede2d6));
	background: -webkit-linear-gradient(top, #ede2d6 0%, #ede2d6 100%);
	background: -o-linear-gradient(top, #ede2d6 0%,#ede2d6 100%);
	background: -ms-linear-gradient(top, #ede2d6 0%,#ede2d6 100%);
	background: linear-gradient(#ede2d6 0%,#ede2d6 100%);
	-pie-background: linear-gradient(#ede2d6, #ede2d6);
}

._Skins_MEM .sidenav-container
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

._Skins_MEM ul.sidenav li a
{
	border-bottom: solid 1px #00626b;
	padding-left: 0.67rem;
	padding-right: 0.67rem;
	padding-top: 0.67rem;
	padding-bottom: 0.67rem;
	color: #00214F;
	font-family: 'Segoe UI';
	font-size: 0.9em;
	line-height: 1.6em;
}

._Skins_MEM ul.sidenav li
{
	
}

._Skins_MEM ul.sidenav ul > li > a
{
	border-bottom: none 0px #303335;
	margin-left: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

._Skins_MEM ul.sidenav ul ul > li > a
{
	line-height: 1em;
	margin-left: 4em;
}

._Skins_MEM ul.sidenav ul ul ul > li > a
{
	margin-left: 6em;
}

._Skins_MEM ul.sidenav ul ul ul ul > li > a
{
	margin-left: 8em;
}

._Skins_MEM ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle
{
	border-top-color: #a1a8ac;
}

._Skins_MEM ul.sidenav li a:hover
{
	color: #fdb913;
	background-color: transparent;
}

._Skins_MEM ul.sidenav ul > li > a:hover
{
	background-color: transparent;
}

._Skins_MEM ul.sidenav ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_MEM ul.sidenav ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_MEM ul.sidenav ul ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_MEM ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle:hover
{
	
}

._Skins_MEM ul.sidenav li a.selected
{
	color: #00214F;
	font-weight: bold;
}

._Skins_MEM ul.sidenav ul > li > a.selected
{
	
}

._Skins_MEM ul.sidenav ul ul > li > a.selected
{
	
}

._Skins_MEM ul.sidenav ul ul ul > li > a.selected
{
	
}

._Skins_MEM ul.sidenav ul ul ul ul > li > a.selected
{
	
}

._Skins_MEM .skip-to-content
{
	color: #808080;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	background-color: #ffffff;
}

._Skins_MEM button.topnav-expand
{
	color: inherit;
	font-size: inherit;
	background-color: transparent;
}

._Skins_MEM .navigation-wrapper
{
	order: 2;
	justify-content: flex-end;
}

._Skins_MEM ul.navigation
{
	background-repeat: repeat;
	background-position: center center;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

._Skins_MEM ul.navigation a
{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}

._Skins_MEM ul.navigation ul
{
	background-color: #686868;
}

._Skins_MEM ul.navigation ul a
{
	
}

._Skins_MEM ul.navigation > li.has-children:after
{
	border-bottom-color: #686868;
}

._Skins_MEM ul.navigation ul ul
{
	background-color: #686868;
}

._Skins_MEM ul.navigation ul ul a
{
	
}

._Skins_MEM ul.navigation ul ul ul
{
	background-color: #686868;
}

._Skins_MEM ul.navigation ul ul ul a
{
	
}

._Skins_MEM ul.navigation ul ul ul ul
{
	background-color: #686868;
}

._Skins_MEM ul.navigation ul ul ul ul a
{
	
}

._Skins_MEM ul.navigation li
{
	
}

._Skins_MEM ul.navigation li > a
{
	line-height: 45px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

._Skins_MEM ul.navigation ul > li > a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
}

._Skins_MEM ul.navigation ul ul > li > a
{
	
}

._Skins_MEM ul.navigation ul ul ul > li > a
{
	
}

._Skins_MEM ul.navigation ul ul ul ul > li > a
{
	
}

._Skins_MEM ul.navigation li:hover
{
	background-color: transparent;
}

._Skins_MEM ul.navigation li > a:hover
{
	color: #ffffff;
}

._Skins_MEM ul.navigation li.is-expanded > a
{
	color: #ffffff;
}

._Skins_MEM ul.navigation ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_MEM ul.navigation ul > li > a:hover
{
	
}

._Skins_MEM ul.navigation ul > li.is-expanded > a
{
	
}

._Skins_MEM ul.navigation ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_MEM ul.navigation ul ul > li > a:hover
{
	
}

._Skins_MEM ul.navigation ul ul > li.is-expanded > a
{
	
}

._Skins_MEM ul.navigation ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_MEM ul.navigation ul ul ul > li > a:hover
{
	
}

._Skins_MEM ul.navigation ul ul ul > li.is-expanded > a
{
	
}

._Skins_MEM ul.navigation ul ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_MEM ul.navigation ul ul ul ul > li > a:hover
{
	
}

._Skins_MEM ul.navigation ul ul ul ul > li.is-expanded > a
{
	
}

._Skins_Minor_Products .body-container
{
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	overflow: auto;
}

._Skins_Minor_Products .sidenav-layout
{
	display: flex;
	max-height: 100vh;
}

._Skins_Minor_Products .featured-snippets-container
{
	
}

._Skins_Minor_Products .title-bar-layout .central-account-wrapper
{
	order: 4;
	justify-content: flex-start;
}

._Skins_Minor_Products .central-dropdown
{
	line-height: 45px;
	white-space: nowrap;
	margin-left: 10px;
	margin-right: 10px;
}

._Skins_Minor_Products .central-dropdown .central-account-drop
{
	padding-top: 0px;
	padding-bottom: 0px;
}

._Skins_Minor_Products .central-dropdown:hover
{
	
}

._Skins_Minor_Products .central-account-text
{
	color: #dadada;
	font-size: 14px;
	text-decoration: none;
}

._Skins_Minor_Products .central-account-text:after
{
	border-top-color: #dadada;
}

._Skins_Minor_Products .central-account-text:hover
{
	background-repeat: no-repeat;
	background-position: center center;
}

._Skins_Minor_Products .central-account-image
{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	background: transparent url('Images/Minor-Products/icon-user-white.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/icon-user-white.png') no-repeat center center;
}

._Skins_Minor_Products .central-dropdown-content
{
	line-height: 35px;
	text-align: center;
	width: 100px;
	height: auto;
	left: auto;
	right: 0px;
	background-color: #ffffff;
}

._Skins_Minor_Products div.central-dropdown-content > a
{
	color: #3d3d3d;
	font-size: 14px;
	text-decoration: none;
}

._Skins_Minor_Products div.central-dropdown-content > a:hover
{
	text-decoration: underline;
}

._Skins_Minor_Products .central-separator
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
	color: #D5D8DA;
	background-color: #D5D8DA;
}

._Skins_Minor_Products nav.title-bar
{
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #1A3661 none;
	background: -moz-linear-gradient(top, #00214F 0%, #004778 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00214F), color-stop(100%,#004778));
	background: -webkit-linear-gradient(top, #00214F 0%, #004778 100%);
	background: -o-linear-gradient(top, #00214F 0%,#004778 100%);
	background: -ms-linear-gradient(top, #00214F 0%,#004778 100%);
	background: linear-gradient(#00214F 0%,#004778 100%);
	-pie-background: linear-gradient(#00214F, #004778);
}

._Skins_Minor_Products .off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding-left: 1em;
	padding-right: 1em;
}

._Skins_Minor_Products .off-canvas-wrapper-inner .title-bar-container
{
	flex: 0 1 auto;
}

._Skins_Minor_Products #knowledge-panel
{
	width: 26%;
	order: 1;
	display: block;
}

._Skins_Minor_Products #search-results-flex
{
	column-gap: 25px;
}

._Skins_Minor_Products .knowledge-panel-container
{
	
}

._Skins_Minor_Products #knowledge-panel-middle
{
	display: none;
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .knowledge-panel-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/Minor-Products/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-up.png') no-repeat center center;
}

._Skins_Minor_Products .knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/Minor-Products/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-down.png') no-repeat center center;
}

._Skins_Minor_Products .knowledge-panel-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_Minor_Products .knowledge-panel-container .micro-content-phrase
{
	
}

._Skins_Minor_Products .knowledge-panel-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_Minor_Products .knowledge-panel-container .micro-response
{
	
}

._Skins_Minor_Products .knowledge-panel-container.micro-content-truncated-mode .micro-response
{
	max-height: none;
}

._Skins_Minor_Products .knowledge-panel-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_Minor_Products .knowledge-panel-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_Minor_Products .knowledge-panel-container .micro-response-title a:visited
{
	
}

._Skins_Minor_Products .knowledge-panel-container .micro-response-title a:focus
{
	
}

._Skins_Minor_Products .knowledge-panel-container .micro-response-title a:hover
{
	
}

._Skins_Minor_Products .knowledge-panel-container .micro-response-title a:active
{
	
}

._Skins_Minor_Products .knowledge-panel-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_Minor_Products .knowledge-panel-container .micro-response-url
{
	
}

._Skins_Minor_Products .knowledge-panel-container .micro-content
{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .knowledge-panel-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/Minor-Products/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-up.png') no-repeat center center;
}

._Skins_Minor_Products .knowledge-panel-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/Minor-Products/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-down.png') no-repeat center center;
}

._Skins_Minor_Products .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);
}

._Skins_Minor_Products .title-bar-layout .logo-wrapper
{
	order: 1;
	min-height: 60px;
	align-self: center;
	justify-content: center;
	flex-basis: auto;
}

._Skins_Minor_Products .title-bar-layout a.logo
{
	display: block;
	width: 200px;
	height: 60px;
	align-self: center;
	background: transparent url('Images/Minor-Products/BSSI_Logo_White-200.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/BSSI_Logo_White-200.png') no-repeat center center;
}

._Skins_Minor_Products .menu-icon-container
{
	min-height: 60px;
}

._Skins_Minor_Products .off-canvas-wrapper-inner .outer-row
{
	max-width: 100%;
	padding-left: 0em;
	padding-right: 0em;
}

._Skins_Minor_Products .main-section > .outer-row
{
	padding-top: 0em;
	max-width: 100%;
	padding-bottom: 0em;
}

._Skins_Minor_Products .off-canvas-content
{
	overflow: inherit;
	display: flex;
	flex-flow: column;
	max-height: 100vh;
}

._Skins_Minor_Products .off-canvas-wrapper-inner .main-section
{
	display: flex;
	flex: 1 1 auto;
}

._Skins_Minor_Products .off-canvas-wrapper-inner .main-section .outer-row
{
	flex: 1 1 auto;
}

._Skins_Minor_Products .off-canvas-wrapper
{
	height: 100vh;
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/Minor-Products/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-up.png') no-repeat center center;
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/Minor-Products/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-down.png') no-repeat center center;
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .micro-content-proxy.faq
{
	
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-content-phrase
{
	
}

._Skins_Minor_Products .micro-content-proxy.faq.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_Minor_Products .micro-content-proxy.faq .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-response
{
	
}

._Skins_Minor_Products .micro-content-proxy.faq.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-response-title a:visited
{
	
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-response-title a:focus
{
	
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-response-title a:hover
{
	
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-response-title a:active
{
	
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-response-url
{
	
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/Minor-Products/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-up.png') no-repeat center center;
}

._Skins_Minor_Products .micro-content-proxy.faq .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/Minor-Products/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-down.png') no-repeat center center;
}

._Skins_Minor_Products .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);
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/Minor-Products/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-up.png') no-repeat center center;
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/Minor-Products/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-down.png') no-repeat center center;
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .micro-content-proxy.knowledge
{
	
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-content-phrase
{
	
}

._Skins_Minor_Products .micro-content-proxy.knowledge.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_Minor_Products .micro-content-proxy.knowledge .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-response
{
	
}

._Skins_Minor_Products .micro-content-proxy.knowledge.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-response-title a:visited
{
	
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-response-title a:focus
{
	
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-response-title a:hover
{
	
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-response-title a:active
{
	
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-response-url
{
	
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/Minor-Products/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-up.png') no-repeat center center;
}

._Skins_Minor_Products .micro-content-proxy.knowledge .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/Minor-Products/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-down.png') no-repeat center center;
}

._Skins_Minor_Products .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);
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/Minor-Products/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-up.png') no-repeat center center;
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/Minor-Products/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-down.png') no-repeat center center;
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .micro-content-proxy.promotion
{
	
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-content-phrase
{
	
}

._Skins_Minor_Products .micro-content-proxy.promotion.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_Minor_Products .micro-content-proxy.promotion .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-response
{
	
}

._Skins_Minor_Products .micro-content-proxy.promotion.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
	display: none;
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-response-title a:visited
{
	
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-response-title a:focus
{
	
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-response-title a:hover
{
	
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-response-title a:active
{
	
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-response-url
{
	display: none;
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/Minor-Products/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-up.png') no-repeat center center;
}

._Skins_Minor_Products .micro-content-proxy.promotion .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/Minor-Products/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-down.png') no-repeat center center;
}

._Skins_Minor_Products .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);
}

._Skins_Minor_Products .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: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #ffffff;
}

._Skins_Minor_Products .search-auto-complete li a
{
	color: #000000;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 27px;
	padding-top: 7px;
	padding-bottom: 7px;
}

._Skins_Minor_Products .search-auto-complete li.auto-result-item a
{
	font-family: 'Segoe UI';
}

._Skins_Minor_Products .search-auto-complete li.auto-result-item
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

._Skins_Minor_Products .search-auto-complete li.auto-result-content a
{
	
}

._Skins_Minor_Products .search-auto-complete li.auto-result-content
{
	
}

._Skins_Minor_Products .search-auto-complete li.auto-result-history a
{
	
}

._Skins_Minor_Products .search-auto-complete li.auto-result-history
{
	
}

._Skins_Minor_Products .search-auto-complete li.auto-result-item.auto-result-selected a
{
	
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .search-auto-complete li.auto-result-content.auto-result-selected
{
	background-color: #ececec;
}

._Skins_Minor_Products .search-auto-complete li.auto-result-history.auto-result-selected
{
	background-color: #ececec;
}

._Skins_Minor_Products .search-auto-complete li.auto-result-item .auto-result-description
{
	color: #888888;
	font-size: 0.9em;
}

._Skins_Minor_Products .search-auto-complete li.auto-result-content .auto-result-description
{
	
}

._Skins_Minor_Products .search-auto-complete li.auto-result-history .auto-result-description
{
	
}

._Skins_Minor_Products .search-auto-complete li.auto-result-item .auto-result-icon
{
	margin-right: 5px;
}

._Skins_Minor_Products .search-auto-complete li.auto-result-content .auto-result-icon
{
	background: transparent url('Images/Minor-Products/icon-topic.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/icon-topic.png') no-repeat center center;
	background-size: contain;
}

._Skins_Minor_Products .search-auto-complete li.auto-result-history .auto-result-icon
{
	background: transparent url('Images/Minor-Products/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/icon-search.png') no-repeat center center;
	background-size: contain;
}

._Skins_Minor_Products .search-auto-complete li.auto-result-item .auto-result-phrase
{
	font-size: 0.9em;
}

._Skins_Minor_Products .search-auto-complete li.auto-result-content .auto-result-phrase
{
	
}

._Skins_Minor_Products .search-auto-complete li.auto-result-history .auto-result-phrase
{
	
}

._Skins_Minor_Products .search-auto-complete li.auto-result-item .auto-result-phrase .search-result-highlight
{
	font-weight: bold;
}

._Skins_Minor_Products .search-auto-complete li.auto-result-content .auto-result-phrase .search-result-highlight
{
	
}

._Skins_Minor_Products .search-auto-complete li.auto-result-history .auto-result-phrase .search-result-highlight
{
	
}

._Skins_Minor_Products .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/Minor-Products/icon-remove.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/icon-remove.png') no-repeat center center;
	background-size: contain;
}

._Skins_Minor_Products .search-auto-complete li.auto-result-item .auto-result-separator
{
	
}

._Skins_Minor_Products .nav-search-wrapper
{
	order: 3;
	justify-content: flex-end;
	flex-basis: auto;
}

._Skins_Minor_Products .nav-search
{
	display: block;
	width: 400px;
	margin-top: 0px;
}

._Skins_Minor_Products .search-bar .search-field
{
	height: 2em;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #5F5F5F;
	font-size: 0.9em;
	padding-left: 10px;
	background-color: #ffffff;
	padding-right: 50px;
}

._Skins_Minor_Products .search-bar .search-filter
{
	height: 2em;
	border-top: none;
	border-bottom: none;
	border-left: solid 1px #0a1a3e;
	border-right: solid 1px #0a1a3e;
	width: 45px;
	right: 36px;
	background: #ffffff url('Images/Minor-Products/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/Minor-Products/icon-filter.png') no-repeat center center;
}

._Skins_Minor_Products .search-bar .search-submit
{
	height: 2em;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

._Skins_Minor_Products .search-bar
{
	
}

._Skins_Minor_Products .search-filter-content
{
	top: 2em;
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
}

._Skins_Minor_Products .search-bar .search-filter-wrapper.open
{
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
	background-position: center center;
	background-repeat: no-repeat;
}

._Skins_Minor_Products .search-bar .search-filter-wrapper
{
	font-size: 0.9em;
	right: 36px;
}

._Skins_Minor_Products .search-bar .search-filter:hover
{
	background: #ffffff url('Images/Minor-Products/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/Minor-Products/icon-filter.png') no-repeat center center;
}

._Skins_Minor_Products .search-bar .search-filter.selected
{
	background: transparent url('Images/Minor-Products/icon-filter-selected.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/icon-filter-selected.png') no-repeat center center;
}

._Skins_Minor_Products .search-filter-content ul li:hover
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_Minor_Products .search-filter-content ul li button:focus
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_Minor_Products #resultList .glossary .definition
{
	
}

._Skins_Minor_Products #resultList .glossary
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_Minor_Products #resultList .glossary .term
{
	font-family: 'Segoe UI';
	font-size: 1.5em;
	margin-bottom: 10px;
}

._Skins_Minor_Products #resultList .glossary .term a
{
	
}

._Skins_Minor_Products #resultList .glossary .term a:visited
{
	
}

._Skins_Minor_Products #resultList .glossary .term a:focus
{
	
}

._Skins_Minor_Products #resultList .glossary .term a:hover
{
	
}

._Skins_Minor_Products #resultList .glossary .term a:active
{
	
}

._Skins_Minor_Products h1#results-heading
{
	color: #393f45;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}

._Skins_Minor_Products #results-heading
{
	border-bottom: solid 1px #EBEBEB;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

._Skins_Minor_Products .search-bar .search-field::-webkit-input-placeholder
{
	color: #5F5F5F;
}

._Skins_Minor_Products .search-bar .search-field::-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_Minor_Products .search-bar .search-field:-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_Minor_Products .search-bar .search-field:-ms-input-placeholder
{
	color: #5F5F5F;
}

._Skins_Minor_Products .search-bar .search-submit-wrapper
{
	font-size: 0.9em;
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .featured-snippets-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/Minor-Products/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-up.png') no-repeat center center;
}

._Skins_Minor_Products .featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/Minor-Products/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-down.png') no-repeat center center;
}

._Skins_Minor_Products .featured-snippets-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_Minor_Products .featured-snippets-container .micro-content-phrase
{
	
}

._Skins_Minor_Products .featured-snippets-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_Minor_Products .featured-snippets-container .micro-response
{
	
}

._Skins_Minor_Products .featured-snippets-container.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_Minor_Products .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;
}

._Skins_Minor_Products .featured-snippets-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/Minor-Products/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-up.png') no-repeat center center;
}

._Skins_Minor_Products .featured-snippets-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/Minor-Products/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/arrow-down.png') no-repeat center center;
}

._Skins_Minor_Products .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);
}

._Skins_Minor_Products .featured-snippets-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_Minor_Products .featured-snippets-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_Minor_Products .featured-snippets-container .micro-response-title a:visited
{
	
}

._Skins_Minor_Products .featured-snippets-container .micro-response-title a:focus
{
	
}

._Skins_Minor_Products .featured-snippets-container .micro-response-title a:hover
{
	
}

._Skins_Minor_Products .featured-snippets-container .micro-response-title a:active
{
	
}

._Skins_Minor_Products .featured-snippets-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_Minor_Products .featured-snippets-container .micro-response-url
{
	
}

._Skins_Minor_Products .featured-snippets-container .micro-content
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_Minor_Products #pagination
{
	height: 2.5em;
	line-height: 2.5em;
}

._Skins_Minor_Products #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-size: 0.9em;
	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;
}

._Skins_Minor_Products #pagination a:hover
{
	font-size: 0.9em;
	border-top: solid 1px #e2e2e6;
}

._Skins_Minor_Products #pagination a#selected
{
	font-weight: bold;
	border-top: solid 1px #e2e2e6;
}

._Skins_Minor_Products #resultList .description
{
	font-size: 0.8em;
}

._Skins_Minor_Products #resultList .gs-snippet
{
	font-size: 0.8em;
}

._Skins_Minor_Products #resultList h3.title a
{
	color: #0185D1;
	font-size: 0.9em;
}

._Skins_Minor_Products #resultList h3.title
{
	margin-bottom: 2px;
	text-decoration: none;
}

._Skins_Minor_Products #resultList h3.title a:visited
{
	color: #1a3661;
	text-decoration: underline;
}

._Skins_Minor_Products #resultList h3.title a:focus
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_Minor_Products #resultList h3.title a:hover
{
	color: #fdb913;
	text-decoration: underline;
}

._Skins_Minor_Products #resultList h3.title a:active
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_Minor_Products #resultList .url cite
{
	color: #0E774A;
	font-size: 0.8em;
	font-style: normal;
}

._Skins_Minor_Products #resultList
{
	line-height: 1em;
	text-align: left;
	display: block;
}

._Skins_Minor_Products .search-bar.search-bar-container .search-submit
{
	width: 36px;
	background: transparent url('Images/Minor-Products/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/icon-search.png') no-repeat center center;
}

._Skins_Minor_Products .search-bar.search-bar-container .search-submit:hover
{
	background: transparent url('Images/Minor-Products/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/Minor-Products/icon-search.png') no-repeat center center;
}

._Skins_Minor_Products .phrase-suggest
{
	font-style: italic;
}

._Skins_Minor_Products .phrase-suggest a
{
	color: #2200C1;
}

._Skins_Minor_Products .sidenav-wrapper
{
	width: 15%;
	display: block;
	background: #1e90ff;
	background: -moz-linear-gradient(top, #004778 0%, #00626B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004778), color-stop(100%,#00626B));
	background: -webkit-linear-gradient(top, #004778 0%, #00626B 100%);
	background: -o-linear-gradient(top, #004778 0%,#00626B 100%);
	background: -ms-linear-gradient(top, #004778 0%,#00626B 100%);
	background: linear-gradient(#004778 0%,#00626B 100%);
	-pie-background: linear-gradient(#004778, #00626B);
	background-position: top center;
}

._Skins_Minor_Products .sidenav-container ul ul
{
	background: #1e90ff;
	background: -moz-linear-gradient(top, #004778 0%, #00626B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004778), color-stop(100%,#00626B));
	background: -webkit-linear-gradient(top, #004778 0%, #00626B 100%);
	background: -o-linear-gradient(top, #004778 0%,#00626B 100%);
	background: -ms-linear-gradient(top, #004778 0%,#00626B 100%);
	background: linear-gradient(#004778 0%,#00626B 100%);
	-pie-background: linear-gradient(#004778, #00626B);
}

._Skins_Minor_Products .sidenav-container
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

._Skins_Minor_Products ul.sidenav li a
{
	border-bottom: solid 1px #39b0c5;
	padding-left: 0.67rem;
	padding-right: 0.67rem;
	padding-top: 0.67rem;
	padding-bottom: 0.67rem;
	color: #ffffff;
	font-family: 'Segoe UI';
	font-size: 0.9em;
	line-height: 1.6em;
}

._Skins_Minor_Products ul.sidenav li
{
	
}

._Skins_Minor_Products ul.sidenav ul > li > a
{
	border-bottom: none 0px #303335;
	margin-left: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

._Skins_Minor_Products ul.sidenav ul ul > li > a
{
	line-height: 1em;
	margin-left: 4em;
}

._Skins_Minor_Products ul.sidenav ul ul ul > li > a
{
	margin-left: 6em;
}

._Skins_Minor_Products ul.sidenav ul ul ul ul > li > a
{
	margin-left: 8em;
}

._Skins_Minor_Products ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle
{
	border-top-color: #a1a8ac;
}

._Skins_Minor_Products ul.sidenav li a:hover
{
	color: #fdb913;
	background-color: transparent;
}

._Skins_Minor_Products ul.sidenav ul > li > a:hover
{
	background-color: transparent;
}

._Skins_Minor_Products ul.sidenav ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_Minor_Products ul.sidenav ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_Minor_Products ul.sidenav ul ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_Minor_Products ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle:hover
{
	
}

._Skins_Minor_Products ul.sidenav li a.selected
{
	color: #fdb913;
	font-weight: bold;
}

._Skins_Minor_Products ul.sidenav ul > li > a.selected
{
	
}

._Skins_Minor_Products ul.sidenav ul ul > li > a.selected
{
	
}

._Skins_Minor_Products ul.sidenav ul ul ul > li > a.selected
{
	
}

._Skins_Minor_Products ul.sidenav ul ul ul ul > li > a.selected
{
	
}

._Skins_Minor_Products .skip-to-content
{
	color: #808080;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	background-color: #ffffff;
}

._Skins_Minor_Products button.topnav-expand
{
	color: inherit;
	font-size: inherit;
	background-color: transparent;
}

._Skins_Minor_Products .navigation-wrapper
{
	order: 2;
	justify-content: flex-end;
}

._Skins_Minor_Products ul.navigation
{
	background-repeat: repeat;
	background-position: center center;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

._Skins_Minor_Products ul.navigation a
{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}

._Skins_Minor_Products ul.navigation ul
{
	background-color: #686868;
}

._Skins_Minor_Products ul.navigation ul a
{
	
}

._Skins_Minor_Products ul.navigation > li.has-children:after
{
	border-bottom-color: #686868;
}

._Skins_Minor_Products ul.navigation ul ul
{
	background-color: #686868;
}

._Skins_Minor_Products ul.navigation ul ul a
{
	
}

._Skins_Minor_Products ul.navigation ul ul ul
{
	background-color: #686868;
}

._Skins_Minor_Products ul.navigation ul ul ul a
{
	
}

._Skins_Minor_Products ul.navigation ul ul ul ul
{
	background-color: #686868;
}

._Skins_Minor_Products ul.navigation ul ul ul ul a
{
	
}

._Skins_Minor_Products ul.navigation li
{
	
}

._Skins_Minor_Products ul.navigation li > a
{
	line-height: 45px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

._Skins_Minor_Products ul.navigation ul > li > a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
}

._Skins_Minor_Products ul.navigation ul ul > li > a
{
	
}

._Skins_Minor_Products ul.navigation ul ul ul > li > a
{
	
}

._Skins_Minor_Products ul.navigation ul ul ul ul > li > a
{
	
}

._Skins_Minor_Products ul.navigation li:hover
{
	background-color: transparent;
}

._Skins_Minor_Products ul.navigation li > a:hover
{
	color: #ffffff;
}

._Skins_Minor_Products ul.navigation li.is-expanded > a
{
	color: #ffffff;
}

._Skins_Minor_Products ul.navigation ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_Minor_Products ul.navigation ul > li > a:hover
{
	
}

._Skins_Minor_Products ul.navigation ul > li.is-expanded > a
{
	
}

._Skins_Minor_Products ul.navigation ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_Minor_Products ul.navigation ul ul > li > a:hover
{
	
}

._Skins_Minor_Products ul.navigation ul ul > li.is-expanded > a
{
	
}

._Skins_Minor_Products ul.navigation ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_Minor_Products ul.navigation ul ul ul > li > a:hover
{
	
}

._Skins_Minor_Products ul.navigation ul ul ul > li.is-expanded > a
{
	
}

._Skins_Minor_Products ul.navigation ul ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_Minor_Products ul.navigation ul ul ul ul > li > a:hover
{
	
}

._Skins_Minor_Products ul.navigation ul ul ul ul > li.is-expanded > a
{
	
}

._Skins_PLM .body-container
{
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	overflow: auto;
}

._Skins_PLM .sidenav-layout
{
	display: flex;
	max-height: 100vh;
}

._Skins_PLM .featured-snippets-container
{
	
}

._Skins_PLM .title-bar-layout .central-account-wrapper
{
	order: 4;
	justify-content: flex-start;
}

._Skins_PLM .central-dropdown
{
	line-height: 45px;
	white-space: nowrap;
	margin-left: 10px;
	margin-right: 10px;
}

._Skins_PLM .central-dropdown .central-account-drop
{
	padding-top: 0px;
	padding-bottom: 0px;
}

._Skins_PLM .central-dropdown:hover
{
	
}

._Skins_PLM .central-account-text
{
	color: #dadada;
	font-size: 14px;
	text-decoration: none;
}

._Skins_PLM .central-account-text:after
{
	border-top-color: #dadada;
}

._Skins_PLM .central-account-text:hover
{
	background-repeat: no-repeat;
	background-position: center center;
}

._Skins_PLM .central-account-image
{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	background: transparent url('Images/PLM/icon-user-white.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/icon-user-white.png') no-repeat center center;
}

._Skins_PLM .central-dropdown-content
{
	line-height: 35px;
	text-align: center;
	width: 100px;
	height: auto;
	left: auto;
	right: 0px;
	background-color: #ffffff;
}

._Skins_PLM div.central-dropdown-content > a
{
	color: #3d3d3d;
	font-size: 14px;
	text-decoration: none;
}

._Skins_PLM div.central-dropdown-content > a:hover
{
	text-decoration: underline;
}

._Skins_PLM .central-separator
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
	color: #D5D8DA;
	background-color: #D5D8DA;
}

._Skins_PLM nav.title-bar
{
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #1A3661 none;
	background: -moz-linear-gradient(top, #ede8f7 0%, #d9dff8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede8f7), color-stop(100%,#d9dff8));
	background: -webkit-linear-gradient(top, #ede8f7 0%, #d9dff8 100%);
	background: -o-linear-gradient(top, #ede8f7 0%,#d9dff8 100%);
	background: -ms-linear-gradient(top, #ede8f7 0%,#d9dff8 100%);
	background: linear-gradient(#ede8f7 0%,#d9dff8 100%);
	-pie-background: linear-gradient(#ede8f7, #d9dff8);
}

._Skins_PLM .off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding-left: 1em;
	padding-right: 1em;
}

._Skins_PLM .off-canvas-wrapper-inner .title-bar-container
{
	flex: 0 1 auto;
}

._Skins_PLM #knowledge-panel
{
	width: 26%;
	order: 1;
	display: block;
}

._Skins_PLM #search-results-flex
{
	column-gap: 25px;
}

._Skins_PLM .knowledge-panel-container
{
	
}

._Skins_PLM #knowledge-panel-middle
{
	display: none;
}

._Skins_PLM .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;
}

._Skins_PLM .knowledge-panel-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/PLM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-up.png') no-repeat center center;
}

._Skins_PLM .knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/PLM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-down.png') no-repeat center center;
}

._Skins_PLM .knowledge-panel-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_PLM .knowledge-panel-container .micro-content-phrase
{
	
}

._Skins_PLM .knowledge-panel-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_PLM .knowledge-panel-container .micro-response
{
	
}

._Skins_PLM .knowledge-panel-container.micro-content-truncated-mode .micro-response
{
	max-height: none;
}

._Skins_PLM .knowledge-panel-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_PLM .knowledge-panel-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_PLM .knowledge-panel-container .micro-response-title a:visited
{
	
}

._Skins_PLM .knowledge-panel-container .micro-response-title a:focus
{
	
}

._Skins_PLM .knowledge-panel-container .micro-response-title a:hover
{
	
}

._Skins_PLM .knowledge-panel-container .micro-response-title a:active
{
	
}

._Skins_PLM .knowledge-panel-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_PLM .knowledge-panel-container .micro-response-url
{
	
}

._Skins_PLM .knowledge-panel-container .micro-content
{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_PLM .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;
}

._Skins_PLM .knowledge-panel-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/PLM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-up.png') no-repeat center center;
}

._Skins_PLM .knowledge-panel-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/PLM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-down.png') no-repeat center center;
}

._Skins_PLM .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);
}

._Skins_PLM .title-bar-layout .logo-wrapper
{
	order: 1;
	min-height: 60px;
	align-self: center;
	justify-content: center;
	flex-basis: auto;
}

._Skins_PLM .title-bar-layout a.logo
{
	display: block;
	width: 200px;
	height: 60px;
	align-self: center;
	background: transparent url('Images/PLM/BSSI_Logo_Main-200.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/BSSI_Logo_Main-200.png') no-repeat center center;
}

._Skins_PLM .menu-icon-container
{
	min-height: 60px;
}

._Skins_PLM .off-canvas-wrapper-inner .outer-row
{
	max-width: 100%;
	padding-left: 0em;
	padding-right: 0em;
}

._Skins_PLM .main-section > .outer-row
{
	padding-top: 0em;
	max-width: 100%;
	padding-bottom: 0em;
}

._Skins_PLM .off-canvas-content
{
	overflow: inherit;
	display: flex;
	flex-flow: column;
	max-height: 100vh;
}

._Skins_PLM .off-canvas-wrapper-inner .main-section
{
	display: flex;
	flex: 1 1 auto;
}

._Skins_PLM .off-canvas-wrapper-inner .main-section .outer-row
{
	flex: 1 1 auto;
}

._Skins_PLM .off-canvas-wrapper
{
	height: 100vh;
}

._Skins_PLM .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;
}

._Skins_PLM .micro-content-proxy.faq .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/PLM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-up.png') no-repeat center center;
}

._Skins_PLM .micro-content-proxy.faq .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/PLM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-down.png') no-repeat center center;
}

._Skins_PLM .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;
}

._Skins_PLM .micro-content-proxy.faq
{
	
}

._Skins_PLM .micro-content-proxy.faq .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_PLM .micro-content-proxy.faq .micro-content-phrase
{
	
}

._Skins_PLM .micro-content-proxy.faq.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_PLM .micro-content-proxy.faq .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_PLM .micro-content-proxy.faq .micro-response
{
	
}

._Skins_PLM .micro-content-proxy.faq.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_PLM .micro-content-proxy.faq .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_PLM .micro-content-proxy.faq .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_PLM .micro-content-proxy.faq .micro-response-title a:visited
{
	
}

._Skins_PLM .micro-content-proxy.faq .micro-response-title a:focus
{
	
}

._Skins_PLM .micro-content-proxy.faq .micro-response-title a:hover
{
	
}

._Skins_PLM .micro-content-proxy.faq .micro-response-title a:active
{
	
}

._Skins_PLM .micro-content-proxy.faq .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_PLM .micro-content-proxy.faq .micro-response-url
{
	
}

._Skins_PLM .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;
}

._Skins_PLM .micro-content-proxy.faq .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/PLM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-up.png') no-repeat center center;
}

._Skins_PLM .micro-content-proxy.faq .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/PLM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-down.png') no-repeat center center;
}

._Skins_PLM .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);
}

._Skins_PLM .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;
}

._Skins_PLM .micro-content-proxy.knowledge .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/PLM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-up.png') no-repeat center center;
}

._Skins_PLM .micro-content-proxy.knowledge .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/PLM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-down.png') no-repeat center center;
}

._Skins_PLM .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;
}

._Skins_PLM .micro-content-proxy.knowledge
{
	
}

._Skins_PLM .micro-content-proxy.knowledge .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_PLM .micro-content-proxy.knowledge .micro-content-phrase
{
	
}

._Skins_PLM .micro-content-proxy.knowledge.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_PLM .micro-content-proxy.knowledge .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_PLM .micro-content-proxy.knowledge .micro-response
{
	
}

._Skins_PLM .micro-content-proxy.knowledge.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_PLM .micro-content-proxy.knowledge .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_PLM .micro-content-proxy.knowledge .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_PLM .micro-content-proxy.knowledge .micro-response-title a:visited
{
	
}

._Skins_PLM .micro-content-proxy.knowledge .micro-response-title a:focus
{
	
}

._Skins_PLM .micro-content-proxy.knowledge .micro-response-title a:hover
{
	
}

._Skins_PLM .micro-content-proxy.knowledge .micro-response-title a:active
{
	
}

._Skins_PLM .micro-content-proxy.knowledge .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_PLM .micro-content-proxy.knowledge .micro-response-url
{
	
}

._Skins_PLM .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;
}

._Skins_PLM .micro-content-proxy.knowledge .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/PLM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-up.png') no-repeat center center;
}

._Skins_PLM .micro-content-proxy.knowledge .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/PLM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-down.png') no-repeat center center;
}

._Skins_PLM .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);
}

._Skins_PLM .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;
}

._Skins_PLM .micro-content-proxy.promotion .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/PLM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-up.png') no-repeat center center;
}

._Skins_PLM .micro-content-proxy.promotion .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/PLM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-down.png') no-repeat center center;
}

._Skins_PLM .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;
}

._Skins_PLM .micro-content-proxy.promotion
{
	
}

._Skins_PLM .micro-content-proxy.promotion .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_PLM .micro-content-proxy.promotion .micro-content-phrase
{
	
}

._Skins_PLM .micro-content-proxy.promotion.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_PLM .micro-content-proxy.promotion .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_PLM .micro-content-proxy.promotion .micro-response
{
	
}

._Skins_PLM .micro-content-proxy.promotion.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_PLM .micro-content-proxy.promotion .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_PLM .micro-content-proxy.promotion .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
	display: none;
}

._Skins_PLM .micro-content-proxy.promotion .micro-response-title a:visited
{
	
}

._Skins_PLM .micro-content-proxy.promotion .micro-response-title a:focus
{
	
}

._Skins_PLM .micro-content-proxy.promotion .micro-response-title a:hover
{
	
}

._Skins_PLM .micro-content-proxy.promotion .micro-response-title a:active
{
	
}

._Skins_PLM .micro-content-proxy.promotion .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_PLM .micro-content-proxy.promotion .micro-response-url
{
	display: none;
}

._Skins_PLM .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;
}

._Skins_PLM .micro-content-proxy.promotion .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/PLM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-up.png') no-repeat center center;
}

._Skins_PLM .micro-content-proxy.promotion .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/PLM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-down.png') no-repeat center center;
}

._Skins_PLM .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);
}

._Skins_PLM .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: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #ffffff;
}

._Skins_PLM .search-auto-complete li a
{
	color: #000000;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 27px;
	padding-top: 7px;
	padding-bottom: 7px;
}

._Skins_PLM .search-auto-complete li.auto-result-item a
{
	font-family: 'Segoe UI';
}

._Skins_PLM .search-auto-complete li.auto-result-item
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

._Skins_PLM .search-auto-complete li.auto-result-content a
{
	
}

._Skins_PLM .search-auto-complete li.auto-result-content
{
	
}

._Skins_PLM .search-auto-complete li.auto-result-history a
{
	
}

._Skins_PLM .search-auto-complete li.auto-result-history
{
	
}

._Skins_PLM .search-auto-complete li.auto-result-item.auto-result-selected a
{
	
}

._Skins_PLM .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;
}

._Skins_PLM .search-auto-complete li.auto-result-content.auto-result-selected
{
	background-color: #ececec;
}

._Skins_PLM .search-auto-complete li.auto-result-history.auto-result-selected
{
	background-color: #ececec;
}

._Skins_PLM .search-auto-complete li.auto-result-item .auto-result-description
{
	color: #888888;
	font-size: 0.9em;
}

._Skins_PLM .search-auto-complete li.auto-result-content .auto-result-description
{
	
}

._Skins_PLM .search-auto-complete li.auto-result-history .auto-result-description
{
	
}

._Skins_PLM .search-auto-complete li.auto-result-item .auto-result-icon
{
	margin-right: 5px;
}

._Skins_PLM .search-auto-complete li.auto-result-content .auto-result-icon
{
	background: transparent url('Images/PLM/icon-topic.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/icon-topic.png') no-repeat center center;
	background-size: contain;
}

._Skins_PLM .search-auto-complete li.auto-result-history .auto-result-icon
{
	background: transparent url('Images/PLM/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/icon-search.png') no-repeat center center;
	background-size: contain;
}

._Skins_PLM .search-auto-complete li.auto-result-item .auto-result-phrase
{
	font-size: 0.9em;
}

._Skins_PLM .search-auto-complete li.auto-result-content .auto-result-phrase
{
	
}

._Skins_PLM .search-auto-complete li.auto-result-history .auto-result-phrase
{
	
}

._Skins_PLM .search-auto-complete li.auto-result-item .auto-result-phrase .search-result-highlight
{
	font-weight: bold;
}

._Skins_PLM .search-auto-complete li.auto-result-content .auto-result-phrase .search-result-highlight
{
	
}

._Skins_PLM .search-auto-complete li.auto-result-history .auto-result-phrase .search-result-highlight
{
	
}

._Skins_PLM .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/PLM/icon-remove.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/icon-remove.png') no-repeat center center;
	background-size: contain;
}

._Skins_PLM .search-auto-complete li.auto-result-item .auto-result-separator
{
	
}

._Skins_PLM .nav-search-wrapper
{
	order: 3;
	justify-content: flex-end;
	flex-basis: auto;
}

._Skins_PLM .nav-search
{
	display: block;
	width: 400px;
	margin-top: 0px;
}

._Skins_PLM .search-bar .search-field
{
	height: 2em;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #5F5F5F;
	font-size: 0.9em;
	padding-left: 10px;
	background-color: #ffffff;
	padding-right: 50px;
}

._Skins_PLM .search-bar .search-filter
{
	height: 2em;
	border-top: none;
	border-bottom: none;
	border-left: solid 1px #0a1a3e;
	border-right: solid 1px #0a1a3e;
	width: 45px;
	right: 36px;
	background: #ffffff url('Images/PLM/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/PLM/icon-filter.png') no-repeat center center;
}

._Skins_PLM .search-bar .search-submit
{
	height: 2em;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

._Skins_PLM .search-bar
{
	
}

._Skins_PLM .search-filter-content
{
	top: 2em;
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
}

._Skins_PLM .search-bar .search-filter-wrapper.open
{
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
	background-position: center center;
	background-repeat: no-repeat;
}

._Skins_PLM .search-bar .search-filter-wrapper
{
	font-size: 0.9em;
	right: 36px;
}

._Skins_PLM .search-bar .search-filter:hover
{
	background: #ffffff url('Images/PLM/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/PLM/icon-filter.png') no-repeat center center;
}

._Skins_PLM .search-bar .search-filter.selected
{
	background: transparent url('Images/PLM/icon-filter-selected.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/icon-filter-selected.png') no-repeat center center;
}

._Skins_PLM .search-filter-content ul li:hover
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_PLM .search-filter-content ul li button:focus
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_PLM #resultList .glossary .definition
{
	
}

._Skins_PLM #resultList .glossary
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_PLM #resultList .glossary .term
{
	font-family: 'Segoe UI';
	font-size: 1.5em;
	margin-bottom: 10px;
}

._Skins_PLM #resultList .glossary .term a
{
	
}

._Skins_PLM #resultList .glossary .term a:visited
{
	
}

._Skins_PLM #resultList .glossary .term a:focus
{
	
}

._Skins_PLM #resultList .glossary .term a:hover
{
	
}

._Skins_PLM #resultList .glossary .term a:active
{
	
}

._Skins_PLM h1#results-heading
{
	color: #393f45;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}

._Skins_PLM #results-heading
{
	border-bottom: solid 1px #EBEBEB;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

._Skins_PLM .search-bar .search-field::-webkit-input-placeholder
{
	color: #5F5F5F;
}

._Skins_PLM .search-bar .search-field::-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_PLM .search-bar .search-field:-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_PLM .search-bar .search-field:-ms-input-placeholder
{
	color: #5F5F5F;
}

._Skins_PLM .search-bar .search-submit-wrapper
{
	font-size: 0.9em;
}

._Skins_PLM .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;
}

._Skins_PLM .featured-snippets-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/PLM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-up.png') no-repeat center center;
}

._Skins_PLM .featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/PLM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-down.png') no-repeat center center;
}

._Skins_PLM .featured-snippets-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_PLM .featured-snippets-container .micro-content-phrase
{
	
}

._Skins_PLM .featured-snippets-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_PLM .featured-snippets-container .micro-response
{
	
}

._Skins_PLM .featured-snippets-container.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_PLM .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;
}

._Skins_PLM .featured-snippets-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/PLM/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-up.png') no-repeat center center;
}

._Skins_PLM .featured-snippets-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/PLM/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/arrow-down.png') no-repeat center center;
}

._Skins_PLM .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);
}

._Skins_PLM .featured-snippets-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_PLM .featured-snippets-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_PLM .featured-snippets-container .micro-response-title a:visited
{
	
}

._Skins_PLM .featured-snippets-container .micro-response-title a:focus
{
	
}

._Skins_PLM .featured-snippets-container .micro-response-title a:hover
{
	
}

._Skins_PLM .featured-snippets-container .micro-response-title a:active
{
	
}

._Skins_PLM .featured-snippets-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_PLM .featured-snippets-container .micro-response-url
{
	
}

._Skins_PLM .featured-snippets-container .micro-content
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_PLM #pagination
{
	height: 2.5em;
	line-height: 2.5em;
}

._Skins_PLM #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-size: 0.9em;
	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;
}

._Skins_PLM #pagination a:hover
{
	font-size: 0.9em;
	border-top: solid 1px #e2e2e6;
}

._Skins_PLM #pagination a#selected
{
	font-weight: bold;
	border-top: solid 1px #e2e2e6;
}

._Skins_PLM #resultList .description
{
	font-size: 0.8em;
}

._Skins_PLM #resultList .gs-snippet
{
	font-size: 0.8em;
}

._Skins_PLM #resultList h3.title a
{
	color: #0185D1;
	font-size: 0.9em;
}

._Skins_PLM #resultList h3.title
{
	margin-bottom: 2px;
	text-decoration: none;
}

._Skins_PLM #resultList h3.title a:visited
{
	color: #1a3661;
	text-decoration: underline;
}

._Skins_PLM #resultList h3.title a:focus
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_PLM #resultList h3.title a:hover
{
	color: #fdb913;
	text-decoration: underline;
}

._Skins_PLM #resultList h3.title a:active
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_PLM #resultList .url cite
{
	color: #0E774A;
	font-size: 0.8em;
	font-style: normal;
}

._Skins_PLM #resultList
{
	line-height: 1em;
	text-align: left;
	display: block;
}

._Skins_PLM .search-bar.search-bar-container .search-submit
{
	width: 36px;
	background: transparent url('Images/PLM/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/icon-search.png') no-repeat center center;
}

._Skins_PLM .search-bar.search-bar-container .search-submit:hover
{
	background: transparent url('Images/PLM/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/PLM/icon-search.png') no-repeat center center;
}

._Skins_PLM .phrase-suggest
{
	font-style: italic;
}

._Skins_PLM .phrase-suggest a
{
	color: #2200C1;
}

._Skins_PLM .sidenav-wrapper
{
	width: 15%;
	display: block;
	background: #1e90ff;
	background: -moz-linear-gradient(top, #d9dff8 0%, #ede8f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9dff8), color-stop(100%,#ede8f7));
	background: -webkit-linear-gradient(top, #d9dff8 0%, #ede8f7 100%);
	background: -o-linear-gradient(top, #d9dff8 0%,#ede8f7 100%);
	background: -ms-linear-gradient(top, #d9dff8 0%,#ede8f7 100%);
	background: linear-gradient(#d9dff8 0%,#ede8f7 100%);
	-pie-background: linear-gradient(#d9dff8, #ede8f7);
	background-position: top center;
}

._Skins_PLM .sidenav-container ul ul
{
	background: #1e90ff;
	background: -moz-linear-gradient(top, #d9dff8 0%, #ede8f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9dff8), color-stop(100%,#ede8f7));
	background: -webkit-linear-gradient(top, #d9dff8 0%, #ede8f7 100%);
	background: -o-linear-gradient(top, #d9dff8 0%,#ede8f7 100%);
	background: -ms-linear-gradient(top, #d9dff8 0%,#ede8f7 100%);
	background: linear-gradient(#d9dff8 0%,#ede8f7 100%);
	-pie-background: linear-gradient(#d9dff8, #ede8f7);
}

._Skins_PLM .sidenav-container
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

._Skins_PLM ul.sidenav li a
{
	border-bottom: solid 1px #6d8bed;
	padding-left: 0.67rem;
	padding-right: 0.67rem;
	padding-top: 0.67rem;
	padding-bottom: 0.67rem;
	color: #00214F;
	font-family: 'Segoe UI';
	font-size: 0.9em;
	line-height: 1.6em;
}

._Skins_PLM ul.sidenav li
{
	
}

._Skins_PLM ul.sidenav ul > li > a
{
	border-bottom: none 0px #303335;
	margin-left: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

._Skins_PLM ul.sidenav ul ul > li > a
{
	line-height: 1em;
	margin-left: 4em;
}

._Skins_PLM ul.sidenav ul ul ul > li > a
{
	margin-left: 6em;
}

._Skins_PLM ul.sidenav ul ul ul ul > li > a
{
	margin-left: 8em;
}

._Skins_PLM ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle
{
	border-top-color: #a1a8ac;
}

._Skins_PLM ul.sidenav li a:hover
{
	color: #fdb913;
	background-color: transparent;
}

._Skins_PLM ul.sidenav ul > li > a:hover
{
	background-color: transparent;
}

._Skins_PLM ul.sidenav ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_PLM ul.sidenav ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_PLM ul.sidenav ul ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_PLM ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle:hover
{
	
}

._Skins_PLM ul.sidenav li a.selected
{
	color: #00214F;
	font-weight: bold;
}

._Skins_PLM ul.sidenav ul > li > a.selected
{
	
}

._Skins_PLM ul.sidenav ul ul > li > a.selected
{
	
}

._Skins_PLM ul.sidenav ul ul ul > li > a.selected
{
	
}

._Skins_PLM ul.sidenav ul ul ul ul > li > a.selected
{
	
}

._Skins_PLM .skip-to-content
{
	color: #808080;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	background-color: #ffffff;
}

._Skins_PLM button.topnav-expand
{
	color: inherit;
	font-size: inherit;
	background-color: transparent;
}

._Skins_PLM .navigation-wrapper
{
	order: 2;
	justify-content: flex-end;
}

._Skins_PLM ul.navigation
{
	background-repeat: repeat;
	background-position: center center;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

._Skins_PLM ul.navigation a
{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}

._Skins_PLM ul.navigation ul
{
	background-color: #686868;
}

._Skins_PLM ul.navigation ul a
{
	
}

._Skins_PLM ul.navigation > li.has-children:after
{
	border-bottom-color: #686868;
}

._Skins_PLM ul.navigation ul ul
{
	background-color: #686868;
}

._Skins_PLM ul.navigation ul ul a
{
	
}

._Skins_PLM ul.navigation ul ul ul
{
	background-color: #686868;
}

._Skins_PLM ul.navigation ul ul ul a
{
	
}

._Skins_PLM ul.navigation ul ul ul ul
{
	background-color: #686868;
}

._Skins_PLM ul.navigation ul ul ul ul a
{
	
}

._Skins_PLM ul.navigation li
{
	
}

._Skins_PLM ul.navigation li > a
{
	line-height: 45px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

._Skins_PLM ul.navigation ul > li > a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
}

._Skins_PLM ul.navigation ul ul > li > a
{
	
}

._Skins_PLM ul.navigation ul ul ul > li > a
{
	
}

._Skins_PLM ul.navigation ul ul ul ul > li > a
{
	
}

._Skins_PLM ul.navigation li:hover
{
	background-color: transparent;
}

._Skins_PLM ul.navigation li > a:hover
{
	color: #ffffff;
}

._Skins_PLM ul.navigation li.is-expanded > a
{
	color: #ffffff;
}

._Skins_PLM ul.navigation ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_PLM ul.navigation ul > li > a:hover
{
	
}

._Skins_PLM ul.navigation ul > li.is-expanded > a
{
	
}

._Skins_PLM ul.navigation ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_PLM ul.navigation ul ul > li > a:hover
{
	
}

._Skins_PLM ul.navigation ul ul > li.is-expanded > a
{
	
}

._Skins_PLM ul.navigation ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_PLM ul.navigation ul ul ul > li > a:hover
{
	
}

._Skins_PLM ul.navigation ul ul ul > li.is-expanded > a
{
	
}

._Skins_PLM ul.navigation ul ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_PLM ul.navigation ul ul ul ul > li > a:hover
{
	
}

._Skins_PLM ul.navigation ul ul ul ul > li.is-expanded > a
{
	
}

._Skins_SBS .body-container
{
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	overflow: auto;
}

._Skins_SBS .sidenav-layout
{
	display: flex;
	max-height: 100vh;
}

._Skins_SBS .featured-snippets-container
{
	
}

._Skins_SBS .title-bar-layout .central-account-wrapper
{
	order: 4;
	justify-content: flex-start;
}

._Skins_SBS .central-dropdown
{
	line-height: 45px;
	white-space: nowrap;
	margin-left: 10px;
	margin-right: 10px;
}

._Skins_SBS .central-dropdown .central-account-drop
{
	padding-top: 0px;
	padding-bottom: 0px;
}

._Skins_SBS .central-dropdown:hover
{
	
}

._Skins_SBS .central-account-text
{
	color: #dadada;
	font-size: 14px;
	text-decoration: none;
}

._Skins_SBS .central-account-text:after
{
	border-top-color: #dadada;
}

._Skins_SBS .central-account-text:hover
{
	background-repeat: no-repeat;
	background-position: center center;
}

._Skins_SBS .central-account-image
{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	background: transparent url('Images/SBS/icon-user-white.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/icon-user-white.png') no-repeat center center;
}

._Skins_SBS .central-dropdown-content
{
	line-height: 35px;
	text-align: center;
	width: 100px;
	height: auto;
	left: auto;
	right: 0px;
	background-color: #ffffff;
}

._Skins_SBS div.central-dropdown-content > a
{
	color: #3d3d3d;
	font-size: 14px;
	text-decoration: none;
}

._Skins_SBS div.central-dropdown-content > a:hover
{
	text-decoration: underline;
}

._Skins_SBS .central-separator
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
	color: #D5D8DA;
	background-color: #D5D8DA;
}

._Skins_SBS nav.title-bar
{
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #1A3661 none;
	background: -moz-linear-gradient(top, #e7f9fb 0%, #d9dff8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7f9fb), color-stop(100%,#d9dff8));
	background: -webkit-linear-gradient(top, #e7f9fb 0%, #d9dff8 100%);
	background: -o-linear-gradient(top, #e7f9fb 0%,#d9dff8 100%);
	background: -ms-linear-gradient(top, #e7f9fb 0%,#d9dff8 100%);
	background: linear-gradient(#e7f9fb 0%,#d9dff8 100%);
	-pie-background: linear-gradient(#e7f9fb, #d9dff8);
}

._Skins_SBS .off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding-left: 1em;
	padding-right: 1em;
}

._Skins_SBS .off-canvas-wrapper-inner .title-bar-container
{
	flex: 0 1 auto;
}

._Skins_SBS #knowledge-panel
{
	width: 26%;
	order: 1;
	display: block;
}

._Skins_SBS #search-results-flex
{
	column-gap: 25px;
}

._Skins_SBS .knowledge-panel-container
{
	
}

._Skins_SBS #knowledge-panel-middle
{
	display: none;
}

._Skins_SBS .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;
}

._Skins_SBS .knowledge-panel-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/SBS/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-up.png') no-repeat center center;
}

._Skins_SBS .knowledge-panel-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/SBS/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-down.png') no-repeat center center;
}

._Skins_SBS .knowledge-panel-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_SBS .knowledge-panel-container .micro-content-phrase
{
	
}

._Skins_SBS .knowledge-panel-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_SBS .knowledge-panel-container .micro-response
{
	
}

._Skins_SBS .knowledge-panel-container.micro-content-truncated-mode .micro-response
{
	max-height: none;
}

._Skins_SBS .knowledge-panel-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_SBS .knowledge-panel-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_SBS .knowledge-panel-container .micro-response-title a:visited
{
	
}

._Skins_SBS .knowledge-panel-container .micro-response-title a:focus
{
	
}

._Skins_SBS .knowledge-panel-container .micro-response-title a:hover
{
	
}

._Skins_SBS .knowledge-panel-container .micro-response-title a:active
{
	
}

._Skins_SBS .knowledge-panel-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_SBS .knowledge-panel-container .micro-response-url
{
	
}

._Skins_SBS .knowledge-panel-container .micro-content
{
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_SBS .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;
}

._Skins_SBS .knowledge-panel-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/SBS/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-up.png') no-repeat center center;
}

._Skins_SBS .knowledge-panel-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/SBS/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-down.png') no-repeat center center;
}

._Skins_SBS .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);
}

._Skins_SBS .title-bar-layout .logo-wrapper
{
	order: 1;
	min-height: 60px;
	align-self: center;
	justify-content: center;
	flex-basis: auto;
}

._Skins_SBS .title-bar-layout a.logo
{
	display: block;
	width: 200px;
	height: 60px;
	align-self: center;
	background: transparent url('Images/SBS/BSSI_Logo_Main-200.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/BSSI_Logo_Main-200.png') no-repeat center center;
}

._Skins_SBS .menu-icon-container
{
	min-height: 60px;
}

._Skins_SBS .off-canvas-wrapper-inner .outer-row
{
	max-width: 100%;
	padding-left: 0em;
	padding-right: 0em;
}

._Skins_SBS .main-section > .outer-row
{
	padding-top: 0em;
	max-width: 100%;
	padding-bottom: 0em;
}

._Skins_SBS .off-canvas-content
{
	overflow: inherit;
	display: flex;
	flex-flow: column;
	max-height: 100vh;
}

._Skins_SBS .off-canvas-wrapper-inner .main-section
{
	display: flex;
	flex: 1 1 auto;
}

._Skins_SBS .off-canvas-wrapper-inner .main-section .outer-row
{
	flex: 1 1 auto;
}

._Skins_SBS .off-canvas-wrapper
{
	height: 100vh;
}

._Skins_SBS .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;
}

._Skins_SBS .micro-content-proxy.faq .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/SBS/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-up.png') no-repeat center center;
}

._Skins_SBS .micro-content-proxy.faq .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/SBS/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-down.png') no-repeat center center;
}

._Skins_SBS .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;
}

._Skins_SBS .micro-content-proxy.faq
{
	
}

._Skins_SBS .micro-content-proxy.faq .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_SBS .micro-content-proxy.faq .micro-content-phrase
{
	
}

._Skins_SBS .micro-content-proxy.faq.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_SBS .micro-content-proxy.faq .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_SBS .micro-content-proxy.faq .micro-response
{
	
}

._Skins_SBS .micro-content-proxy.faq.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_SBS .micro-content-proxy.faq .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_SBS .micro-content-proxy.faq .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_SBS .micro-content-proxy.faq .micro-response-title a:visited
{
	
}

._Skins_SBS .micro-content-proxy.faq .micro-response-title a:focus
{
	
}

._Skins_SBS .micro-content-proxy.faq .micro-response-title a:hover
{
	
}

._Skins_SBS .micro-content-proxy.faq .micro-response-title a:active
{
	
}

._Skins_SBS .micro-content-proxy.faq .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_SBS .micro-content-proxy.faq .micro-response-url
{
	
}

._Skins_SBS .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;
}

._Skins_SBS .micro-content-proxy.faq .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/SBS/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-up.png') no-repeat center center;
}

._Skins_SBS .micro-content-proxy.faq .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/SBS/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-down.png') no-repeat center center;
}

._Skins_SBS .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);
}

._Skins_SBS .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;
}

._Skins_SBS .micro-content-proxy.knowledge .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/SBS/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-up.png') no-repeat center center;
}

._Skins_SBS .micro-content-proxy.knowledge .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/SBS/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-down.png') no-repeat center center;
}

._Skins_SBS .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;
}

._Skins_SBS .micro-content-proxy.knowledge
{
	
}

._Skins_SBS .micro-content-proxy.knowledge .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_SBS .micro-content-proxy.knowledge .micro-content-phrase
{
	
}

._Skins_SBS .micro-content-proxy.knowledge.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_SBS .micro-content-proxy.knowledge .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_SBS .micro-content-proxy.knowledge .micro-response
{
	
}

._Skins_SBS .micro-content-proxy.knowledge.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_SBS .micro-content-proxy.knowledge .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_SBS .micro-content-proxy.knowledge .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_SBS .micro-content-proxy.knowledge .micro-response-title a:visited
{
	
}

._Skins_SBS .micro-content-proxy.knowledge .micro-response-title a:focus
{
	
}

._Skins_SBS .micro-content-proxy.knowledge .micro-response-title a:hover
{
	
}

._Skins_SBS .micro-content-proxy.knowledge .micro-response-title a:active
{
	
}

._Skins_SBS .micro-content-proxy.knowledge .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_SBS .micro-content-proxy.knowledge .micro-response-url
{
	
}

._Skins_SBS .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;
}

._Skins_SBS .micro-content-proxy.knowledge .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/SBS/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-up.png') no-repeat center center;
}

._Skins_SBS .micro-content-proxy.knowledge .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/SBS/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-down.png') no-repeat center center;
}

._Skins_SBS .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);
}

._Skins_SBS .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;
}

._Skins_SBS .micro-content-proxy.promotion .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/SBS/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-up.png') no-repeat center center;
}

._Skins_SBS .micro-content-proxy.promotion .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/SBS/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-down.png') no-repeat center center;
}

._Skins_SBS .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;
}

._Skins_SBS .micro-content-proxy.promotion
{
	
}

._Skins_SBS .micro-content-proxy.promotion .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_SBS .micro-content-proxy.promotion .micro-content-phrase
{
	
}

._Skins_SBS .micro-content-proxy.promotion.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_SBS .micro-content-proxy.promotion .proxy-title
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

._Skins_SBS .micro-content-proxy.promotion .micro-response
{
	
}

._Skins_SBS .micro-content-proxy.promotion.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_SBS .micro-content-proxy.promotion .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_SBS .micro-content-proxy.promotion .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
	display: none;
}

._Skins_SBS .micro-content-proxy.promotion .micro-response-title a:visited
{
	
}

._Skins_SBS .micro-content-proxy.promotion .micro-response-title a:focus
{
	
}

._Skins_SBS .micro-content-proxy.promotion .micro-response-title a:hover
{
	
}

._Skins_SBS .micro-content-proxy.promotion .micro-response-title a:active
{
	
}

._Skins_SBS .micro-content-proxy.promotion .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_SBS .micro-content-proxy.promotion .micro-response-url
{
	display: none;
}

._Skins_SBS .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;
}

._Skins_SBS .micro-content-proxy.promotion .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/SBS/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-up.png') no-repeat center center;
}

._Skins_SBS .micro-content-proxy.promotion .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/SBS/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-down.png') no-repeat center center;
}

._Skins_SBS .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);
}

._Skins_SBS .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: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #ffffff;
}

._Skins_SBS .search-auto-complete li a
{
	color: #000000;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 27px;
	padding-top: 7px;
	padding-bottom: 7px;
}

._Skins_SBS .search-auto-complete li.auto-result-item a
{
	font-family: 'Segoe UI';
}

._Skins_SBS .search-auto-complete li.auto-result-item
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

._Skins_SBS .search-auto-complete li.auto-result-content a
{
	
}

._Skins_SBS .search-auto-complete li.auto-result-content
{
	
}

._Skins_SBS .search-auto-complete li.auto-result-history a
{
	
}

._Skins_SBS .search-auto-complete li.auto-result-history
{
	
}

._Skins_SBS .search-auto-complete li.auto-result-item.auto-result-selected a
{
	
}

._Skins_SBS .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;
}

._Skins_SBS .search-auto-complete li.auto-result-content.auto-result-selected
{
	background-color: #ececec;
}

._Skins_SBS .search-auto-complete li.auto-result-history.auto-result-selected
{
	background-color: #ececec;
}

._Skins_SBS .search-auto-complete li.auto-result-item .auto-result-description
{
	color: #888888;
	font-size: 0.9em;
}

._Skins_SBS .search-auto-complete li.auto-result-content .auto-result-description
{
	
}

._Skins_SBS .search-auto-complete li.auto-result-history .auto-result-description
{
	
}

._Skins_SBS .search-auto-complete li.auto-result-item .auto-result-icon
{
	margin-right: 5px;
}

._Skins_SBS .search-auto-complete li.auto-result-content .auto-result-icon
{
	background: transparent url('Images/SBS/icon-topic.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/icon-topic.png') no-repeat center center;
	background-size: contain;
}

._Skins_SBS .search-auto-complete li.auto-result-history .auto-result-icon
{
	background: transparent url('Images/SBS/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/icon-search.png') no-repeat center center;
	background-size: contain;
}

._Skins_SBS .search-auto-complete li.auto-result-item .auto-result-phrase
{
	font-size: 0.9em;
}

._Skins_SBS .search-auto-complete li.auto-result-content .auto-result-phrase
{
	
}

._Skins_SBS .search-auto-complete li.auto-result-history .auto-result-phrase
{
	
}

._Skins_SBS .search-auto-complete li.auto-result-item .auto-result-phrase .search-result-highlight
{
	font-weight: bold;
}

._Skins_SBS .search-auto-complete li.auto-result-content .auto-result-phrase .search-result-highlight
{
	
}

._Skins_SBS .search-auto-complete li.auto-result-history .auto-result-phrase .search-result-highlight
{
	
}

._Skins_SBS .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/SBS/icon-remove.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/icon-remove.png') no-repeat center center;
	background-size: contain;
}

._Skins_SBS .search-auto-complete li.auto-result-item .auto-result-separator
{
	
}

._Skins_SBS .nav-search-wrapper
{
	order: 3;
	justify-content: flex-end;
	flex-basis: auto;
}

._Skins_SBS .nav-search
{
	display: block;
	width: 400px;
	margin-top: 0px;
}

._Skins_SBS .search-bar .search-field
{
	height: 2em;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #5F5F5F;
	font-size: 0.9em;
	padding-left: 10px;
	background-color: #ffffff;
	padding-right: 50px;
}

._Skins_SBS .search-bar .search-filter
{
	height: 2em;
	border-top: none;
	border-bottom: none;
	border-left: solid 1px #0a1a3e;
	border-right: solid 1px #0a1a3e;
	width: 45px;
	right: 36px;
	background: #ffffff url('Images/SBS/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/SBS/icon-filter.png') no-repeat center center;
}

._Skins_SBS .search-bar .search-submit
{
	height: 2em;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

._Skins_SBS .search-bar
{
	
}

._Skins_SBS .search-filter-content
{
	top: 2em;
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
}

._Skins_SBS .search-bar .search-filter-wrapper.open
{
	color: #ffffff;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138cb0), color-stop(100%,#138cb0));
	background: -webkit-linear-gradient(top, #138cb0 0%, #138cb0 100%);
	background: -o-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: -ms-linear-gradient(top, #138cb0 0%,#138cb0 100%);
	background: linear-gradient(#138cb0 0%,#138cb0 100%);
	-pie-background: linear-gradient(#138cb0, #138cb0);
	background-position: center center;
	background-repeat: no-repeat;
}

._Skins_SBS .search-bar .search-filter-wrapper
{
	font-size: 0.9em;
	right: 36px;
}

._Skins_SBS .search-bar .search-filter:hover
{
	background: #ffffff url('Images/SBS/icon-filter.png') no-repeat center center;
	-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/SBS/icon-filter.png') no-repeat center center;
}

._Skins_SBS .search-bar .search-filter.selected
{
	background: transparent url('Images/SBS/icon-filter-selected.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/icon-filter-selected.png') no-repeat center center;
}

._Skins_SBS .search-filter-content ul li:hover
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_SBS .search-filter-content ul li button:focus
{
	color: #000000;
	background-color: #ffffff;
}

._Skins_SBS #resultList .glossary .definition
{
	
}

._Skins_SBS #resultList .glossary
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_SBS #resultList .glossary .term
{
	font-family: 'Segoe UI';
	font-size: 1.5em;
	margin-bottom: 10px;
}

._Skins_SBS #resultList .glossary .term a
{
	
}

._Skins_SBS #resultList .glossary .term a:visited
{
	
}

._Skins_SBS #resultList .glossary .term a:focus
{
	
}

._Skins_SBS #resultList .glossary .term a:hover
{
	
}

._Skins_SBS #resultList .glossary .term a:active
{
	
}

._Skins_SBS h1#results-heading
{
	color: #393f45;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}

._Skins_SBS #results-heading
{
	border-bottom: solid 1px #EBEBEB;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

._Skins_SBS .search-bar .search-field::-webkit-input-placeholder
{
	color: #5F5F5F;
}

._Skins_SBS .search-bar .search-field::-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_SBS .search-bar .search-field:-moz-placeholder
{
	color: #5F5F5F;
}

._Skins_SBS .search-bar .search-field:-ms-input-placeholder
{
	color: #5F5F5F;
}

._Skins_SBS .search-bar .search-submit-wrapper
{
	font-size: 0.9em;
}

._Skins_SBS .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;
}

._Skins_SBS .featured-snippets-container .micro-content-expanded .micro-content-drop-down-button
{
	background: transparent url('Images/SBS/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-up.png') no-repeat center center;
}

._Skins_SBS .featured-snippets-container .micro-content-collapsed .micro-content-drop-down-button
{
	background: transparent url('Images/SBS/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-down.png') no-repeat center center;
}

._Skins_SBS .featured-snippets-container .micro-content-phrase span
{
	color: #606060;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

._Skins_SBS .featured-snippets-container .micro-content-phrase
{
	
}

._Skins_SBS .featured-snippets-container.micro-content-optional-phrase .micro-content-phrase
{
	display: none;
}

._Skins_SBS .featured-snippets-container .micro-response
{
	
}

._Skins_SBS .featured-snippets-container.micro-content-truncated-mode .micro-response
{
	max-height: 200px;
}

._Skins_SBS .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;
}

._Skins_SBS .featured-snippets-container .micro-content-expanded .micro-content-expand
{
	background: transparent url('Images/SBS/arrow-up.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-up.png') no-repeat center center;
}

._Skins_SBS .featured-snippets-container .micro-content-collapsed .micro-content-expand
{
	background: transparent url('Images/SBS/arrow-down.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/arrow-down.png') no-repeat center center;
}

._Skins_SBS .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);
}

._Skins_SBS .featured-snippets-container .micro-response-title a
{
	color: #2200c1;
	text-decoration: underline;
}

._Skins_SBS .featured-snippets-container .micro-response-title
{
	margin-top: 10px;
	margin-bottom: 2px;
}

._Skins_SBS .featured-snippets-container .micro-response-title a:visited
{
	
}

._Skins_SBS .featured-snippets-container .micro-response-title a:focus
{
	
}

._Skins_SBS .featured-snippets-container .micro-response-title a:hover
{
	
}

._Skins_SBS .featured-snippets-container .micro-response-title a:active
{
	
}

._Skins_SBS .featured-snippets-container .micro-response-url cite
{
	color: #0e774a;
	font-size: 0.9em;
	font-style: normal;
}

._Skins_SBS .featured-snippets-container .micro-response-url
{
	
}

._Skins_SBS .featured-snippets-container .micro-content
{
	font-family: 'Segoe UI';
	font-size: 0.9em;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center center;
}

._Skins_SBS #pagination
{
	height: 2.5em;
	line-height: 2.5em;
}

._Skins_SBS #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-size: 0.9em;
	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;
}

._Skins_SBS #pagination a:hover
{
	font-size: 0.9em;
	border-top: solid 1px #e2e2e6;
}

._Skins_SBS #pagination a#selected
{
	font-weight: bold;
	border-top: solid 1px #e2e2e6;
}

._Skins_SBS #resultList .description
{
	font-size: 0.8em;
}

._Skins_SBS #resultList .gs-snippet
{
	font-size: 0.8em;
}

._Skins_SBS #resultList h3.title a
{
	color: #0185D1;
	font-size: 0.9em;
}

._Skins_SBS #resultList h3.title
{
	margin-bottom: 2px;
	text-decoration: none;
}

._Skins_SBS #resultList h3.title a:visited
{
	color: #1a3661;
	text-decoration: underline;
}

._Skins_SBS #resultList h3.title a:focus
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_SBS #resultList h3.title a:hover
{
	color: #fdb913;
	text-decoration: underline;
}

._Skins_SBS #resultList h3.title a:active
{
	color: #2200C1;
	text-decoration: underline;
}

._Skins_SBS #resultList .url cite
{
	color: #0E774A;
	font-size: 0.8em;
	font-style: normal;
}

._Skins_SBS #resultList
{
	line-height: 1em;
	text-align: left;
	display: block;
}

._Skins_SBS .search-bar.search-bar-container .search-submit
{
	width: 36px;
	background: transparent url('Images/SBS/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/icon-search.png') no-repeat center center;
}

._Skins_SBS .search-bar.search-bar-container .search-submit:hover
{
	background: transparent url('Images/SBS/icon-search.png') no-repeat center center;
	-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/SBS/icon-search.png') no-repeat center center;
}

._Skins_SBS .phrase-suggest
{
	font-style: italic;
}

._Skins_SBS .phrase-suggest a
{
	color: #2200C1;
}

._Skins_SBS .sidenav-wrapper
{
	width: 15%;
	display: block;
	background: #1e90ff;
	background: -moz-linear-gradient(top, #d9dff8 0%, #e7f9fb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9dff8), color-stop(100%,#e7f9fb));
	background: -webkit-linear-gradient(top, #d9dff8 0%, #e7f9fb 100%);
	background: -o-linear-gradient(top, #d9dff8 0%,#e7f9fb 100%);
	background: -ms-linear-gradient(top, #d9dff8 0%,#e7f9fb 100%);
	background: linear-gradient(#d9dff8 0%,#e7f9fb 100%);
	-pie-background: linear-gradient(#d9dff8, #e7f9fb);
	background-position: top center;
}

._Skins_SBS .sidenav-container ul ul
{
	background: #1e90ff;
	background: -moz-linear-gradient(top, #d9dff8 0%, #e7f9fb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9dff8), color-stop(100%,#e7f9fb));
	background: -webkit-linear-gradient(top, #d9dff8 0%, #e7f9fb 100%);
	background: -o-linear-gradient(top, #d9dff8 0%,#e7f9fb 100%);
	background: -ms-linear-gradient(top, #d9dff8 0%,#e7f9fb 100%);
	background: linear-gradient(#d9dff8 0%,#e7f9fb 100%);
	-pie-background: linear-gradient(#d9dff8, #e7f9fb);
}

._Skins_SBS .sidenav-container
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

._Skins_SBS ul.sidenav li a
{
	border-bottom: solid 1px #6d8bed;
	padding-left: 0.67rem;
	padding-right: 0.67rem;
	padding-top: 0.67rem;
	padding-bottom: 0.67rem;
	color: #00214F;
	font-family: 'Segoe UI';
	font-size: 0.9em;
	line-height: 1.6em;
}

._Skins_SBS ul.sidenav li
{
	
}

._Skins_SBS ul.sidenav ul > li > a
{
	border-bottom: none 0px #303335;
	margin-left: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

._Skins_SBS ul.sidenav ul ul > li > a
{
	line-height: 1em;
	margin-left: 4em;
}

._Skins_SBS ul.sidenav ul ul ul > li > a
{
	margin-left: 6em;
}

._Skins_SBS ul.sidenav ul ul ul ul > li > a
{
	margin-left: 8em;
}

._Skins_SBS ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle
{
	border-top-color: #a1a8ac;
}

._Skins_SBS ul.sidenav li a:hover
{
	color: #fdb913;
	background-color: transparent;
}

._Skins_SBS ul.sidenav ul > li > a:hover
{
	background-color: transparent;
}

._Skins_SBS ul.sidenav ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_SBS ul.sidenav ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_SBS ul.sidenav ul ul ul ul > li > a:hover
{
	background-color: transparent;
}

._Skins_SBS ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle:hover
{
	
}

._Skins_SBS ul.sidenav li a.selected
{
	color: #00214F;
	font-weight: bold;
}

._Skins_SBS ul.sidenav ul > li > a.selected
{
	
}

._Skins_SBS ul.sidenav ul ul > li > a.selected
{
	
}

._Skins_SBS ul.sidenav ul ul ul > li > a.selected
{
	
}

._Skins_SBS ul.sidenav ul ul ul ul > li > a.selected
{
	
}

._Skins_SBS .skip-to-content
{
	color: #808080;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	background-color: #ffffff;
}

._Skins_SBS button.topnav-expand
{
	color: inherit;
	font-size: inherit;
	background-color: transparent;
}

._Skins_SBS .navigation-wrapper
{
	order: 2;
	justify-content: flex-end;
}

._Skins_SBS ul.navigation
{
	background-repeat: repeat;
	background-position: center center;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

._Skins_SBS ul.navigation a
{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}

._Skins_SBS ul.navigation ul
{
	background-color: #686868;
}

._Skins_SBS ul.navigation ul a
{
	
}

._Skins_SBS ul.navigation > li.has-children:after
{
	border-bottom-color: #686868;
}

._Skins_SBS ul.navigation ul ul
{
	background-color: #686868;
}

._Skins_SBS ul.navigation ul ul a
{
	
}

._Skins_SBS ul.navigation ul ul ul
{
	background-color: #686868;
}

._Skins_SBS ul.navigation ul ul ul a
{
	
}

._Skins_SBS ul.navigation ul ul ul ul
{
	background-color: #686868;
}

._Skins_SBS ul.navigation ul ul ul ul a
{
	
}

._Skins_SBS ul.navigation li
{
	
}

._Skins_SBS ul.navigation li > a
{
	line-height: 45px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

._Skins_SBS ul.navigation ul > li > a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
}

._Skins_SBS ul.navigation ul ul > li > a
{
	
}

._Skins_SBS ul.navigation ul ul ul > li > a
{
	
}

._Skins_SBS ul.navigation ul ul ul ul > li > a
{
	
}

._Skins_SBS ul.navigation li:hover
{
	background-color: transparent;
}

._Skins_SBS ul.navigation li > a:hover
{
	color: #ffffff;
}

._Skins_SBS ul.navigation li.is-expanded > a
{
	color: #ffffff;
}

._Skins_SBS ul.navigation ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_SBS ul.navigation ul > li > a:hover
{
	
}

._Skins_SBS ul.navigation ul > li.is-expanded > a
{
	
}

._Skins_SBS ul.navigation ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_SBS ul.navigation ul ul > li > a:hover
{
	
}

._Skins_SBS ul.navigation ul ul > li.is-expanded > a
{
	
}

._Skins_SBS ul.navigation ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_SBS ul.navigation ul ul ul > li > a:hover
{
	
}

._Skins_SBS ul.navigation ul ul ul > li.is-expanded > a
{
	
}

._Skins_SBS ul.navigation ul ul ul ul > li:hover
{
	background-color: #4b4b4b;
}

._Skins_SBS ul.navigation ul ul ul ul > li > a:hover
{
	
}

._Skins_SBS ul.navigation ul ul ul ul > li.is-expanded > a
{
	
}

