  .hh-directory .dirItem .panel div.panel-title > a {
    color: #00325D;
}
html .kingster-body .sidebar-left a.gdlr-core-button.gdlr-core-button-no-border.gdlr-core-button-solid {
    color: #93C2F8;
    text-decoration: none;
}
html .kingster-body .sidebar-left a, html .kingster-body .sidebar-right a{
    color: #00325D;
    text-decoration: underline;
    font-weight: bold;
}
html .kingster-body .sidebar-left a:hover, html .kingster-body .sidebar-right a:hover {
    text-decoration: none;
}
div.col-sm-12.col-md-4 a:not(.secondary-button) {
    color: #00325D;
    font-weight: 700;
}

.hh-module a.secondary-button, .hh-module div.wysiwyg a.secondary-button {
	 font-size: 1rem;
	 font-weight: 700;
	 letter-spacing: 0px;
	 padding: 17px 31px 18px 31px;
	 text-transform: none;
	 border-radius: 2px;
	 -moz-border-radius: 2px;
	 -webkit-border-radius: 2px background: #00325D;
	 color: #00325D;
	 border-color: #1a2742;
	 background: #93C2F8;
	 text-decoration: none;
	 box-shadow: none;
}

.hh-module a.secondary-button:hover, .hh-module div.wysiwyg a.secondary-button:hover {
	 color: #93C2F8 !important;
	 background: #00325D;
	 text-decoration: none;
}

.pagination .active a:hover {
    color: white !important;
}

input.form-control:focus, select.form-control:focus {
    border-color: ##93C2F8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147, 194, 248,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147, 194, 248,.6);
}

a.kingster-top-bar-right-button:hover, .kingster-footer-wrapper a:hover, .kingster-copyright-wrapper a:hover {
    text-decoration: none;
}

.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: #00325D !important;
    border-color: #00325D !important;
}

div.hh-directory .pagination>li>a, div.hh-directory .pagination>li>span {
    color: #00325D;
}