@font-face {
	font-family: uxfont;
	src: url(fonts/uxfont.woff2) format("woff2");
	font-display: block;
}
@font-face {
	font-family: uxfont-2;
	src: url(fonts/uxfont-2.woff2) format("woff2");
	font-display: block;
}
@font-face {
	font-family: Boing-Bold;
	src: url(fonts/Boing-Bold.woff2) format("woff2");
	font-display: swap;
}
@font-face {
	font-family: gdsherpa;
	src: url(fonts/gdsherpa-bold.woff2) format("woff2");
	font-display: swap;
}
@font-face {
	font-family: gdsherpa;
	src: url(fonts/gdsherpa-regular.woff2) format("woff2");
	font-display: swap;
}
.mobile-navigation,
.subnav-panel {
	-webkit-transition: all .4s cubic-bezier(.65, -.01, .26, 1)
}
.mobile-top-menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.nav-container {
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	cursor: pointer;
	position: relative;
	border-radius: 0;
	background: 0 0
}
.mobile-navigation,
.subnav-panel {
	background-color: #fff;
	width: 320px
}
@media (min-width: 520px) {
	.nav-container {
		font-size: 16px
	}
}
.nav-container:before {
	content: '\E159';
	font-family: uxfont;
	left: 0
}
.mobile-bkg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
	background-color: #fff;
	opacity: .8;
	width: 100%;
	height: 100%
}
.mobile-navigation {
	-webkit-box-shadow: 0 6px 20px 0 rgba(117, 117, 117, .5);
	box-shadow: 0 6px 20px 0 rgba(117, 117, 117, .5);
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	z-index: 1020;
	overflow: hidden;
	color: #2b2b2b;
	transition: all .4s cubic-bezier(.65, -.01, .26, 1);
	-webkit-transform: translateX(-330px);
	transform: translateX(-330px);
	-webkit-transform-origin: left;
	transform-origin: left
}
.mobile-navigation.open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.mobile-navigation .mobile-label {
	font-size: 20px;
	padding: 0 0 12px 40px;
	margin: 0
}
.mobile-navigation .mobile-wrap {
	height: calc(100vh - 108px);
	padding: 40px 0;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative
}
.subnav-panel {
	transition: all .4s cubic-bezier(.65, -.01, .26, 1);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: translateX(320px);
	transform: translateX(320px);
	position: absolute
}
.headings-panel,
.runway-container {
	-webkit-transition: all .4s cubic-bezier(.65, -.01, .26, 1)
}
.subnav-panel.open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.runway-container {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, .02)), color-stop(33%, rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, .8)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .02) 1%, rgba(255, 255, 255, .8) 33%, rgba(255, 255, 255, .8) 100%);
	text-align: center;
	position: fixed;
	width: 320px;
	height: 60px;
	left: 0;
	bottom: 0;
	padding: 20px 0 10px;
	z-index: 9999;
	transition: all .4s cubic-bezier(.65, -.01, .26, 1);
	-webkit-transform: translateY(60px);
	transform: translateY(60px)
}
.runway-container.show {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.runway-container span {
	display: block;
	float: left;
	width: 100%;
	color: #757575;
	-webkit-animation: runway 2s infinite;
	animation: runway 2s infinite;
	line-height: .7
}
.runway-container span:nth-child(1) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.runway-container span:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.runway-container span:nth-child(3) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}
.headings-panel {
	height: 0;
	width: 320px;
	transition: all .4s cubic-bezier(.65, -.01, .26, 1);
	-webkit-transform: translateX(-320px);
	transform: translateX(-320px)
}
.headings-panel.open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.mobile-top-container {
	height: 60px;
	background-color: #f5f7f8;
	position: relative
}
.mobile-top-container .uxicon-x.uxicon {
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 22px
}
.mobile-top-container .main-menu-btn {
	font-size: 12px;
	color: #2b2b2b;
	font-family: gdsherpa, Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding-left: 11px;
	padding-top: 20px;
	margin-right: 30px;
	cursor: pointer;
	text-decoration: none
}
.mobile-top-container .main-menu-btn::before {
	font-family: uxfont;
	margin-right: 2px;
	content: "\E368"
}
.subnav-scroller {
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100vh - 60px);
	padding: 40px 0
}
.subnav-mobile {
	float: none;
	display: block!important;
	margin: 0
}
.column-container,
a.column-heading {
	display: block
}
.subnav-mobile li {
	margin: 0
}
.subnav-mobile .subnav-mobile-heading {
	list-style: none;
	padding-top: 12px;
	padding-left: 40px;
	margin: 0;
	font-size: 12px;
	font-weight: 900;
	color: #757575
}
.subnav-mobile a,
a.column-heading {
	color: #2b2b2b;
	text-decoration: none
}
.subnav-mobile .subnav-item a {
	font-size: 16px;
	margin: 0;
	padding: 12px 40px;
	display: block
}
.subnav-mobile .subnav-item.active a {
	border-left: 4px solid #00a63f;
	padding-left: 36px
}
.subnav-mobile hr {
	width: 240px;
	border-top: 1px solid #f5f7f8;
	margin: 12px 0 12px 40px
}
.subnav-mobile .column-heading {
	font-size: 20px;
	padding: 0 0 12px 40px;
	margin: 0;
	cursor: auto
}
.column-heading {
	font-size: 16px;
	margin: 0;
	padding: 12px 40px;
	cursor: pointer;
	position: relative
}
.column-heading.active {
	border-left: 4px solid #00a63f;
	padding-left: 36px
}
.column-heading .uxicon-chevron-right-lt {
	position: absolute;
	right: 37px;
	top: 15px
}
.column-highlight {
	width: 4px;
	padding-top: 12px;
	padding-bottom: 12px;
	position: absolute;
	background-color: #177ad0;
	background-image: linear-gradient(135deg, #177ad0, #9c48b3)
}
.custom-icon {
	padding-left: 5px;
	position: relative;
	top: -1px
}
.mobile-buttons,
.mobile-buttons li {
	display: -webkit-box;
	display: -ms-flexbox
}
.topnav-promos-link-mobile {
	font-size: 14px
}
@media (min-width: 520px) {
	.topnav-promos-link-mobile {
		font-size: 16px
	}
}
.mobile-buttons {
	background-color: #f5f7f8;
	height: 48px;
	width: 320px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 0;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .4s cubic-bezier(.65, -.01, .26, 1);
	transition: all .4s cubic-bezier(.65, -.01, .26, 1)
}
.mobile-buttons li {
	margin: 0;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.mobile-buttons li:nth-child(2) a {
	border-right: 1px solid #f5f7f8;
	border-left: 1px solid #f5f7f8
}
.mobile-buttons li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	padding: 4px 0;
	color: #111
}
.mobile-buttons li a .uxicon {
	font-size: 20px
}
.mobile-buttons.closed {
	-webkit-transform: translateX(-320px);
	transform: translateX(-320px)
}
.mobile-menu-open body {
	overflow: hidden
}
.mobile-safari-iphone.mobile-menu-open {
	overflow-y: scroll;
	height: 100%;
	-webkit-overflow-scrolling: touch
}
.mobile-safari-iphone.mobile-menu-open body {
	-webkit-overflow-scrolling: auto;
	height: 100%
}
.mobile-safari-iphone.mobile-menu-open .subnav-mobile {
	margin-bottom: 80px
}
.mobile-safari-iphone.mobile-menu-open .mobile-wrap {
	padding: 40px 0 108px
}
.mobile-safari-iphone.mobile-menu-open .column-heading:last-child {
	margin-bottom: 25px
}
.mobile-safari-ipad.mobile-menu-open {
	overflow-y: scroll;
	height: 100%;
	-webkit-overflow-scrolling: touch
}
.mobile-safari-ipad.mobile-menu-open body {
	-webkit-overflow-scrolling: auto;
	height: 100%
}
@-webkit-keyframes runway {
	0% {
		color: #f5f7f8
	}
	50% {
		color: #aab7c2
	}
	100% {
		color: #757575
	}
}
@keyframes runway {
	0% {
		color: #f5f7f8
	}
	50% {
		color: #aab7c2
	}
	100% {
		color: #757575
	}
}
.mobile-top-container-label {
	font-size: 20px;
	padding: 14px 0 12px 40px;
	margin: 0
}
.topnav {
	background-color: #fff;
	position: relative;
	font-size: 16px;
	height: 64px
}
.topnav .topnav-pro-gap {
	width: auto;
	text-align: right
}
.topnav .topnav-pro-gap a {
	font-family: gdsherpa, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #111;
	text-decoration: none;
	padding: 22px 10px;
	vertical-align: middle;
	font-size: 16px
}
@media (min-width: 768px) {
	.topnav .topnav-pro-gap a {
		padding: 28px 10px 26px
	}
}
@media (min-width: 992px) {
	.topnav {
		height: 74px
	}
	.topnav .topnav-pro-gap a {
		padding: 20px 10px 19px;
		font-size: 17px
	}
}
.topnav .container {
	overflow-y: hidden
}
.topnav .topnav-logo {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 18px;
	float: left;
	top: 5px
}
@media (min-width: 768px) {
	.topnav .topnav-logo {
		width: 108px;
		top: 8px
	}
}
@media (min-width: 992px) {
	.topnav .topnav-logo {
		width: 120px;
		top: 18px
	}
}
@media (min-width: 1200px) {
	.topnav .topnav-pro-gap a {
		font-size: 16px;
		padding-left: 20px
	}
	.topnav .topnav-logo {
		width: 144px;
		top: 24px
	}
}
.topnav .topnav-logo img {
	height: 30px
}
@media (min-width: 768px) {
	.topnav .topnav-logo img {
		height: auto;
		width: 108px
	}
}
@media (min-width: 992px) {
	.topnav .topnav-logo img {
		height: auto;
		width: 120px
	}
}
@media (min-width: 1200px) {
	.topnav .topnav-logo img {
		height: auto;
		width: 144px
	}
}
.topnav .tray-menu {
	min-height: auto
}
.topnav .tray-menu.open {
	background-color: transparent;
}
.topnav .tray-menu.open .tray-toggle-caret {
	display: block;
	visibility: visible
}
.topnav .tray-toggle-caret {
	display: block;
	position: absolute;
	visibility: hidden;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #00a63f;
	border-width: 0 10px 8px;
	bottom: 0;
	left: auto
}
.topnav .open .tray-toggle {
	color: #00a63f
}
.topnav .tray-toggle-wrapper {
	min-height: 0;
	position: inherit
}
.topnav .tray-toggle {
	color: #111;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-size: .88889rem;
	padding: 0 10px;
	height: 64px
}
.topnav .tray-toggle:after {
	display: none
}
.topnav .tray-toggle:focus {
	padding: 0 10px
}
@media (min-width: 992px) {
	.topnav .tray-toggle {
		white-space: nowrap;
		padding: 0 6px;
		height: 74px
	}
	.topnav .tray-toggle:focus {
		padding: 0 6px
	}
}
@media (min-width: 1200px) {
	.topnav .tray-toggle {
		font-size: 1rem;
		padding: 0 10px
	}
	.topnav .tray-toggle:focus {
		padding: 0 10px
	}
}
.topnav .topnav-nontray-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.topnav .tray-dropdown {
	background-color: #00a63f;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 100%;
	padding: 30px 0 60px;
	z-index: 1028
}
.topnav .tray-dropdown a {
	color: #fff;
	text-decoration: none
}
.topnav .tray-dropdown .first {
	padding-right: 42px
}
.topnav .tray-dropdown .first:after {
	content: '';
	position: absolute;
	width: 1px;
	background-color: #004f1e;
	bottom: 0;
	top: 0;
	right: 9px
}
.topnav .subnav-columns ul {
	list-style: none;
	word-wrap: break-word
}
.topnav .subnav-columns li {
	margin-bottom: 10px;
	line-height: 1.1
}
.topnav .subnav-columns li:not(.h5) {
	font-size: 16px
}
.topnav .subnav-columns li.h5 {
	font-weight: 700;
	margin: 0 auto 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: normal;
	line-height: 1.4
}
.topnav .topnav-items {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 100%
}
@media (min-width: 992px) {
	.topnav .topnav-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
.topnav .topnav-items .topnav-item:first-child .tray-toggle {
	padding-left: 0
}
.topnav .topnav-right {
	padding-left: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.topnav .topnav-item {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.topnav .topnav-item.topnav-pro-icon {
	height: 64px
}
@media (min-width: 768px) {
	.topnav .topnav-item.topnav-pro-icon {
		height: 74px
	}
}
.topnav .topnav-logo-wrap {
	display: block
}
.topnav .pro-icon {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMuNDcxMjE3OCAxLjMxNjA1MzMzYzEuMzg5NTExMS0uODA2NCAzLjYzOTQ2NjYtLjgwNzExMTEgNS4wMzE4MjIyIDBsMTAuOTU1Mzc3OCA2LjM1NTkxMTExYzEuMzg4OC44MDY0IDIuNTE1MiAyLjc2NDA4ODg5IDIuNTE1MiA0LjM1NzY4ODg2djEyLjc1MjM1NTZjMCAxLjYwMDcxMTEtMS4xMjM1NTU2IDMuNTUwNTc3OC0yLjUxNTIgNC4zNTg0TDE4LjUwMzA0IDM1LjQ5NjMyYy0xLjM4OTUxMTEuODA0OTc3OC0zLjY0MDg4ODkuODA3MTExMS01LjAzMTgyMjIgMEwyLjUxNTg0IDI5LjE0MDQwODljLTEuMzkwMjIyMjItLjgwNjQtMi41MTU5MTExMS0yLjc2NDA4ODktMi41MTU5MTExMS00LjM1ODRWMTIuMDI5NjUzM2MwLTEuNjAwNzExMDggMS4xMjM1NTU1NS0zLjU1MDU3Nzc0IDIuNTE1OTExMTEtNC4zNTc2ODg4NmwxMC45NTUzNzc4LTYuMzU1OTExMXoiIGZpbGw9IiNGQjg1MzQiLz48cGF0aCBkPSJNMTguNTAyNCAzNS40OTU3NTExYy0uMDE0MjIyMi4wMDc4MjIyLS4wMjc3MzMzLjAxNjM1NTYtLjA0MTk1NTYuMDI0MTc3OC4wMTQyMjIzLS4wMDc4MjIyLjAyNzczMzQtLjAxNjM1NTYuMDQxOTU1Ni0uMDI0MTc3OG0tLjA1NDA0NDQtMzQuMjEwMTMzMzJjLjAxNzc3NzcuMDA5OTU1NTUuMDM2MjY2Ni4wMTk5MTExMS4wNTQwNDQ0LjAyOTg2NjY2bDEwLjk1NjA4ODkgNi4zNTY2MjIyM2MxLjM4OTUxMTEuODA1Njg4ODkgMi41MTUyIDIuNzYzMzc3NzMgMi41MTUyIDQuMzU3Njg4OTN2MTIuNzUyMzU1NS0xMi43NTIzNTU1YzAtMS41OTQzMTEyLTEuMTI1Njg4OS0zLjU1MjAwMDA0LTIuNTE1Mi00LjM1ODQwMDA0TDE4LjUwMjQgMS4zMTU0ODQ0NGMtLjAxNzc3NzgtLjAwOTk1NTU1LS4wMzYyNjY3LS4wMTk5MTExMS0uMDU0MDQ0NC0uMDI5ODY2NjYiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTUuOTg3Mi43MTMyNDQ0NGgtLjA0MDUzMzNWMzYuMDk4MTMzM2MuMDEzNTExMSAwIC4wMjcwMjIyLjAwMDcxMTEuMDQwNTMzMy4wMDA3MTExLjg5MTczMzMgMCAxLjc4NDE3NzgtLjE5MjcxMTEgMi40NzI1MzMzLS41Nzk1NTU1LjAxNDIyMjMtLjAwNzExMTEuMDI5MTU1Ni0uMDE0OTMzMy4wNDE5NTU2LS4wMjI3NTU2bDEwLjk1NjgtNi4zNTU5MTExYzEuMzkwOTMzMy0uODA3MTExMSAyLjUxNTkxMTEtMi43NTY5Nzc4IDIuNTE1OTExMS00LjM1OTExMTFWMTIuMDI5ODY2N2MwLTEuNTkzNi0xLjEyNzExMTEtMy41NTIwMDAwMy0yLjUxNTkxMTEtNC4zNTc2ODg5MmwtMTAuOTU2OC02LjM1NTkxMTExYy0uMDE3MDY2Ny0uMDA5OTU1NTYtLjAzNDg0NDUtLjAyMDYyMjIzLS4wNTI2MjIyLS4wMzA1Nzc3OEMxNy43NjA3MTExLjkwMzExMTExIDE2Ljg3MzI0NDQuNzEzMjQ0NDQgMTUuOTg3Mi43MTMyNDQ0NCIgZmlsbD0iI0UxN0EzQiIvPjxwYXRoIGQ9Ik05LjAxMDI3NTU2IDE4Ljk5OTc1MTFWMjEuNDc1ODRsLS4wODM5MTExMi4yMTA0ODg5LS4yMTA0ODg4OC4wODM5MTExSDcuMDg4MTQyMjJjLS4wODg4ODg4OSAwLS4xNjE0MjIyMi0uMDI3NzMzMy0uMjE5MDIyMjItLjA4MzkxMTFsLS4wODY3NTU1Ni0uMjEwNDg4OXYtOC4wOTMxNTU2bC4wODg4ODg4OS0uMjE2MTc3Ny4yMTY4ODg4OS0uMDg5NmgzLjY0Nzk5OTk4Yy44Njk2ODg5IDAgMS41ODIyMjIyLjI4MzczMzMgMi4xMzgzMTExLjg1MTkxMTEuNTU2MDg4OS41Njc0NjY2LjgzNDEzMzQgMS4yNzUwMjIyLjgzNDEzMzQgMi4xMjA1MzMzLS4wMjIwNDQ1Ljg1NDc1NTYtLjMwOTMzMzQgMS41NjAxNzc4LS44NTk3MzM0IDIuMTE2MjY2Ny0uNTQ5Njg4OS41NTYwODg5LTEuMjU0NC44MzQxMzMzLTIuMTEyNzExMS44MzQxMzMzSDkuMDEwMjc1NTZ6bTAtMy45NzE1NTU1djIuMDI1OTU1NWgxLjM0NTQyMjI0Yy4yOTU4MjIyLS4wMDM1NTU1LjUzOTczMzMtLjEwMjQuNzMwMzExMS0uMjkzNjg4OS4xODk4NjY3LS4xOTI3MTExLjI4NTE1NTUtLjQzMzc3NzguMjg1MTU1NS0uNzIxNzc3OCAwLS4yOTIyNjY2LS4wOTUyODg4LS41MzQ3NTU1LS4yODUxNTU1LS43MjUzMzMzLS4xOTA1Nzc4LS4xODk4NjY3LS40MzQ0ODg5LS4yODUxNTU1LS43MzAzMTExLS4yODUxNTU1SDkuMDEwMjc1NTZ6bTUuODM2ODAwMDQuNTk0NDg4OGgxLjExOTI4ODhjLjEyMzAyMjMgMCAuMjI4MjY2Ny4wMjkxNTU2LjMxNTAyMjMuMDg2NzU1Ni4wODYwNDQ0LjA1NzYuMTU2NDQ0NC4xNDM2NDQ0LjIxMDQ4ODkuMjU5NTU1NmwuMTczNTExMS4zODYxMzMzYy4yMjY4NDQ0LS4yNjg4LjQ2MDgtLjQ3NTAyMjIuNzAxMTU1NS0uNjE3MjQ0NS4yNDEwNjY3LS4xNDIyMjIyLjQ3NjQ0NDUtLjIxMzMzMzMuNzA2ODQ0NS0uMjEzMzMzMy4yNTAzMTExIDAgLjQ0MDE3NzcuMDU1NDY2Ny41Njg4ODg5LjE2NDI2NjcuMTI4NzExMS4xMDk1MTExLjE3OTkxMTEuMjY3Mzc3OC4xNTI4ODg4LjQ3MDA0NDRsLS4xNzI4IDEuNDAzMDIyMmMtLjAyMzQ2NjYuMTYyMTMzNC0uMDc1Mzc3Ny4yODM3MzM0LS4xNTY0NDQ0LjM2NDgtLjA4MDM1NTYuMDc5NjQ0NS0uMTg5ODY2Ny4xMjAxNzc4LS4zMjg1MzMzLjEyMDE3NzhMMTcuOTkyMzIgMTguMDMyNjRjLS4wNDkwNjY3LS4wMDkyNDQ0LS4xMjUxNTU2LS4wMjc3MzMzLS4yMjQ3MTExLS4wNTQ3NTU2LS4xMTE2NDQ1LS4wMzQxMzMzLS4xOTU1NTU2LS4wNTY4ODg4LS4yNTEwMjIyLS4wNjY4NDQ0bC0uMTY0OTc3OC0uMDE0MjIyMmMtLjE5NTU1NTYgMC0uMzUzNDIyMi4wNTgzMTExLS40NzI4ODg5LjE3MzUxMTEtLjExODc1NTYuMTE1Mi0uMTc5Mi4yNzM3Nzc4LS4xNzkyLjQ3Mjg4ODl2Mi45Njc0NjY2bC0uMDg4ODg4OS4xODIwNDQ1LS4yMDU1MTExLjA3NzUxMTFoLTEuNTY0NDQ0NGwtLjIwNzY0NDUtLjA4MDM1NTYtLjA4MDM1NTUtLjIwMTk1NTV2LTUuNTc1ODIyMmwuMDgzOTExMS0uMjA1NTExMS4yMTA0ODg5LS4wODM5MTEyem00LjM4Njg0NDQgMy4wNzYyNjY3YzAtLjkwMDI2NjcuMzMxMzc3OC0xLjY2Njg0NDQuOTkzNDIyMi0yLjI5OTczMzMuNjYxMzMzNC0uNjMyODg4OSAxLjQ2NDE3NzgtLjk1MDA0NDUgMi40MDcxMTExLS45NTAwNDQ1Ljk0MjkzMzQgMCAxLjc0NTc3NzguMzE3MTU1NiAyLjQwNzExMTEuOTUwMDQ0NS42NjIwNDQ1LjYzMjg4ODkuOTkzNDIyMyAxLjM5OTQ2NjYuOTkzNDIyMyAyLjI5OTczMzMgMCAuOTAwOTc3OC0uMzMxMzc3OCAxLjY2NzU1NTYtLjk5MzQyMjMgMi4zMDExNTU2LS42NjEzMzMzLjYzMjg4ODktMS40NjQxNzc3Ljk0OTMzMzMtMi40MDcxMTExLjk0OTMzMzMtLjk0MjkzMzMgMC0xLjc0NTc3NzctLjMxNjQ0NDQtMi40MDcxMTExLS45NDkzMzMzLS42NjIwNDQ0LS42MzM2LS45OTM0MjIyLTEuNDAwMTc3OC0uOTkzNDIyMi0yLjMwMTE1NTZ6bTIuMTU5NjQ0NCAwYzAgLjM1MTI4ODkuMTE5NDY2Ny42NDkyNDQ1LjM1OTgyMjMuODk1Mjg4OS4yNDEwNjY2LjI0NjA0NDQuNTM0NzU1NS4zNjkwNjY3Ljg4MTA2NjYuMzY5MDY2N3MuNjQtLjEyMzAyMjMuODc5NjQ0NS0uMzY5MDY2N2MuMjQxNzc3OC0uMjQ2MDQ0NC4zNjEyNDQ0LS41NDQuMzYxMjQ0NC0uODk1Mjg4OSAwLS4zNDk4NjY3LS4xMTk0NjY2LS42NDc4MjIyLS4zNjEyNDQ0LS44OTM4NjY3LS4yMzk2NDQ1LS4yNDY3NTU1LS41MzMzMzM0LS4zNjk3Nzc3LS44Nzk2NDQ1LS4zNjk3Nzc3LS4zNDYzMTExIDAtLjY0LjEyMzAyMjItLjg4MTA2NjYuMzY5Nzc3Ny0uMjQwMzU1Ni4yNDYwNDQ1LS4zNTk4MjIzLjU0NC0uMzU5ODIyMy44OTM4NjY3eiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=) 50%/contain no-repeat;
	width: 28px;
	height: 31px;
	display: block
}
.flag-free,
.flag-new,
.flag-sale {
	color: #fff
}
.flag-free span,
.flag-new span,
.flag-sale span {
	color: #fedc45;
	font-size: 13px;
	font-weight: 700;
	display: inline-block
}
.tray-menu.topnav-highlighted .tray-toggle-wrapper .btn.tray-toggle {
	color: #1D295D
}
.secondarynav {
	background-color: #00a63f;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	display: none
}
@media (min-width: 768px) {
	.secondarynav {
		display: block
	}
}
.secondarynav:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 24%;
	z-index: 81;
	background-color: #004f1e;
	display: none
}
@media (min-width: 992px) {
	.secondarynav:before {
		display: block
	}
}
.secondarynav .secondarynav-items {
	padding-left: 0;
	list-style: none;
	margin: 0;
	display: table;
	position: relative;
	z-index: 82
}
.secondarynav .secondarynav-items li {
	display: table-cell;
	color: #fff;
	background-color: #00a63f;
	padding: 12px 15px;
	position: relative;
	text-align: center
}
.secondarynav .secondarynav-items li:first-child {
	background-color: #004f1e;
	padding: 12px 25px 12px 15px;
	white-space: nowrap;
	display: none
}
@media (min-width: 992px) {
	.secondarynav .secondarynav-items li:first-child {
		display: table-cell
	}
	.secondarynav .secondarynav-items li:nth-child(2) {
		padding-left: 25px
	}
}
.secondarynav .secondarynav-items li a {
	color: #fff;
	text-decoration: none
}
.secondarynav .secondarynav-items li.active:before {
	content: '';
	border-top: 9px solid #00a63f;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	margin: 0 auto 0 -12px;
	bottom: -9px;
	position: absolute;
	width: 12px;
	left: 50%
}
.mobile-nav-right {
	padding-left: 0;
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 5px
}
.mobile-nav-right li a {
	color: #111;
	text-decoration: none
}
.nav-container {
	padding: 0 23px 0 10px;
	height: 64px
}
.nav-container:focus {
	padding: 0 23px 0 10px;
	border: 0
}
.nav-container:before {
	top: 0;
	position: static;
	display: inline-block;
	margin-right: 8px;
	vertical-align: -2px;
	font-weight: 400
}
.topnav-item .topnav-pro-icon {
	text-align: right
}
.topnav-item .topnav-pro-icon .pro-icon {
	display: inline-block
}
@media (max-width: 767px) {
	.topnav-item .topnav-pro-icon .pro-icon {
		background-size: 26px 29px;
		width: 26px;
		height: 29px
	}
}
@media (min-width: 992px) {
	.topnav-item .topnav-pro-icon .pro-icon {
		margin-top: 0
	}
	.topnav-item .topnav-pro-icon {
		padding-top: 10px
	}
	html[lang=ta-IN] .topnav .tray-menu .tray-toggle {
		white-space: normal!important
	}
}
@media (min-width: 1200px) {
	.topnav-item .topnav-pro-icon .pro-icon {
		margin-top: 0
	}
	.topnav-item .topnav-pro-icon {
		vertical-align: top;
		padding: 19px 0 10px
	}
}
.partners-icon {
	width: 30px;
	height: 30px
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	html[lang=ta-IN] .topnav .nav-container {
		font-size: 12px
	}
	html[lang=ta-IN] .topnav .nav-container:before {
		margin-top: -4px
	}
	html[lang=ta-IN] .topnav .tray-menu .tray-toggle {
		font-size: 12px!important
	}
}
@media all and (-ms-high-contrast: none) and (min-width: 1200px),
(-ms-high-contrast: active) and (min-width: 1200px) {
	html[lang=ta-IN] .topnav .tray-menu .tray-toggle {
		font-size: 13px!important
	}
}
@supports (-ms-ime-align: auto) {
	html[lang=ta-IN] .topnav .tray-menu .tray-toggle {
		font-size: .78889rem!important
	}
}
.featured-nav,
.growth-nav-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin-bottom: 0
}
.featured-nav .topnav-nontray-btn,
.growth-nav-right .topnav-nontray-btn {
	font-size: 14px
}
@media (min-width: 520px) {
	.featured-nav .topnav-nontray-btn,
	.growth-nav-right .topnav-nontray-btn {
		font-size: 16px
	}
}
.growth-nav {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}
.growth-nav .nav-container {
	padding: 0 10px
}
@media (min-width: 992px) {
	.growth-nav .nav-container {
		height: 74px
	}
	.topnav.reseller .topnav-item:first-child .tray-toggle {
		padding-left: 0
	}
	.topnav.reseller .topnav-item:last-child .tray-toggle {
		padding-right: 0
	}
}
@media (min-width: 1200px) {
	.topnav.reseller .tray-toggle {
		padding: 20px 10px;
		font-size: 1.125em
	}
}
.tray-menu {
	background-color: transparent;
	position: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
    height: 100%;
	padding: 0;
	vertical-align: bottom;
	opacity: 1
}
.tray-menu.open {
	background-color: transparent;
}
.tray-toggle-wrapper {
	position: relative;
	min-height: 42px
}
.tray-toggle {
	background-color: transparent;
	font-size: inherit;
	font-weight: 700;
	white-space: nowrap;
	padding: 10px;
	min-width: 0;
	border-radius: 0
}
.tray-toggle:active,
.tray-toggle:focus {
	border: 0;
	padding: 10px
}
.tray-toggle:active span,
.tray-toggle:focus span {
	position: relative;
	top: 0;
	left: 0
}
.tray-toggle:after {
	display: inline;
	margin-left: .3125rem;
	font-family: uxfont;
	font-size: 8px;
	line-height: 1;
	content: '\E443';
	border: 0;
	vertical-align: middle;
	width: 0;
	height: 0
}
.tray-toggle-caret {
	position: absolute;
	left: calc(50% - 10px);
	bottom: 0;
	width: 0;
	border-style: solid;
	border-color: transparent transparent #e8eaeb;
	border-width: 0 10px 8px;
	display: none
}
.tray-dropdown {
	position: absolute;
	min-width: 200px;
	top: calc(100% + 1px);
	padding: 40px 20px;
	visibility: hidden;
	-webkit-box-shadow: 0 8px 4px -6px rgba(117, 117, 117, .2);
	box-shadow: 0 8px 4px -6px rgba(117, 117, 117, .2);
	background-color: #e8eaeb;
	font-size: 16px;
	z-index: 1029;
	overflow: auto;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	display: block;
	height: auto
}
.tray-dropdown.loaded {
	-webkit-transition: all .3s cubic-bezier(.65, -.01, .26, 1);
	transition: all .3s cubic-bezier(.65, -.01, .26, 1)
}
.tray-dropdown .close {
	font-size: 24px;
	position: absolute;
	top: 20px;
	right: 40px
}
@media (min-width: 992px) {
	.tray-dropdown .close {
		display: none
	}
}
.tray-content {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	opacity: 0
}
.tray-menu.open .tray-dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible
}
.tray-menu.open .tray-content {
	opacity: 1;
	-webkit-transition-delay: .25s;
	transition-delay: .25s
}
.tray-menu.open .tray-toggle-caret {
	display: inline
}
.tray-menu.open .tray-toggle:after {
	content: '\E444'
}
.tray-fullwidth {
	left: 0;
	right: 0
}
.tray-align-left {
	left: 0
}
.tray-align-right {
	right: 0
}
.market-selector-open {
	overflow: hidden
}
.market-selector .tray-toggle:before {
	content: '\E305';
	font-family: uxfont;
	font-size: 16px;
	margin-right: 7px;
	font-weight: 400
}
.market-selector .market-list {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
	list-style: none
}
.market-selector li:last-child {
	margin-bottom: 0
}
.market-selector li.selected a {
	color: #00a63f;
	text-decoration: underline;
	cursor: pointer
}
.market-selector li.selected a:after {
	content: '\E243';
	font-family: uxfont;
	font-size: 12px;
	font-weight: 400
}
.delegate,
.product-flyout-footer .product-flyout-legal {
	font-weight: 700
}
.market-selector li a {
	text-decoration: none;
	color: #2b2b2b
}
.market-selector li a:hover {
	color: #00a63f;
	text-decoration: underline
}
.verification-modal span {
	display: inline-block
}
@media (min-width: 520px) {
	.delegation {
		padding-top: 40px
	}
	.delegation.db {
		padding-top: 80px
	}
	.delegation.db .delegate+.delegate {
		top: 40px
	}
}
.delegation .refreshed .pull-left {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	display: inline-block;
	-webkit-animation-duration: 1.75s;
	animation-duration: 1.75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.delegation form {
	margin: 0
}
.delegation form button {
	background: 0 0;
	border: none;
	height: 40px;
	line-height: 1em;
	display: inline-block
}
.delegation .modal-header .close span,
.notification-cache,
.notifications .dropdown-toggle:after {
	display: none
}
.delegation .modal-header .close {
	border: 0;
	background-color: transparent;
	right: 15px;
	line-height: 1;
	padding: 0
}
.delegate {
	width: 100%;
	padding: 10px 0;
	background-color: #1D295D;
	color: #fff;
	z-index: 1003
}
@media (min-width: 520px) {
	.delegate {
		position: fixed;
		top: 0;
		line-height: 40px;
		padding: 0
	}
}
.delegate.rep {
	background-color: #9e42b5;
	color: #fff
}
.delegate-link {
	text-decoration: none;
	color: #fff
}
.delegate-link:focus,
.delegate-link:hover {
	color: inherit
}
.delegate-link .text {
	margin-left: 5px
}
@media (max-width: 519px) {
	.delegate-link .text {
		display: none
	}
}
@media (max-width: 767px) {
	.notifications {
		position: static!important
	}
}
.notifications.has-notifications {
	padding-right: 15px
}
.notifications .dropdown-toggle {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	min-width: 0;
	position: relative
}
.notifications .dropdown-toggle:focus {
	padding: 0;
	border: 0
}
.notifications .dropdown-toggle:before {
	content: '\E442';
	font-family: uxfont
}
.notifications .dropdown-toggle.notifications-bell:before {
	font-size: 16px
}
.notifications .dropdown-toggle.notifications-mini-bell {
	font-size: 13px;
	text-align: center;
	border-radius: 15px;
	border: 2px solid #2b2b2b;
	min-width: 25px;
	height: 25px;
	overflow: visible
}
.notifications .dropdown-toggle.notifications-mini-bell:before {
	font-size: 11px;
	position: absolute;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	line-height: 15px;
	top: -4px;
	right: -9px
}
.notifications .dropdown-toggle.notifications-mini-bell .notifications-badge {
	line-height: 1.05;
	padding: 0 5px
}
.notifications .dropdown-toggle.open {
	background-color: #f5f7f8
}
.notifications .notifications-list {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	border: 0;
	padding: 15px;
	border-radius: 0;
	width: 100%
}
@media (min-width: 768px) {
	.notifications .notifications-list {
		width: 320px!important;
		-webkit-transform: translateX(-235px);
		transform: translateX(-235px)
	}
}
.notifications .notifications-list-items {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0
}
.notifications .notifications-list-items li {
	margin: 15px 0 0
}
.notifications .notifications-list-items .no-link,
.notifications .notifications-list-items a {
	background-color: #fff;
	min-height: 60px;
	padding: 8px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2b2b2b;
	text-decoration: none;
	font-size: 16px;
	position: relative;
	line-height: 1.3
}
.notifications .notifications-list-items .no-link:before,
.notifications .notifications-list-items a:before {
	content: '';
	font-family: uxfont;
	border-radius: 50%;
	font-size: 18px;
	width: 30px;
	height: 30px;
	margin: 0 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	color: #2b2b2b
}
.notifications .notifications-list-items .no-link.high:before,
.notifications .notifications-list-items a.high:before {
	background-color: #db1802
}
.notifications .notifications-list-items .no-link.medium:before,
.notifications .notifications-list-items a.medium:before {
	background-color: #fedc45
}
.notifications .notifications-list-items .no-link.priority:before,
.notifications .notifications-list-items a.priority:before {
	content: '\E197';
	padding-bottom: 3px
}
.notifications .notifications-list-items .no-link.creditCardExpiration:before,
.notifications .notifications-list-items a.creditCardExpiration:before {
	content: '\E268';
	padding-bottom: 0
}
.notifications .notifications-list-items .no-link.smsOptIn:before,
.notifications .notifications-list-items a.smsOptIn:before {
	content: '\E246';
	padding-top: 2px
}
.notifications .notifications-list-items a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.notifications .notifications-list-items a:hover:after {
	color: #2b2b2b
}
.notifications .notifications-list-items a:after {
	content: '\E445';
	font-size: 12px;
	font-family: uxfont;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #757575;
	margin: 0 10px
}
.notifications .notifications-list-header {
	line-height: .7;
	margin: 0;
	font-weight: 700
}
.notifications .notifications-close {
	position: absolute;
	top: 9px;
	right: 9px
}
.notifications .notifications-close:focus {
	outline: 0
}
.notifications .notifications-list-empty {
	border: 3px dashed #757575;
	font-size: 16px;
	min-height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.3;
	padding: 10px;
	text-align: center
}
.notifications .notifications-list-empty:before {
	content: '';
	font-family: uxfont;
	font-size: 35px;
	color: #757575;
	margin-bottom: 5px
}
.notifications .notifications-list-empty.notifications-alert:before {
	content: '\E442'
}
.notifications .notifications-list-empty.notifications-session-alert:before {
	content: '\E197'
}
.notifications .notifications-list-empty a {
	height: auto;
	background: 0 0;
	min-height: 0;
	text-decoration: underline;
	color: #1D295D
}
.notifications .notifications-list-empty a:hover {
	text-decoration: none
}
.notifications .notifications-list-empty a:after,
.notifications .notifications-list-empty a:before {
	display: none
}
.notifications .notifications-list-empty .no-notifications-text {
	width: 100%
}
.help-search-hdr {
	border-left: 4px solid #9e42b5;
	padding-left: 16px;
	margin-bottom: 16px
}
.help-search-input {
	height: 80px;
	margin-bottom: 8px;
	resize: none
}
.help-search-input-limit {
	color: #999;
	margin-top: 0;
	margin-bottom: 1rem
}
.help-search-rslt-hdr {
	border-left-color: #00a63f;
	position: relative
}
@media (min-width: 768px) {
	.help-search-rslt-hdr {
		margin-left: 25px
	}
	.help-search-rslt-item .ux-pivot:after {
		right: 10px
	}
}
.help-search-back {
	cursor: pointer;
	color: #444;
	position: absolute;
	left: -30px;
	padding-top: 0
}
.help-search-rslt-item {
	margin: 0 0 10px
}
@media (max-width: 991px) {
	.help-search-rslt-item .ux-pivot-slats {
		margin-left: 0;
		margin-right: 0
	}
}
.help-search-rslt-item .ux-pivot {
	padding: 16px 25px 16px 16px;
	border-top: 0;
	border-bottom: 0
}
.help-search-start-over {
	margin-bottom: 0;
	text-decoration: none!important;
	padding-top: 0
}
.help-search-more-answers {
	width: 150px;
	float: right
}
.help-search-more-answers a {
	padding-top: 0;
	padding-right: 10px;
	color: #00a63f!important;
	white-space: nowrap
}
.product-flyout-menu {
	-webkit-transition: all .5s cubic-bezier(.43, .83, .76, 1.04) 0s;
	transition: all .5s cubic-bezier(.43, .83, .76, 1.04) 0s;
	background-color: #fff;
	position: fixed;
	color: #2b2b2b;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1031
}
@media (min-width: 992px) {
	.product-flyout-menu {
		width: 940px;
		-webkit-transform: translateX(-1115px);
		transform: translateX(-1115px);
		padding-left: 54px;
		padding-right: 32px
	}
}
.product-flyout-menu .menu-scroller {
	height: calc(100vh - 80px);
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 10px
}
@media (min-width: 768px) {
	.product-flyout-menu .menu-scroller {
		height: calc(100vh - 187px)
	}
}
@media (min-width: 992px) {
	.product-flyout-menu .menu-scroller {
		height: calc(100vh - 247px);
		margin-bottom: 40px
	}
}
.product-flyout-menu .close {
	-webkit-transition: opacity .1s cubic-bezier(.43, .83, .76, 1.04) 0s;
	transition: opacity .1s cubic-bezier(.43, .83, .76, 1.04) 0s;
	position: absolute;
	right: 24px;
	top: 20px;
	z-index: 1034;
	opacity: 0
}
.product-flyout-menu .close:not(:disabled):not(.disabled):focus {
	opacity: 0
}
.product-flyout-menu .close:before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICA8cGF0aCBmaWxsPSIjMmIyYjJiIiBkPSJNMTAuNyAxMkwwIDEuMyAxLjMgMCAxMiAxMC43IDIyLjcgMCAyNCAxLjMgMTMuMyAxMiAyNCAyMi43IDIyLjcgMjQgMTIgMTMuMyAxLjMgMjQgMCAyMi43IDEwLjcgMTJ6Ii8+PC9zdmc+);
	height: 20px;
	width: 20px;
	display: block
}
@media (min-width: 768px) {
	.product-flyout-menu .close {
		display: none;
		right: 88px;
		top: 40px
	}
	.product-flyout-menu .close:before {
		height: 24px;
		width: 24px
	}
}
.product-flyout-menu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.product-flyout-menu.open .close,
.product-flyout-menu.open .close:focus,
.product-flyout-menu.open .close:not(:disabled):not(.disabled):hover,
.product-flyout-menu.open .global-elements {
	-webkit-transition: opacity .2s cubic-bezier(.43, .83, .76, 1.04) 0s;
	transition: opacity .2s cubic-bezier(.43, .83, .76, 1.04) 0s;
	opacity: 1;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.product-flyout-menu .global-elements {
	-webkit-transition: opacity .1s cubic-bezier(.43, .83, .76, 1.04) 0s;
	transition: opacity .1s cubic-bezier(.43, .83, .76, 1.04) 0s;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 70px;
	position: relative
}
@media (min-width: 768px) {
	.product-flyout-menu .global-elements {
		visibility: hidden;
		height: 0
	}
}
.product-flyout-menu .global-elements .cart-link {
	height: 33px;
	width: 33px;
	color: #2b2b2b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 16px;
	padding: 0
}
.product-flyout-menu .global-elements .notifications-bell {
	height: 33px;
	width: 20px;
	color: #2b2b2b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 16px
}
.product-flyout-menu .global-elements .notifications-bell:before {
	font-size: 18px
}
.product-flyout-menu .global-elements .notifications-close {
	top: 14px;
	right: 12px
}
.product-flyout-menu .global-elements .notifications-close:before {
	width: 16px;
	height: 16px
}
.product-flyout-menu .global-elements .help-link,
.product-flyout-menu .global-elements .user-account {
	height: 33px;
	width: 20px;
	color: #2b2b2b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 16px;
	text-decoration: none
}
.product-flyout-menu .global-elements .help-link:hover,
.product-flyout-menu .global-elements .user-account:hover {
	text-decoration: none
}
.product-flyout-menu .global-elements .help-link:before,
.product-flyout-menu .global-elements .user-account:before {
	font-family: uxfont;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px
}
.product-flyout-menu .global-elements .help-link:before {
	content: '\E195'
}
.product-flyout-menu .global-elements .user-account:before {
	content: '\E004'
}
.product-flyout-menu .global-elements .app-icon-cart {
	font-size: 20px
}
.product-flyout-menu .global-elements .app-icon-cart.cart-empty {
	color: #2b2b2b
}
.product-flyout-menu .notifications-list {
	background-color: #e8eaeb
}
.mobile-safari-iphone .product-flyout-menu .menu-scroller {
	height: calc(100vh - 130px)
}
.product-panel-bkg {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f5f7f8;
	opacity: .8;
	width: 100%;
	height: 100%;
	z-index: 1030
}
.child-menu-panel,
.parent-menu-panel {
	padding-left: 16px;
	padding-right: 16px
}
@media (min-width: 992px) {
	.child-menu-panel,
	.parent-menu-panel {
		padding-left: 0;
		padding-right: 0
	}
}
.product-flyout-corner-content-wrap {
	position: inherit
}
.product-flyout-hovered-menu ul li {
	opacity: .6
}
.product-flyout-hovered-menu ul li:hover {
	opacity: 1
}
.product-flyout-footer {
	display: none;
	position: absolute;
	bottom: 0;
	font-size: .875rem;
	width: 100%
}
.product-flyout-footer div[class^=col-md-] {
	position: inherit
}
@media (min-width: 768px) {
	.product-flyout-footer {
		display: block;
		width: 100%;
		padding: 16px
	}
}
@media (min-width: 992px) {
	.product-flyout-footer {
		width: calc(100% - 130px);
		padding-left: 0;
		padding-right: 0
	}
}
.product-flyout-footer a {
	color: #2b2b2b;
	text-decoration: underline;
	margin: 0 16px;
	display: inline-block
}
.product-flyout-footer a:hover {
	text-decoration: none
}
.product-flyout-footer a:first-child {
	margin-left: 0
}
.product-flyout-footer .product-flyout-selectors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.product-flyout-footer .product-flyout-legal,
.product-flyout-footer .product-flyout-selectors {
	padding-top: 16px;
	padding-bottom: 16px
}
.product-flyout-footer .tray-toggle-wrapper {
	min-height: 0
}
.product-flyout-footer .tray-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
	min-height: 0
}
.product-flyout-footer .tray-menu .tray-dropdown {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	width: 100%;
	max-width: none;
	max-height: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	text-align: left;
	-webkit-box-shadow: none;
	box-shadow: none
}
.product-flyout-footer .tray-menu .tray-content {
	color: #2b2b2b
}
.product-flyout-footer .tray-menu .tray-toggle {
	font-family: gdsherpa, Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #2b2b2b;
	padding: 0 16px
}
.child-menu-header,
.product-flyout-footer .tray-menu .h3,
.product-flyout-heading {
	font-family: gd-sage, "Times New Roman", serif;
	font-weight: 700
}
.product-flyout-footer .tray-menu.market-selector li a {
	color: #2b2b2b
}
.product-flyout-footer .tray-menu.market-selector .tray-toggle:before {
	display: none
}
.product-flyout-footer .tray-menu.market-selector .tray-dropdown {
	color: #2b2b2b
}
.product-flyout-footer .tray-menu.market-selector .tray-dropdown ul li {
	display: block;
	padding: 5px;
	margin: 0
}
@media (min-width: 768px) {
	.product-flyout-footer .tray-menu .tray-dropdown {
		position: absolute;
		bottom: 100%;
		top: auto;
		height: auto
	}
	.product-flyout-footer .tray-menu.market-selector .tray-dropdown {
		max-height: calc(70vh - 87px)
	}
	.product-flyout-runway-container {
		display: none
	}
}
@media (min-width: 992px) {
	.product-flyout-footer .tray-menu.market-selector .tray-dropdown {
		max-height: auto;
		width: calc(100% + 140px);
		margin-left: -64px
	}
}
@media (max-height: 768px) and (orientation: landscape) {
	.product-flyout-footer .tray-menu.market-selector .tray-dropdown {
		max-height: calc(70vh - 87px)
	}
}
.product-flyout-footer .tray-menu.currency-selector .tray-toggle-wrapper {
	position: inherit
}
.product-flyout-footer .tray-menu.currency-selector .tray-dropdown {
	max-width: 60px;
	left: unset;
	height: inherit;
	max-height: 340px;
	bottom: 55px
}
.product-flyout-footer .tray-menu.currency-selector .tray-toggle {
	padding-right: 0
}
.product-flyout-footer .tray-menu .tray-toggle:after {
	content: '\E444'
}
.product-flyout-footer .tray-menu.open .tray-toggle:after {
	content: '\E443'
}
.product-flyout-runway-container {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, .02)), color-stop(33%, rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, .8)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .02) 1%, rgba(255, 255, 255, .8) 33%, rgba(255, 255, 255, .8) 100%);
	text-align: center;
	position: fixed;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	padding: 20px 0 10px;
	z-index: 9999;
	-webkit-transition: all .4s cubic-bezier(.65, -.01, .26, 1);
	transition: all .4s cubic-bezier(.65, -.01, .26, 1);
	-webkit-transform: translateY(60px);
	transform: translateY(60px)
}
.child-flyout-back .btn:before,
.child-menu-links a:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAxNiI+ICA8cGF0aCBmaWxsPSIjMmIyYjJiIiBkPSJNMTcuNCA5LjRIMFY2LjZoMTcuNUwxMi4xIDJsMi4zLTIgOS40IDgtOS40IDgtMi4zLTIgNS4zLTQuNnoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	content: ''
}
.product-flyout-runway-container.show {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.product-flyout-runway-container span {
	display: block;
	float: left;
	width: 100%;
	color: #2b2b2b;
	-webkit-animation: runway 2s infinite;
	animation: runway 2s infinite;
	line-height: .7
}
.product-flyout-runway-container span:nth-child(1) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.product-flyout-runway-container span:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.product-flyout-runway-container span:nth-child(3) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}
@keyframes runway {
	0% {
		color: #2b2b2b
	}
	50% {
		color: rgba(43, 43, 43, .6)
	}
	100% {
		color: rgba(43, 43, 43, .4)
	}
}
.parent-navigation {
	font-size: 1.60181rem
}
.parent-navigation .product-flyout-heading {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 8px;
	margin-bottom: 8px;
	padding-left: 8px
}
@media (min-width: 768px) {
	.parent-navigation .product-flyout-heading {
		border-bottom: 0;
		padding-left: 0
	}
}
.no-link-styling,
.no-link-styling:focus,
.no-link-styling:hover {
	color: inherit;
	text-decoration: none;
	outline: 0
}
.parent-link-items {
	margin-bottom: 40px;
	padding-left: 8px
}
@media (min-width: 768px) {
	.parent-link-items {
		padding-left: 0;
		margin-bottom: 0
	}
}
.parent-link-items li {
	margin: 0;
	line-height: 1;
	font-size: 1.125rem
}
.parent-link-items li .single-parent-link,
.parent-link-items li button {
	display: inline-block;
	padding: 12px 0;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	color: #2b2b2b;
	text-decoration: none
}
.parent-link-items li .single-parent-link:focus,
.parent-link-items li button:focus {
	outline: 0
}
@media (min-width: 768px) {
	.parent-link-items li {
		font-size: 1.60181rem
	}
	.parent-link-items li .single-parent-link,
	.parent-link-items li button {
		-webkit-transition: all .5s cubic-bezier(.43, .83, .76, 1.04) 0s;
		transition: all .5s cubic-bezier(.43, .83, .76, 1.04) 0s;
		padding-right: 12px;
		text-decoration: none;
		padding-top: 16px;
		padding-bottom: 16px
	}
	.parent-link-items li .single-parent-link:hover,
	.parent-link-items li button:hover {
		padding-left: 12px;
		padding-right: 0;
		text-decoration: none
	}
	.parent-link-items li .single-parent-link:hover:after,
	.parent-link-items li button:hover:after {
		margin-left: 16px;
		opacity: 1
	}
	.parent-link-items li .single-parent-link:after,
	.parent-link-items li button:after {
		content: '';
		-webkit-transition: all .2s cubic-bezier(.43, .83, .76, 1.04) 0s;
		transition: all .2s cubic-bezier(.43, .83, .76, 1.04) 0s;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAxNiI+ICA8cGF0aCBmaWxsPSIjMmIyYjJiIiBkPSJNMTcuNCA5LjRIMFY2LjZoMTcuNUwxMi4xIDJsMi4zLTIgOS40IDgtOS40IDgtMi4zLTIgNS4zLTQuNnoiLz48L3N2Zz4=);
		background-repeat: no-repeat;
		display: inline-block;
		opacity: 0;
		width: 24px;
		height: 16px;
		margin-left: 2px
	}
	.parent-menu-panel {
		padding-top: 100px
	}
}
.parent-menu-panel {
	-webkit-transition: all .5s cubic-bezier(.43, .83, .76, 1.04) 0s;
	transition: all .5s cubic-bezier(.43, .83, .76, 1.04) 0s;
	-webkit-transform: translateX(calc(-100% - 150px));
	transform: translateX(calc(-100% - 150px));
	-ms-transform: translateX(-125%)
}
@media (max-width: 767px) {
	.parent-link-items li:active:after {
		margin-left: 8px;
		opacity: 1
	}
	.parent-menu-panel {
		position: absolute;
		top: 80px;
		width: 100%
	}
}
@media (min-width: 992px) {
	.parent-menu-panel {
		padding-top: 120px
	}
	.child-flyout-back .btn {
		margin-left: -20px
	}
}
.parent-menu-panel.open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.child-flyout-back {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 10px;
	margin-top: -40px;
	height: 40px
}
.child-flyout-back .btn {
	position: relative;
	text-decoration: underline;
	font-size: .875rem;
	color: #2b2b2b;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.child-flyout-back .btn:before {
	-webkit-transition: all .2s cubic-bezier(.43, .83, .76, 1.04) 0s;
	transition: all .2s cubic-bezier(.43, .83, .76, 1.04) 0s;
	display: block;
	opacity: 1;
	width: 14px;
	height: 9px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 8px
}
.child-menu-panel {
	-webkit-transition: all .5s cubic-bezier(.43, .83, .76, 1.04) 0s;
	transition: all .5s cubic-bezier(.43, .83, .76, 1.04) 0s;
	-webkit-transform: translateX(1155px);
	transform: translateX(1155px);
	position: absolute;
	top: 80px;
	-webkit-transform-origin: right;
	transform-origin: right;
	opacity: 0;
	width: 100%
}
@media (min-width: 768px) {
	.child-menu-panel {
		top: 100px
	}
}
@media (min-width: 992px) {
	.child-menu-panel {
		width: calc(100% - 96px);
		top: 120px
	}
}
.child-menu-panel.open {
	-webkit-transition: all .5s cubic-bezier(.43, .83, .76, 1.04) .2s;
	transition: all .5s cubic-bezier(.43, .83, .76, 1.04) .2s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}
