/*<meta />*/

/* Main Page Styles */

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

.inner-wrap
{
	min-height: 100vh;
}

.row.outer-row
{
	margin: 0 auto;
	padding-left: 0em;
	padding-right: 0em;
	max-width: 100%;
}

.main-section > .row.outer-row
{
	padding-top: 0em;
	padding-bottom: 0em;
	max-width: 100%;
}

img
{
	vertical-align: baseline;
}

.navigation-wrapper
{
	float: left;
}

.tab-bar-section.middle > div
{
	
}

/* Topbar (Navigation) Dropdown Styles*/

ul.navigation
{
	height: 100%;
	white-space: nowrap;
	z-index: 1;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	background-repeat: repeat;
	background-position: center center;
	line-height: 0px;
	text-align: center;
	color: #ffffff;
	font-family: HPMetricLocal;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%);
	background: linear-gradient(top, #ffffff 0%,#ffffff 100%);
	-pie-background: linear-gradient(#ffffff, #ffffff);
}

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

ul.navigation ul
{
	z-index: 1000;
	width: auto;
	margin: 0;
	padding: 10px 0 10px 0;
	position: absolute;
	background-repeat: repeat;
	font-family: HPMetricLocal;
	background: #02b387;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

ul.navigation > li > ul
{
	left: 0;
}

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

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-repeat: repeat;
	background: #02b387;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

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

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

ul.navigation a
{
	text-decoration: none;
	height: 100%;
	outline: none;
	color: #ffffff;
	font-family: HPMetricLocal;
	font-size: 16px;
	font-weight: normal;
}

ul.navigation li
{
	position: relative;
	list-style: none;
	margin: 0;
	height: 100%;
	background-repeat: repeat;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%);
	background: linear-gradient(top, #ffffff 0%,#ffffff 100%);
	-pie-background: linear-gradient(#ffffff, #ffffff);
}

ul.navigation li > a
{
	display: block;
	background-repeat: repeat;
	line-height: 35px;
	text-indent: 0px;
	color: #404e4e;
	font-family: HPMetricLocal;
	font-size: 20px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 5px;
}

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

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

ul.navigation li:hover > ul,
ul.navigation > li.has-children:hover:after
{
	visibility: visible;
	opacity: 1;
}

ul.navigation li:hover
{
	background-repeat: no-repeat;
	background: transparent none;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

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

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

ul.navigation ul > li:hover
{
	background-repeat: repeat;
	background: #ffffff none;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #f3f3f3 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%,#f3f3f3 100%);
	background: linear-gradient(top, #f3f3f3 0%,#f3f3f3 100%);
	-pie-background: linear-gradient(#f3f3f3, #f3f3f3);
}

#resultList .glossary .term a:visited
{
	
}

#resultList h3.title a:visited
{
	color: #02B387;
	text-decoration: underline;
}

#resultList .glossary .term a:focus
{
	
}

#resultList h3.title a:focus
{
	color: #02B387;
	font-family: HPMetricLocal;
	text-decoration: none;
}

ul.navigation li > a:hover
{
	background-repeat: no-repeat;
	color: #02b387;
	font-family: HPMetricLocal;
	font-weight: normal;
}

ul.navigation ul > li > a:hover
{
	background-repeat: repeat;
	color: #ffffff;
	font-weight: normal;
}

ul.navigation ul ul > li > a:hover
{
	background-repeat: repeat;
	font-weight: normal;
}

ul.navigation ul ul ul > li > a:hover
{
	background-repeat: repeat;
}

ul.navigation ul ul ul ul > li > a:hover
{
	background-repeat: repeat;
}

#resultList .glossary .term a:hover
{
	
}

#pagination a:hover
{
	color: #02B387;
	font-family: HPMetricLocal;
	border-top: solid 0px #e2e2e6;
	border-right: solid 0px #fafafc;
	border-bottom: solid 0px #fafafc;
	border-left: solid 0px #fafafc;
	text-decoration: underline;
}

#resultList h3.title a:hover
{
	font-family: HPMetricLocal;
	font-weight: normal;
	text-decoration: underline;
}

#resultList .glossary .term a:active
{
	
}

#resultList h3.title a:active
{
	color: #02b387;
	font-family: HPMetricLocal;
	text-decoration: none;
}

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

nav.tab-bar
{
	height: auto;
	line-height: inherit;
	padding: 10px 0;
	display: block;
	padding-top: 0px;
	padding-bottom: 1px;
	background: transparent url('Images/TOCbackground.png') repeat center top;
	background: url('Images/TOCbackground.png') repeat center top, -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/TOCbackground.png') repeat center top, -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: url('Images/TOCbackground.png') repeat center top, -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: url('Images/TOCbackground.png') repeat center top, -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/TOCbackground.png') repeat center top, -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: url('Images/TOCbackground.png') repeat center top, linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: url('Skins/Fluid/Stylesheets/Images/TOCbackground.png') repeat center top, linear-gradient(transparent, transparent);
}

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

.tab-bar-section
{
	position: relative;
}

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

.tab-bar-section a.logo
{
	width: 182px;
	height: 42px;
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	top: 50%;
	bottom: auto;
	right: 0;
	background: transparent none;
	-pie-background: transparent;
}

/* Topbar Menu Functionality Styles */

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

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

/* Search */

.nav-search
{
	margin-top: 10px;
}

.search-field
{
	padding: 0 0 0 10px;
	background: #FFFFFF;
	top: 0;
	left: 0;
	position: relative;
	height: 30px;
	border-top: solid 1px #cccccc;
	border-right: none 0px;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #000000;
	font-family: HPMetricLocal_Light;
	font-size: 18px;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	padding-right: 65px;
}

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

.search-filter
{
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 2em;
	padding-right: 5px;
	cursor: pointer;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top: none 0px #cccccc;
	border-right: none;
	border-bottom: none 0px #cccccc;
	border-left: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 30px;
	background: #ffffff none;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

.search-filter.selected
{
	background-repeat: no-repeat;
	background-position: center center;
	background:  none;
}

.search-filter.open
{
	background-repeat: no-repeat;
	background-position: center center;
	color: #939393;
	font-family: HPMetricLocal;
	font-size: 16px;
	background: #ecf0ef none;
	-pie-background: #ecf0ef;
}

.search-filter-wrapper
{
	display: none;
	position: absolute;
	top: 0;
	font-size: 18px;
	right: 30px;
}

.search-filter-content
{
	display: none;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	position: absolute;
	right: 0;
	line-height: normal;
	text-align: left;
	overflow: auto;
	z-index: 1;
	white-space: nowrap;
	top: 30px;
	color: #939393;
	font-family: HPMetricLocal;
	font-size: 16px;
	background: #ecf0ef none;
	-pie-background: #ecf0ef;
}

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

.search-filter-content ul li:hover
{
	color: #000000;
	font-family: HPMetricLocal;
	background: #939393 none;
	-pie-background: #939393;
}

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

/* OffCanvas */

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

.left-off-canvas-menu,
.right-off-canvas-menu
{
	display: none;
}

/* Pulse.htm */

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

nav.tab-bar .row.outer-row
{
	padding-left: 0px;
	padding-right: 1em;
	max-width: 1200px;
}

.tab-bar .menu-icon span
{
	top: 0px;
}

ul.navigation ul a
{
	font-family: HPMetricLocal;
}

ul.navigation ul ul a
{
	
}

ul.navigation ul ul ul
{
	background-repeat: repeat;
	background: #02b387;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

ul.navigation ul ul ul a
{
	
}

ul.navigation ul ul ul ul
{
	background-repeat: repeat;
	background: #02b387;
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background: -o-linear-gradient(top, transparent 0%,transparent 100%);
	background: -ms-linear-gradient(top, transparent 0%,transparent 100%);
	background: linear-gradient(top, transparent 0%,transparent 100%);
	-pie-background: linear-gradient(transparent, transparent);
}

ul.navigation ul ul ul ul a
{
	
}

ul.navigation ul ul > li > a
{
	
}

ul.navigation ul ul ul > li > a
{
	
}

ul.navigation ul ul ul ul > li > a
{
	
}

ul.navigation ul ul > li:hover
{
	background-repeat: repeat;
	background: #ffffff none;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #f3f3f3 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%,#f3f3f3 100%);
	background: linear-gradient(top, #f3f3f3 0%,#f3f3f3 100%);
	-pie-background: linear-gradient(#f3f3f3, #f3f3f3);
}

ul.navigation ul ul ul > li:hover
{
	background-repeat: repeat;
	background: #ffffff none;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #f3f3f3 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%,#f3f3f3 100%);
	background: linear-gradient(top, #f3f3f3 0%,#f3f3f3 100%);
	-pie-background: linear-gradient(#f3f3f3, #f3f3f3);
}

ul.navigation ul ul ul ul > li:hover
{
	background-repeat: repeat;
	background: #ffffff none;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #f3f3f3 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%,#f3f3f3 100%);
	background: linear-gradient(top, #f3f3f3 0%,#f3f3f3 100%);
	-pie-background: linear-gradient(#f3f3f3, #f3f3f3);
}

.row.nav-search
{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.search-bar
{
	width: 600px;
}

.search-submit
{
	height: 30px;
	border-top: solid 1px #cccccc;
	border-right: none 0px;
	border-bottom: solid 1px #cccccc;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	background: #02B387 none;
	-pie-background: #02B387;
}

#resultList .glossary .definition
{
	font-family: HPMetricLocal;
}

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

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

#resultList .glossary .term a
{
	font-family: HPMetricLocal;
}

h1#results-heading
{
	color: #404e4e;
	font-family: HPMetricLocal;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
}

#results-heading
{
	border-bottom: groove 1px #ebebeb;
	margin-top: 15px;
	margin-bottom: -10px;
	padding-bottom: 6px;
}

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

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

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

#pagination a
{
	border-top: solid 1px #fafafc;
	border-right: solid 1px #fafafc;
	border-bottom: solid 1px #fafafc;
	border-left: solid 1px #fafafc;
	color: #02b387;
	font-family: HPMetricLocal;
	font-size: 1em;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

#pagination a#selected
{
	color: #02b387;
	font-family: HPMetricLocal;
	font-size: 18px;
	font-weight: bold;
	border-top: solid 0px #e2e2e6;
	border-right: solid 0px #fafafc;
	border-bottom: solid 0px #fafafc;
	border-left: solid 0px #fafafc;
}

#resultList .description
{
	font-family: HPMetricLocal;
	font-size: 18px;
	margin-bottom: 16px;
}

#resultList h3.title a
{
	color: #02b387;
	font-family: HPMetricLocal;
	font-size: 22px;
}

#resultList h3.title
{
	font-family: HPMetricLocal;
	margin-top: 42px;
	margin-bottom: 16px;
	text-decoration: none;
}

#resultList .url cite
{
	color: #727387;
	font-family: HPMetricLocal;
	font-size: 18px;
	font-style: normal;
	display: none;
}

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

