  @charset "utf-8";
/* The following Directory CSS was added to custom.css in test environment. */

.dirBox{
  	border: 1px solid #ddd;
	width: 48%;
    margin: 0 1% 1% 0;
}

/*.atoz {
	display: none;
}*/

.js .atoz {
	display: block;
}
.button-list {
	font-size: 0;
  	margin: 10px;
}
.atoz button {
    display: inline-block;
    padding: 4px 7px;
    font-weight: 700;
    background: transparent;
    color: #007582;
  	border: 1px solid #ddd;
  	/*font-size: .9rem;*/
  	margin-right: .25rem;
  	margin-bottom: .25rem;
  	max-width: 30px;
}

.atoz button:hover {
	background: #e9e9e9;
}

.atoz button.selected {
    color: white;
    background: #D25F15;
  	border-color: #D25F15;
}

.searchWidget{
  	border: 1px solid #f3f3f3;
	background: #fdfdfd;   
    padding: 1.25rem;
}

#searchPaginate {
    display: flex;
    align-items: center;
}

#searchResultNum {
    margin-right: 10px;
}

.results {
    margin: 0;
    padding-right: 10px; /* Adjust as needed */
}

#numResults {
    margin: 0;
}

@media only screen and (max-width: 720px) {
    .columns.dirBox {
        width: 100%;
        margin-right: 0;
    }
}




