 .hh-directory {
	 width: 100%;
}
 .hh-directory .input{
	 width:100%;
	 height:40px;
	 padding:0 15px;
	 background-color:#fff;
	 border-radius:0px;
	 border:2px solid #e8eaed;
}
 .hh-directory .container > .row{
	 margin-bottom:25px;
}
 .hh-directory div[class^="col-"] > :last-child {
	 margin-bottom:0px;
}
 .hh-directory .dirItem[class^="col-"], .hh-directory .row.dirSearchControls > [class^="col-"] {
	 padding-bottom:15px;
}
 .hh-directory .dirItem {
	 display:none;
}
 .hh-directory .dirItem.filter-match {
	 display:block;
}
 .hh-directory .dirItem .panel .panel-title {
	 margin-top:0;
	 margin-bottom:15px;
	 font-weight:bold;
}
 .hh-directory .dirItem .panel .panel-title > a {
	 color: #7A6645;
}
 .hh-directory .dirItem .panel .panel-title > a:hover,.hh-directory .dirItem .panel .panel-title > a:focus {
	 color: #812b19;
}
 .hh-directory .dirItem .panel{
	 border-radius:0px;
	 word-break:break-word;
}
 .hh-directory .dirItem .panel.panel-classic{
	 padding: 0 15px;
}
 .hh-directory .dirItem .panel.panel-classic .panel-footer{
	 margin: 0 -15px;
}
 .hh-directory .dirItem .panel .panel-body .email{
	 word-break:break-all;
}
 .hh-directory .dirItem .panel-body .panel-text .text-muted {
	 color: #686868 !important;
}
 .hh-directory .dirItem.bgImage .panel-body {
	 padding:0px;
}
 .hh-directory .dirItem.bgImage .panel-body .panel-title {
	 margin:15px 0;
}
 .hh-directory .dirItem.blockImage .panel-tiles .panel-body .panel-title {
	 margin-top:15px;
}
 .hh-directory .dirItem.bgImage .panel-body .panel-text {
	 margin-bottom:15px;
}
 .hh-directory .dirItem.bgImage .panel-body .panel-image{
	 background-position:center center;
	 background-repeat:no-repeat;
	 background-size:cover;
}
 .hh-directory .dirItem .panel-body .panel-image .img-responsive{
	 display:inline-block;
}
 .hh-directory .dirItem.bgImage .panel-body .row {
	 margin-right:0px;
	 margin-left:0px;
	 height:100%;
}
 .hh-directory .form-control{
	 border-radius:0px;
}
 .hh-directory select, .hh-directory select.form-control{
	 border-radius:0px;
	 -moz-appearance:none;
	 -webkit-appearance:none;
	 appearance:none;
}
 .hh-directory .select-container{
	 display:inline-block;
	 position:relative;
	 width:100%;
}
 .hh-directory .select-container:after{
	 content:"\f107";
	 font-family: "Font Awesome 5 Pro";
	 position:absolute;
	 top:6px;
	 right:10px;
	 z-index:5;
	 font-weight:900;
	 pointer-events: none;
}
 .hh-directory .pagination {
	 justify-content: center;
}
 .hh-directory .back-to-dir {
	 text-align:center;
}
 .hh-directory.autocomplete-suggestions {
	 text-align: left;
	 cursor: default;
	 border: 1px solid #ccc;
	 border-top: 0;
	 background: #fff;
	 box-shadow: -1px 1px 3px rgba(0,0,0,.1);
	/* core styles should not be changed */
	 position: absolute;
	 display: none;
	 z-index: 9999;
	 max-height: 254px;
	 overflow: hidden;
	 overflow-y: auto;
	 box-sizing: border-box;
}
 .hh-directory .autocomplete-suggestion {
	 position: relative;
	 padding: 0 .6em;
	 line-height: 23px;
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 font-size: 1.02em;
	 color: #333;
}
 .hh-directory .autocomplete-suggestion b {
	 font-weight: normal;
	 color: #1f8dd6;
}
 .hh-directory .autocomplete-suggestion.selected {
	 background: #f0f0f0;
}
 .hh-directory h1.border-bottom {
	 line-height: 35px;
}
 .hh-directory.hh-profile .tags{
	 padding: .75rem 1.25rem;
	 background-color: #f5f5f5;
}
 .hh-directory #pagination {
	 text-align:center;
}
 .hh-directory .pagination {
	 margin-top:10px;
}
 .hh-directory .pagination>.disabled>a, .hh-directory .pagination>.disabled>a:focus, .hh-directory .pagination>.disabled>a:hover, .hh-directory .pagination>.disabled>span, .hh-directory .pagination>.disabled>span:focus, .hh-directory .pagination>.disabled>span:hover {
	 color: #686868;
}
 .hh-directory .pagination>.active>a, .hh-directory .pagination>.active>a:focus, .hh-directory .pagination>.active>a:hover, .hh-directory .pagination>.active>span, .hh-directory .pagination>.active>span:focus, .hh-directory .pagination>.active>span:hover {
	 background-color:#7A6645;
	 border-color:#7A6645;
	 color:#fff;
}
 .hh-directory .pagination>li>a, .hh-directory .pagination>li>span {
	 color:#7A6645;
}
 .hh-directory .pagination>li.cap {
	 float: left;
	 padding: 5px 12px;
	 margin-left: -1px;
	 border: 1px solid #ddd;
}
 .hh-directory .page-link {
	 color: #7A6645;
}
 @media only screen and (min-width:992px){
	 .hh-directory .dirItem[class^="col-"], .hh-directory .row.dirSearchControls > [class^="col-"] {
		 padding-right:0px;
	}
}
 @media only screen and (min-width:1600px){
	 .hh-directory .dirItem.bgImage .left-image .panel-body .panel-image, .hh-directory .dirItem.bgImage .right-image .panel-body .panel-image{
		 min-height:300px;
	}
}
 @media only screen and (min-width:992px) and (max-width:1599px){
	 .hh-directory .dirItem.bgImage .left-image .panel-body .panel-image, .hh-directory .dirItem.bgImage .right-image .panel-body .panel-image{
		/* min-height:150px;
		 */
		 min-height:220px;
	}
}
 @media only screen and (max-width:991px){
	 .hh-directory .dirItem.bgImage .panel-body .panel-image {
		 min-height: 240px;
	}
}
 @media only screen and (max-width:767px){
	 .hh-directory .dirItem.bgImage .panel-body .panel-image {
		 min-height: 360px;
	}
	 .hh-directory .dirItem .left-image .panel-body .panel-title {
		 margin-top:15px;
	}
	 .hh-directory .dirItem .right-image .panel-body .panel-text {
		 margin-bottom:15px;
	}
	 .hh-directory.hh-profile .col-md-8.sidebar-right {
		 /*bottom:30px;*/
	}
}
 .hh-directory #reset {
	 height: 34px;
	 padding: 0;
	 width: 100%;
}
 .hh-directory .panel-title > div > em {
	 font-weight: normal;
}
