
header .bot-layer, html.no-touch header .bot-layer.no-touch-sticky {
  border-top: 2px #3d3d3d solid;
}


nav.no-touch-view.wp-menu ul.menu > li > a {
  font-size: 1.3em;
  font-weight: 300;
}

.search-bar input[type="text"]::webkit-input-placeholder,
.search-bar input[name=s]::moz-placeholder,
.search-bar input[name=s]::ms-input-placeholder,
.search-bar input:-moz-placeholder {
  color: #f00;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .7em; 
}

nav.no-touch-view.wp-menu ul.menu > li.menu-item-has-children > a {
  padding-right: 14px;
}

html.no-touch header .bot-layer.no-touch-sticky {
   height: 62px; 
}

nav.no-touch-view.wp-menu ul.menu > li {
    margin-right: 20px;
    width:auto;
}

nav.no-touch-view.wp-menu ul.menu > li:last-child {
    border-right: none;
}


.bot-layer.no-touch-sticky nav.no-touch-view.wp-menu ul.menu > li {
    margin-right: 5px;
}

nav.touch-view.wp-menu ul.sub-menu a {
    border-bottom: none;
}

nav.touch-view.wp-menu ul.sub-menu {
    background-color: #e9e9e9;
}

nav.touch-view.wp-menu .menu-back {
    background: #fff02a
}





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

nav.touch-view.wp-menu ul.menu > li:last-child {
  background-color: #000;
}

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/FUSE_navbar.png);
  background-size: 92px auto;
  background-position: 15px center;
  background-repeat: no-repeat;
}

html.no-touch header .bot-layer.no-touch-sticky.staged nav.no-touch-view {
  width: 70%;
  display: block;
}

html.no-touch header .bot-layer.no-touch-sticky .search-bar {
  width: 14%;
}






/*

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

nav.touch-view.wp-menu ul.menu > li:nth-last-child(2) {
  background-color: #000;
}

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