/* snippet caption was appearing at bottom of snippet in sidebar region - > wysiwyg */
table caption{
	caption-side: top;
}

/* set to display none in customer css for unknown reason */
#ou-search-results h2 {
    display: block;
}



/* A-Z Index */
.hero-slider * {
  font-family: Arial !important;
}
ul.horizontal-list {
	padding-top: 20px;
}
ul.horizontal-list li {
	display: inline;
	padding: 10px;
	list-style-type: none;
	margin-left: 0.5rem;
}
ul.horizontal-list li a{
	/* 	color: #4F2984!important; */
}
ul.horizontal-list li:before {
	background-image: none;
}
ul.horizontal-list ~ ul li{
	margin-left: 3.5rem;
}
/* END A-Z Index */


/* ldp forms fix */

.ou-form input[type=checkbox], .ou-form input[type=radio]{
	
	margin:4px -1em 0!important;
}

/******Added for 195191 *******/
#googleTranslationList {
  column-count: 2; /* Set the number of columns to 2 */
  column-gap: 20px; /* Adjust the gap between columns as needed */
  max-width: 400px; /* Adjust the max width as needed */
  /* You can add other styling as needed */
}

/* Optional: Add some styling to the list items */
.lang-select.dropdown-item {
  display: block;
  margin-bottom: 10px; /* Add some space between list items */
  /* Add any other styling you desire for the list items */
}

.district{
	padding-top: -5px;
}
