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

#header {
	width: 100%;
	height: auto;
}

/* Black top header default desktop styling */
#hpehf-black-header {
	height: 30px;
	width: 100%;
	background: #000;
	color: #969696;
	font-family: "MetricSemibold", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 28px;
}
.hpehf-black-nav{
	float: right;
	padding: 0;
	margin: 0;
	list-style-position: inside;
}
.hpehf-black-nav-link {
	list-style-type: none;
	display: inline;
	font-family: "MetricSemibold", Arial, sans-serif;
}
.hpehf-black-nav-link::after {
	font-family: "MetricLight", Arial, sans-serif;
	font-size: 15px;
	line-height: 28px;
	content: '|';
	margin: 0 8px 0 8px;
}
.hpehf-black-nav-link:last-child::after {
	content: none;
}
.hpehf-black-nav-icon {
	width: 14px;
	height: 14px;
	fill: #969696;
	position: relative;
	top: 3px;
	margin-right: 4px;
}
#hpehf-black-header a {
	text-decoration: none;
	color: #969696;
}
#hpehf-black-header a:hover, a:focus {
	text-decoration: none;
	color: #d5d5d5;
}
#hpehf-black-header .hpehf-black-menu {
	width: 100%;
}

/* New Header Styling */
#hpehf-header {
	position: relative;
	width: 100%;
	height: 85px;
/*	height: auto;*/
	z-index: 100;
	min-width: 320px;
	box-shadow: 1px 2px 3px rgba(0,0,0,.2);
	font-size: 20px;
	font-family: "MetricLight", Arial, sans-serif;
	background-color: #fff;
}

#hpehf-header #hpehf-logo {
	flex: 0 0 134px;
	height: 87px;
	margin: 0 12px 0 0;
	padding: 7px 0 11px;
	box-sizing: border-box;
}

#hpehf-header #hpehf-logo #hpehf-site-branding {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1px;
	text-decoration: none;
	outline: none;
}

#hpehf-site-branding .hpehf-logo-icon {
	display: inline;
	width: 134px;
	height: 70px;
}

#hpehf-header #hpehf-menu-dynamic {
	flex: 0 1 100%;
	position: relative;
	height: 87px;
	overflow: visible;
}

#hpehf-menu-dynamic .hpehf-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	text-align: right;
}

#hpehf-menu-dynamic .hpehf-nav-link {
	overflow: hidden;
}


#hpehf-header ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
	display: flex;
}

#hpehf-header .hpehf-menu-item {
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: 85px;
	padding: 0 20px;
/*	margin-bottom: 22px; */
	text-align: center;
	font-size: 20px;
}

#hpehf-header .hpehf-nav-link {
	fill: #333;
	color: #333;
	display: inline-block;
	height: 100%;
	line-height: 85px;
	outline-color: #000;
}
#hpehf-header .hpehf-nav-link:hover {
	fill:#000;
	color:#000;
}

#hpehf-header a, a:hover a:focus {
	text-decoration: none;
}
#hpehf-cart-item .hpehf-nav-link {
	stroke:#333;
	}
#hpehf-cart-item .hpehf-nav-link:hover {
	stroke:#000;
	}

#hpehf-header .hpehf-items-num {
	position: absolute;
	top: 20px;
	color: #01A982;
	font-family: MetricSemiBold, Arial, sans-serif;
	font-size: 15px;
	left: 40px;
}
	
.hpehf-menu .hpehf-menu-item .hpehf-flyout-arrow {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 999;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #fff;
	background-color: transparent;
	margin: 3px 0 0 -14px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s linear 0s,visibility 0s linear .3s;
}

.header #hpehf-flyout-container {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin-top: 15px;
}
.header .hpehf-flyout-area {
	width: 100%;
	position: relative;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0s linear .3s,visibility 0s linear .3s;
}

.hpehf-flyout-opened .hpehf-flyout-area {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s linear 0s,visibility 0s linear 0s;
}

.hpehf-centered-content .hpehf-flyout {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	/*height: 250px; /* TODO: remove when real flyout content is implemented. Making height artificially bigger for testing as we have no real content. */
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s linear 0s,visibility 0s linear .3s;
}

.hpehf-centered-content .hpehf-flyout.hpehf-active {
	position: relative;
	opacity: 1;
	visibility: visible;
	transition: opacity .3s linear 0s,visibility 0s linear 0s;
}

ul.hpehf-menu li.hpehf-active .hpehf-flyout-arrow {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s linear 0s,visibility 0s linear 0s;
}

#hpehf-header .hpehf-flyout-close {
	/*display: flex;*/
	display: none;
	align-items: center;
	padding: 20px 0;
	font-size: 20px;
	font-family: 'MetricReg',Arial, sans-serif;;
	line-height: 21px;
	color: #333;
}
#hpehf-header .hpehf-flyout-close:hover {
	color: #000;
}

#hpehf-header .hpehf-flyout-close:focus {
	color: #000;
}
#hpehf-header .hpehf-flyout-close .hpehf-close-icon {
	width: 18px;
	height: 18px;
	fill: #01A982;
	margin-right: 15px;
}

