/* Required general page styling */
body {margin: 0;}

/* Search bar style */
	#hpeslh_dark_overlay {
		position: fixed;
		top: auto; /*85px;*/
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		z-index: 998;
		display: none;
		color: #fff;
		fill: #fff;
		cursor: url(../img/close.png), auto;
	}

	#hpeslh_search_bar_container {
		position: absolute;
		display: none;
		overflow: hidden;
		top: auto; /*0px;*/
		right: 0px;
		width: 0%; /*100%*/
		height: 84px;
		background-color: rgb(255, 255, 255);
		z-index: 999;
		margin: 0 auto;
	}

	#hpeslh_search_bar_container .hpeslh_search-form {
		display: flex;
		flex: 1 1 auto;
		border-right: 1px solid #C6C9CA;
		padding: 0 0 0 35px;
		height: 84px;
	}
	#hpeslh_search_bar_container .hpeslh_search-form .hpeslh_search-input::-ms-clear {
		display: none;
		width: 0;
		height: 0;
	}
	#hpeslh_search_bar_container .hpeslh_search-form .hpeslh_search-input {
		height: 100%;
		display: inline-block;
		flex: 1 1 auto;
		border: none;
		outline: none;
		-webkit-appearance: none;
		font-size: 24px;
		line-height: 1.5em;
		padding: 0 48px;
		color: #707070;
		font-family: "MetricLight", sans-serif;
	}

	#hpeslh_search_bar_container .hpeslh_search-form .hpeslh_search-submit {
		display: inline-block;
		cursor: pointer;
		height: 100%;
		width: 50px;
		background: transparent;
		border: none;
		/*outline: none;*/
		-webkit-appearance: none;
		margin-right: 10px;
	}

	#hpeslh_search_bar_container .hpeslh_icon {
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 20px;
	}

	#hpeslh_search_bar_container .hpeslh_icon-search {
		position: absolute;
		top: 35px;
	}

	#hpeslh_search_bar_container .hpeslh_search-close {
		margin: 0 20px 0 20px;
		line-height: 84px;
		cursor: pointer;
		border: 0px;
		background-color: #fff;
	}

	#hpeslh_search_bar_container span {
		font-family: "MetricReg", sans-serif;
		display: inline-block;
		vertical-align: middle;
		padding-left: 10px;
		color: #333333;
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 2px;
	}

	#hpeslh_search_bar_container .divide {
		display: inline-block;
		vertical-align: middle;
		content: '';
		margin-top: 23px;
		width: 1px;
		height: 40px;
		background: #e0e0e0;
	}

	@media only screen and (max-width: 992px) {
		#hpeslh_search_bar_container .hpeslh_search-form {
			padding: 0px;
		}
		#hpeslh_search_bar_container .hpeslh_search-form .hpeslh_search-input {
			padding: 0 30px;
		}
	}
	@media only screen and (max-width: 767px) {
		#hpeslh_search_bar_container .hpeslh_search-form .hpeslh_search-input {
			padding: 0 12px;
		}
		#hpeslh_search_bar_container .hpeslh_search-form .hpeslh_search-submit {
			display: none;
		}
	}
	@media only screen and (max-width: 600px) {
		#hpeslh_search_bar_container .hpeslh_close-text {
			display: none;
		}
		#hpeslh_search_bar_container .hpeslh_search-form .hpeslh_search-submit {
			display: none;
		}
	}
	@media only screen and (max-width: 400px) {
		#hpeslh_search_bar_container .divide {
			display: none;
		}
	}


/* Slim Header Styling */
#hpeslh_site-header {
  top: 0;
  left: 0;
  width: 100%;
  /*height: 90px;*/
  /*padding: 0 0 8px 0;*/
  /*  position: fixed;*/
  backface-visibility: hidden;
  z-index: 100;
}
#hpeslh_site-header.sink {
  z-index: auto; }
#hpeslh_site-header .hpeslh_container:after {
  content: "";
  display: table;
  clear: both; }
#hpeslh_site-header #hpeslh_site-branding {
  float: left;
  margin: 10px 10px 0;
  width: 128px;
  height: 54px;
  position: relative;
}
#hpeslh_site-header #hpeslh_site-branding svg {
	width: 100%;
}
#hpeslh_site-header #hpeslh_site-branding svg.hpeslh_hpe-logo-large {
	top: 8px;
	left: 0px;
	position: absolute;
	width: 128px;
}
#hpeslh_site-header #hpeslh_site-branding svg.hpeslh_hpe-logo-small {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 44px;
}
#hpeslh_site-header .hpeslh_hover-nav {
	float: right;
	/*font-size: 20px!important;*/
	line-height: 28px;
}
#hpeslh_site-header .hpeslh_nav-link {
	text-decoration: none;
	padding: 30px 12px 27px 12px;
	display: inline-block;
	color: #333333;
	float: left;
	position: relative;
	font-family: "MetricLight", sans-serif;
}

