.wayfinder {
	background: rgb(0, 114, 198); height: 143px; color: rgb(51, 51, 51); position: relative; z-index: 10;
}
.wayfinder a {
	color: rgb(255, 255, 255); text-decoration: none;
}
.wayfinder a:hover {
	color: rgb(255, 255, 255); text-decoration: none;
}
.wayfinder .products {
	margin-left: 220px;
}
.wayfinder .modalities {
	width: 220px; float: left;
}
.wayfinder .modalities a {
	width: 100%; height: 100%; color: white; font-size: 16px; vertical-align: middle; display: table;
}
.wayfinder .modalities a:hover {
	width: 100%; height: 100%; color: white; font-size: 16px; vertical-align: middle; display: table;
}
.wayfinder .modalities a span {
	height: 100%; overflow: hidden; padding-left: 15px; vertical-align: middle; display: table-cell;
}
.wayfinder .modalities a span > span {
	height: auto; padding-left: 3px; display: inline-block; max-width: 170px;
}
.wayfinder .modalities a span > img {
	display: inline-block;
}
.wayfinder .modalities ul {
	background: rgb(0, 32, 80); height: 100%;
}
.wayfinder .modalities li {
	overflow: hidden; border-right-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;
}
.wayfinder .modalities li.selected {
	background: rgb(0, 114, 198); border-right-color: rgb(0, 114, 198);
}
.wayfinder .modalities li.selected a {
	font-weight: bold;
}
.wayfinder .modalities li .arrow {
	margin-left: 10px; display: none;
}
.wayfinder .modalities li.selected .arrow {
	display: inline;
}
.wayfinder .modalities li {
	height: 47px;
}
.wayfinder .products h3 {
	margin: 0px 0px 0px 20px; padding: 0px; height: 48px; color: rgb(255, 255, 255); line-height: 45px; font-size: 16px; font-weight: normal;
}
.wayfinder .products > ul {
	margin-left: 10px;
}
.wayfinder .products > ul > li {
	width: 80px; height: 95px; float: left; position: relative;
}
.wayfinder .products > ul > li.last {
	width: 120px; margin-left: 10px;
}
.wayfinder .products > ul > li.last span.icon img {
	top: 50px; right: 1px; position: absolute;
}
.wayfinder .products > ul > li.last span.title {
	width: 100px; text-align: center;
}
.wayfinder .products > ul > li a {
	height: 100%; text-align: left; line-height: 15px; overflow: hidden; font-size: 13px; display: block; cursor: pointer;
}
.wayfinder .products > ul > li span {
	display: block;
}
.wayfinder .products > ul > li span.icon {
	left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; position: inherit;
}
.wayfinder .products > ul > li span.title {
	left: 4px; top: 55px; width: 100%; text-align: center; position: absolute;
}
.wayfinder .products > ul > li span.selected-indicator {
	left: 4px; width: 100%; text-align: center; bottom: 0px; display: block; position: absolute;
}
.wayfinder .products > ul > li span.selected-indicator img {
	width: 15px; height: 7px;
}
.wayfinder .products > ul > li .show-when-selected {
	display: none !important;
}
.wayfinder .products > ul > li.selected .show-when-selected {
	display: block !important;
}
.wayfinder .products > ul ul {
	background: rgb(255, 255, 255); border: 2px solid rgb(209, 211, 212); border-image: none; left: 0px; top: 100%; display: none; position: absolute; min-width: 200px;
}
.wayfinder .products > ul li:hover {
	background: rgb(0, 114, 198);
}
.wayfinder .products > ul ul li:hover a {
	color: rgb(255, 255, 255); font-weight: bold; text-decoration: underline;
}
.wayfinder .products > ul ul li a {
	padding: 10px 30px 10px 10px; text-align: left; color: rgb(51, 51, 51); overflow: visible; white-space: nowrap;
}
.wayfinder ul {
	list-style: none; margin: 0px; padding: 0px;
}