.hpehf-flyout-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}

.hpehf-flyout-header {
	position: relative;
	width: 100%;
	padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hpehf-flyout-h3 {
	font-size: 36px;
    line-height: 1em;
    font-family: 'MetricBold',Arial,sans-serif;
    text-transform: uppercase;
}

.hpehf-flyout-header-link {
	font-family: 'MetricSemibold';
    font-size: 20px;
    line-height: 1.1em;
    color: #01A982;
}

.hpehf-flyout-header-link .hpehf-arrow {
	display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 5px;
    vertical-align: text-bottom;
    transition: transform 150ms ease-in-out;
	background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 471.2 471.2' fill='%2301A982' xml:space='preserve'%3E %3Cpath d='M456.57,248.48a18.45,18.45,0,0,0,5.43-12.9,17.88,17.88,0,0,0-5.43-12.9L340.08,106.19a18.34,18.34,0,0,0-25.93,25.93l85.26,85.13H27.53a18.33,18.33,0,1,0,0,36.66H399.41l-85.26,85.26a18.34,18.34,0,0,0,25.93,25.93Z'%3E%3C/path%3E %3C/svg%3E");
}

.hpehf-flyout-header-link .hpehf-arrow:hover {
	transform: translateX(5px);
}
.hpehf-flyout-header-link:hover .hpehf-arrow {
	transform: translateX(5px);
}

.hpehf-flyout-body {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	box-sizing: content-box;
}

.hpehf-flyout-left {
	display: block;
	width: 25%;
	min-height: 200px;
	padding: 30px;
	box-sizing: border-box;
}
.hpehf-flyout-vmenu {
	position: relative;
	width: 100%;
	
}
.hpehf-flyout-menu-tagline {
	display: block;
	width: 100%;
	font-family: 'MetricLight';
	font-size: 20px;
	line-height: 1.2em;
	color: #5a5a5a;
	padding-bottom: 24px;
}
.hpehf-flyout-vmenu a {
	display: block;
	max-height: 127px;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	font-family: 'MetricReg';
	font-size: 20px;
	line-height: 1.1em;
	color: #000;
	padding: 8px 20px 9px;
}
.hpehf-flyout-vmenu a:hover {
	color: #01A982;
}
.hpehf-flyout-vmenu .hpehf-flyout-header-link {
	width: max-content;
	width: -webkit-fit-content;
    width: -moz-max-content;
	font-family: 'MetricSemibold';
    font-size: 20px;
    line-height: 1.1em;
    color: #01A982;
}
.hpehf-flyout-vmenu-pointer {
	position: absolute;
    width: 100%;
    height: 38px;
    top: 1px;
    left: 0;
    border: 3px solid #01A982;
	box-sizing: border-box;
    pointer-events: none;
    transition: all 350ms 30ms ease-in-out;
}
.hpehf-shop-flyout-vmenu-pointer {
	position: absolute;
    width: 100%;
    height: 38px;
    top: 1px;
    left: 0;
    border: 3px solid #01A982;
	box-sizing: border-box;
    pointer-events: none;
    transition: all 350ms 30ms ease-in-out;
}

.hpehf-flyout-right {
	display: inline-flex;
    width: 75%;
    padding: 30px 30px 30px 0;
    box-sizing: border-box;
    background-color: #F6F6F6;
    border-right: 30px solid #fff;
    border-bottom: 30px solid #fff;
    border-bottom: 30px solid #fff;
}
.hpehf-flyout-right-content {
	display: none;
}
.hpehf-flyout-right-content.hpehf-active {
	display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.hpehf-flyout-right-row-66 {
	display: inline-block;
    width: 66.6%;
    padding-left: 30px;
    box-sizing: border-box;
    vertical-align: top;
}

.hpehf-flyout-right-row-50 {
	display: inline-block;
	width: 50%;
	min-width: 50%;
	border-left: 30px solid transparent;
	box-sizing: border-box;
	vertical-align: top;
}
.colspan-2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px 0 0;
	box-sizing: border-box;
	vertical-align: top;
}
.colspan-2 .hpehf-flyout-right-row-50 {
	padding: 0px;
	border: 0;
	min-width: 50%;
}

.hpehf-flyout-right-row-33 {
	display: inline-block;
    width: 33.3%;
    padding-left: 30px;
    box-sizing: border-box;
    vertical-align: top;
}
.hpehf-flyout-right-row-33:first-child {
	padding-left: 0px;
}
.hpehf-flyout-right .hpehf-flyout-right-content .hpehf-flyout-right-row-33:first-child {
	padding-left: 30px;
}

.hpehf-flyout-right-row-25 {
	display: inline-block;
    width: 25%;
    padding-left: 30px;
    box-sizing: border-box;
    vertical-align: top;
}

.top-space-30 {
	padding-top: 30px;
}

.hpehf-icon-link {
	margin-top: 16px;
	color: #000;
	background: #e4e4e4;
    padding: 15px;
    min-height: 76px;
    display: flex;
    font-family: 'MetricLight';
    font-size: 18px;
    line-height: 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.hpehf-loader {
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.hpehf-icon-wrap {
	flex: 0 0 auto;
    width: 46px;
    height: 46px;
    margin-right: 15px;
}
.hpehf-icon-wrap svg {
	width: 46px;
	height: 46px;
}
.hpehf-icon-wrap svg path {
	/*stroke: #01A982!important;*/
}
.hpehf-icon-text {
	display: inline-flex;
    align-items: center;
    margin: -5px 0;
}

.hpehf-tile-inner {
	position: absolute;
	display: block;
    top: 148px;
    left: 0;
    width: 100%;
    padding: 0 30px;
	box-sizing: border-box;
	transition-timing-function: ease-in-out;
	transition: 0.2s;
}

.hpehf-flyout-contact-tile:hover .hpehf-tile-inner {
	transition-timing-function: ease-in-out;
	transition: 0.2s;
    transform: translateY(-40px);
}
.hpehf-flyout-contact-tile:hover .hpehf-flyout-contact-tile-links {
	visibility: visible;
	opacity: 1;
	transition-timing-function: ease-in-out;
	transition: 0.2s;
}
.hpehf-flyout-contact-tile-links {
	justify-content: space-around;
    width: 100%;
	text-align: center;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transition-timing-function: ease-in-out;
	transition: 0.2s;
}
.hpehf-flyout-contact-tile-content {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
	transition-timing-function: ease-in-out;
	transition: 0.2s;
}
.tile-icon {
	text-align: center;
}
.tile-icon svg {
	fill: #01A982;
    height: 60px;
    width: 60px;
    margin-bottom: 5px;
}
.tile-title {
	text-align: center;
    margin-bottom: 10px;
    font-family: 'MetricSemibold',Arial,sans-serif;
    font-size: 30px;
    line-height: 1.13333333em;
}

.icon-lnk {
	color: #333;
    display: inline-block;
    align-items: center;
    font-family: 'MetricSemibold';
    font-size: 19px;
    line-height: 1.2em;
    padding: 2px;
    margin: -2px;
    position: relative;
    text-align: center;
	max-width: 32%;
}
.hpehf-icon-wrap {
	height: 50px;
    width: 50px;
    margin-bottom: 10px;
}
.hpehf-icon-wrap svg {
	width: 46px;
	height: 46px;
	text-align: center;
	fill: #01A982;
}
.icon-desc {
	padding-left: 0;
    font-family: 'MetricLight';
    text-align: center;
    white-space: normal;
    word-break: normal;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 1em;
}

.hpehf-additional-links-wrapper {
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
}
.hpehf-additional-links-wrapper .spacer {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-top: 80px;
}
.hpehf-additional-links-wrapper .icon-lnk {
	display: block;
	width: 100%;
	max-width: 100%;
}


.hpehf-section-header {
	min-width: 100%;
	font-family: 'MetricLight';
    font-size: 14px;
    line-height: 1.3em;
    color: #5a5a5a;
    text-transform: uppercase;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 4px;
}

.hpehf-section-link {
	display: block;
	width: max-content;
	max-width: 100%;
	word-wrap: break-word;
	color: #000;
	margin-bottom: 8px;
}
.hpehf-section-link:hover {
	color: #01A982;
}
.hpehf-section-link .hpehf-arrow {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
	margin-left: 5px;
	visibility: hidden;
	background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 471.2 471.2' fill='%2301A982' xml:space='preserve'%3E %3Cpath d='M456.57,248.48a18.45,18.45,0,0,0,5.43-12.9,17.88,17.88,0,0,0-5.43-12.9L340.08,106.19a18.34,18.34,0,0,0-25.93,25.93l85.26,85.13H27.53a18.33,18.33,0,1,0,0,36.66H399.41l-85.26,85.26a18.34,18.34,0,0,0,25.93,25.93Z'%3E%3C/path%3E %3C/svg%3E");
	
}
.hpehf-section-link:hover .hpehf-arrow {
	visibility: visible;
	transition-timing-function: ease-in;
	transition: 0.2s;
	transform: translateX(5px);
	
}

.hpehf-flyout-center {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	border-top: 0;
	border-right: 30px solid #fff;
	border-bottom: 30px solid #fff;
	border-left: 30px solid #fff;
	padding: 30px;
	box-sizing: border-box;
	background: #F6F6F6;
}
.hpehf-flyout-center .hpehf-flyout-right-row-50 {
	border: 0;
}
.hpehf-flyout-center .hpehf-flyout-right-row-50:first-child {
	padding: 0px;
}
.hpehf-flyout-center .hpehf-flyout-right-row-50:nth-child(2) {
	border: 0px;
	padding-left: 30px;
}

.hpehf-flyout-contact-tile {
	display: inline-block;
	overflow: hidden;
    border-right: 30px solid #FFF;
    padding: 30px;
    background-color: #F6F6F6;
    position: relative;
	box-sizing: border-box;
	border-bottom: 30px solid #fff;
	min-height: 440px;
	width: 40%;
}
.hpehf-flyout-contact-tile:first-child {
	border-left: 30px solid #FFF;
}
.additional-links-tile {
	display: inline-flex;
	overflow: hidden;
    padding: 30px;
    background-color: #F6F6F6;
    position: relative;
	box-sizing: border-box;
	min-height: 410px;
	width: 20%;
	border-bottom: 30px solid #fff;
	border-right: 30px solid #fff;
}

@media (max-width: 1599px) and (min-width: 1200px) {
	.hpehf-flyout-contact-tile {
		min-height: 410px;
		width: 40%;
	}
	.additional-links-tile {
		min-height: 410px;
		width: 20%;
	}
}
@media (max-width: 1199px) and (min-width: 991px) {
	.hpehf-flyout-contact-tile {
		min-height: 410px;
		width: 50%;
	}
	.additional-links-tile {
		min-height: 140px;
		width: 100%;
		border-left: 30px solid #fff;
	}
	.hpehf-additional-links-wrapper {
		flex-direction: row;
	}
	.hpehf-additional-links-wrapper .icon-lnk {
		display: inline-block;
		max-width: max-content;
	}
	.hpehf-additional-links-wrapper .spacer {
		margin: 0 0 0 35%;
		max-width: max-content;
	}
}
#hpehf-mobile-container {
	display: none;
}
/*mobile styles for the header*/
@media (max-width: 991px) and (min-width: 100px) {
	#hpehf-flyout-container {
		display: none;
	}
	#hpehf-mobile-container {
		display: block;
		position: absolute;
		top: 85px;
		right: 0px;
		bottom: 0px;
		width: 0%;
		overflow-y: scroll;
		overflow-x: hidden;
		background-color: #fff;
		border-top: 1px solid #e0e0e0;
		z-index: 10001;
	}
	#hpehf-mobile-container.hpehf-mobile-active {
		
	}
	#hpehf-mobile-container .hpehf-centered-content {
		display: flex;
		flex-direction: column;
	}
	
	.hpehf-mobile-nav-item {
		font-family: 'MetricSemiBold';
		display: block;
		width: 100%;
		font-size: 24px;
		line-height: 28px;
		white-space: normal;
		position: relative;
		margin: 0;
		color: #000;
		padding: 36px 0 36px;
		border-bottom: 1px solid #DBDBDB;
		text-decoration: none;
	}
	.hpehf-mobile-nav-item:hover {
		text-decoration: none;
	}
	.hpehf-mni-top-border {
		border-top: 1px solid #DBDBDB;
	}
	.hpehf-mobile-subnav:before {
		content: '';
		width: 15px;
		height: 2px;
		background: #01A982;
		display: block;
		position: absolute;
		right: 0;
		bottom: calc(50% + 5px);
		transform: rotate(45deg);
	}
	.hpehf-mobile-subnav:after {
		content: '';
		width: 15px;
		height: 2px;
		background: #01A982;
		display: block;
		position: absolute;
		right: 0;
		bottom: calc(50% - 5px);
		transform: rotate(-45deg);
	}
	
	.hpehf-mobile-submenu {
		position: fixed;
		top: 86px;
		right: 0px;
		bottom: 0px;
		width: 0%;
		overflow-x: hidden;
		overflow-y: scroll;
		background-color: #fff;
	}
	.hpehf-disabled {
		cursor: default;
	}
	.hpehf-disabled .hpehf-icon-wrap svg {
		fill: #8e8e8e;
	}
	.hpehf-mobile-submenu .hpehf-icon-wrap, .hpehf-icon-wrap svg {
		height: 24px;
		width: 24px;
		vertical-align: text-bottom;
		fill: #01A982;
	}
	.hpehf-mobile-submenu .icon-desc {
		font-family: 'MetricSemiBold';
		font-size: 24px;
		line-height: 28px;
		color: #000;
		padding: 0 0 0 10px;
		text-decoration: none;
		text-align: left;
		display: inline-block;
		width: auto;
		width: -moz-max-content;
	}
	
	.hpehf-mobile-submenu-close {
		border: none;
		font-size: 18px;
		line-height: 1.22222222em;
		padding: 21px 0 22px 30px;
		font-family: 'MetricSemiBold';
		white-space: normal;
		text-decoration: none;
		position: relative;
		margin: 0;
		color: #000;
	}
	.hpehf-mobile-submenu-close:before {
		content: '';
		width: 15px;
		height: 2px;
		background: #01A982;
		display: block;
		position: absolute;
		left: 0;
		bottom: calc(50% + 5px);
		transform: rotate(-45deg);
	}
	.hpehf-mobile-submenu-close:after {
		content: '';
		width: 15px;
		height: 2px;
		background: #01A982;
		display: block;
		position: absolute;
		left: 0;
		bottom: calc(50% - 5px);
		transform: rotate(45deg);
	}
	
	.hpehf-mobile-submenu-xclose {
		display: none;
		border: none;
		font-size: 20px;
		line-height: 20px;
		padding: 21px 0 22px 30px;
		font-family: 'MetricReg';
		white-space: normal;
		text-decoration: none;
		position: absolute;
		margin: 15px 60px 0 0;
		right: 0;
		color: #333;
	}
	.hpehf-mobile-submenu-xclose:before {
		content: '';
		width: 18px;
		height: 2px;
		background: #01A982;
		display: block;
		position: absolute;
		left: 0;
		bottom: 50%;
		transform: rotate(-45deg);
	}
	.hpehf-mobile-submenu-xclose:after {
		content: '';
		width: 18px;
		height: 2px;
		background: #01A982;
		display: block;
		position: absolute;
		left: 0;
		bottom: 50%;
		transform: rotate(45deg);
	}
	
	.hpehf-mobile-submenu-title {
		font-size: 29px;
		line-height: 33px;
		padding: 29px 0;
		font-family: 'MetricBold',Arial,sans-serif;
		text-transform: uppercase;
	}
	
	.hpehf-mobile-section-header {
		margin-bottom: 0;
		border-bottom: none;
		height: 36px;
		background: #8e8e8e;
		padding: 0 20px;
		color: #FFF;
		font-family: 'MetricSemiBold';
		font-size: 18px;
		line-height: 2em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-transform: uppercase;
	}
	
	.hpehf-flyout-header-link {
		padding: 29px 0 30px;
		font-size: 24px;
		line-height: 1.16666667em;
		text-decoration: none;
	}
	
	
	.hpehf-globe-icon {
		display: inline-block;
		width: 23px;
		height: 23px;
		margin-top: -5px;
		margin-right: 5px;
		vertical-align: middle;
		fill: #000;
	}
}