/* Hide 'contact icon' when screen width is 1225px or more. 'contact link' is being displayed */
@media only screen and (min-width: 1142px) {
	#hpeslh_site-header .hpeslh_nav-link.mobile-icon { display: none; }
}
/* Display 'contact icon' and hide 'contact link' when screen width is 1224px or less */
@media only screen and (max-width: 1141px) {
	#hpeslh_site-header nav a:nth-last-child(2) { display: none!important; }
	#hpeslh_site-header .hpeslh_nav-link.mobile-icon { display: inline-block; }
}
/* Start hiding links from right to left */
@media only screen and (max-width: 1059px) {
	#hpeslh_site-header nav a:nth-last-child(3) {
		display: none!important;
	}
}
@media only screen and (max-width: 974px) {
	#hpeslh_site-header nav a:nth-last-child(4) {
		display: none!important;
	}
}
@media only screen and (max-width: 890px) {
	#hpeslh_site-header nav a:nth-last-child(5) {
		display: none!important;
	}
}
@media only screen and (max-width: 751px) {
	#hpeslh_site-header nav a:nth-last-child(6) {
		display: none!important;
	}
}
/* @media only screen and (max-width: 767px) {
	#hpeslh_site-header .hpeslh_nav-link.mobile-icon { padding: 25px 8px 27px 8px; }
	#hpeslh_site-header .hpeslh_nav-link.mobile-icon span { display: none; }
} */
@media only screen and (min-width: 677px) {
	.hpeslh_hpetext { display: inline; }
}
@media only screen and (max-width: 676px) {
	#hpeslh_site-header {padding: 0 0 0 0px;}
	#hpeslh_site-header #hpeslh_site-branding {margin: 10px 0px 0;}
	.hpeslh_hpetext { display: none !important; }
}
@media only screen and (max-width: 626px) {
	#hpeslh_site-header nav a:nth-last-child(7) {
		display: none!important;
	}
}
@media only screen and (max-width: 550px) {
	#hpeslh_site-header nav a:nth-last-child(8) {
		display: none!important;
	}
}

.hf-icon { width: 20px; height: 20px; vertical-align: middle; }
svg { pointer-events:none; }

#hpeslh_site-header .hpeslh_nav-link .hpeslh_icon {
	display: none;
	width: 24px;
	height: 24px;
}

#hpeslh_site-header .hpeslh_nav-link:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% + 1px);
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #FFFFFF transparent;
  opacity: 0;
  visibility: 0;
  -webkit-transition: all 300ms 100ms ease-in-out;
  -moz-transition: all 300ms 100ms ease-in-out;
  -ms-transition: all 300ms 100ms ease-in-out;
  -o-transition: all 300ms 100ms ease-in-out;
  transition: all 300ms 100ms ease-in-out; }
#hpeslh_site-header .hpeslh_nav-link.active:after {
  opacity: 1;
  visibility: visible; }
#hpeslh_site-header .hpeslh_site-tools {
  float: right;
  font-size: 20px;
  line-height: 28px;
  position: relative; }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_tool {
  text-decoration: none;
  color: #333333;
  margin: 0 -2px;}
#hpeslh_site-header .hpeslh_site-tools .hpeslh_tool span {
  font-family: "MetricReg", sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color:#333333; }
#hpeslh_site-header .hpeslh_site-tools .shift {
  margin-right: 138px; }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px; }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_icon-search {
	position: absolute;
	top: 31px;
}

