

nav.no-touch-view.wp-menu ul.menu > li:last-child > a {
  text-indent: -9999px;
  padding-left: 0px;
  padding-right: 20px;
  line-height: 35px;
  display: block;
  width: 195px;
  background-image: url(../../images/pixLogo_navBar.png);
  background-size:  165px 27px;
  background-position: center center;
  background-repeat: no-repeat;
}

nav.touch-view.wp-menu ul.menu > li:last-child > a {
  text-indent: -9999px;    
  padding-left: 10px;
  padding-right: 20px;
  line-height: 35px;
  display: block;
  background-image: url(../../images/pixLogo_navBar.png);
  background-size:  117px 27px;
  background-position: 15px center;
  background-repeat: no-repeat;
}

nav.no-touch-view.wp-menu ul.menu > li:last-child {
  width: 19%;
  padding-right: 15px;
}

html.no-touch header .bot-layer.no-touch-sticky.staged nav.no-touch-view ul.menu > li {
  width: 10%;
}

html.no-touch header .bot-layer.no-touch-sticky.staged nav.no-touch-view ul.menu > li:last-child {
  width: 22%;
}

#bg-content .bg-breadcrumbs a, #bg-content nav.bg-breadcrumbs ul li:not(:last-child)::after, .bg-section h2 a {
  color: #336699;
}

.search-bar .search-outer {
	background:#000;
}

html.no-touch header .bot-layer.no-touch-sticky.staged .sticky-logo a {
    margin-top: 17px;
}

header .bot-layer {
	background:#000;
}

nav.no-touch-view.wp-menu ul.menu > li:hover {
	background:#00afec;
}

nav.no-touch-view.wp-menu ul.menu > li > ul.sub-menu {
	background:#00afec;
	border-top:5px solid #00afec;
}

nav.no-touch-view.wp-menu ul.sub-menu a:hover {
	background:#72d0f4;
}