#hpehf-flyout-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.4);*/
	/*background: linear-gradient(0deg,rgba(97,71,103,.8) 30%,rgba(97,71,103,0) 100%);*/
	background: linear-gradient(0deg,rgba(0,0,0,.4) calc(100% - 250px),rgba(0,0,0,0) 100%);
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	color: #fff;
	fill: #fff;
	box-sizing: border-box;
	transition: opacity .3s linear 0s,visibility 0s linear .3s;
}

.hpehf-flyout-opened #hpehf-flyout-overlay {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s linear 0s,visibility 0s linear .0s;
}

#hpehf-menu-fixed .hpehf-icon {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
}

#hpehf-header #hpehf-menu-fixed {
	flex: 0 0 auto;
	width: auto;
}

#hpehf-menu-fixed .hpehf-menu {
	width: auto;
	text-align: right;
}

#hpehf-menu-fixed .hpehf-link-icon {
	position: relative;
	padding: 0 10px;
}

#hpehf-header #hpehf-contact-us-item {
	font-family: "MetricSemiBold", Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	background-image: url(../img/nav_menu_contact_chatbox.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 26px;
	margin-left: 20px;
	padding: 0 12px;
	box-sizing: border-box;
	width: 104px;
}

#hpehf-header .hpehf-divide {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 1px;
	position: absolute;
	top: calc(50% - 17px);
	height: 34px;
	background: #333;
}

