.logo-image > a {
  max-height: 60px;
  max-width: 554px;
}
.navbar-default {
  background-color: #ffffff;
}
@media screen and (min-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    line-height: 70px;
  }
}
.t3-mainnav {
  height: 100px;
  border-bottom: 1px solid #cccccc;
}
.t3-wrapper .navbar {
  height: 100px;
  min-height: 100px;
}
body {
  padding-top: 100px;
}
p a {
  text-decoration: underline;
}
ul ul {
  padding-left: 10px;
}
.deeper.dropdown.parent .dropdown-menu {
  position: absolute;
}
.deeper.dropdown.parent.open .dropdown-menu {
  position: absolute;
}
.deeper.dropdown.parent.open .dropdown-menu .dropdown-submenu ul {
  position: absolute;
}
.dropdown-menu {
  min-width: 100%;
  margin-bottom: 10px;
  left: 100%;
  top: 0px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #0077b3;
  background: transparent;
}