  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

.page-item.active .page-link {  
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.page-link {

	color: #000;
	background-color: #fff;
	border: 0.125rem solid #000;
}

.page-link:hover {

	color: #a68749;  
	background-color: #fff;
	border-color: #000;
}

input.search-icon {
	margin-left: -20px;
	background-color: transparent;
}

input#keyword {
	width:90%;

}

.news-page .search-form .keyword em {
	bottom:75px;

}

img.responsive {
	max-width: 100%;
	height: auto;
}


/*ticket 266919  update to clear accessibility contrast*/
.table-primary thead tr td{
	font-weight: bold;
	font-size: 20px !important;
}

.bg-primary p a {
  font-size: 19px;
  font-weight: 700;
}
.multi-select-button {
    font-weight:bold;
		font-size:20px;
}

/*ticket 266919  update to clear accessibility contrast*/

.panel-default {
	padding-bottom: 5px;
}