#hpehf-header .hpehf-hmb-icon {
	display: block;
	position: absolute;
	left: 0;
	top: 34px;
	width: 18px;
	height: 18px;
}

#hpehf-header .hpehf-hmb-icon .hpehf-line {
	background: #01A982;
	width: 22px;
	height: 2px;
	display: block;
	position: absolute;
	left: -2px;
	transition: top .4s .4s ease-in-out,bottom .4s .4s ease-in-out,transform .4s ease-in-out,opacity 1ms .4s ease-in-out;
}

#hpehf-header .hpehf-hmb-icon .hpehf-line:first-child {
	top: 0;
	transform: rotate(0);
}

#hpehf-header .hpehf-hmb-icon .hpehf-line:nth-child(2) {
	top: 8px;
	opacity: 1;
}

#hpehf-header .hpehf-hmb-icon .hpehf-line:last-child {
	bottom: 0;
	transform: rotate(0);
}

#hpehf-hmb-item .hpehf-link-text {
	margin-left: 15px;
}

#hpehf-hmb-item .hpehf-nav-link {
	position: relative;
	padding-left: 18px;
}

/* Shopping cart desktop flyout and mobile drawer styling */
.hpehf-cart-active .hpehf-flyout-area {
	background: transparent;
}
#hpehf-menu-cart {
	max-width: 668px;
	left: calc(100% - 668px);
}


