.search-results li .header, .opportunity .header {
    padding: 8px 18px;
    background-color: #006b63;
    color: #fff;
    text-transform: uppercase;
}
.search-results li .body, .opportunity .body {
    background-color: #f7f7f7;
    padding: 18px;
	border: 1px solid #cccccc;
}
.search-results li {
    margin-bottom: 2em;
}
#opportunities .btn {
    border-radius: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 30px;
    text-transform: uppercase;
}
.search-results li .values > .group:not(:last-child) {
    padding-bottom: 15px;
}
.search-results li label {
    width: 50%;
}
.np{
	padding-left:0px;
	padding-right:0px;
}
.strong{
	font-weight:600;
}
@media (max-width: 767px){
.text-right{
	text-align:left;
	}
.navbar-brand > img {
    width:200px !important;

}	
	
}