.slideshow img {
  width: 100%;
}
.logo-text a {
    font-size: 30px;
    font-weight: 500;
}
.t3-mainnav .t3-navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}
.t3-mainnav .t3-navbar .search {
  margin: -17px 0 0 16px;
}
.navbar-header .pull-left{
  float: none !important;
}
.acm-teams .style-1 .row{
  display: flex;
}
.site-info a {
  color: #aaa !important;
}
@media (max-width: 1200px) {
  .logo-text a {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .t3-mainnav .t3-navbar {
    display: block;
  }
}
@media (max-width: 400px) {
  .hide-400 {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .t3-mainnav .t3-navbar {
    background-image: url(/images/HIFBanner-2.png);
    background-repeat: no-repeat;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .off-canvas-toggle {
    display: none !important;
  }
}


