/*<meta />*/

@media only screen and (max-width: 750px)
{
	/* OffCanvas styles */

	html,
	body
	{
		height: 100%;
		margin: 0;
	}

	.off-canvas
	{
		height: 100%;
		overflow-x: hidden;
	}

	.off-canvas-content
	{
		max-height: none;
	}

	/* Foundation Overrides */

	.foundation-wrap,
	.off-canvas-wrapper,
	.off-canvas-wrapper-inner
	{
		min-height: 100%;
	}

	.foundation-wrap,
	.off-canvas-wrapper
	{
		overflow: visible;
	}

	nav.title-bar .menu-icon
	{
		display: block;
		border: none;
		z-index: 100;
		position: absolute;
		background: transparent;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
	}

	nav.title-bar
	{
		background-repeat: no-repeat;
		background-position: center top;
	}

	/* Topbar Menu Styles */

	.title-bar-section.middle > div
	{
		
	}

	.navigation-wrapper,
	ul.navigation
	{
		display: none;
	}

	.responsive-header
	{
		display: block;
		background: #292929;
		height: 60px;
	}

	.title-bar-layout a.logo
	{
		background-position: center center;
		background-repeat: no-repeat;
		top: 0;
		margin: 0;
	}

	.title-bar .menu-icon span
	{
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url("Images/Menu.png");
		height: 48px;
		width: 48px;
		display: block;
	}

	.search-bar .search-submit
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.search-bar .search-filter
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.search-input
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.off-canvas.position-right
	{
		background-position: top center;
	}

	.off-canvas.position-right ul ul
	{
		background-position: top center;
	}

	.off-canvas.position-left
	{
		background-position: top center;
	}

	.off-canvas.position-left ul ul
	{
		background-position: top center;
	}

	.off-canvas ul ul.is-accordion-submenu
	{
		background: inherit;
	}

	.off-canvas ul.off-canvas-list li.is-drilldown-submenu-parent > a:after
	{
		margin-left: 0.5rem;
	}

	.is-drilldown-submenu .js-drilldown-back > a:after
	{
		margin-left: 0.5em;
	}

	ul.off-canvas-list li a
	{
		font-size: 1em;
		color: #C1C1C1;
		border-bottom: solid 1px #262626;
		line-height: inherit;
	}

	ul.off-canvas-accordion ul > li > a
	{
		margin-left: 1em;
	}

	ul.off-canvas-accordion ul ul > li > a
	{
		margin-left: 2em;
	}

	ul.off-canvas-accordion ul ul ul > li > a
	{
		margin-left: 3em;
	}

	ul.off-canvas-accordion ul ul ul ul > li > a
	{
		margin-left: 4em;
	}

	ul.off-canvas-accordion-rtl ul > li > a
	{
		margin-left: inherit;
		margin-right: 1em;
	}

	ul.off-canvas-accordion-rtl ul ul > li > a
	{
		margin-left: inherit;
		margin-right: 2em;
	}

	ul.off-canvas-accordion-rtl ul ul ul > li > a
	{
		margin-left: inherit;
		margin-right: 3em;
	}

	ul.off-canvas-accordion-rtl ul ul ul ul > li > a
	{
		margin-left: inherit;
		margin-right: 4em;
	}

	/* Side Nav */

	.sidenav-layout
	{
		display: block;
		height: inherit;
		max-height: none;
	}

	.sidenav-wrapper
	{
		display: none;
	}

	.body-container
	{
		overflow: inherit;
	}

	.defaultSkin,
	.defaultSkin body
	{
		height: 100%;
		margin: 0;
	}

	.defaultSkin .off-canvas
	{
		height: 100%;
		overflow-x: hidden;
	}

	.defaultSkin .off-canvas-content
	{
		max-height: none;
	}

	.defaultSkin .foundation-wrap,
	.defaultSkin .off-canvas-wrapper,
	.defaultSkin .off-canvas-wrapper-inner
	{
		min-height: 100%;
	}

	.defaultSkin .foundation-wrap,
	.defaultSkin .off-canvas-wrapper
	{
		overflow: visible;
	}

	.defaultSkin nav.title-bar .menu-icon
	{
		display: block;
		border: none;
		z-index: 100;
		position: absolute;
		background: transparent;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
	}

	.defaultSkin nav.title-bar
	{
		background-repeat: no-repeat;
		background-position: center top;
	}

	.defaultSkin .title-bar-section.middle > div
	{
		
	}

	.defaultSkin .navigation-wrapper,
	.defaultSkin ul.navigation
	{
		display: none;
	}

	.defaultSkin .responsive-header
	{
		display: block;
		background: #292929;
		height: 60px;
	}

	.defaultSkin .title-bar-layout a.logo
	{
		background-position: center center;
		background-repeat: no-repeat;
		top: 0;
		margin: 0;
	}

	.defaultSkin .title-bar .menu-icon span
	{
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url("Images/Menu.png");
		height: 48px;
		width: 48px;
		display: block;
	}

	.defaultSkin .search-bar .search-submit
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.defaultSkin .search-bar .search-filter
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.defaultSkin .search-input
	{
		background-repeat: no-repeat;
		background-position: center center;
	}

	.defaultSkin .off-canvas.position-right
	{
		background-position: top center;
	}

	.defaultSkin .off-canvas.position-right ul ul
	{
		background-position: top center;
	}

	.defaultSkin .off-canvas.position-left
	{
		background-position: top center;
	}

	.defaultSkin .off-canvas.position-left ul ul
	{
		background-position: top center;
	}

	.defaultSkin .off-canvas ul ul.is-accordion-submenu
	{
		background: inherit;
	}

	.defaultSkin .off-canvas ul.off-canvas-list li.is-drilldown-submenu-parent > a:after
	{
		margin-left: 0.5rem;
	}

	.defaultSkin .is-drilldown-submenu .js-drilldown-back > a:after
	{
		margin-left: 0.5em;
	}

	.defaultSkin ul.off-canvas-list li a
	{
		font-size: 1em;
		color: #C1C1C1;
		border-bottom: solid 1px #262626;
		line-height: inherit;
	}

	.defaultSkin ul.off-canvas-accordion ul > li > a
	{
		margin-left: 1em;
	}

	.defaultSkin ul.off-canvas-accordion ul ul > li > a
	{
		margin-left: 2em;
	}

	.defaultSkin ul.off-canvas-accordion ul ul ul > li > a
	{
		margin-left: 3em;
	}

	.defaultSkin ul.off-canvas-accordion ul ul ul ul > li > a
	{
		margin-left: 4em;
	}

	.defaultSkin ul.off-canvas-accordion-rtl ul > li > a
	{
		margin-left: inherit;
		margin-right: 1em;
	}

	.defaultSkin ul.off-canvas-accordion-rtl ul ul > li > a
	{
		margin-left: inherit;
		margin-right: 2em;
	}

	.defaultSkin ul.off-canvas-accordion-rtl ul ul ul > li > a
	{
		margin-left: inherit;
		margin-right: 3em;
	}

	.defaultSkin ul.off-canvas-accordion-rtl ul ul ul ul > li > a
	{
		margin-left: inherit;
		margin-right: 4em;
	}

	.defaultSkin .sidenav-layout
	{
		display: block;
		height: inherit;
		max-height: none;
	}

	.defaultSkin .sidenav-wrapper
	{
		display: none;
	}

	.defaultSkin .body-container
	{
		overflow: inherit;
	}

	._Skins_SIDE_NAV .body-container
	{
		padding-left: 0px;
		padding-right: 0px;
		overflow: inherit;
	}

	._Skins_SIDE_NAV nav.title-bar
	{
		padding-top: 5px;
		padding-bottom: 10px;
		background: #ffffff url('Images/header_bg_sm_2.png') repeat center top;
		-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/header_bg_sm_2.png') repeat center top;
	}

	._Skins_SIDE_NAV .off-canvas-wrapper-inner nav.title-bar .outer-row
	{
		
	}

	._Skins_SIDE_NAV .title-bar-layout .logo-wrapper
	{
		order: 1;
		min-height: 60px;
		flex-basis: auto;
	}

	._Skins_SIDE_NAV .title-bar-layout a.logo
	{
		width: 161px;
		height: 60px;
		background: transparent url('Images/logo_gemalto.svg') no-repeat center center;
		-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/logo_gemalto.svg') no-repeat center center;
	}

	._Skins_SIDE_NAV .menu-icon-container
	{
		min-height: 60px;
	}

	._Skins_SIDE_NAV .off-canvas-wrapper-inner .outer-row
	{
		padding-left: 1em;
		padding-right: 1em;
	}

	._Skins_SIDE_NAV .main-section > .outer-row
	{
		
	}

	._Skins_SIDE_NAV .off-canvas-content
	{
		max-height: none;
	}

	._Skins_SIDE_NAV .sidenav-layout
	{
		max-height: none;
	}

	._Skins_SIDE_NAV .off-canvas
	{
		background-position: top center;
		background-color: #f6f5f5;
	}

	._Skins_SIDE_NAV .off-canvas ul ul
	{
		background-position: top center;
		background-color: #f6f5f5;
	}

	._Skins_SIDE_NAV ul.off-canvas-list li a
	{
		border-bottom: none 1px #262626;
		color: #555555;
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
		line-height: 1pt;
		white-space: nowrap;
	}

	._Skins_SIDE_NAV ul.off-canvas-list ul > li > a
	{
		color: #696969;
		font-weight: normal;
		margin-left: 10px;
	}

	._Skins_SIDE_NAV ul.off-canvas-list ul ul > li > a
	{
		margin-left: 25px;
	}

	._Skins_SIDE_NAV ul.off-canvas-list ul ul ul > li > a
	{
		margin-left: 40px;
	}

	._Skins_SIDE_NAV ul.off-canvas-list ul ul ul ul > li > a
	{
		margin-left: 55px;
	}

	._Skins_SIDE_NAV ul.off-canvas-list li.js-drilldown-back > a
	{
		
	}

	._Skins_SIDE_NAV ul.off-canvas-list li.is-accordion-submenu-parent > a span.submenu-toggle-container
	{
		width: 1.85em;
	}

	._Skins_SIDE_NAV ul.off-canvas-list li.is-accordion-submenu-parent > a span.submenu-toggle
	{
		border-top-color: #a9a9a9;
		border-top-width: 5px;
		border-right-width: 5px;
		border-left-width: 5px;
	}

	._Skins_SIDE_NAV ul.off-canvas-list li a:hover
	{
		color: #b90b67;
		background-color: transparent;
	}

	._Skins_SIDE_NAV ul.off-canvas-list ul > li > a:hover
	{
		font-weight: normal;
		background-color: transparent;
	}

	._Skins_SIDE_NAV ul.off-canvas-list ul ul > li > a:hover
	{
		background-color: transparent;
	}

	._Skins_SIDE_NAV ul.off-canvas-list ul ul ul > li > a:hover
	{
		background-color: transparent;
	}

	._Skins_SIDE_NAV ul.off-canvas-list ul ul ul ul > li > a:hover
	{
		background-color: transparent;
	}

	._Skins_SIDE_NAV ul.off-canvas-list li.js-drilldown-back > a:hover
	{
		background-color: transparent;
	}

	._Skins_SIDE_NAV ul.off-canvas-list li.is-accordion-submenu-parent > a span.submenu-toggle:hover
	{
		
	}

	._Skins_SIDE_NAV ul.off-canvas-list li a.selected
	{
		color: #b90b67;
		font-weight: bold;
		background-color: #ffffff;
	}

	._Skins_SIDE_NAV ul.off-canvas-list ul > li > a.selected
	{
		font-weight: normal;
		background-color: #ffffff;
	}

	._Skins_SIDE_NAV ul.off-canvas-list ul ul > li > a.selected
	{
		background-color: #ffffff;
	}

	._Skins_SIDE_NAV ul.off-canvas-list ul ul ul > li > a.selected
	{
		background-color: #ffffff;
	}

	._Skins_SIDE_NAV ul.off-canvas-list ul ul ul ul > li > a.selected
	{
		background-color: #ffffff;
	}

	._Skins_SIDE_NAV .title-bar .menu-icon span
	{
		background: transparent url('Images/hamburger.png') no-repeat center center;
		-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/hamburger.png') no-repeat center center;
	}

	._Skins_SIDE_NAV nav.title-bar .menu-icon
	{
		left: auto;
		right: -13px;
	}

	._Skins_SIDE_NAV .search-auto-complete ul
	{
		background-color: #ffffff;
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-item a
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-item
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-content
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-history
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-item.auto-result-selected a
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-item.auto-result-selected
	{
		background-color: #ececec;
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-content.auto-result-selected
	{
		background-color: #ececec;
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-history.auto-result-selected
	{
		background-color: #ececec;
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-item .auto-result-description
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-content .auto-result-description
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-history .auto-result-description
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-item .auto-result-icon
	{
		
	}

	._Skins_SIDE_NAV .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_SIDE_NAV .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_SIDE_NAV .search-auto-complete li.auto-result-item .auto-result-phrase
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-content .auto-result-phrase
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-history .auto-result-phrase
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-item .auto-result-phrase .search-result-highlight
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-content .auto-result-phrase .search-result-highlight
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li.auto-result-history .auto-result-phrase .search-result-highlight
	{
		
	}

	._Skins_SIDE_NAV .search-auto-complete li .auto-result-remove
	{
		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_SIDE_NAV .search-auto-complete li.auto-result-item .auto-result-separator
	{
		
	}

	._Skins_SIDE_NAV .nav-search-wrapper
	{
		order: 3;
		justify-content: flex-end;
		flex-basis: auto;
	}

	._Skins_SIDE_NAV .nav-search
	{
		display: block;
		width: 200px;
		margin-right: 35px;
		margin-top: 0px;
	}

	._Skins_SIDE_NAV .search-bar .search-field
	{
		background-color: #f6f5f5;
		padding-right: 50px;
	}

	._Skins_SIDE_NAV .search-bar .search-filter
	{
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #ffffff;
	}

	._Skins_SIDE_NAV .search-bar .search-submit
	{
		
	}

	._Skins_SIDE_NAV .search-filter-content
	{
		top: 2em;
		background-color: #ffffff;
	}

	._Skins_SIDE_NAV .search-bar .search-filter-wrapper.open
	{
		background-position: center center;
		background-color: #ffffff;
		background-repeat: no-repeat;
	}

	._Skins_SIDE_NAV .search-bar .search-filter:hover
	{
		background-repeat: no-repeat;
		background-color: #ffffff;
	}

	._Skins_SIDE_NAV .search-bar .search-filter.selected
	{
		background-repeat: no-repeat;
		background-position: center center;
		background: transparent url('Images/icon-filter-selected.png') no-repeat center center;
	}

	._Skins_SIDE_NAV .search-filter-content ul li:hover
	{
		background-color: #ffffff;
	}

	._Skins_SIDE_NAV .search-filter-content ul li button:focus
	{
		background-color: #ffffff;
	}

	._Skins_SIDE_NAV .search-bar .search-field::-webkit-input-placeholder
	{
		
	}

	._Skins_SIDE_NAV .search-bar .search-field::-moz-placeholder
	{
		
	}

	._Skins_SIDE_NAV .search-bar .search-field:-moz-placeholder
	{
		
	}

	._Skins_SIDE_NAV .search-bar .search-field:-ms-input-placeholder
	{
		
	}

	._Skins_SIDE_NAV .search-bar.search-bar-container .search-submit
	{
		background: #555555 url('Images/SearchIcon_white.png') no-repeat center center;
		-pie-background: #555555 url('Skins/Fluid/Stylesheets/Images/SearchIcon_white.png') no-repeat center center;
	}

	._Skins_SIDE_NAV .search-bar.search-bar-container .search-submit:hover
	{
		background-repeat: no-repeat;
		background-color: #555555;
	}

	._Skins_SIDE_NAV .sidenav-wrapper
	{
		display: none;
	}

	._Skins_SIDE_NAV .skip-to-content
	{
		color: #808080;
		font-family: Arial;
		font-size: 13px;
		font-weight: normal;
		font-style: normal;
		background-color: #ffffff;
	}

	._Skins_TOP_NAV .body-container
	{
		
	}

	._Skins_TOP_NAV nav.title-bar
	{
		background: #ffffff url('Images/TOP_NAV/header_bg_sm_1.png') repeat center top;
		-pie-background: #ffffff url('Skins/Fluid/Stylesheets/Images/TOP_NAV/header_bg_sm_1.png') repeat center top;
	}

	._Skins_TOP_NAV .off-canvas-wrapper-inner nav.title-bar .outer-row
	{
		
	}

	._Skins_TOP_NAV .title-bar-layout .logo-wrapper
	{
		min-height: 60px;
		flex-basis: 100%;
	}

	._Skins_TOP_NAV .title-bar-layout a.logo
	{
		width: 161px;
		height: 60px;
		background: transparent url('Images/TOP_NAV/gemalto_logo_1.png') no-repeat center center;
		-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/TOP_NAV/gemalto_logo_1.png') no-repeat center center;
	}

	._Skins_TOP_NAV .menu-icon-container
	{
		min-height: 60px;
	}

	._Skins_TOP_NAV .off-canvas-wrapper-inner .outer-row
	{
		
	}

	._Skins_TOP_NAV .main-section > .outer-row
	{
		
	}

	._Skins_TOP_NAV .off-canvas
	{
		background-position: top center;
		background-color: #f6f5f5;
	}

	._Skins_TOP_NAV .off-canvas ul ul
	{
		background-position: top center;
		background-color: #f6f5f5;
	}

	._Skins_TOP_NAV ul.off-canvas-list li a
	{
		border-bottom: none 0px transparent;
		color: #696969;
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
		line-height: 1pt;
		white-space: nowrap;
	}

	._Skins_TOP_NAV ul.off-canvas-list ul > li > a
	{
		font-weight: normal;
		margin-left: 1em;
	}

	._Skins_TOP_NAV ul.off-canvas-list ul ul > li > a
	{
		margin-left: 2em;
	}

	._Skins_TOP_NAV ul.off-canvas-list ul ul ul > li > a
	{
		margin-left: 3em;
	}

	._Skins_TOP_NAV ul.off-canvas-list ul ul ul ul > li > a
	{
		margin-left: 4em;
	}

	._Skins_TOP_NAV ul.off-canvas-list li.js-drilldown-back > a
	{
		
	}

	._Skins_TOP_NAV ul.off-canvas-list li.is-accordion-submenu-parent > a span.submenu-toggle
	{
		border-top-color: #a9a9a9;
	}

	._Skins_TOP_NAV ul.off-canvas-list li a:hover
	{
		color: #b90b67;
		background-color: #eaeaea;
	}

	._Skins_TOP_NAV ul.off-canvas-list ul > li > a:hover
	{
		font-weight: normal;
		background-color: #eaeaea;
	}

	._Skins_TOP_NAV ul.off-canvas-list ul ul > li > a:hover
	{
		background-color: #eaeaea;
	}

	._Skins_TOP_NAV ul.off-canvas-list ul ul ul > li > a:hover
	{
		background-color: #eaeaea;
	}

	._Skins_TOP_NAV ul.off-canvas-list ul ul ul ul > li > a:hover
	{
		background-color: #eaeaea;
	}

	._Skins_TOP_NAV ul.off-canvas-list li.js-drilldown-back > a:hover
	{
		background-color: #eaeaea;
	}

	._Skins_TOP_NAV ul.off-canvas-list li.is-accordion-submenu-parent > a span.submenu-toggle-container:hover
	{
		width: 1.85em;
	}

	._Skins_TOP_NAV ul.off-canvas-list li.is-accordion-submenu-parent > a span.submenu-toggle:hover
	{
		border-top-color: #f6f5f5;
		border-top-width: 5px;
		border-right-width: 5px;
		border-left-width: 5px;
	}

	._Skins_TOP_NAV ul.off-canvas-list li a.selected
	{
		color: #b90b67;
		font-weight: bold;
		background-color: #eaeaea;
	}

	._Skins_TOP_NAV ul.off-canvas-list ul > li > a.selected
	{
		background-color: #eaeaea;
	}

	._Skins_TOP_NAV ul.off-canvas-list ul ul > li > a.selected
	{
		background-color: #eaeaea;
	}

	._Skins_TOP_NAV ul.off-canvas-list ul ul ul > li > a.selected
	{
		background-color: #eaeaea;
	}

	._Skins_TOP_NAV ul.off-canvas-list ul ul ul ul > li > a.selected
	{
		background-color: #eaeaea;
	}

	._Skins_TOP_NAV .title-bar .menu-icon span
	{
		background: transparent url('Images/TOP_NAV/hamburger.png') no-repeat center center;
		-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/TOP_NAV/hamburger.png') no-repeat center center;
	}

	._Skins_TOP_NAV nav.title-bar .menu-icon
	{
		left: auto;
		right: -13px;
	}

	._Skins_TOP_NAV .search-auto-complete ul
	{
		background-color: #ffffff;
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-item a
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-item
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-content
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-history
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-item.auto-result-selected a
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-item.auto-result-selected
	{
		background-color: #ececec;
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-content.auto-result-selected
	{
		background-color: #ececec;
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-history.auto-result-selected
	{
		background-color: #ececec;
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-item .auto-result-description
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-content .auto-result-description
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-history .auto-result-description
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-item .auto-result-icon
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-content .auto-result-icon
	{
		background: transparent url('Images/TOP_NAV/icon-topic.png') no-repeat center center;
		-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/TOP_NAV/icon-topic.png') no-repeat center center;
		background-size: contain;
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-history .auto-result-icon
	{
		background: transparent url('Images/TOP_NAV/icon-search.png') no-repeat center center;
		-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/TOP_NAV/icon-search.png') no-repeat center center;
		background-size: contain;
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-item .auto-result-phrase
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-content .auto-result-phrase
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-history .auto-result-phrase
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-item .auto-result-phrase .search-result-highlight
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-content .auto-result-phrase .search-result-highlight
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-history .auto-result-phrase .search-result-highlight
	{
		
	}

	._Skins_TOP_NAV .search-auto-complete li .auto-result-remove
	{
		width: 17px;
		height: 27px;
		background: transparent url('Images/TOP_NAV/icon-remove.png') no-repeat center center;
		-pie-background: transparent url('Skins/Fluid/Stylesheets/Images/TOP_NAV/icon-remove.png') no-repeat center center;
		background-size: contain;
	}

	._Skins_TOP_NAV .search-auto-complete li.auto-result-item .auto-result-separator
	{
		
	}

	._Skins_TOP_NAV .nav-search-wrapper
	{
		flex-basis: 100%;
	}

	._Skins_TOP_NAV .nav-search
	{
		display: block;
	}

	._Skins_TOP_NAV .search-bar .search-field
	{
		background-color: #f6f5f5;
		padding-right: 50px;
	}

	._Skins_TOP_NAV .search-bar .search-filter
	{
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #ffffff;
	}

	._Skins_TOP_NAV .search-bar .search-submit
	{
		
	}

	._Skins_TOP_NAV .search-filter-content
	{
		top: 25px;
		background-color: #ffffff;
	}

	._Skins_TOP_NAV .search-bar .search-filter-wrapper.open
	{
		background-position: center center;
		background-color: #ffffff;
		background-repeat: no-repeat;
	}

	._Skins_TOP_NAV .search-bar .search-filter:hover
	{
		background-repeat: no-repeat;
		background-color: #ffffff;
	}

	._Skins_TOP_NAV .search-bar .search-filter.selected
	{
		background-repeat: no-repeat;
		background-position: center center;
		background: transparent url('Images/TOP_NAV/Filter.png') no-repeat center center;
	}

	._Skins_TOP_NAV .search-filter-content ul li:hover
	{
		background-color: #ffffff;
	}

	._Skins_TOP_NAV .search-filter-content ul li button:focus
	{
		background-color: #ffffff;
	}

	._Skins_TOP_NAV .search-bar .search-field::-webkit-input-placeholder
	{
		
	}

	._Skins_TOP_NAV .search-bar .search-field::-moz-placeholder
	{
		
	}

	._Skins_TOP_NAV .search-bar .search-field:-moz-placeholder
	{
		
	}

	._Skins_TOP_NAV .search-bar .search-field:-ms-input-placeholder
	{
		
	}

	._Skins_TOP_NAV .search-bar.search-bar-container .search-submit
	{
		background: #b90b67 url('Images/TOP_NAV/SearchIcon_white.png') no-repeat center center;
		-pie-background: #b90b67 url('Skins/Fluid/Stylesheets/Images/TOP_NAV/SearchIcon_white.png') no-repeat center center;
	}

	._Skins_TOP_NAV .search-bar.search-bar-container .search-submit:hover
	{
		background-repeat: no-repeat;
		background-color: #b90b67;
	}

	._Skins_TOP_NAV .sidenav-wrapper
	{
		display: none;
	}

	._Skins_TOP_NAV .skip-to-content
	{
		color: #808080;
		font-family: Arial;
		font-size: 13px;
		font-weight: normal;
		font-style: normal;
		background-color: #ffffff;
	}
}

