.hh-directory .dirItem.bgImage div.panel-body div.panel-image {
     background-position: center top;
     height: 250px !important;
}
 html .form-control:focus {
     border-color: #6CACE4;
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #6CACE499;
}
 .hh-directory .dirItem .panel .panel-title > a {
     color: #002f6c;
}
 .hh-directory .dirItem .panel .panel-title > a:hover {
     color: #006197;
}
 .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: #006197;
     border-color: #006197;
}
 .hh-directory a {
     color: #002f6c;
}
 .hh-directory a:hover, .hh-directory a:focus, .hh-directory a:active {
     text-decoration: underline;
}
 .hh-directory .secondary-button {
     position: relative;
     display: inline-block;
     padding: 18px 70px 18px 18px;
     color: white;
     background-color: #006197;
     font-weight: 500;
     font-size: 24px;
     line-height: 1em;
     text-decoration: none;
     box-shadow: none;
}
 .hh-directory .secondary-button:after {
     content: "\f138";
     position: absolute;
     top: 50%;
     right: 0;
     display: block;
     width: 70px;
     text-align: center;
     font-family: "FontAwesome";
     font-size: 24px;
     font-weight: normal;
     line-height: 1em;
     margin-top: -0.5em;
}
 .hh-directory .secondary-button:hover, .hh-directory .secondary-button:focus, .hh-directory .secondary-button:active {
     background: #002f6c;
     color: #fff;
}