/* Search bar style */
#hpehf-search-container {
	position: absolute;
	overflow: hidden;
	top: 0;
	height: 89px;
	left: 0;
	right: 0;
	z-index: 1002;
	visibility: hidden;
	width: 0%;
	margin: 0 0 0 auto;
}
	#hpehf-search-dark-overlay {
		position: fixed;
		top: 0; /*auto;*/
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		z-index: 98;
		display: none;
		color: #fff;
		fill: #fff;
		cursor: url(../img/close.png), auto;
	}

	#hpehf-search-bar {
		display: flex;
		top: auto; /*0px;*/
		height: 85px;
		background-color: rgb(255, 255, 255);
		z-index: 999;
	}

	#hpehf-search-bar, :before, :after {
		box-sizing: border-box;
	}

	#hpehf-search-bar .hpehf-search-form {
		display: flex;
		flex: 1 1 auto;
		height: 85px;
	}
	
	#hpehf-search-bar .hpehf-search-form .hpehf-search-input {
		height: 100%;
		display: inline-block;
		flex: 1 1 auto;
		border: none;
		outline: none;
		font-size: 24px;
		line-height: 1.5em;
		padding: 0 48px 0 0;
		color: #707070;
		font-family: "MetricLight", Arial, sans-serif;
		-webkit-appearance: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#hpehf-search-bar .hpehf-search-form .hpehf-search-submit {
		display: inline-block;
		cursor: pointer;
		height: 100%;
		width: 50px;
		background: transparent;
		border: none;
		outline: none;
		-webkit-appearance: none;
		margin-right: 10px;
		fill: #333;
		color: #333;
	}

	#hpehf-search-bar .hpehf-search-submit:hover {
		fill: #000;
		color: #000;
	}
	
	#hpehf-search-bar .hpehf-close-icon {
		display: block;
		width: 18px;
		height: 18px;
		fill: #01A982;
		top: 34px;
		position: absolute;
		left: 0px;
	}
	
	#hpehf-search-bar .hpehf-srch-icon {
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 20px;
	}

	#hpehf-search-bar .hpehf-srch-icon-search {
		position: absolute;
		top: 34px;
	}

	#hpehf-search-bar .hpehf-srch-menu-close {
		margin: 0 20px 0 20px;
		line-height: 84px;
		padding-left: 18px;
		position: relative;
		color: #333;
	}
	
	#hpehf-search-bar .hpehf-srch-menu-close:hover {
		color: #000;
	}

	#hpehf-search-bar span {
		font-family: "MetricReg", Arial, sans-serif;
		display: inline;
		font-size: 20px;
		margin-left: 15px;
	}
	
	#hpehf-search-bar .hpehf-srch-divide {
		display: inline-block;
		vertical-align: middle;
		content: '';
		width: 1px;
		height: 85px;
		background: #e0e0e0; 
	}
	
	@media only screen and (max-width: 992px) {
		#hpehf-search-bar .hpehf-search-form {
			padding: 0px;
		}
		#hpehf-search-bar .hpehf-search-form .hpehf-search-input {
			padding: 0 30px;
		}
	}
	@media only screen and (max-width: 767px) {
		#hpehf-search-bar .hpehf-search-form .hpehf-search-input {
			padding: 0 12px;
		}
		#hpehf-search-bar .hpehf-search-form .hpehf-search-submit {
			display: none;
		}
	}
	@media only screen and (max-width: 600px) {
		#hpehf-search-bar .hpehf-srch-close-text {
			display: none;
		}
		#hpehf-search-bar .hpehf-search-form .hpehf-search-submit {
			display: none;
		}
	}
	@media only screen and (max-width: 400px) {
		#hpehf-search-bar .hpehf-srch-divide {
			display: none;
		}
	}