#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-icon2 {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 20px;
    vertical-align: middle; }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-icon2 .hpeslh_line {
  width: 100%;
  height: 2px;
  background: #01A982;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: top 400ms 400ms ease-in-out, bottom 400ms 400ms ease-in-out, transform 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
  -moz-transition: top 400ms 400ms ease-in-out, bottom 400ms 400ms ease-in-out, transform 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
  -ms-transition: top 400ms 400ms ease-in-out, bottom 400ms 400ms ease-in-out, transform 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
  -o-transition: top 400ms 400ms ease-in-out, bottom 400ms 400ms ease-in-out, transform 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
  transition: top 400ms 400ms ease-in-out, bottom 400ms 400ms ease-in-out, transform 400ms ease-in-out, opacity 1ms 400ms ease-in-out; }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-icon2 .hpeslh_line:first-child {
  top: 0px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-icon2 .hpeslh_line:nth-child(2) {
  top: calc(50% - 1px);
  opacity: 1; }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-icon2 .hpeslh_line:last-child {
  bottom: 0px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-icon {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 20px;
    vertical-align: middle;
    top:-15px;
}
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-icon .hpeslh_line {
    width: 100%;
    height: 5px;
    background: #676767;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: top 400ms 400ms ease-in-out, bottom 400ms 400ms ease-in-out, transform 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
    -moz-transition: top 400ms 400ms ease-in-out, bottom 400ms 400ms ease-in-out, transform 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
    -ms-transition: top 400ms 400ms ease-in-out, bottom 400ms 400ms ease-in-out, transform 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
    -o-transition: top 400ms 400ms ease-in-out, bottom 400ms 400ms ease-in-out, transform 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
    transition: top 400ms 400ms ease-in-out, bottom 400ms 400ms ease-in-out, transform 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
}

#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-icon .hpeslh_line:first-child {
    top: 0px;
    left: 0px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-icon .hpeslh_line:nth-child(2) {
    top: 0px;
    left: 10px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-icon .hpeslh_line:last-child {
    top: 0px;
    left: 20px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#hpeslh_site-header .hpeslh_site-tools .divide {
  content: '';
  position: absolute;
 	left: 60px;
  top: 23px;
  width: 2px;
  height: 40px;
  background: #e0e0e0; }
@media only screen and (max-width: 1200px) {
  #hpeslh_site-header .hpeslh_site-tools .divide {
    left: 65px; } }
@media only screen and (max-width: 992px) {
  #hpeslh_site-header .hpeslh_site-tools .divide {
    left: 50px; } }
@media only screen and (max-width: 767px) {
  #hpeslh_site-header .hpeslh_site-tools .divide {
    left: 40px; } }
  #hpeslh_site-header .hpeslh_site-tools .hpeslh_search-button {
		display: inline-block;
		cursor: pointer;
		height: 100%;
		width: 50px;
		background: transparent;
		border: none;
		/*outline: none;*/
		-webkit-appearance: none;
		margin-right: 10px;
		margin-top: 5px;
    position: relative;
    z-index: 100;
    padding: 27px 31px 35px 18px;
    top: -1px; }
@media only screen and (max-width: 1200px) {
  #hpeslh_site-header .hpeslh_site-tools .hpeslh_search-button {
    padding: 27px 31px 35px 15px; } }
@media only screen and (max-width: 992px) {
  #hpeslh_site-header .hpeslh_site-tools .hpeslh_search-button {
    padding: 27px 15px 35px 15px; } }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-button {
    position: relative;
    padding: 27px 18px;
    top: -3px;
    display: inline-block;
    z-index: 100;
  }
@media only screen and (max-width: 992px) {
  #hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-button {
    padding: 27px 15px; } }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-button.opened {
    top: 0;
    right: 0; }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-button.opened .hpeslh_line {
  -webkit-transition: top 400ms ease-in-out, bottom 400ms ease-in-out, transform 400ms 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
  -moz-transition: top 400ms ease-in-out, bottom 400ms ease-in-out, transform 400ms 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
  -ms-transition: top 400ms ease-in-out, bottom 400ms ease-in-out, transform 400ms 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
  -o-transition: top 400ms ease-in-out, bottom 400ms ease-in-out, transform 400ms 400ms ease-in-out, opacity 1ms 400ms ease-in-out;
  transition: top 400ms ease-in-out, bottom 400ms ease-in-out, transform 400ms 400ms ease-in-out, opacity 1ms 400ms ease-in-out; }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-button.opened .hpeslh_line:first-child {
  top: 0px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-button.opened .hpeslh_line:nth-child(2) {
  /*opacity: 1; */
  top: 10px;
  left: 0px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
#hpeslh_site-header .hpeslh_site-tools .hpeslh_menu-button.opened .hpeslh_line:last-child {
  top: 20px;
  left:0px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
#hpeslh_site-header.light .hpeslh_site-tools a,
#hpeslh_site-header.light .top-nav a {
  color: #FFFFFF;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -ms-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms; }
#hpeslh_site-header.light .hpeslh_site-tools .opened,
#hpeslh_site-header.light .top-nav .opened {
  color: #333333; }
#hpeslh_site-header.light .hpeslh_icon-search {
  fill: #FFFFFF;
  -webkit-transition: fill 400ms;
  -moz-transition: fill 400ms;
  -ms-transition: fill 400ms;
  -o-transition: fill 400ms;
  transition: fill 400ms; }
#hpeslh_site-header.light .hpeslh_nav-link {
  color: #FFFFFF; }
#hpeslh_site-header.light .opened .hpeslh_icon-search {
  fill: #333333; }
#hpeslh_site-header.light .opened .hpeslh_icon-search:hover, a svg.hpeslh_icon.hpeslh_icon-search:hover {
  fill: #000000; }
#hpeslh_site-header.solid {
  background: #FFFFFF; }

#hpeslh_site-header .hpeslh_container.hpeslh_wide{visibility: visible !important; font-family: "MetricLight", sans-serif; /*background-color:#f9f9f9; background-color:rgba(249, 249, 249, 1)*/background-color:#ffffff; overflow:hidden; max-width: 100%; margin: 0 auto; padding: 0px 30px; font-size: 17px; height:32px; border-bottom:2px solid #cecac9 /*01a982*/;}

#hpeslh_site-header #hpeslh_site-branding svg.hpeslh_hpe-logo-large, #hpeslh_site-header .hpeslh_hover-nav {
	display: none;
}
.hpeslh_hpetext{position: relative;top: -25px;font-size: 12px;letter-spacing: 1px;}

