/*This CSS is specifically for DoHS and no child agency*/

.navbar-brand__logo img {
  width: 15em !important;
  height: auto;
  padding: .5em 0em;}
  
.tbm-submenu {padding:0em;}

/*Offices Search*/

.contentcenter .view-offices .view-content {margin-top:1em;}
  
  @media screen and (max-width: 767px) {
  		.navbar-brand__logo img {
  width: 11em !important;
  height: auto;
  padding: .5em 0em;}
  
  }
  
  @media screen and (max-width: 576px) {
  	
  	.navbar-brand__logo img {
  width: 15em !important;
  height: auto;
  padding: .5em 0em;}
  
  }