/* replacing wordmark */
div.container > a.uw-wordmark{border:thin solid orange; display:none;}
nav.uw-thin-strip-nav{display:none;}
div.uwft-wordmark{
  position:absolute;
  top: -10px;
  left: 140px;
  width: 340px;
  height:70px;
  background-size:cover;
  z-index:2;
  
}

@media (min-width: 768px) {
  div.uwft-wordmark{ background-image: url("/uwft/sites/default/files/homepage/uwft-wordmark.svg"); }
}

.uw-breadcrumbs{background-color:rgba(255, 255, 255, 0.0); } /* hide breakcrumb knockout */

.center {text-align:center;} /* allow centered text */