/* Enter Your Custom CSS Here */
.single-departments .ban, .dwqa-message, .single-post .ban{display: none !important;}
table {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 1px !important;
}
.nav-pills .nav-link.active{
  color: #fff;
  background-color: #0773b9 !important;
  padding: 15px;
  border: 1px solid #0773b9;
}
.nav-pills .nav-link {
  background: #fff !important;
  border-radius: .25rem;
  margin: 0 3px;
  padding: 15px;
  border: 0px !important;
	border-left:4px solid red !important;
}
.slb_details{display:none !important;}
#sidr{background:#fff !important;}
#gform_submit_button_1{
  width: 100%;
  padding: 15px;
  background: #0773b9 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border: 0;
}
.departs{
	min-height: 280px;
	border: 2px solid #b4b5fd;
	border-radius: 10px;
}
.departs:hover{
	background: #ed2e23;
	border: 2px solid #ed2e23;
}
.departs:hover a{color:#fff;}
#gform_submit_button_2{
  background: #0773b9;
  padding: 9px;
  border: 0;
  color: #fff;
}