.organizer- a{
width:auto
}

/*
.organizer--wrap .col-md-4:nth-child(3n){clear:both}
@media screen and (max-width:991px){
.organizer--wrap .col-md-4:nth-child(3n){clear:none}
.organizer--wrap .col-md-4:nth-child(2n-1){clear:both}
}
*/

.staff dt.no-icon {
        margin-top: 10px;
    }
    
    .staff dt.no-icon:before {
        display: none;
    }
    
    dd.image-item > img {
        display: inline-block;
        width: 120px;
        height: 120px;
        border-radius: 15px;
        vertical-align: middle;
        margin-bottom: 5px;
    }
    
    dd.image-item > span {
        display: block;
        width: 120px;
        /*text-align: center;*/
        line-height: 20px;
    }
    
    dl.staff {
        clear: both;
        padding-top: 1px;
    }
    
    span.orgtitle {
        vertical-align: middle;
        display: inline-block;
    }
    
    .inline {
        display: inline-block;
    }
    
/*
    .organizer- .icon-container {
        display: inline-block;
        margin: 0 0 15px;
    }
*/
#icon-boxes{
display:flex;
align-items: center;
justify-content: center; /*space-between;*/
width:70%;
flex-flow:row wrap;
margin:auto
}
@media screen and (max-width:1199px){ #icon-boxes{ width:99% } }
@media screen and (min-width:601px) and (max-width:859px){ #icon-boxes{ width:75% }.icon-box{max-width:50%} }
@media screen and (max-width:600px){ #icon-boxes{ width:100% }.icon-box{width:50%} }
@media screen and (max-width:400px){ #icon-boxes{ width:100% }.icon-box{width:90%} }
    
    span.orgtitle {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }
    
    .content-wrap {
        padding: 0;
        position: absolute;
        text-align: center;
        width: 120px;
        height: 120px;
        border-radius: 15px;
        top: 36px;
        bottom: 0;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
    }
    
    .content-wrap h1.entry-title {
        display: table;
        font-size: 110%;
        height: 100%;
        /*text-transform: uppercase;*/
        width: 100%;
        margin: 0;
    }
    
    .edit-link {
        z-index: 2;
    }
    
    .featured-image {
        font-size: 14px;
        line-height: 1.3em;
        border-radius: 15px;
        display: table-cell;
        position: relative;
        transition: opacity .25s ease-in-out, background .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out, background .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out, background .25s ease-in-out;
        vertical-align: middle;
        z-index: 1;
        color: #fff;
        text-decoration: none;
        opacity: 0;
        padding: .5em;
    }
    
    .featured-image:hover {
        border-radius: 15px;
        opacity: 0.9;
        color: #fff;
        background: rgba(0, 0, 0, 0.8);
    }