/* Country selector styling */
#hpehf-country-selector-container {
	transition: top 250ms cubic-bezier(.42,0,.58,1);
	text-align: left;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 120;
	padding: 2.5% 0;
	background: #252525;
	font-family: MetricLight;
	visibility: hidden;
	overflow: hidden;
	display: none;
	color: #fff;
	font-size: 16px;
	line-height: 1.25em;
	z-index: 10001;
}

#hpehf-country-selector-container.hpehf-active-country-selector {
	visibility: visible;
	top: 0;
	display: block;
}

#hpehf-country-selector-container .hpehf-close-country-selector {
	display: inline-block;
	position: absolute;
	top: 1.5em;
	right: 1%;
	margin: 0;
}

#hpehf-country-selector-container .hpehf-close-icon {
	width: 18px;
	height: 18px;
	fill: #fff;
	outline-color: #fff;
}

#hpehf-country-selector-container .hpehf-country-selector-close-link {
	padding: 20px;
	display: inline-block;
	text-decoration: none;
}

#hpehf-country-selector-container .hpehf-country-selector-close-link:hover {
	color: #707070;
	text-decoration: none;
}

#hpehf-country-selector-container .hpehf-country-selector-close-link:hover svg {
	fill: #707070;
}

#hpehf-country-selector-container .hpehf-country-selector-close-link span {
	font-size: 0;
}


/* New Footer Styling */
#footer {
	width: 100%;
	height: auto;
	min-height: 20px;
}

#hpehf-footer {
	width: 100%;
	background: #F5F5F5;
	color: #333;
	font-family: "MetricLight", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	padding: 40px 0 30px 0;
	font-size: 14px;
	line-height: 1.14285714em;
}

