/* CSS Document */
/*.subCat {
	list-style-type: none;
		
}
.subCat li a {
	text-decoration: none;
	
}*/


.panel-title a {
	text-decoration: none;
	color: #fff;
}
.panel-heading {
	background-color: #022B46 !important;
	/*background-color: #11375c !important;*/
}
.panel-heading:hover a {
	color:#f4d01c !important;
	
}
.panel-heading:hover h3{
	color:#f4d01c !important;
	font-weight: bold;
	
}
.subPanel {
	background-color: #257AAB;	
}
.subPanel a {
	color: #fff;

}

.subPanel p a:hover{
	color: #f4d01c;
	font-weight: bold;
}
.subPanel p {
	border-top: thin #fff solid;
	padding-top: 3px;
}

/*Personnel Vetting*/
.pvButton a {
	color: white;
	display: inline-block;
	text-decoration: none
}

.pvButton {
	text-align: center;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #022B46;
	 background-color: #11375c;
}

.minusHide .plusShow{
	color: rgb(255, 255, 255);
}