.cta a:active {
  background-color: green;
}

#tabs-content div.infotab p.cta a {
  color: white;
  text-decoration: none;
}

#tabs-content div.infotab p.cta a::hover {
  text-decoration: none;
}

.no-js #tabs-row ul.menu-clearfix {
  display: none;
}
.no-js #tabs-content {
  margin-top: 0;
}
.no-js #tabs-content .infotab, .no-js #tabs-content .infotab-active {
  display: block;
  border-bottom: 1px solid #ccc;
}
.no-js #tabs-content .infotab p.breacrumb-txt, .no-js #tabs-content .infotab-active p.breacrumb-txt {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

#titlebar-title {
  visibility: hidden;
}

#banner h2 {
  font-family: CiscoSansThin, Arial;
  /*text-shadow: 1px 1px 2px #301A03;*/
}

#banner p {
  font-family: CiscoSansThinOblique, Arial;
}

#banner p.cta {
  font-family: Arial;
}

#banner p.cta {
  margin-top: 40px;
}

#banner .mobile-only p.cta {
  margin-top: 30px;
}

@media all and (max-width: 316px) {
  #titlebar-logo-mob {
    display: none;
  }
}
