/* 080-wpf custom.css */

.banner .site-title > a {
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  background: url("/filer/canonical/1611813392/326702/") 0 -4px no-repeat transparent;
  background-size: 100%;
  width: 250px;
  height: 90px;
  -webkit-transition: background-size 0.2s ease-in-out;
  -moz-transition: background-size 0.2s ease-in-out;
  -o-transition: background-size 0.2s ease-in-out;
  -ms-transition: background-size 0.2s ease-in-out;
  transition: background-size 0.2s ease-in-out;
}

.banner.small .site-title > a {
  background:url(/filer/canonical/1611813392/326706/) 0 -1px no-repeat transparent;
  width: 150px;
  height: 54px;
}

.banner .site-title > a:hover {
  border:0;
}

@media screen and (min-width: 350px) and (max-width: 768px) {
  .banner .site-title > a {
    background-image:url(/filer/canonical/1611813392/326706/);
  	width: 150px;
  	height: 54px;
  }
}

@media screen and (max-width: 350px) {
  .banner .site-title > a {
  	width: 100px;
  	height: 54px;
  }
}

.banner.small .site-title > a {
  width: 150px;
  height: 54px;
  z-index: 1000;
  overflow: visible;
  display: block;
}

.banner .site-logo {
  display:none;
  visibility:hidden;
  position:absolute;
  top:-4000em;
}

.tabs .tab-pane li {
  background-color:transparent;
}