.child-menu-header {
	font-size: 1.42383rem;
	opacity: 1!important
}
@media (min-width: 768px) {
	.child-menu-header {
		font-size: 1.80203rem
	}
}
.description {
	margin-bottom: 12px
}
.child-menu-links {
	font-size: 1.125rem;
	list-style-type: none;
	margin-bottom: 0
}
.child-menu-links li {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1
}
.child-menu-links a {
	-webkit-transition: all .5s cubic-bezier(.43, .83, .76, 1.04) 0s;
	transition: all .5s cubic-bezier(.43, .83, .76, 1.04) 0s;
	text-decoration: none;
	color: #2b2b2b;
	padding: 6px 0;
	line-height: 1.41803;
	display: inline-block
}
.child-menu-links a:after {
	-webkit-transition: all .2s cubic-bezier(.43, .83, .76, 1.04) 0s;
	transition: all .2s cubic-bezier(.43, .83, .76, 1.04) 0s;
	display: inline-block;
	opacity: 0;
	width: 14px;
	height: 10px
}
@media (max-width: 767px) {
	.child-menu-links a:active:after {
		margin-left: 8px;
		opacity: 1
	}
	.utility-bar .tray-menu .close {
		right: 20px
	}
}
.child-menu-container .row .child-menu-items-col,
.child-menu-container .row:first-child {
	margin-bottom: 24px
}
@media (min-width: 768px) {
	.child-menu-links {
		font-size: 1.26562rem
	}
	.child-menu-links a {
		padding-right: 12px;
		text-decoration: none
	}
	.child-menu-links a:hover {
		padding-left: 12px;
		padding-right: 0;
		text-decoration: none
	}
	.child-menu-links a:hover:after {
		margin-left: 16px;
		opacity: 1
	}
	.child-menu-links a:after {
		content: '';
		-webkit-transition: all .2s cubic-bezier(.43, .83, .76, 1.04) 0s;
		transition: all .2s cubic-bezier(.43, .83, .76, 1.04) 0s;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAxNiI+ICA8cGF0aCBmaWxsPSIjMmIyYjJiIiBkPSJNMTcuNCA5LjRIMFY2LjZoMTcuNUwxMi4xIDJsMi4zLTIgOS40IDgtOS40IDgtMi4zLTIgNS4zLTQuNnoiLz48L3N2Zz4=);
		background-repeat: no-repeat;
		display: inline-block;
		opacity: 0;
		width: 24px;
		height: 16px;
		margin-left: 2px
	}
	.child-menu-container .row .child-menu-items-col,
	.child-menu-container .row:first-child {
		margin-bottom: 18px
	}
}
.child-menu-container .row:last-child .child-menu-items-col:last-child {
	margin-bottom: 40px
}
.mobile-safari-ipad.product-flyout-open,
.mobile-safari-iphone.product-flyout-open {
	overflow-y: scroll;
	height: 100%;
	-webkit-overflow-scrolling: touch
}
.mobile-safari-ipad.product-flyout-open body,
.mobile-safari-iphone.product-flyout-open body {
	-webkit-overflow-scrolling: auto;
	height: 100%
}
.product-flyout-btn-wrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.product-flyout-btn-wrap .product-flyout-btn {
	background-color: transparent;
	border: 0;
	position: relative;
	width: 33px;
	height: 33px;
	display: block;
	padding: 0;
	cursor: pointer
}
.product-flyout-btn-wrap .product-flyout-btn:focus {
	outline: 0
}
.product-flyout-btn-wrap .product-flyout-btn-lines {
	-webkit-transition-duration: 75ms;
	transition-duration: 75ms;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	display: block;
	position: absolute;
	height: 2px;
	width: 33px;
	top: 14px;
	background-color: #2b2b2b
}
.product-flyout-btn-wrap .product-flyout-btn-lines:before {
	content: '';
	-webkit-transition: top 75ms .12s ease, opacity 75ms ease;
	transition: top 75ms .12s ease, opacity 75ms ease;
	position: absolute;
	height: 2px;
	width: 33px;
	display: block;
	background-color: #2b2b2b;
	top: -8px
}
.product-flyout-btn-wrap .product-flyout-btn-lines:after {
	content: '';
	-webkit-transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19);
	transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
	position: absolute;
	height: 2px;
	width: 33px;
	display: block;
	background-color: #2b2b2b;
	bottom: -8px
}
.hc-cart,
.hc-cart-header {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-direction: normal
}
@media (min-width: 768px) {
	.child-menu-container .row:last-child .child-menu-items-col,
	.child-menu-container .row:last-child .child-menu-items-col:last-child {
		margin-bottom: 0
	}
	.product-flyout-btn-wrap.is-open .product-flyout-btn-lines {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition-delay: .12s;
		transition-delay: .12s;
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	.product-flyout-btn-wrap.is-open .product-flyout-btn-lines:before {
		top: 0;
		opacity: 0;
		-webkit-transition: top 75ms ease, opacity 75ms .12s ease;
		transition: top 75ms ease, opacity 75ms .12s ease
	}
	.product-flyout-btn-wrap.is-open .product-flyout-btn-lines:after {
		bottom: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
		transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
		transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
		transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
	}
}
.product-flyout-heading {
	line-height: 1;
	font-size: 1.80203rem;
	margin-bottom: 16px;
	color: #111
}
.account-tray .quick-links li a:before,
.account-tray .tray-toggle:before,
.app-icon,
.back-link-wrap .back-link:before,
.utility-bar a.help-link:before {
	font-family: uxfont
}
@media (min-width: 768px) {
	.product-flyout-heading {
		font-size: 3.24732rem;
		margin-bottom: 24px;
		border-bottom: 0
	}
}
.hc-cart {
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 286px
}
.hc-cart-header {
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 16px;
	margin: -16px -16px 0
}
.hc-cart-continue,
.hc-summary {
	display: -webkit-box;
	display: -ms-flexbox
}
.hc-cart-continue {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.hc-item-header,
.hc-summary {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal
}
.hc-summary {
	min-height: 45px;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin: 8px 0
}
.hc-item-header,
.hc-loading {
	display: -webkit-box;
	display: -ms-flexbox
}
.hc-loading {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 16px
}
.hc-items {
	overflow-y: visible;
	margin-bottom: -16px
}
.hc-items .item {
	border: 1px solid #bfbfbf;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 12px
}
.hc-divider {
	border: 0;
	margin: 0 -16px
}
.hc-divider-overflow-border {
	border-top: 3px solid #e8eaeb
}
.hc-cart-icon {
	padding: 0
}
.hc-expander {
	overflow-y: scroll;
	margin-bottom: 16px
}
.hc-header-cart {
	font-size: 1rem
}
.hc-header-cart .cart-link {
	cursor: pointer
}
.hc-header-cart .popover.open .popover-button::after {
	background-color: #2b2b2b;
	cursor: default
}
.hc-header-cart .ux-select-dropdown .form-control.placeholder {
	color: #111
}
.hc-header-cart .popover {
	background: 0 0;
	position: relative
}
.hc-header-cart .popover .content {
	opacity: 0;
	position: absolute;
	left: -150px;
	top: 43px;
	padding: 16px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #bfbfbf;
	z-index: 1060;
	display: none;
	-webkit-box-shadow: 0 6px 20px 0 rgba(117, 117, 117, .5);
	box-shadow: 0 6px 20px 0 rgba(117, 117, 117, .5)
}
@media (min-width: 768px) and (max-width: 1439px) {
	.hc-header-cart .popover .content {
		left: -277px
	}
}
@media (min-width: 1920px) {
	.hc-header-cart .popover .content {
		left: -77px
	}
}
.hc-header-cart .popover .popover-button {
	background: 0 0;
	border: none;
	padding: 0;
	opacity: 1;
	outline: 0
}
.hc-header-cart .popover .popover-button:after {
	content: '';
	background-color: #fff;
	width: 21px;
	height: 21px;
	top: 33px;
	border-top-left-radius: 4px;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	display: block;
	position: absolute;
	opacity: 0;
	z-index: 1061
}
.hc-header-cart .popover.open .popover-button::after {
	opacity: 1
}
.hc-header-cart .popover.open .content {
	opacity: 1;
	display: block
}
.hc-item {
	border: 1px solid #e8eaeb;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 12px
}
.hc-item-header {
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 8px 16px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}
.hc-duration,
.hc-item-editor {
	display: -webkit-box;
	display: -ms-flexbox
}
.hc-item-header .uxicon-trash {
	margin: 0
}
.hc-item-header-text {
	max-width: 80%;
	overflow-wrap: break-word
}
.hc-item-editor {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 8px 16px 16px
}
.hc-duration,
.see-change-bar-right,
.utility-bar .flex-row,
.utility-bar .utility-left-nav,
.utility-bar .utility-right-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal
}
.hc-duration {
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5px
}
.hc-duration .form-control {
	width: 150px
}
.utility-bar.single-use-header{
	height: 60px;
}
.utility-bar {
	background-color: #000;
	font-size: 12px;
	position: relative
}
.utility-bar>.btn {
	color: #2b2b2b
}
.utility-bar .flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	min-height: 60px
}
.utility-bar .tray-toggle-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.utility-bar .tray-toggle {
	padding: 0 10px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF
}
.utility-bar .tray-toggle:after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: auto;
	vertical-align: unset;
	width: auto;
	height: auto
}
.utility-bar .utility-left-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row
}
.utility-bar .market-selector {
	display: none
}
@media (min-width: 992px) {
	.utility-bar .market-selector {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
.utility-bar .utility-right-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row
}
.utility-bar a.blog-link,
.utility-bar a.help-link {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #111;
	padding: 0 10px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap
}
.utility-bar a.blog-link:hover,
.utility-bar a.help-link:hover {
	text-decoration: none
}
@media (min-width: 768px) {
	.utility-bar a.blog-link,
	.utility-bar a.help-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
.utility-bar a.blog-link .by-guides,
.utility-bar a.help-link .by-guides {
	font-weight: lighter
}
.utility-bar a.help-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 45px;
	line-height: 1
}
.utility-bar a.help-link:before {
	content: '\E195';
	font-size: 18.5px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media (min-width: 768px) {
	.utility-bar a.help-link:before {
		display: none
	}
}
.utility-bar .util-separator {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	margin: 0 10px;
	width: 1px;
	position: relative
}
.utility-bar .util-separator:before {
	content: '';
	width: 1px;
	background-color: #EEE;
	height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media (min-width: 992px) {
	.utility-bar .util-separator {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
.utility-bar .notifications {
	cursor: pointer
}
.utility-bar .notifications.dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.utility-bar .notifications.has-notifications {
	padding: 0 15px 0 10px
}
.utility-bar .notifications .notifications-mini-bell:before {
	background-color: #fff;
	color: #111;
	font-size: 9px
}
.utility-bar .notifications-bell {
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px
}
.utility-bar .notifications-bell:focus {
	padding: 0 10px
}
.utility-bar .notifications-list {
	-webkit-box-shadow: 0 8px 4px -6px rgba(117, 117, 117, .2);
	box-shadow: 0 8px 4px -6px rgba(117, 117, 117, .2);
	background-color: #e8eaeb
}
.utility-bar .open .dropdown-menu {
	margin-top: 0
}
.utility-bar .open .notifications-bell,
.utility-bar .open.has-notifications {
	background-color: #e8eaeb
}
.utility-bar .open .notifications-mini-bell,
.utility-bar .open .notifications-mini-bell:before {
	background-color: #111;
	color: #fff
}
.divider:before {
	content: '';
	width: 1px;
	background-color: #757575;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: none;
	height: 220px
}
@media (min-width: 992px) {
	.divider:before {
		display: block
	}
}
.account-tray .tray-toggle {
	min-height: 45px;
	min-width: 37px;
	padding-right: 20px;
	font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.account-tray .tray-toggle:before {
	content: '\E004';
	font-size: 16px;
	line-height: inherit
}
.account-tray .tray-toggle:after {
	display: none
}
@media (min-width: 768px) {
	.account-tray .tray-toggle {
		padding-left: 32px;
		padding-right: 10px
	}
	.account-tray .tray-toggle:before {
		margin-right: 5px;
		margin-left: -20px
	}
}
.account-tray .tray-toggle .title-text {
	display: none
}
@media (min-width: 768px) {
	.account-tray .tray-toggle .title-text {
		display: inline
	}
	.account-tray.is-pro .tray-toggle {
		width: auto
	}
	.account-tray.is-pro .tray-toggle:before {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		content: '';
		background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMuNDcxMjE3OCAxLjMxNjA1MzMzYzEuMzg5NTExMS0uODA2NCAzLjYzOTQ2NjYtLjgwNzExMTEgNS4wMzE4MjIyIDBsMTAuOTU1Mzc3OCA2LjM1NTkxMTExYzEuMzg4OC44MDY0IDIuNTE1MiAyLjc2NDA4ODg5IDIuNTE1MiA0LjM1NzY4ODg2djEyLjc1MjM1NTZjMCAxLjYwMDcxMTEtMS4xMjM1NTU2IDMuNTUwNTc3OC0yLjUxNTIgNC4zNTg0TDE4LjUwMzA0IDM1LjQ5NjMyYy0xLjM4OTUxMTEuODA0OTc3OC0zLjY0MDg4ODkuODA3MTExMS01LjAzMTgyMjIgMEwyLjUxNTg0IDI5LjE0MDQwODljLTEuMzkwMjIyMjItLjgwNjQtMi41MTU5MTExMS0yLjc2NDA4ODktMi41MTU5MTExMS00LjM1ODRWMTIuMDI5NjUzM2MwLTEuNjAwNzExMDggMS4xMjM1NTU1NS0zLjU1MDU3Nzc0IDIuNTE1OTExMTEtNC4zNTc2ODg4NmwxMC45NTUzNzc4LTYuMzU1OTExMXoiIGZpbGw9IiNGQjg1MzQiLz48cGF0aCBkPSJNMTguNTAyNCAzNS40OTU3NTExYy0uMDE0MjIyMi4wMDc4MjIyLS4wMjc3MzMzLjAxNjM1NTYtLjA0MTk1NTYuMDI0MTc3OC4wMTQyMjIzLS4wMDc4MjIyLjAyNzczMzQtLjAxNjM1NTYuMDQxOTU1Ni0uMDI0MTc3OG0tLjA1NDA0NDQtMzQuMjEwMTMzMzJjLjAxNzc3NzcuMDA5OTU1NTUuMDM2MjY2Ni4wMTk5MTExMS4wNTQwNDQ0LjAyOTg2NjY2bDEwLjk1NjA4ODkgNi4zNTY2MjIyM2MxLjM4OTUxMTEuODA1Njg4ODkgMi41MTUyIDIuNzYzMzc3NzMgMi41MTUyIDQuMzU3Njg4OTN2MTIuNzUyMzU1NS0xMi43NTIzNTU1YzAtMS41OTQzMTEyLTEuMTI1Njg4OS0zLjU1MjAwMDA0LTIuNTE1Mi00LjM1ODQwMDA0TDE4LjUwMjQgMS4zMTU0ODQ0NGMtLjAxNzc3NzgtLjAwOTk1NTU1LS4wMzYyNjY3LS4wMTk5MTExMS0uMDU0MDQ0NC0uMDI5ODY2NjYiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTUuOTg3Mi43MTMyNDQ0NGgtLjA0MDUzMzNWMzYuMDk4MTMzM2MuMDEzNTExMSAwIC4wMjcwMjIyLjAwMDcxMTEuMDQwNTMzMy4wMDA3MTExLjg5MTczMzMgMCAxLjc4NDE3NzgtLjE5MjcxMTEgMi40NzI1MzMzLS41Nzk1NTU1LjAxNDIyMjMtLjAwNzExMTEuMDI5MTU1Ni0uMDE0OTMzMy4wNDE5NTU2LS4wMjI3NTU2bDEwLjk1NjgtNi4zNTU5MTExYzEuMzkwOTMzMy0uODA3MTExMSAyLjUxNTkxMTEtMi43NTY5Nzc4IDIuNTE1OTExMS00LjM1OTExMTFWMTIuMDI5ODY2N2MwLTEuNTkzNi0xLjEyNzExMTEtMy41NTIwMDAwMy0yLjUxNTkxMTEtNC4zNTc2ODg5MmwtMTAuOTU2OC02LjM1NTkxMTExYy0uMDE3MDY2Ny0uMDA5OTU1NTYtLjAzNDg0NDUtLjAyMDYyMjIzLS4wNTI2MjIyLS4wMzA1Nzc3OEMxNy43NjA3MTExLjkwMzExMTExIDE2Ljg3MzI0NDQuNzEzMjQ0NDQgMTUuOTg3Mi43MTMyNDQ0NCIgZmlsbD0iI0UxN0EzQiIvPjxwYXRoIGQ9Ik05LjAxMDI3NTU2IDE4Ljk5OTc1MTFWMjEuNDc1ODRsLS4wODM5MTExMi4yMTA0ODg5LS4yMTA0ODg4OC4wODM5MTExSDcuMDg4MTQyMjJjLS4wODg4ODg4OSAwLS4xNjE0MjIyMi0uMDI3NzMzMy0uMjE5MDIyMjItLjA4MzkxMTFsLS4wODY3NTU1Ni0uMjEwNDg4OXYtOC4wOTMxNTU2bC4wODg4ODg4OS0uMjE2MTc3Ny4yMTY4ODg4OS0uMDg5NmgzLjY0Nzk5OTk4Yy44Njk2ODg5IDAgMS41ODIyMjIyLjI4MzczMzMgMi4xMzgzMTExLjg1MTkxMTEuNTU2MDg4OS41Njc0NjY2LjgzNDEzMzQgMS4yNzUwMjIyLjgzNDEzMzQgMi4xMjA1MzMzLS4wMjIwNDQ1Ljg1NDc1NTYtLjMwOTMzMzQgMS41NjAxNzc4LS44NTk3MzM0IDIuMTE2MjY2Ny0uNTQ5Njg4OS41NTYwODg5LTEuMjU0NC44MzQxMzMzLTIuMTEyNzExMS44MzQxMzMzSDkuMDEwMjc1NTZ6bTAtMy45NzE1NTU1djIuMDI1OTU1NWgxLjM0NTQyMjI0Yy4yOTU4MjIyLS4wMDM1NTU1LjUzOTczMzMtLjEwMjQuNzMwMzExMS0uMjkzNjg4OS4xODk4NjY3LS4xOTI3MTExLjI4NTE1NTUtLjQzMzc3NzguMjg1MTU1NS0uNzIxNzc3OCAwLS4yOTIyNjY2LS4wOTUyODg4LS41MzQ3NTU1LS4yODUxNTU1LS43MjUzMzMzLS4xOTA1Nzc4LS4xODk4NjY3LS40MzQ0ODg5LS4yODUxNTU1LS43MzAzMTExLS4yODUxNTU1SDkuMDEwMjc1NTZ6bTUuODM2ODAwMDQuNTk0NDg4OGgxLjExOTI4ODhjLjEyMzAyMjMgMCAuMjI4MjY2Ny4wMjkxNTU2LjMxNTAyMjMuMDg2NzU1Ni4wODYwNDQ0LjA1NzYuMTU2NDQ0NC4xNDM2NDQ0LjIxMDQ4ODkuMjU5NTU1NmwuMTczNTExMS4zODYxMzMzYy4yMjY4NDQ0LS4yNjg4LjQ2MDgtLjQ3NTAyMjIuNzAxMTU1NS0uNjE3MjQ0NS4yNDEwNjY3LS4xNDIyMjIyLjQ3NjQ0NDUtLjIxMzMzMzMuNzA2ODQ0NS0uMjEzMzMzMy4yNTAzMTExIDAgLjQ0MDE3NzcuMDU1NDY2Ny41Njg4ODg5LjE2NDI2NjcuMTI4NzExMS4xMDk1MTExLjE3OTkxMTEuMjY3Mzc3OC4xNTI4ODg4LjQ3MDA0NDRsLS4xNzI4IDEuNDAzMDIyMmMtLjAyMzQ2NjYuMTYyMTMzNC0uMDc1Mzc3Ny4yODM3MzM0LS4xNTY0NDQ0LjM2NDgtLjA4MDM1NTYuMDc5NjQ0NS0uMTg5ODY2Ny4xMjAxNzc4LS4zMjg1MzMzLjEyMDE3NzhMMTcuOTkyMzIgMTguMDMyNjRjLS4wNDkwNjY3LS4wMDkyNDQ0LS4xMjUxNTU2LS4wMjc3MzMzLS4yMjQ3MTExLS4wNTQ3NTU2LS4xMTE2NDQ1LS4wMzQxMzMzLS4xOTU1NTU2LS4wNTY4ODg4LS4yNTEwMjIyLS4wNjY4NDQ0bC0uMTY0OTc3OC0uMDE0MjIyMmMtLjE5NTU1NTYgMC0uMzUzNDIyMi4wNTgzMTExLS40NzI4ODg5LjE3MzUxMTEtLjExODc1NTYuMTE1Mi0uMTc5Mi4yNzM3Nzc4LS4xNzkyLjQ3Mjg4ODl2Mi45Njc0NjY2bC0uMDg4ODg4OS4xODIwNDQ1LS4yMDU1MTExLjA3NzUxMTFoLTEuNTY0NDQ0NGwtLjIwNzY0NDUtLjA4MDM1NTYtLjA4MDM1NTUtLjIwMTk1NTV2LTUuNTc1ODIyMmwuMDgzOTExMS0uMjA1NTExMS4yMTA0ODg5LS4wODM5MTEyem00LjM4Njg0NDQgMy4wNzYyNjY3YzAtLjkwMDI2NjcuMzMxMzc3OC0xLjY2Njg0NDQuOTkzNDIyMi0yLjI5OTczMzMuNjYxMzMzNC0uNjMyODg4OSAxLjQ2NDE3NzgtLjk1MDA0NDUgMi40MDcxMTExLS45NTAwNDQ1Ljk0MjkzMzQgMCAxLjc0NTc3NzguMzE3MTU1NiAyLjQwNzExMTEuOTUwMDQ0NS42NjIwNDQ1LjYzMjg4ODkuOTkzNDIyMyAxLjM5OTQ2NjYuOTkzNDIyMyAyLjI5OTczMzMgMCAuOTAwOTc3OC0uMzMxMzc3OCAxLjY2NzU1NTYtLjk5MzQyMjMgMi4zMDExNTU2LS42NjEzMzMzLjYzMjg4ODktMS40NjQxNzc3Ljk0OTMzMzMtMi40MDcxMTExLjk0OTMzMzMtLjk0MjkzMzMgMC0xLjc0NTc3NzctLjMxNjQ0NDQtMi40MDcxMTExLS45NDkzMzMzLS42NjIwNDQ0LS42MzM2LS45OTM0MjIyLTEuNDAwMTc3OC0uOTkzNDIyMi0yLjMwMTE1NTZ6bTIuMTU5NjQ0NCAwYzAgLjM1MTI4ODkuMTE5NDY2Ny42NDkyNDQ1LjM1OTgyMjMuODk1Mjg4OS4yNDEwNjY2LjI0NjA0NDQuNTM0NzU1NS4zNjkwNjY3Ljg4MTA2NjYuMzY5MDY2N3MuNjQtLjEyMzAyMjMuODc5NjQ0NS0uMzY5MDY2N2MuMjQxNzc3OC0uMjQ2MDQ0NC4zNjEyNDQ0LS41NDQuMzYxMjQ0NC0uODk1Mjg4OSAwLS4zNDk4NjY3LS4xMTk0NjY2LS42NDc4MjIyLS4zNjEyNDQ0LS44OTM4NjY3LS4yMzk2NDQ1LS4yNDY3NTU1LS41MzMzMzM0LS4zNjk3Nzc3LS44Nzk2NDQ1LS4zNjk3Nzc3LS4zNDYzMTExIDAtLjY0LjEyMzAyMjItLjg4MTA2NjYuMzY5Nzc3Ny0uMjQwMzU1Ni4yNDYwNDQ1LS4zNTk4MjIzLjU0NC0uMzU5ODIyMy44OTM4NjY3eiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=) 50%/contain no-repeat;
		width: 24px;
		height: 24px
	}
}
.account-tray .tray-content .inbox-links {
	padding-right: 20px
}
.account-tray .vip-status {
	margin-bottom: 20px
}
.account-tray .vip-status li {
	margin-top: 0;
	margin-bottom: 3px
}
.account-tray .quick-links li {
	margin-top: 0;
	position: relative;
	overflow-wrap: break-word
}
.account-tray .quick-links li a {
	text-decoration: none;
	color: #2b2b2b;
	padding-left: 15px;
	display: block
}
.account-tray .quick-links li a:before {
	content: '\E445';
	font-size: 8px;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 4.5px
}
.back-link-wrap,
.cart-link {
	font-weight: 700;
	white-space: nowrap
}
.account-tray .account-info a.logout-link {
	margin-left: 11px
}
.account-tray .account-info .shopper-id,
.account-tray .account-info a.customer-pin {
	margin-left: 3px
}
.account-tray .account-info .name {
	display: inline-block;
	max-width: 10em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 16px
}
.account-tray .account-info .customer-number {
	margin-bottom: 20px
}
.account-tray .sign-in,
.account-tray .sign-up {
	margin-bottom: 3em
}
@media (min-width: 992px) {
	.account-tray .sign-in,
	.account-tray .sign-up {
		padding-left: 25px;
		padding-right: 25px
	}
}
.back-link-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.back-link-wrap .back-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px 0 12px;
	color: #2b2b2b;
	position: relative;
	text-decoration: none
}
.back-link-wrap .back-link:before {
	content: '\E446';
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.back-link-wrap .back-link .uxicon {
	font-size: 15px;
	padding-right: 2px
}
@media (min-width: 768px) {
	.back-link-wrap .back-link {
		text-decoration: underline
	}
	.back-link-wrap .back-link:before {
		position: absolute;
		left: 0;
		top: 3px
	}
	.back-link-wrap .back-link .uxicon {
		font-size: 10px
	}
}
.utility-bar.payment-header .utility-left-nav {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.utility-bar.payment-header .utility-right-nav {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}
@media (max-width: 767px) {
	.utility-bar.payment-header .topnav-logo {
		padding: 9px 1px 8px
	}
}
.utility-bar.payment-header .market-selector-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.utility-bar.payment-header .market-selector-container .market-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	text-align: left
}
.utility-bar.payment-header .market-selector-container .tray-toggle {
	position: relative
}
.utility-bar.payment-header .util-separator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.cart-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	color: #ef6c0f;
	text-decoration: none;
	height: 45px
}
.cart-link:hover {
	color: #ef6c0f;
	text-decoration: none
}
.cart-link .app-icon {
	line-height: 1
}
.cart-link span:not(.app-icon) {
	display: none
}
@media (min-width: 992px) {
	.cart-link span:not(.app-icon) {
		display: inline-block;
		margin-left: 6px
	}
}
.app-icon-cart {
	font-size: 18px
}
@media (min-width: 768px) {
	.app-icon-cart {
		color: inherit
	}
}
.app-icon-cart:before {
	content: "\E203"
}
.app-icon-cart.cart-empty {
	color: #757575
}
.app-icon {
	font-weight: 400;
	display: inline-block
}
.app-icon:only-child {
	margin: 0
}
.utility-bar .topnav-logo-wrap {
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 16px 0 10px;
	width: 134px
}
.utility-bar .topnav-logo {
	min-height: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	color: #00a63f
}
.utility-bar .topnav-logo .logo-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.utility-bar .topnav-logo img,
.utility-bar .topnav-logo svg {
	margin-top: 3px;
	height: 29px;
	width: 108px
}
.utility-bar .topnav-logo .logo-mark-color {
	fill: #00a63f
}
.utility-bar .topnav-country {
	font-size: 8px;
	top: 4px;
	position: absolute;
	right: 0;
	line-height: 1;
	color: #111
}
.utility-bar .uxicon-phone {
	margin: 0;
	position: relative
}
.utility-bar .contact-us-text,
.utility-bar .tray-contact-us {
	display: none
}
@media (min-width: 768px) {
	.utility-bar .uxicon-phone {
		margin-right: 5px;
		font-size: 16px;
		top: 2px
	}
	.utility-bar .tray-contact-us {
		display: inline
	}
}
.utility-bar .basic-phone-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px
}
.utility-bar .basic-phone-btn,
.utility-bar .basic-phone-btn:link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 45px;
	height: 45px;
	color: #111!important;
	font-size: inherit;
	font-family: inherit;
	font-weight: 700;
	padding: 0 10px;
	max-width: inherit;
	text-align: right
}
.utility-bar .basic-phone-btn:focus,
.utility-bar .basic-phone-btn:hover,
.utility-bar .basic-phone-btn:link:focus,
.utility-bar .basic-phone-btn:link:hover,
.utility-bar .basic-phone-btn:link:visited,
.utility-bar .basic-phone-btn:visited {
	color: #111
}
.utility-bar .basic-phone-btn:focus,
.utility-bar .basic-phone-btn:link:focus {
	border: 0
}
.utility-bar .basic-phone-text {
	display: none
}
.utility-bar .alt-contact-list li {
	padding-right: 10px
}
.contact-tray .uxicon-phone {
	font-size: 16.5px;
	top: 2px
}
.contact-tray .tray-toggle-wrapper {
	white-space: normal
}
.contact-tray .tray-dropdown {
	min-height: 300px
}
.contact-tray .divider:before {
	left: -10px
}
.contact-tray .content-wrap {
	margin-bottom: 3rem
}
@media (min-width: 768px) {
	.utility-bar .basic-phone-text {
		display: inline-block
	}
	.contact-tray .content-wrap {
		margin-bottom: 0
	}
}
.contact-tray .gdchat-tray-button {
	margin-bottom: 1em
}
.city-contacts-tray .contact-link,
.contact-tray .contact-link {
	display: block;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 700
}
.city-contacts-tray .tray-toggle:after,
.contact-tray .tray-toggle:after {
	display: none
}
@media (min-width: 768px) {
	.city-contacts-tray .tray-toggle:after,
	.contact-tray .tray-toggle:after {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
.global-list {
	margin-top: 20px
}
.show-button {
	text-align: left
}
.single-use-header .contact-tray .tray-toggle {
	float: right;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.single-use-header .basic-phone-container {
	text-align: right
}
.single-use-header .basic-phone-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.help-search-wrap {
	margin-bottom: 2rem
}
@media (min-width: 768px) {
	.help-search-wrap {
		margin-bottom: 0
	}
}
.help-search-contact-header {
	border-color: #1D295D
}
.federated-partner {
	margin-top: .75rem;
	margin-bottom: .75rem
}
.help-search-chat {
	margin-top: 26px
}
.utility-bar.reseller .utility-left-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.utility-bar.reseller .utility-right-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.utility-bar.reseller .topnav-logo-wrap {
	padding: 0 10px
}
.utility-bar.reseller .topnav-logo {
	width: 2.81em;
	height: 2.81em;
	max-height: 45px;
	overflow: visible;
	padding: .4286em 0
}
@media (min-width: 768px) {
	.utility-bar.reseller .topnav-logo {
		width: 10em;
		height: 2.625em
	}
}
.utility-bar.reseller .topnav-logo .logo-text {
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	width: 100%
}
.utility-bar.reseller .topnav-logo .logo-img {
	display: block;
	height: 100%
}
.utility-bar.reseller .topnav-logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.utility-bar.reseller.pl.pl-no-logo .topnav-logo {
	width: auto;
	max-width: 8em
}
@media (min-width: 520px) {
	.utility-bar.reseller.pl.pl-no-logo .topnav-logo {
		max-width: 20em
	}
}
@media (min-width: 992px) {
	.utility-bar.reseller.pl.pl-no-logo .topnav-logo {
		max-width: 30em
	}
}
.utility-bar.reseller .basic-phone-btn {
	min-width: auto
}
.utility-bar.reseller .basic-phone-btn .uxicon {
	font-size: 1rem;
	top: .125em
}
.utility-bar.reseller .basic-phone-btn:before {
	display: none
}
.utility-bar.reseller .tray-menu.market-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.utility-bar.reseller .tray-menu.market-selector .btn {
	min-width: 36px
}
.utility-bar.pl .topnav-logo-wrap {
	width: auto;
	font-size: 1rem
}
.utility-bar.pl .topnav-logo .logo-text {
	font-size: 1.15em
}
.logged-in .see-change-bar-right .app-icon-cart,
.logged-in .see-change-bar-right .notifications-bell:before {
	font-size: 18px
}
.utility-bar.pl .topnav-logo img,
.utility-bar.pl .topnav-logo svg {
	width: auto;
	height: 28px;
	margin-top: 0
}
.utility-bar.language-header .market-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.see-change-bar {
	position: relative
}
.see-change-bar .flex-row {
	height: 60px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
@media (min-width: 992px) {
	.see-change-bar .flex-row {
		height: 102px;
		padding-left: 54px;
		padding-right: 54px
	}
}
.product-flyout-btn-wrap {
	margin: 0 16px 0 24px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media (min-width: 768px) {
	.product-flyout-btn-wrap {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 36px 0 32px;
		z-index: 1032
	}
}
.see-change-bar-left,
.see-change-bar-right {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.see-change-bar-left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
@media (min-width: 768px) {
	.see-change-bar-left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}
.see-change-bar-right {
	display: none;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media (min-width: 768px) {
	.see-change-bar-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
.see-change-bar-right .help-link {
	color: #2b2b2b;
	text-decoration: none;
	margin-right: 24px
}
.see-change-bar-right .cart-link:hover,
.see-change-bar-right .help-link:hover {
	text-decoration: underline
}
.see-change-bar-right .cart-link {
	height: auto;
	font-weight: 400;
	padding: 0
}
.logged-in .see-change-bar-right .cart-link:hover,
.logged-in .see-change-bar-right .help-link:hover,
.mobile-header-domain-search,
.see-change-bar-left .topnav-logo {
	text-decoration: none
}
.see-change-bar-right .cart-link span:not(.app-icon) {
	margin-left: 0;
	display: inline-block
}
.see-change-bar-right .app-icon-cart {
	display: none
}
.see-change-bar-right .cart-empty {
	color: #2b2b2b;
	display: inline-block
}
.logged-in .see-change-bar-right .notifications-bell {
	height: 33px;
	width: 20px;
	color: #2b2b2b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 16px
}
.logged-in .see-change-bar-right .notifications {
	position: relative
}
.logged-in .see-change-bar-right .notifications .notifications-list {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #e8eaeb;
	top: 100%;
	position: absolute;
	left: -50px;
	z-index: 1030
}
.logged-in .see-change-bar-right .notifications .notifications-badge {
	color: #2b2b2b
}
.logged-in .see-change-bar-right .notifications .notifications-mini-bell {
	border-color: #2b2b2b;
	min-width: 22px;
	height: 22px;
	vertical-align: 2px
}
.logged-in .see-change-bar-right .notifications .notifications-mini-bell:before {
	color: #2b2b2b;
	background-color: #fff
}
.logged-in .see-change-bar-right .notifications .notifications-mini-bell .notifications-badge {
	margin-top: -1px
}
.logged-in .see-change-bar-right .help-link {
	height: 33px;
	width: 20px;
	color: #2b2b2b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 16px
}
.logged-in .see-change-bar-right .help-link:after {
	content: '\E195';
	font-family: uxfont;
	font-size: 18px
}
.logged-in .see-change-bar-right .help-link span {
	display: none
}
.logged-in .see-change-bar-right .cart-link {
	height: 33px;
	width: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 0;
	color: #ef6c0f
}
.logged-in .see-change-bar-right .cart-link span:not(.app-icon) {
	display: none
}
.logged-in .see-change-bar-right .cart-link .cart-empty {
	color: #2b2b2b
}
.logged-in .see-change-bar-right .cart-link .app-icon-cart {
	font-size: 20px;
	display: inline-block
}
.logged-in .see-change-bar-right .account-tray {
	margin-right: 4px
}
.logged-in .see-change-bar-right .account-tray .tray-toggle {
	height: 33px;
	width: 42px;
	color: #2b2b2b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: 0
}
.logged-in .see-change-bar-right .account-tray .tray-toggle:before {
	content: '\E004';
	background: 0 0;
	width: auto;
	height: auto;
	margin-right: 0;
	margin-left: 0;
	font-size: 18px;
	display: block
}
.logged-in .see-change-bar-right .account-tray .tray-toggle:after {
	position: absolute;
	right: 18px;
	font-size: 10px;
	top: 10px
}
.logged-in .see-change-bar-right .account-tray .tray-toggle .title-text {
	display: none
}
.mobile-header-domain-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	color: #2b2b2b;
	line-height: 1;
	margin-top: -3px
}
.mobile-header-domain-search:hover {
	color: #2b2b2b;
	text-decoration: none
}
.mobile-header-domain-search:before {
	content: '\E236';
	font-family: uxfont;
	font-size: 22px
}
.footer .footer-lower .selectors .tray-menu .tray-toggle,
.footer .footer-support h4,
.manifest {
	font-family: gdsherpa, Helvetica, Arial, sans-serif
}
.input-group.header-domain-search {
	display: none;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
@media (min-width: 768px) {
	.mobile-header-domain-search {
		display: none
	}
	.input-group.header-domain-search {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: 32px
	}
}
@media (min-width: 992px) {
	.input-group.header-domain-search {
		margin-left: 0
	}
}
.input-group.header-domain-search .form-control {
	border-radius: 0;
	border-right: none;
	border-right: 1px solid #aab7c2;
	padding-right: 50px
}
.input-group.header-domain-search .form-control:focus {
	border-right-color: #2b2b2b
}
.input-group.header-domain-search .input-group-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1030
}
.input-group.header-domain-search .btn-addon {
	border-radius: 0;
	background-color: #fff;
	padding: 9px 10px!important;
	margin-left: -50px!important;
	border: 0
}
.input-group.header-domain-search .btn-addon:focus,
.input-group.header-domain-search .btn-addon:hover {
	color: #2b2b2b
}
.input-group.header-domain-search:focus .btn-addon {
	border-color: #111
}
.product-flyout-open body {
	overflow: hidden
}
.see-change-bar-left .topnav-logo-wrap {
	position: relative;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 16px;
	width: 120px
}
@media (min-width: 768px) {
	.see-change-bar-left .topnav-logo-wrap {
		z-index: 1032;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}
.see-change-bar-left .topnav-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	color: #2b2b2b
}
.see-change-bar-left .topnav-logo img,
.see-change-bar-left .topnav-logo svg {
	overflow: visible;
	height: 29px;
	width: 120px
}
.see-change-bar-left .topnav-logo .logo-mark-color {
	fill: #2b2b2b
}
.footer .wechat-icon path,
.footer-seechange .footer-lower .logo-link .logo-mark .logo-mark-color {
	fill: #fff
}
.see-change-bar-left .logo-wrap {
	height: 29px
}
.see-change-bar-left .topnav-country {
	top: -10px;
	font-size: 8px;
	position: absolute;
	right: 0;
	line-height: 1;
	color: #2b2b2b
}
.see-change-bar-right .tray-menu {
	min-height: 0;
	margin-right: 24px
}
.see-change-bar-right .tray-menu,
.see-change-bar-right .tray-menu.open {
	background-color: transparent
}
.see-change-bar-right .tray-toggle-wrapper {
	min-height: 0
}
.see-change-bar-right .tray-toggle {
	min-height: 0;
	min-width: 0;
	padding: 0
}
.see-change-bar-right .tray-toggle:hover .title-text {
	text-decoration: underline
}
.see-change-bar-right .tray-toggle:before {
	display: none
}
.see-change-bar-right .tray-toggle:after {
	display: inline;
	color: #2b2b2b
}
.see-change-bar-right .tray-toggle .title-text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 1.7;
	color: #2b2b2b;
	font-weight: 400
}
@media (min-width: 768px) {
	.see-change-bar-right .tray-dropdown {
		padding-left: 35px
	}
}
@media (min-width: 992px) {
	.see-change-bar-left .topnav-logo-wrap {
		margin-left: 0
	}
	.see-change-bar-right .tray-dropdown {
		padding-left: 75px
	}
}
@media (min-width: 1200px) {
	.utility-bar.reseller.pl.pl-no-logo .topnav-logo {
		max-width: 40em
	}
	.input-group.header-domain-search {
		max-width: calc(50vw - 315px)
	}
	.see-change-bar-right .tray-dropdown {
		padding-left: 150px;
		padding-right: 150px
	}
}
.browser-deprecation-banner {
	background: #fffae3;
	min-height: 80px;
	border: 2px solid #fedc45;
	padding: 10px
}
.browser-deprecation-banner p {
	margin-bottom: 0
}
.browser-deprecation-banner .ageism {
	font-weight: 700
}
.browser-deprecation-banner button {
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
	z-index: 1000;
	border: none;
	background: 0 0
}
.browser-deprecation-banner .browser-info {
	display: inline-block;
	text-align: start
}
.container-fluid::after,
.container::after {
	display: table;
	content: "";
	clear: both
}
.browser-deprecation-banner .browsers-container {
	text-align: center
}
@media only screen and (min-width: 1059px) {
	.browser-deprecation-banner .browsers-container {
		text-align: right
	}
	.browser-deprecation-banner .update {
		margin-bottom: 1rem
	}
}
.browser-deprecation-banner .browser-icon {
	border: 2px solid #fedc45;
	border-radius: 50%;
	min-width: 48px;
	min-height: 48px;
	margin-top: 6px;
	float: right;
	background: #fff
}
.browser-deprecation-banner .browser-icon img {
	height: 40px;
	width: 40px;
	margin: 2px 0 0 2px
}
.browser-deprecation-banner .browser-text {
	float: right;
	margin: 16px 32px 0 8px;
	color: #111
}
.container,
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px
}
@media (min-width: 520px) {
	.container {
		max-width: 480px
	}
	.hidden-sm-up {
		display: none!important
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
	.hidden-md-up {
		display: none!important
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 940px
	}
	.hidden-lg-up {
		display: none!important
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
	.hidden-xl-up {
		display: none!important
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1340px
	}
	.hidden-xl-up {
		display: none!important
	}
}
@media (min-width: 1600px) {
	.container {
		max-width: 1540px
	}
	.hidden-xl-up {
		display: none!important
	}
}
.hidden-xl-down,
.hidden-xs-up {
	display: none!important
}
@media (max-width: 519px) {
	.hidden-xs-down {
		display: none!important
	}
}
@media (max-width: 767px) {
	.container {
		max-width: none!important
	}
	.hidden-sm-down,
	.utility-bar.reseller .tray-menu.market-selector .btn span,
	.utility-bar.reseller .tray-menu.market-selector .btn:after,
	.utility-bar:not(.reseller):not(.payment-header) .market-selector {
		display: none!important
	}
	.currency-selector .tray-content {
		padding-top: 56px
	}
}
@media (max-width: 991px) {
	.hidden-md-down {
		display: none!important
	}
}
@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none!important
	}
}
.clearfix::after {
	content: "";
	display: table;
	clear: both
}
@font-face{font-family:uxfont;src:url(fonts/uxfont.woff2) format("woff2"),
url(fonts/uxfont.woff) format("woff");
font-display:block
}
.manifest {
	font-size: 16px;
	line-height: 1.61803;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.manifest,
.manifest * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.fade.in {
	opacity: 1
}
.currency-selector.tray-menu {
	position: relative;
	width: 60px
}
.currency-selector .tray-dropdown {
	padding: 0 6px 6px;
	min-width: 110px;
	max-width: 110px;
	max-height: 340px;
	overflow-y: auto
}
.currency-selector .currency-item {
	display: block;
	margin-top: 8px;
	padding: 12px 10px;
	text-decoration: none;
	color: #2b2b2b;
	border: none;
	background-color: transparent;
	width: 100%;
	text-align: left
}
.currency-selector .currency-item:hover {
	background-color: #f5f7f8
}
.currency-selector .currency-item.selected {
	background-color: #00a63f;
	color: #fff
}
.currency-selector .divider:before {
	display: none
}
.currency-selector .divider:after {
	content: '';
	height: 1px;
	background-color: #757575;
	margin-top: 8px;
	display: block
}
.currency-selector .close {
	right: 20px
}
.footer p {
	font-size: 16px;
	margin: 0 0 3px
}
.footer .closed>p .footernav-item {
	display: none
}
.footer .main-hr {
	border-top-color: #444;
	margin: 0
}
.footer .column-heading {
	font-size: 16px;
	background: 0 0;
	color: #fff;
	border: none;
	text-align: left;
	padding: 4px 0 5px
}
@media (min-width: 768px) {
	.currency-selector .close {
		display: none
	}
	.footer .column-heading {
		padding: 10px 0
	}
	.footer .column-heading span {
		max-width: 124px;
		overflow: hidden;
		display: block;
		text-overflow: ellipsis
	}
}
@media (min-width: 992px) {
	.footer .column-heading span {
		max-width: 136px
	}
}
@media (min-width: 1200px) {
	.footer .column-heading span {
		max-width: 180px
	}
}
.footer .wechat-icon {
	height: 26px;
	width: 30px;
	margin-left: 15px;
	vertical-align: -4px
}
.footer .footer-social-icon {
	overflow: hidden;
	position: relative;
	display: block;
	width: 40px;
	height: 30px
}
.footer .footer-social-icon img {
	position: absolute;
	width: 205px
}
.footer .footer-social-icon.footer-social-icon-twitter img {
	top: -58px;
	left: 9px
}
.footer .footer-social-icon.footer-social-icon-facebook img {
	top: -27px;
	left: 14px
}
.footer .footer-social-icon.footer-social-icon-googleplus img {
	top: -89px;
	left: 11px
}
.footer .footer-social-icon.footer-social-icon-youtube img {
	top: -120px;
	left: 10px
}
.footer .footer-social-icon.footer-social-icon-instagram img {
	width: 175px;
	top: -130px;
	left: 2px
}
.footer .footer-support {
	background-color: #00a63f;
	text-align: center;
	padding: 32px 0
}
.footer .footer-support h4 {
	font-weight: 700;
	color: #fff;
	font-size: 1.60181rem;
	margin: 0
}
.footer .footer-support h4 .support-short {
	font-size: -.39819rem
}
.footer .footer-support .support-footer-number,
.footer .footer-support .support-footer-number:active,
.footer .footer-support .support-footer-number:focus,
.footer .footer-support .support-footer-number:hover,
.footer .footer-support .support-footer-number:visited {
	outline: 0;
	color: #fff;
	text-decoration: none
}
.footer .footer-lower {
	position: relative;
	margin-top: 0
}
@media (min-width: 992px) {
	.footer .footer-lower {
		margin-top: 30px
	}
}
.footer .footer-lower h3 span {
	font-size: 1.60181rem
}
.footer .footer-lower .social-media-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	padding-left: 0
}
.footer .footer-lower .social-media-links li {
	display: inline-block;
	margin: 0
}
.footer .footer-lower .selectors {
	text-align: center;
	position: inherit;
	padding: 10px 0 0
}
.footer .footer-lower .selectors .tray-menu {
	background-color: transparent
}
.footer .footer-lower .selectors .tray-menu .tray-toggle-wrapper .tray-toggle:after {
	content: '\E444'
}
.footer .footer-lower .selectors .tray-menu .tray-dropdown {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	width: 100%;
	max-width: none;
	max-height: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	text-align: left
}
@media (min-width: 768px) {
	.footer .footer-lower .selectors {
		text-align: left;
		padding: 15px 0 13px
	}
	.footer .footer-lower .selectors .tray-menu .tray-dropdown {
		position: absolute;
		bottom: 100%;
		top: auto;
		height: auto;
		max-width: 100%
	}
	.footer .footer-lower .selectors .tray-menu.currency-selector .tray-dropdown {
		height: inherit;
		max-height: 340px
	}
}
.footer .footer-lower .selectors .tray-menu .tray-toggle {
	font-weight: 700;
	color: #fff;
	font-size: 16px
}
.footer .footer-lower .selectors .tray-menu.market-selector .tray-toggle:before {
	top: 10px
}
.footer .footer-lower .selectors .tray-menu.market-selector .tray-dropdown {
	color: #2b2b2b
}
.footer .footer-lower .selectors .tray-menu.market-selector .tray-dropdown ul li {
	display: block;
	padding: 5px;
	margin: 0
}
.footer .app-store-section .footer-app-store-apple img,
.footer .footer-link-section .footer-apps .btn {
	height: 40px
}
.footer .footer-lower .follow-us {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 10px 20px 0
}
.footer .footer-lower .follow-us .font-primary-bold {
	display: none
}
@media (min-width: 768px) {
	.footer .footer-lower .follow-us {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 20px 10px 20px 0;
		text-align: right
	}
	.footer .footer-lower .follow-us .font-primary-bold {
		display: inline-block;
		vertical-align: top;
		font-size: 16px
	}
}
.footer-seechange .footer-seechange-legal .legal-right,
.spaced-group .tooltip-inner {
	text-align: center
}
.footer .footer-legal {
	background-color: #111;
	color: #fff;
	margin: 0;
	padding: 10px 0
}
@media (min-width: 992px) {
	.footer .footer-legal {
		text-align: center;
		background-color: #fff;
		color: inherit;
		padding: 30px 0
	}
}
.footer .footer-legal p {
	font-size: 12px
}
.footer .footer-legal p.footer-copyright {
	display: inline
}
.footer .footer-legal p.footer-disclaimer {
	display: none
}
.footer .footer-legal p.footer-disclaimer a {
	text-decoration: underline
}
.footer .footer-legal a {
	color: #fff;
	text-decoration: none;
	font-size: 12px
}
.footer .footer-legal a:hover {
	text-decoration: underline
}
.footer .footer-legal ul {
	margin-right: .25em;
	margin-left: -6px;
	padding: 0;
	display: block
}
.footer .footer-legal ul.language-list li {
	display: block
}
@media (min-width: 768px) {
	.footer .footer-legal p.footer-disclaimer {
		display: block
	}
	.footer .footer-legal ul {
		display: inline
	}
}
@media (min-width: 992px) {
	.footer .footer-legal a {
		color: #1D295D
	}
	.footer .footer-legal ul {
		display: block
	}
}
.footer .footer-legal ul li {
	position: relative;
	padding: 0 .5em;
	margin: 0;
	display: inline-block;
	font-size: 16px;
	line-height: 16px
}
.footer .footer-legal ul li:last-of-type:after,
.footer .footer-link-section .footer-apps {
	display: none
}
.footer .footer-legal ul li a {
	font-size: 16px
}
.footer .footer-legal ul li:after {
	content: "|";
	position: absolute;
	right: -.15em
}
@media (min-width: 768px) {
	.footer .footer-legal ul li a,
	.footer .footer-legal ul li:after {
		font-size: 12px
	}
	.footer .footer-link-section a.footernav-item span {
		max-width: 124px;
		overflow: hidden;
		display: block;
		text-overflow: ellipsis
	}
}
.footer .footer-link-section {
	background-color: #2b2b2b;
	padding: 32px 0 0;
	color: #fff
}
.footer .footer-link-section .footer-vat-disclaimer {
	text-align: center;
	padding-bottom: 30px
}
.footer .footer-link-section .footer-vat-disclaimer>div {
	margin-bottom: 30px
}
.footer .footer-link-section .footer-links {
	margin-bottom: 32px
}
.footer .footer-link-section .footer-links .opened p.footernav-item:last-child {
	margin-bottom: 16px
}
.footer .footer-link-section .footer-apps input.email-error {
	background-color: #fadcd9
}
.footer .footer-link-section .footer-apps input.email-error::-webkit-input-placeholder {
	color: #db1802
}
.footer .footer-link-section .footer-apps input.email-error::-moz-placeholder {
	color: #db1802
}
.footer .footer-link-section .footer-apps input.email-error::-ms-input-placeholder {
	color: #db1802
}
.footer .footer-link-section .footer-apps input.email-error::placeholder {
	color: #db1802
}
.footer .footer-link-section .footer-apps p.email-error {
	color: #fadcd9
}
.footer .footer-link-section a.footernav-item {
	text-decoration: none
}
.footer .footer-link-section a.footernav-item span {
	text-decoration: none;
	color: #fff;
	font-size: .875rem;
	white-space: normal;
	line-height: 1.6
}
.footer .footer-link-section a.footernav-item span:focus,
.footer .footer-link-section a.footernav-item span:hover {
	text-decoration: underline
}
.footer-seechange .footer-seechange-legal .footer-legal-links li a,
.reseller-footer-links a {
	text-decoration: none
}
@media (min-width: 992px) {
	.footer .footer-link-section .footer-apps {
		display: block
	}
	.footer .footer-link-section a.footernav-item span {
		max-width: 136px
	}
	.footer-seechange .footer-seechange-top-section .footer-seechange-top-left .input-group {
		width: 80%
	}
}
@media (min-width: 1200px) {
	.footer .footer-link-section a.footernav-item span {
		max-width: 180px
	}
}
.footer .app-store-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.footer .app-store-section ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
	list-style: none;
	padding: 0
}
.footer .app-store-section li {
	margin-bottom: 0
}
.footer .app-store-section .footer-app-store-google img {
	position: relative;
	top: -9px;
	height: 59px
}
@media (min-width: 768px) {
	.footer .app-store-section {
		display: none
	}
}
.tooltip-over-text {
	display: inline-block
}
.tooltip .tooltip-inner {
	background-color: #111;
	padding: 24px;
	position: relative;
	border: 0
}
.tooltip .tooltip-arrow:after {
	border-bottom-color: #111
}
.tooltip .tooltip-title {
	display: none
}
.tooltip .close {
	font-size: 16px;
	top: 4px;
	right: 4px;
	float: none;
	position: absolute
}
.tooltip.bs-tooltip-bottom {
	margin-top: -6px
}
.footer-seechange {
	background-color: #111
}
.footer-seechange .footer-seechange-top-section {
	border-bottom: 1px solid #444
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-left {
	padding-top: 27px;
	padding-bottom: 40px
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-left .newsletter-form {
	padding-left: 16px;
	padding-right: 16px
}
@media (min-width: 768px) {
	.footer-seechange .footer-seechange-top-section .footer-seechange-top-left .newsletter-form {
		padding-left: 0;
		padding-right: 0
	}
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-left label {
	font-size: 1.80203rem;
	color: #fff;
	margin-bottom: 16px
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-left .form-control {
	border-radius: 0;
	border-color: #2b2b2b;
	background-color: #2b2b2b;
	color: #bfbfbf;
	padding: 32px 24px;
	font-size: 1.125rem
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-left .form-control:hover {
	z-index: 3
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-left .btn {
	border-radius: 0
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-left .btn-primary {
	background-color: #fff!important;
	border-color: #fff!important;
	text-transform: uppercase;
	padding-left: 64px;
	padding-right: 64px;
	font-size: 1.125rem
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-left .btn-primary span {
	color: #111
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-right {
	padding-top: 40px;
	padding-bottom: 32px;
	border-bottom: 2px solid #fff
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-right .guides-left {
	float: left
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-right .guides-right {
	float: right
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-right .footer-godaddy-guides {
	text-decoration: none;
	display: block;
	padding-left: 16px;
	padding-right: 16px
}
@media (min-width: 768px) {
	.footer-seechange .footer-seechange-top-section .footer-seechange-top-right .footer-godaddy-guides {
		padding-left: 0;
		padding-right: 0
	}
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-right .footer-godaddy-guides .godaddy-guides-line {
	color: #fff;
	display: block
}
.footer-seechange .footer-seechange-top-section .footer-seechange-top-right .footer-godaddy-guides .guides-line-1 {
	color: #bfbfbf;
	margin-bottom: 12px
}
@media (min-width: 992px) {
	.footer-seechange .footer-seechange-top-section .footer-seechange-top-right {
		border: 0;
		font-size: 1.125rem;
		padding: 32px 24px 40px
	}
	.footer-seechange .footer-seechange-top-section .footer-seechange-top-right .guides-line-3 {
		margin-top: 24px
	}
}
.footer-seechange .footer-link-section {
	background-color: #111;
	padding-top: 40px
}
.footer-seechange .footer-link-section .footer-links {
	padding-left: 16px;
	padding-right: 16px
}
@media (min-width: 768px) {
	.footer-seechange .footer-link-section .footer-links {
		padding-left: 0;
		padding-right: 0
	}
}
.footer-seechange .footer-link-section .footer-links .footer-links-column {
	margin-bottom: 32px
}
.footer-seechange .footer-link-section .footer-links .column-heading {
	font-size: 1.125rem
}
.footer-seechange .footer-link-section .footer-links .column-heading span {
	max-width: initial;
	overflow: initial;
	text-overflow: initial
}
.footer-seechange .footer-link-section .footer-links a.footernav-item span {
	color: #bfbfbf;
	font-size: 1rem;
	line-height: 2;
	max-width: initial;
	overflow: initial;
	text-overflow: initial
}
.footer-seechange .footer-lower {
	margin-top: 48px;
	position: relative
}
.footer-seechange .footer-lower .footer-lower-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px
}
@media (min-width: 992px) {
	.footer-seechange .footer-link-section .footer-links .column-heading {
		font-size: .88889rem
	}
	.footer-seechange .footer-link-section .footer-links a.footernav-item span {
		font-size: .79012rem
	}
	.footer-seechange .footer-lower .footer-lower-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: 940px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto
	}
}
@media (min-width: 1200px) {
	.footer-seechange .footer-lower .footer-lower-container {
		max-width: 1140px
	}
}
.footer-seechange .footer-lower .logo-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 26px;
	padding-bottom: 16px;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}
.footer-seechange .footer-lower .logo-link .logo-mark {
	width: 120px;
	height: 27px
}
.footer-seechange .footer-lower .logo-link .logo {
	margin-bottom: 8px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
@media (min-width: 768px) {
	.footer-seechange .footer-lower .logo-link .logo {
		margin-bottom: 0
	}
	.footer-seechange .footer-lower .logo-link {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 0;
		margin-bottom: 0;
		padding-bottom: 0
	}
}
@media (min-width: 992px) {
	.footer-seechange .footer-lower .logo-link {
		padding-left: 0;
		margin-right: 48px;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
}
.footer-seechange .footer-lower .selectors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: inherit
}
.footer-seechange .footer-lower .selectors .currency-selector .tray-toggle,
.footer-seechange .footer-lower .selectors .market-selector .tray-toggle {
	padding-left: 10px!important
}
.footer-seechange .footer-lower .selectors .currency-selector .tray-toggle:before,
.footer-seechange .footer-lower .selectors .market-selector .tray-toggle:before {
	display: none
}
.footer-seechange .footer-lower .selectors .currency-selector .tray-toggle:after,
.footer-seechange .footer-lower .selectors .market-selector .tray-toggle:after {
	color: #757575
}
@media (min-width: 768px) {
	.footer-seechange .footer-lower .selectors {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		padding-top: 0;
		padding-bottom: 0
	}
}
@media (min-width: 992px) {
	.footer-seechange .footer-lower .selectors {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 4px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}
.footer-seechange .footer-lower .follow-us {
	margin-top: 16px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	justify-content: unset;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.footer-seechange .footer-lower .follow-us .social-media-links {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
@media (min-width: 768px) {
	.footer-seechange .footer-lower .follow-us {
		margin-top: -26px;
		margin-right: 24px;
		-ms-flex-item-align: end;
		align-self: flex-end;
		padding: 0;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}
@media (min-width: 992px) {
	.footer-seechange .footer-lower .follow-us {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 8px
	}
}
@media (min-width: 768px) {
	.footer-seechange .footer-lower .hr {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 16px 0
	}
}
.footer-seechange .hr {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	height: 1px;
	width: 100%;
	background-color: #444
}
.reseller-footer,
.reseller-footer .currency-selector.tray-menu {
	background: #111
}
.footer-seechange .footer-seechange-legal {
	padding: 24px 0 16px
}
.footer-seechange .footer-seechange-legal .footer-copyright,
.footer-seechange .footer-seechange-legal .footer-disclaimer,
.footer-seechange .footer-seechange-legal .footer-legal-links {
	font-size: .79012rem
}
.footer-seechange .footer-seechange-legal .footer-disclaimer,
.footer-seechange .footer-seechange-legal .footer-disclaimer a,
.footer-seechange .footer-seechange-legal .footer-disclaimer a>span {
	color: #fff
}
@media (min-width: 992px) {
	.footer-seechange .footer-seechange-legal {
		padding: 16px 0
	}
	.footer-seechange .footer-seechange-legal .legal-right {
		text-align: left
	}
}
.footer-seechange .footer-seechange-legal .footer-copyright {
	color: #fff;
	text-align: center;
	margin-bottom: 16px;
	margin-top: 16px
}
.footer-seechange .footer-seechange-legal .footer-legal-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
	padding: 0 12px;
	width: 100%
}
.footer-seechange .footer-seechange-legal .footer-legal-links li {
	margin: 0
}
@media (min-width: 992px) {
	.footer-seechange .footer-seechange-legal .footer-copyright {
		text-align: left;
		margin-top: 0
	}
	.footer-seechange .footer-seechange-legal .footer-legal-links {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 0;
		padding: 0
	}
	.footer-seechange .footer-seechange-legal .footer-legal-links li {
		margin: 0 8px
	}
}
.footer-seechange .footer-seechange-legal .footer-legal-links li a>span {
	color: #fff
}
.reseller-footer,
.reseller-footer a {
	color: #fff
}
.reseller-footer .currency-selector-wrapper {
	font-size: 1rem;
	margin: 0 0 1em
}
.reseller-footer .currency-selector {
	vertical-align: baseline
}
.reseller-footer .currency-selector .tray-toggle {
	color: #fff;
	padding-left: 0
}
@media (min-width: 520px) {
	.reseller-footer .currency-selector .tray-toggle {
		padding-left: 1em
	}
}
.reseller-footer .currency-selector .tray-toggle:after {
	content: '\E444'
}
.reseller-footer .currency-selector.open .tray-toggle:after {
	content: '\E443'
}
.reseller-footer .currency-selector .tray-dropdown {
	position: fixed;
	top: 0;
	left: auto;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	text-align: left
}
@media (min-width: 768px) {
	.reseller-footer .currency-selector .tray-dropdown {
		position: absolute;
		bottom: 100%;
		top: auto;
		max-width: 110px;
		height: 340px
	}
}
.reseller-footer-legal,
.reseller-footer-links,
.reseller-footer-social-media-links {
	list-style: none;
	padding: 1.25em 0
}
.reseller-footer-legal li,
.reseller-footer-links li,
.reseller-footer-social-media-links li {
	padding: .125em 0
}
.reseller-footer-links {
	margin: 0 0 1em;
	border-bottom: 1px solid #2b2b2b
}
.reseller-footer-social-media-links {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0
}
.reseller-footer-social-media-links li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em
}
.reseller-footer-social-media-links span.uxicon {
	font-size: 1.5em
}
.reseller-footer-legal,
.reseller-footer-utos {
	font-size: 80%
}
.reseller-footer-utos {
	max-width: 520px;
	margin: 0 auto
}
@media (min-width: 520px) {
	.reseller-footer {
		font-size: 1rem;
		text-align: center
	}
	.reseller-footer .container {
		position: relative
	}
	.reseller-footer .currency-selector-wrapper {
		position: absolute;
		top: .5em;
		right: 0
	}
	.reseller-footer-legal,
	.reseller-footer-links,
	.reseller-footer-social-media-links {
		padding-right: 3.75em;
		padding-left: 3.75em
	}
	.reseller-footer-legal li,
	.reseller-footer-links li {
		display: inline;
		padding-right: 1em;
		padding-left: 1em
	}
	.reseller-footer-links li {
		border-left: 1px solid
	}
	.reseller-footer-links li:first-child {
		border-left: none
	}
}
@media (min-width: 768px) {
	.reseller-footer .currency-selector-wrapper {
		top: .6875em
	}
}
@media (min-width: 992px) {
	.almost-sticky {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
		-webkit-transform-style: flat;
		transform-style: flat;
		position: relative;
		z-index: 1020
	}
	.sticky-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transition: all .6s cubic-bezier(.65, -.01, .26, 1);
		transition: all .6s cubic-bezier(.65, -.01, .26, 1);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	.sticky-header .topnav {
		-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
		background-color: #fff
	}
}
.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	width: 100%
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
.startPlanBox{
	padding: 15px 0px 0px;
    margin: 0;
}
.startPlanBox .startPlanBtn{
	display: inline-block;
    padding: 1.0625em 0.675em;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.133;
    -webkit-font-smoothing: antialiased;
    transition: 150ms ease;
    transition-property: background-color, border-color, box-shadow, color;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
    background-color: #145FA9;
    color: #FFFFFF;
    border: none;
}
.startPlanBox .startPlanBtn:hover{
	background-color: #012168;
}
.planAlertBox{
	padding: 15px;
	background: radial-gradient(farthest-side circle at 108px 34px, #FFEFEF, #FFE0E0 86%);
	margin-top: 60px;
}
.alertBlck .alertTitleBox{
	display: inline-flex;
	align-items: center;
	justify-content: center;
    padding: 4px;
	background-color: #D14836;
    background-image: -webkit-linear-gradient(0,#DD4B39,#D14836);
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
	float: left;
	color: #FFF;
}
.planAlertBox .alertBlck{
	margin-bottom: 10px;
}
.planAlrtTitle{
	font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    color: #222;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}
.CovidPricePrice{
	font-size: 24px;
}
.thrmntPrce{
	font-size: 16px;
}
.yousaving{
	color: #4FCE5D;
	font-size: 14px;
}