/* Style modifications for dark header */
#hpeslh_site-header.hpeslh_dark .hf-icon {
	fill: #ffffff;
}
#hpeslh_site-header.hpeslh_dark #hpeslh_site-branding svg.hpeslh_hpe-logo-large {
	fill: #fff;
}
#hpeslh_site-header.hpeslh_dark .hpeslh_site-tools .hpeslh_menu-icon .hpeslh_line {
	background: #ffffff;
}
#hpeslh_site-header.hpeslh_dark .hpeslh_icon-search {
	fill: #ffffff;
}
#hpeslh_site-header.hpeslh_dark .hpeslh_search-submit .hpeslh_icon-search {
	fill: #333333;
}
#hpeslh_site-header.hpeslh_dark .hpeslh_nav-link {
	color: #ffffff;
}
#hpeslh_site-header.hpeslh_dark .hpeslh_container.hpeslh_wide{
	background-color:#425563;
	color:#ffffff;
}

/* Slim Footer - default desktop styling */
#hpe_slim_footer {
	width: 100%;
	height: 33px;
/*	margin: 0 25px 0 25px;*/
	backface-visibility: hidden;
	z-index: 100;
	background: #f5f5f5;
	border-top: 2px solid #cecac9;
	font-family: "MetricLight", sans-serif;
	color: #333333;
}
#hpeslhf_site-footer {
	padding-left: 25px;
	padding-right: 25px;
	display: flex;
	position: relative;
}
#hpeslhf_col {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
	height: 33px;
}
#hpeslhf_col2 {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
	height: 33px;
}
#hpeslhf_copyright {
	font-size: 15px;
	line-height: 33px;
	white-space: nowrap;
}
#hpeslhf_legal {
	float: right;
	font-size: 17px;
	line-height: 33px;
	white-space: nowrap;
}
#hpeslhf_legal a.hpeslhf_link {
	text-decoration: none;
	color: #333333;
	font-family: "MetricLight", sans-serif;
}
#hpeslhf_legal a.hpeslhf_link:hover {
	color: #000000;
}
.hpeslh_country-selector-footer-icon {
	width: 14px;
	height: 14px;
	fill: #333333;
	position: relative;
	top: 2px;
	/* padding-right: 2px; */
}
	/* NEW STYLES FOR SLIM FOOTER */
@media only screen and (max-width: 1100px) {
	#hpe_slim_footer {
		height: auto;
	}
	#hpeslhf_site-footer {
		flex-wrap: wrap;
		height: auto;
	}
	#hpeslhf_col {
		height: 30px;
		padding-right: 25px;
	}
	#hpeslhf_col2 {
		flex-grow: 0;
	}
	#hpeslhf_legal{
		line-height: 31px;
	}
}
/* Slim Footer - XS size styling */
@media only screen and (max-width: 767px) {
	#hpe_slim_footer {
		width: 100%;
		height: 75px;
	}
	#hpeslhf_site-footer {
		padding-left: 18px;
		padding-right: 18px;
		flex-direction: column;
		display: block;
		height: 75px;
	}
	#hpeslhf_col {
		height: auto;
		padding-right: 0;
	}
	#hpeslhf_col2 {
		height: auto;
		position: absolute;
		bottom: 0;
	}
	#hpeslhf_copyright {
		font-size: 14px;
		white-space: normal;
		line-height: normal;
		padding-top: 12px;
		padding-bottom: 2px;
	}
	#hpeslhf_legal {
		font-size: 14px;
		float: left;
		line-height: normal;
		padding-top: 2px;
		padding-bottom: 12px;
	}
}
@media only screen and (max-width: 560px) {
	#hpe_slim_footer {
		height: auto;
	}
	#hpeslhf_site-footer {
		height: auto;
	}
	#hpeslhf_col2 {
		position: relative;
		display: flex;
	}
	#hpeslhf_legal {
		white-space: normal;
	}
}
