table.isu-dir-info tr td:nth-of-type(2) {
	font-weight: bold;
}
table.isu-dir-info td {
	vertical-align: top;
}
table.isu-dir-info tr.name {
	font-size: 1.5em;
	font-weight: bold;
}

.directory-photo {
		z-index: 10;
    width: auto;
    margin: 0 .5rem 3rem;
}

.directory-photo-boundary {
font-family: dashicons;
color: #ddd;
text-align: center;
overflow: hidden;
position: relative;
box-shadow: rgba(0,0,0,.4) 0 1px 1px;
float: none;
}
body.wp-admin .directory-photo-boundary {
width: 80px;
height: 80px;
}
.directory-photo-boundary .img {
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
		height: 100%;
}
.directory-photo-boundary img {
    flex-shrink:0;
    min-width:100%;
    min-height:100%
}
.directory-photo-boundary:hover {
color: #2ea2cc;
}
.directory-default-photo:after {
	 content: "\f007";
    font-family: FontAwesome;
font-size: 80px;
top: 29px;
position: relative;
}

.directory-profile-photo-bio {
    clear: none;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 700px) {
    .directory-profile-photo-bio {
        clear: both;
    }
.directory-profile-photo-bio figure.directory-photo, .directory-profile-photo-bio .bio {
    display: table-cell;
    clear: none;
}
}
.directory-profile-photo-bio .bio p:first-of-type {
    margin-top: 0;
}

tr.type-directory td, tr.type-directory th.check-column {
	vertical-align: middle;
}

.directory-profile.photo-bio {
	padding-left: 9rem;
	margin: 1rem 0;
  min-height: 9rem;
	font-size: 1rem;
}
.directory-profile.photo-bio figure.directory-photo {
	position: absolute;
	left: 0;
	top: 0;
}
.directory-profile.photo-bio .name {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: .5rem;
}
.directory-profile.photo-bio .title {
	margin-bottom: 1rem;
	font-size: 1rem;
	color: #777;
}
.directory-profile.photo-bio .text {
	font-size: .95rem;
	line-height: 1.3;
}
.directory-profile.photo-bio ul {
	margin: 0 0 1rem;
}
.directory-profile.photo-bio ul li {
	margin: 0 0 .25rem 1rem;
	padding-left: .25rem;
	line-height: 1;
}


section.directory-basic figure.directory-profile-photo {
float: left;
  width: auto;
  margin-right: 2rem;
	    z-index: 1;
}
@media only screen and (min-width: 700px) {
section.directory-basic .bio {
margin-left: 10.5rem;
}
}
section.directory-basic .supplemental {
	margin: 1rem 0;
}
table.directory-profile tr.website td:nth-of-type(2) {
	overflow-wrap: break-word;
word-wrap: break-word;

-ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
word-break: break-all;
/* Instead use this non-standard one: */
word-break: break-word;

/* Adds a hyphen where the word breaks, if supported (No Blink) */
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}

.directory-alpha-no-results {
	font-size: .8rem;
	margin: 1rem;
}


/*  admin  */
body.wp-admin #preview-action {
    display: none;
}

.directory-preview {
	margin-bottom: 1rem;
	display: block;
}
.directory-preview:hover {
	text-decoration: none;
}
.directory-preview .directory-title {
	font-size: .85rem;
	color: #777;
}
.directory-preview:hover .directory-name {
	text-decoration: underline;
}