#hpehf-footer a {
	text-decoration: none;
	color: #333;
}

#hpehf-footer a:focus {
	text-decoration: none;
	color: #000;
}

#hpehf-footer a:hover {
	text-decoration: underline;
	color: #000;
}

#hpehf-footer .hpehf-col {
	padding: 0;
	flex: 0 0 auto;
	max-width: 100%;
	box-sizing: border-box;
}

#hpehf-copyright {
	color: #000;
}

#hpehf-utility-and-legal-links {
	float: right;
	width: auto;
	min-width: 0;
	padding: 0;
	margin: 0;
	list-style-position: inside;
	color: #000;
}

#hpehf-utility-and-legal-links a {
	color: #000;
}

#hpehf-footer .hpehf-link-wrapper {
	display: inline;
	list-style-type: none;
}

#hpehf-footer .hpehf-link-wrapper::after {
	content: '|';
	margin: 0 5px 0 4px;
}

#hpehf-footer .hpehf-link-wrapper:last-child::after {
	content: none;
}

#hpehf-footer .hpehf-link-wrapper .hpehf-link {
	display: inline-block;
}

#hpehf-footer .hpehf-links-list-container {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	margin-bottom: 13px;
}

#hpehf-footer .hpehf-stay-in-touch-container {
	display: flex;
	flex-direction: column;
}

#hpehf-footer .hpehf-links-list-column {
	margin-right: 30px;
	flex: 1 1 20%;
	min-width: 165px;
}

#hpehf-footer .hpehf-heading {
	font-family: "MetricSemibold", Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
}

#hpehf-footer .hpehf-links-list .hpehf-heading {
	padding-bottom: 0;
	margin-bottom: 4px;
	max-width: 160px;
}

#hpehf-footer-social-links .hpehf-heading {
	padding-bottom: 20px;
}

#hpehf-footer .hpehf-icon-tick {
	width: 18px;
	height: 16px;
	display: none;
	position: absolute;
	right: 38px;
	padding-top: 1px;
}

#hpehf-footer .hpehf-links-container {
	padding-bottom: 27px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#hpehf-footer .hpehf-links-wrapper {
	display: inline-block;
	font-size: 0;
}

#hpehf-footer .hpehf-link{
	margin-bottom: 4px;
	display: inline-block;
}

#hpehf-footer .hpe-social-icon-lnk {
	margin: 0 8px 0 0;
	vertical-align: bottom;
	background: #01A982;
	padding: 2px;
	display: inline-flex;
	align-items: center;
}

#hpehf-footer .hpe-social-icon-lnk:last-child {
	margin-right: 0;
}

#hpehf-footer .hpe-social-icon-lnk:hover {
	background: #80d4c1
}

#hpehf-footer .hpe-social-icon-wrap {
	width: 24px;
	height: 24px;
	flex-basis: auto;
	flex-shrink: 0;
	text-align: center;
	position: relative;

}

#hpehf-footer .hpe-social-icon {
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	position: relative;
	color: #eee;
	fill: #eee;
}



/* Header and Footer responsive grid sizing */
/* Default - Extra Large break point, 1600+ */
.hpehf-centered-content {
	max-width: 1600px;
	padding: 0 100px;
	/*width: 100%;*/
	margin: 0 auto;
	box-sizing: border-box;
	overflow: visible;
	display: flex;
}

#hpehf-header .hpehf-mobile-menu-item {
	display: none;
}

/* Large break point */
@media only screen and (max-width: 1599px) {
	.hpehf-centered-content {
		padding: 0 80px;
		max-width: 1530px;
	}
	#hpehf-header .hpehf-menu-item {
		padding: 0 12px;
	}
	#hpehf-header .hpehf-items-num {
		left: 32px;
	}
}

