.pagination{text-align: center;}
.pagination .page-numbers{
	margin: 15px;
	font-size: 15px;
	font-weight: 600;
}

.pagination .page-numbers.current {
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #004289;
	background-color: #004289;
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 48px;
}
.user-directory-thumb{background-size: cover; background-position: center; min-height: 230px;}

@media screen and (max-width: 480px) {
	.user-directory-thumb{min-height: 150px;}
}

.edit-profile-content .acf-field .acf-label {width: 25%; display: inline-block; margin: 10px 0 0;}
.edit-profile-content .acf-field .acf-input {width: 73%; display: inline-block; margin-left: 1%;}
.edit-profile-content .acf-field .acf-input .description {font-size: 14px;}
.edit-profile-content .acf-field .acf-input li input {display: inline-block;vertical-align: middle !important; margin-right: 10px !important; height: auto !important;}
.edit-profile-content .acf-field .acf-input .acf-checkbox-list {margin-top: 10px;}
.edit-profile-content .acf-field.acf-field-image .acf-label {margin: 0;}
.edit-profile-content .fea-submit-buttons .fea-submit-button.button {
	background-color: #fff; 
	box-shadow: 0 5px 15px rgba(0,0,0,.12); 
	margin: 0; 
	border: none;
	overflow: visible;
	
	text-transform: none; 
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none; 
	transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
	border-radius: 50px;
	background-origin: border-box;
	cursor: pointer;
	font: inherit;   
	line-height: inherit;line-height: 50px;
	padding: 0 25px;
	margin-left: 10px;
	margin-top: 10px;
	color: #004289;
	font-weight: 600;
}
.edit-profile-content .fea-submit-buttons .fea-submit-button.button:hover{color: #000;}

.edit-profile-content .acf-fields > .acf-field[data-name="dc_counties_covered"] .acf-checkbox-list li:nth-child(2){display: none !important;}
.edit-profile-content .acf-fields > .acf-field[data-name="dc_counties_covered"] .acf-checkbox-list li:nth-child(1) label{font-size: 0; height: 16px; line-height: 22px;display: inherit;}
.edit-profile-content .acf-fields > .acf-field[data-name="dc_counties_covered"] .acf-checkbox-list li:nth-child(1) label::after{content: 'Nationwide';font-size: 13px; display: inline-block; vertical-align: middle;}

.edit-profile-content .acf-field.dc_publish_profile .acf-input li:first-child {display: none;}