/* Medium break point */
@media only screen and (max-width: 1199px) {
	.hpehf-centered-content {
		padding: 0 80px;
	}
	#hpehf-header .hpehf-menu-item {
		padding: 0 12px;
	}
	#hpehf-footer {
		padding: 0px 0 30px 0;
	}
	#hpehf-footer .hpehf-centered-content {
		flex-direction: column;
		padding: 0;
	}
	#hpehf-footer .hpehf-col {
		flex-basis: auto;
	}
	#hpehf-copyright {
		padding: 40px 30px 0 30px;
		text-align: center;
		font-size: 18px;
		line-height: 1em;
	}
	#hpehf-utility-and-legal-links {
		float: none;
		margin-top: 30px;
		padding: 0 30px;
		text-align: center;
		font-size: 18px;
		line-height: 1em;
	}
	#hpehf-footer .hpehf-links-list-container {
		display: block;
		margin-bottom: 0;
		order: 2;
		flex-basis: auto;
	}
	#hpehf-footer .hpehf-stay-in-touch-container {
		order: 1;
		flex-direction: column-reverse;
		padding-left: 0;
		flex-basis: auto;
	}
	#hpehf-footer-social-links {
		background: 0 0;
		padding: 30px;
	}
	#hpehf-footer-social-links .hpehf-heading {
		display: none;
	}
	#hpehf-footer-social-links .hpehf-links-wrapper {
		margin: 0;
		padding: 0;
		vertical-align: middle;
	}
	#hpehf-footer .hpe-social-icon-lnk {
		margin: 0 20px 0 0;
		padding: 0;
	}
	#hpehf-footer .hpe-social-icon-wrap {
		width: 39px;
		height: 39px;
	}
	#hpehf-footer .hpe-social-icon {
		top: calc(50% - 19px);
		width: 38px;
		height: 38px;
	}
	#hpehf-footer .hpehf-links-list-column {
		margin-right: 0;
		min-width: 0;
		flex: none;
	}
	#hpehf-footer .hpehf-links-list-column:last-child {
		border-bottom: 1px solid #DBDBDB;
	}
	#hpehf-footer .hpehf-links-list {
		border-top: 1px solid #DBDBDB;
		padding: 0 30px;
	}
	#hpehf-footer .hpehf-heading {
		color: #01A982;
		font-size: 18px;
		line-height: 1.27777778em;
		padding: 29px 0;
		margin-bottom: 0px;
	}
	#hpehf-footer .hpehf-links-list .hpehf-heading {
		cursor: pointer;
		max-width: none;
		padding: 29px 0;
		margin-bottom: 0px;
	}
	#hpehf-footer .hpehf-icon-tick {
		fill: #01A982;
		display: inline-block;
		right: 30px;
	}
	#hpehf-footer .hpehf-links-container {
		align-items: stretch;
		overflow: hidden;
		max-height: 0;
		transition: max-height .5s ease-out;
		padding-bottom: 0;
	}
	#hpehf-footer .hpehf-links-container-expanded {
		max-height: 500px;
		transition: max-height .5s ease-in;
	}
	#hpehf-footer .hpehf-links-list .hpehf-link {
		font-size: 18px;
		line-height: 1.11111111em;
		padding-bottom: 12px;
	}
}

/* Small break point */
@media only screen and (max-width: 991px) {
	.hpehf-centered-content {
		padding: 0 50px;
	}
	#hpehf-header .hpehf-menu-item {
		padding: 0 12px;
	}
	#hpehf-menu-dynamic .hpehf-menu {
		display: none;
	}
	#hpehf-header #hpehf-contact-us-item {
		display: none;
	}
	#hpehf-black-header {
		display: none;
	}
	#hpehf-header .hpehf-mobile-menu-item {
		display: inline;
	}
	#hpehf-header #hpehf-hmb-item {
		padding-left: 8px;
	}
	/* Shopping cart mobile drawer styling */
	#hpehf-menu-cart.hpehf-active {
		visibility: visible;
		max-width: 100%;
		left: 0px;
	}
	/* Mobile flyout styling as drawer */
	.hpehf-flyout-opened #hpehf-flyout-container {
		position: fixed;
		right: 0;
		top: 0;
		margin: 0 0 0 0;
		display: block;
		width: 0;
		height: 100%;
		background: #fff;
	}
	.hpehf-flyout-opened .hpehf-flyout-area {
		opacity: 1;
	}
	.hpehf-flyout-area {
		transition: none;
	}
	.hpehf-flyout.hpehf-active {
		transition: none;
	}
	ul.hpehf-menu li.hpehf-active .hpehf-flyout-arrow {
		visibility: hidden;
	}
	.hpehf-flyout-opened .hpehf-flyout-header {
		padding: 0 0 0 0;
	}
	.hpehf-flyout-opened .hpehf-flyout-header-link {
		display: none;
	}
	.hpehf-flyout-opened #hpehf-flyout-overlay {
		visibility: hidden;
	}
	.hpehf-flyout-opened .hpehf-flyout-h3 {
		padding: 30px 0;
		font-size: 29px;
		line-height: 33px;
	}
	#hpehf-header .hpehf-flyout-close {
		display: flex;
	}

}

/* Extra Small break point */
@media only screen and (max-width: 767px) {
	.hpehf-centered-content {
		padding: 0 10px;
	}
	#hpehf-header .hpehf-menu-item {
		padding: 0 9px;
	}
	#hpehf-header #hpehf-hmb-item {
		padding-right: 4px;
	}
	#hpehf-header .hpehf-items-num {
		left: 29px;
	}
	#hpehf-hmb-item .hpehf-link-text {
		display: none;
	}
	#hpehf-header #hpehf-logo {
		flex: 0 0 101px;
		padding: 20px 0 14px;
	}
	#hpehf-site-branding .hpehf-logo-icon {
		width: 101px;
		height: 43px;
	}

}

/* Additional break point handling to move second last dynamic nav link to black header when there is no space to show it in main nav */
.hpehf-black-nav-link:first-child {
	display: none;
}
@media only screen and (max-width: 1140px) {
	#hpehf-menu-dynamic .hpehf-menu-item:nth-last-child(2) {
		display: none;
	}
	.hpehf-black-nav-link:first-child {
		display: inline;
	}
}

